Skip to content

Commit

Permalink
Revert operation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthcall committed Apr 24, 2020
1 parent dd7885e commit 2ecd6bb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"tags": [
"Resources"
],
"operationId": "Query_Resources",
"operationId": "Resources",
"description": "Queries the resources managed by Azure Resource Manager for all subscriptions specified in the request.",
"externalDocs": {
"description": "Learn more about the query syntax here",
Expand Down Expand Up @@ -113,7 +113,7 @@
"/providers/Microsoft.ResourceGraph/resourceChanges": {
"post": {
"description": "List changes to a resource for a given time interval.",
"operationId": "List_ResourceChanges",
"operationId": "ResourceChanges",
"tags": [
"Changes"
],
Expand Down Expand Up @@ -161,7 +161,7 @@
"/providers/Microsoft.ResourceGraph/resourceChangeDetails": {
"post": {
"description": "Get resource change details.",
"operationId": "Get_ResourceChangeDetails",
"operationId": "ResourceChangeDetails",
"tags": [
"Changes"
],
Expand Down

0 comments on commit 2ecd6bb

Please sign in to comment.