Skip to content

Commit a95829c

Browse files
anuragc617markcowl
authored andcommitted
Deprecate Devops RP (Azure#21375)
* Add blockchain to latest profile * Add additional types * Deprecating DevOps RP Co-authored-by: Mark Cowlishaw <[email protected]>
1 parent ad1adcb commit a95829c

File tree

2 files changed

+15
-0
lines changed
  • specification/devops/resource-manager/Microsoft.DevOps/preview

2 files changed

+15
-0
lines changed

specification/devops/resource-manager/Microsoft.DevOps/preview/2019-07-01-preview/devops.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"paths": {
4040
"/providers/Microsoft.DevOps/operations": {
4141
"get": {
42+
"deprecated": true,
4243
"operationId": "Operations_List",
4344
"description": "Lists all the operations supported by Microsoft.DevOps resource provider.",
4445
"tags": [
@@ -75,6 +76,7 @@
7576
},
7677
"/providers/Microsoft.DevOps/pipelineTemplateDefinitions": {
7778
"get": {
79+
"deprecated": true,
7880
"tags": [
7981
"PipelineTemplateDefinitions"
8082
],
@@ -114,6 +116,7 @@
114116
},
115117
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOps/pipelines/{pipelineName}": {
116118
"put": {
119+
"deprecated": true,
117120
"operationId": "Pipelines_CreateOrUpdate",
118121
"description": "Creates or updates an Azure Pipeline.",
119122
"tags": [
@@ -172,6 +175,7 @@
172175
}
173176
},
174177
"get": {
178+
"deprecated": true,
175179
"operationId": "Pipelines_Get",
176180
"description": "Gets an existing Azure Pipeline.",
177181
"tags": [
@@ -217,6 +221,7 @@
217221
}
218222
},
219223
"patch": {
224+
"deprecated": true,
220225
"operationId": "Pipelines_Update",
221226
"description": "Updates the properties of an Azure Pipeline. Currently, only tags can be updated.",
222227
"tags": [
@@ -318,6 +323,7 @@
318323
},
319324
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOps/pipelines": {
320325
"get": {
326+
"deprecated": true,
321327
"operationId": "Pipelines_ListByResourceGroup",
322328
"description": "Lists all Azure Pipelines under the specified resource group.",
323329
"tags": [
@@ -360,6 +366,7 @@
360366
},
361367
"/subscriptions/{subscriptionId}/providers/Microsoft.DevOps/pipelines": {
362368
"get": {
369+
"deprecated": true,
363370
"operationId": "Pipelines_ListBySubscription",
364371
"description": "Lists all Azure Pipelines under the specified subscription.",
365372
"tags": [

specification/devops/resource-manager/Microsoft.DevOps/preview/2020-07-13-preview/devops.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"paths": {
4040
"/providers/Microsoft.DevOps/operations": {
4141
"get": {
42+
"deprecated": true,
4243
"operationId": "Operations_List",
4344
"description": "Lists all the operations supported by Microsoft.DevOps resource provider.",
4445
"tags": [
@@ -75,6 +76,7 @@
7576
},
7677
"/providers/Microsoft.DevOps/pipelineTemplateDefinitions": {
7778
"get": {
79+
"deprecated": true,
7880
"tags": [
7981
"PipelineTemplateDefinitions"
8082
],
@@ -114,6 +116,7 @@
114116
},
115117
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOps/pipelines/{pipelineName}": {
116118
"put": {
119+
"deprecated": true,
117120
"operationId": "Pipelines_CreateOrUpdate",
118121
"description": "Creates or updates a Pipeline.",
119122
"tags": [
@@ -175,6 +178,7 @@
175178
}
176179
},
177180
"get": {
181+
"deprecated": true,
178182
"operationId": "Pipelines_Get",
179183
"description": "Gets an existing Pipeline.",
180184
"tags": [
@@ -220,6 +224,7 @@
220224
}
221225
},
222226
"patch": {
227+
"deprecated": true,
223228
"operationId": "Pipelines_Update",
224229
"description": "Updates the properties of an Azure Pipeline. Currently, it is not supported on 'githubWorkflow' pipeline type and only tags can be updated for 'azurePipeline' pipeline type.",
225230
"tags": [
@@ -274,6 +279,7 @@
274279
}
275280
},
276281
"delete": {
282+
"deprecated": true,
277283
"operationId": "Pipelines_Delete",
278284
"description": "Deletes a Pipeline.",
279285
"tags": [
@@ -321,6 +327,7 @@
321327
},
322328
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOps/pipelines": {
323329
"get": {
330+
"deprecated": true,
324331
"operationId": "Pipelines_ListByResourceGroup",
325332
"description": "Lists all Pipelines under the specified resource group.",
326333
"tags": [
@@ -363,6 +370,7 @@
363370
},
364371
"/subscriptions/{subscriptionId}/providers/Microsoft.DevOps/pipelines": {
365372
"get": {
373+
"deprecated": true,
366374
"operationId": "Pipelines_ListBySubscription",
367375
"description": "Lists all Pipelines under the specified subscription.",
368376
"tags": [

0 commit comments

Comments
 (0)