You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
az role assignment list --assignee $(az vm identity show --resource-group $resource_group_name --name $vm_name --query principalId -o tsv) --query "[].{Role:roleDefinitionName, Scope:scope}" -o table