Skip to content

Commit 1c65b60

Browse files
memontic-msMirzaSikander
authored andcommitted
[Communication] Remove async response from RegenerateKey (Azure#13426)
1 parent b612e7d commit 1c65b60

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

specification/communication/resource-manager/Microsoft.Communication/stable/2020-08-20/CommunicationService.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -617,12 +617,6 @@
617617
"$ref": "#/definitions/CommunicationServiceKeys"
618618
}
619619
},
620-
"201": {
621-
"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.",
622-
"schema": {
623-
"$ref": "#/definitions/CommunicationServiceKeys"
624-
}
625-
},
626620
"default": {
627621
"description": "Error response describing why the operation failed.",
628622
"schema": {

specification/communication/resource-manager/Microsoft.Communication/stable/2020-08-20/examples/regenerateKey.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
"primaryKey": "1234",
1515
"primaryConnectionString": "endpoint=http://example.com;accesskey=1234"
1616
}
17-
},
18-
"201": {
19-
"body": {}
2017
}
2118
}
2219
}

0 commit comments

Comments
 (0)