Skip to content

Commit 030922c

Browse files
jorgbacaFredericHeem
authored andcommitted
Adding response code to dataControllers PATCH. (Azure#18556)
* Adding properties to DC patch * Adding missing status code to swagger * Update example * Adding location header to example
1 parent b6a6969 commit 030922c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

specification/azurearcdata/resource-manager/Microsoft.AzureArcData/preview/2022-03-01-preview/azurearcdata.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
"description": "Successfully deleted the SQL Managed Instance."
260260
},
261261
"202": {
262-
"description": "Resource deletion is in progress.."
262+
"description": "Resource deletion is in progress."
263263
},
264264
"default": {
265265
"description": "*** Error Responses: ***",
@@ -865,6 +865,9 @@
865865
"$ref": "./dataControllers.json#/definitions/DataControllerResource"
866866
}
867867
},
868+
"202": {
869+
"description": "Resource update is in progress."
870+
},
868871
"default": {
869872
"description": "*** Error Responses: ***",
870873
"schema": {

specification/azurearcdata/resource-manager/Microsoft.AzureArcData/preview/2022-03-01-preview/examples/UpdateDataController.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@
6565
"name": "testdataController1",
6666
"type": "Microsoft.AzureArcData/dataControllers"
6767
}
68+
},
69+
"202": {
70+
"headers": {
71+
"Location": "https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/providers/Microsoft.AzureArcData/operationResults/id1"
72+
}
6873
}
6974
}
7075
}

0 commit comments

Comments
 (0)