Skip to content

Commit 7f06153

Browse files
orargamanOr Argaman
authored andcommitted
Add 202 response to LinkedServices (Azure#14227)
* Add 202 response to LinkedServices * Add example * Update Delete api as well * Fix example + Add to cluster delete Co-authored-by: Or Argaman <[email protected]>
1 parent e9f9fa4 commit 7f06153

File tree

5 files changed

+12
-0
lines changed

5 files changed

+12
-0
lines changed

specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-08-01/LinkedServices.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@
7777
}
7878
],
7979
"responses": {
80+
"202": {
81+
"description": "Accepted response definition."
82+
},
8083
"200": {
8184
"description": "OK response definition.",
8285
"schema": {
@@ -131,6 +134,9 @@
131134
"$ref": "#/definitions/LinkedService"
132135
}
133136
},
137+
"202": {
138+
"description": "Accepted response definition."
139+
},
134140
"204": {
135141
"description": "NoContent response definition."
136142
}

specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-08-01/examples/LinkedServicesCreate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"subscriptionId": "00000000-0000-0000-0000-00000000000"
1313
},
1414
"responses": {
15+
"202": {},
1516
"200": {
1617
"body": {
1718
"properties": {

specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-08-01/examples/LinkedServicesDelete.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"subscriptionId": "00000000-0000-0000-0000-00000000000"
88
},
99
"responses": {
10+
"202": {},
1011
"200": {
1112
"body": {
1213
"properties": {

specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-10-01/Clusters.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,9 @@
212212
}
213213
],
214214
"responses": {
215+
"202": {
216+
"description": "Accepted response definition."
217+
},
215218
"200": {
216219
"description": "OK response definition."
217220
},

specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-10-01/examples/ClustersDelete.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
},
88
"responses": {
99
"200": {},
10+
"202": {},
1011
"204": {}
1112
}
1213
}

0 commit comments

Comments
 (0)