From e0dfac2c2bc17b68f52037338b32c567bf72eb9e Mon Sep 17 00:00:00 2001 From: Syed Wali Hamza <62564836+syhamza@users.noreply.github.com> Date: Wed, 24 Feb 2021 17:14:33 -0800 Subject: [PATCH] Dev confidentialledger microsoft.confidential ledger 2020 12 01 (#13140) * Returning 201 status code for async operations * updating status code for deletes --- .../preview/2020-12-01-preview/confidentialledger.json | 4 ++-- .../examples/ConfidentialLedger_Create.json | 2 +- .../examples/ConfidentialLedger_Update.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/specification/confidentialledger/resource-manager/Microsoft.ConfidentialLedger/preview/2020-12-01-preview/confidentialledger.json b/specification/confidentialledger/resource-manager/Microsoft.ConfidentialLedger/preview/2020-12-01-preview/confidentialledger.json index d12fbeb04c8b..a6d3dd0c4e8f 100644 --- a/specification/confidentialledger/resource-manager/Microsoft.ConfidentialLedger/preview/2020-12-01-preview/confidentialledger.json +++ b/specification/confidentialledger/resource-manager/Microsoft.ConfidentialLedger/preview/2020-12-01-preview/confidentialledger.json @@ -196,7 +196,7 @@ "$ref": "#/definitions/ConfidentialLedger" } }, - "202": { + "201": { "description": "The Confidential Ledger resource will be created asynchronously" }, "default": { @@ -250,7 +250,7 @@ "$ref": "#/definitions/ConfidentialLedger" } }, - "202": { + "201": { "description": "The Confidential Ledger resource will be updated asynchronously" }, "default": { diff --git a/specification/confidentialledger/resource-manager/Microsoft.ConfidentialLedger/preview/2020-12-01-preview/examples/ConfidentialLedger_Create.json b/specification/confidentialledger/resource-manager/Microsoft.ConfidentialLedger/preview/2020-12-01-preview/examples/ConfidentialLedger_Create.json index 980e7bffdefe..f373953993fc 100644 --- a/specification/confidentialledger/resource-manager/Microsoft.ConfidentialLedger/preview/2020-12-01-preview/examples/ConfidentialLedger_Create.json +++ b/specification/confidentialledger/resource-manager/Microsoft.ConfidentialLedger/preview/2020-12-01-preview/examples/ConfidentialLedger_Create.json @@ -54,6 +54,6 @@ } } }, - "202": {} + "201": {} } } diff --git a/specification/confidentialledger/resource-manager/Microsoft.ConfidentialLedger/preview/2020-12-01-preview/examples/ConfidentialLedger_Update.json b/specification/confidentialledger/resource-manager/Microsoft.ConfidentialLedger/preview/2020-12-01-preview/examples/ConfidentialLedger_Update.json index be6ad7be00aa..01cd38edf789 100644 --- a/specification/confidentialledger/resource-manager/Microsoft.ConfidentialLedger/preview/2020-12-01-preview/examples/ConfidentialLedger_Update.json +++ b/specification/confidentialledger/resource-manager/Microsoft.ConfidentialLedger/preview/2020-12-01-preview/examples/ConfidentialLedger_Update.json @@ -54,6 +54,6 @@ } } }, - "202": {} + "201": {} } }