Skip to content

Commit

Permalink
Adjust "Operation" name for uniqueness.
Browse files Browse the repository at this point in the history
  • Loading branch information
tokaplan committed Jul 23, 2020
1 parent 62852dc commit 724fba3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"Operations"
],
"summary": "List available operations.",
"description": "List the available operations supported by the Microsoft.EventGrid resource provider.",
"description": "List the available operations supported by the resource provider.",
"operationId": "Operations_List",
"consumes": [],
"produces": [
Expand Down Expand Up @@ -136,7 +136,7 @@
"description": "A collection of operations",
"type": "array",
"items": {
"$ref": "#/definitions/Operation"
"$ref": "#/definitions/OperationLive"
}
},
"nextLink": {
Expand All @@ -145,7 +145,7 @@
}
}
},
"Operation": {
"OperationLive": {
"description": "Represents an operation returned by the GetOperations request",
"type": "object",
"properties": {
Expand Down

0 comments on commit 724fba3

Please sign in to comment.