azure.com

Azure DevOps Resource Provider

🔑 oauth2 8 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (9 total)

azure-sdk-for-python ✓ Official
pip install azure-sdk-for-python
azure-sdk-for-js ✓ Official
npm install azure-sdk-for-js
azure-sdk-for-node ✓ Official
npm install azure-sdk-for-node
azure-sdk-for-go ✓ Official
go get github.com/Azure/azure-sdk-for-go
azure-sdk-for-java ✓ Official
# Maven: see https://github.com/Azure/azure-sdk-for-java
dotnet add package cognitive-services-speech-sdk
azure-sdk-for-net ✓ Official
dotnet add package azure-sdk-for-net
# See https://github.com/microsoft/Azure-Kinect-Sensor-SDK
# See https://github.com/Azure/MachineLearningNotebooks
curl examples
Lists all the operations supported by Microsoft.DevOps resource provider.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.DevOps/operations
Lists all pipeline templates which can be used to configure an Azure Pipeline.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.DevOps/pipelineTemplateDefinitions
Lists all Azure Pipelines under the specified subscription.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.DevOps/pipelines
Endpoints (8 total)
GET
/providers/Microsoft.DevOps/operations
Lists all the operations supported by Microsoft.DevOps resource provider.
GET
/providers/Microsoft.DevOps/pipelineTemplateDefinitions
Lists all pipeline templates which can be used to configure an Azure Pipeline.
GET
/subscriptions/{subscriptionId}/providers/Microsoft.DevOps/pipelines
Lists all Azure Pipelines under the specified subscription.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOps/pipelines
Lists all Azure Pipelines under the specified resource group.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOps/pipelines/{pipelineName}
Gets an existing Azure Pipeline.
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOps/pipelines/{pipelineName}
Creates or updates an Azure Pipeline.
PATCH
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOps/pipelines/{pipelineName}
Updates the properties of an Azure Pipeline. Currently, only tags can be upda…
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOps/pipelines/{pipelineName}
Deletes an Azure Pipeline.
At a glance
Total SDKs9
Languages8
Endpoints8
Authoauth2
Categories1