Skip to content

Commit

Permalink
Merge pull request Azure#62 from rajithanitc/master
Browse files Browse the repository at this point in the history
Correction on OperationId names in azure resourcehealth swagger
  • Loading branch information
sergey-shandar authored Apr 21, 2017
2 parents 61d2f8b + 702ef06 commit bfc8c77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arm-resourcehealth/2015-01-01/swagger/resourcehealth.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"tags": [
"AvailabilityStatuses"
],
"operationId": "AvailabilityStatus_GetByResource",
"operationId": "AvailabilityStatuses_GetByResource",
"description": "Gets current availability status for a single resource",
"parameters": [
{
Expand Down Expand Up @@ -176,7 +176,7 @@
"tags": [
"AvailabilityStatuses"
],
"operationId": "Availabilitystatuses_List",
"operationId": "AvailabilityStatuses_List",
"description": "Lists the historical availability statuses for a single resource. Use the nextLink property in the response to get the next page of availability status",
"parameters": [
{
Expand Down

0 comments on commit bfc8c77

Please sign in to comment.