Update permissions for Azure DevOps group for EventSubscription through Azure CLI?
问题 I've been adding permissions to a custom Azure DevOps Services group through the Azure CLI (az devops version 0.11.0) and I've usually been able to do the following: az devops security permission namespace list , find namespaceId of specific namespace (like EventSubscription) Get the Project Admin's descriptor az devops security permission list --id $namespaceId --subject $projectAdmin.descriptor ... Find an allow bit in the ACES dictionary, find the respective token az devops security