Skip to content
Prev Previous commit
Next Next commit
Changed operationId for checkNameAvailability from CheckResourceNameA…
…vailability_Post to RecoveryServices_CheckNameAvailability
  • Loading branch information
amchandn committed Mar 28, 2019
commit 1c52533609d5a8a806f616702ab45f6b8c514b68
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/locations/{location}/checkNameAvailability": {
"post": {
"tags": [
"CheckResourceNameAvailability"
"RecoveryServices"
],
"summary": "API to check for resource name availability.\r\nA name is available if no other resource exists that has the same SubscriptionId, Resource Name and Type\r\nor if one or more such resources exist, each of these must be GCed and their time of deletion be more than 24 Hours Ago",
"operationId": "CheckResourceNameAvailability_Post",
"operationId": "RecoveryServices_CheckNameAvailability",
"consumes": [
"application/json"
],
Expand Down