Skip to content

Commit e0dfac2

Browse files
authored
Dev confidentialledger microsoft.confidential ledger 2020 12 01 (#13140)
* Returning 201 status code for async operations * updating status code for deletes
1 parent eaa9df4 commit e0dfac2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

specification/confidentialledger/resource-manager/Microsoft.ConfidentialLedger/preview/2020-12-01-preview/confidentialledger.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
"$ref": "#/definitions/ConfidentialLedger"
197197
}
198198
},
199-
"202": {
199+
"201": {
200200
"description": "The Confidential Ledger resource will be created asynchronously"
201201
},
202202
"default": {
@@ -250,7 +250,7 @@
250250
"$ref": "#/definitions/ConfidentialLedger"
251251
}
252252
},
253-
"202": {
253+
"201": {
254254
"description": "The Confidential Ledger resource will be updated asynchronously"
255255
},
256256
"default": {

specification/confidentialledger/resource-manager/Microsoft.ConfidentialLedger/preview/2020-12-01-preview/examples/ConfidentialLedger_Create.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@
5454
}
5555
}
5656
},
57-
"202": {}
57+
"201": {}
5858
}
5959
}

specification/confidentialledger/resource-manager/Microsoft.ConfidentialLedger/preview/2020-12-01-preview/examples/ConfidentialLedger_Update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@
5454
}
5555
}
5656
},
57-
"202": {}
57+
"201": {}
5858
}
5959
}

0 commit comments

Comments
 (0)