Skip to content

Commit

Permalink
Deprecating Project RP. (#6581)
Browse files Browse the repository at this point in the history
  • Loading branch information
amaljg authored and jhendrixMSFT committed Jul 11, 2019
1 parent 808cfe2 commit 2bbfc9a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project": {
"get": {
"deprecated": true,
"tags": [
"Projects"
],
Expand Down Expand Up @@ -613,6 +614,7 @@
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project/{resourceName}": {
"put": {
"deprecated": true,
"tags": [
"Projects"
],
Expand Down Expand Up @@ -679,6 +681,7 @@
}
},
"get": {
"deprecated": true,
"tags": [
"Projects"
],
Expand Down Expand Up @@ -728,6 +731,7 @@
}
},
"patch": {
"deprecated": true,
"tags": [
"Projects"
],
Expand Down Expand Up @@ -785,6 +789,7 @@
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project/{resourceName}/subContainers/{subContainerName}/status": {
"get": {
"deprecated": true,
"tags": [
"Projects"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project": {
"get": {
"deprecated": true,
"tags": [
"Projects"
],
Expand Down Expand Up @@ -562,6 +563,7 @@
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project/{resourceName}": {
"put": {
"deprecated": true,
"tags": [
"Projects"
],
Expand Down Expand Up @@ -628,6 +630,7 @@
}
},
"get": {
"deprecated": true,
"tags": [
"Projects"
],
Expand Down Expand Up @@ -677,6 +680,7 @@
}
},
"patch": {
"deprecated": true,
"tags": [
"Projects"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"paths": {
"/providers/microsoft.visualstudio/pipelineTemplates": {
"get": {
"deprecated": true,
"tags": [
"PipelineTemplates"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"paths": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project": {
"get": {
"deprecated": true,
"tags": [
"Projects"
],
Expand Down Expand Up @@ -77,6 +78,7 @@
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project/{resourceName}": {
"put": {
"deprecated": true,
"tags": [
"Projects"
],
Expand Down Expand Up @@ -143,6 +145,7 @@
}
},
"get": {
"deprecated": true,
"tags": [
"Projects"
],
Expand Down Expand Up @@ -192,6 +195,7 @@
}
},
"patch": {
"deprecated": true,
"tags": [
"Projects"
],
Expand Down

0 comments on commit 2bbfc9a

Please sign in to comment.