diff --git a/specification/communication/resource-manager/Microsoft.Communication/stable/2020-08-20/CommunicationService.json b/specification/communication/resource-manager/Microsoft.Communication/stable/2020-08-20/CommunicationService.json index 4a6b30e4e010..84f2d286939b 100644 --- a/specification/communication/resource-manager/Microsoft.Communication/stable/2020-08-20/CommunicationService.json +++ b/specification/communication/resource-manager/Microsoft.Communication/stable/2020-08-20/CommunicationService.json @@ -617,12 +617,6 @@ "$ref": "#/definitions/CommunicationServiceKeys" } }, - "201": { - "description": "Created and an async operation is executing in background to make the new key take effect. The response contains new keys and an Azure-AsyncOperation header to query the async operation result.", - "schema": { - "$ref": "#/definitions/CommunicationServiceKeys" - } - }, "default": { "description": "Error response describing why the operation failed.", "schema": { diff --git a/specification/communication/resource-manager/Microsoft.Communication/stable/2020-08-20/examples/regenerateKey.json b/specification/communication/resource-manager/Microsoft.Communication/stable/2020-08-20/examples/regenerateKey.json index 37aa4b26a332..a03280fbc27c 100644 --- a/specification/communication/resource-manager/Microsoft.Communication/stable/2020-08-20/examples/regenerateKey.json +++ b/specification/communication/resource-manager/Microsoft.Communication/stable/2020-08-20/examples/regenerateKey.json @@ -14,9 +14,6 @@ "primaryKey": "1234", "primaryConnectionString": "endpoint=http://example.com;accesskey=1234" } - }, - "201": { - "body": {} } } }