Skip to content

Commit

Permalink
[Communication] Remove async response from RegenerateKey (Azure#13426)
Browse files Browse the repository at this point in the history
  • Loading branch information
memontic-ms authored and MirzaSikander committed Mar 22, 2021
1 parent b612e7d commit 1c65b60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
"primaryKey": "1234",
"primaryConnectionString": "endpoint=http://example.com;accesskey=1234"
}
},
"201": {
"body": {}
}
}
}

0 comments on commit 1c65b60

Please sign in to comment.