Azure DevOps Admin
Installation
SKILL.md
Azure DevOps Admin
Shared Workflow Routing
- Use the shared workflow spec for deterministic multi-plugin routing:
workflows/multi-plugin-workflows.md.
Overview
Azure DevOps administration covers security, governance, integration, and observability. Security namespaces define granular ACL-based permissions for every resource type (repos, pipelines, areas, iterations). Dashboards aggregate project health via configurable widgets. Wikis provide documentation as code. Service hooks enable event-driven integrations with external systems.
Analytics OData provides rich querying across work items, pipelines, and test results for Power BI dashboards and trend analysis. The Azure DevOps CLI (az devops) offers a complete command-line interface. Extensions from the Visual Studio Marketplace add custom functionality.
REST API — Security
| Method | Endpoint | Key Parameters |
|---|---|---|
| GET | /_apis/securitynamespaces?api-version=7.1 |
— |
| GET | /_apis/accesscontrollists/{namespaceId}?api-version=7.1 |
token, descriptors |
| POST | /_apis/accesscontrolentries/{namespaceId}?api-version=7.1 |
Body: token, merge, accessControlEntries |
| DELETE | /_apis/accesscontrolentries/{namespaceId}?api-version=7.1 |
token, descriptors |