Commands for Verifying AML Workspace Permissions
Overview
These commands are used to check role assignments and permissions within the AML workspace. They help validate that users and groups have the necessary access.
Listing Role Assignments for AML Workspace
Example Command for Listing Permissions on a Resource
To list permissions on storage for the AML workspace, use the following command:
az role assignment list --all --output table --subscription 6349bddb-01bf-47e0-a152-aaacc2b44281 --assignee 4c38e0a3-fc82-499b-879f-bac06dec5877
Listing Permissions for a User
Check permissions for a specific user by specifying the user’s unique object ID:
az role assignment list --all --output table --subscription 6349bddb-01bf-47e0-a152-aaacc2b44281 --assignee 7468eb77-87b2-4b58-837e-031fcd1eedc9