mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore: added command example
This commit is contained in:
@@ -77,6 +77,11 @@ az devops service-endpoint list -o 'tsv' \
|
||||
--organization 'https://dev.azure.com/organization_name' --project 'project' \
|
||||
--query "[?id=='service_endpoint_id'].name"
|
||||
|
||||
# Get the id of the Service Principals linked to Service Endpoints.
|
||||
az devops service-endpoint list -o 'tsv' \
|
||||
--organization 'https://dev.azure.com/organization_name' --project 'project' \
|
||||
--query "[?name=='service_endpoint_name'].authorization.parameters.servicePrincipalId"
|
||||
|
||||
# Filter out users whose Principal Name starts for X and access Y.
|
||||
az devops user list --org 'https://dev.azure.com/organizationName' \
|
||||
--query "
|
||||
|
||||
Reference in New Issue
Block a user