Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.ResourceGraph to add ver…
Browse files Browse the repository at this point in the history
…sion preview/2018-09-01-preview (#9216)

* feedback

* Linter

* Remove additional fields

* Revert operation changes

* Undo etag capitalization
  • Loading branch information
johnthcall authored May 7, 2020
1 parent e6b9dd2 commit 789483b
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"paths": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceGraph/queries": {
"get": {
"tags": [
"GraphQuery"
],
"description": "Get all graph queries defined within a specified subscription and resource group.",
"operationId": "GraphQuery_List",
"parameters": [
Expand Down Expand Up @@ -75,6 +78,9 @@
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceGraph/queries/{resourceName}": {
"get": {
"tags": [
"GraphQuery"
],
"description": "Get a single graph query by its resourceName.",
"operationId": "GraphQuery_Get",
"parameters": [
Expand Down Expand Up @@ -112,6 +118,9 @@
}
},
"delete": {
"tags": [
"GraphQuery"
],
"description": "Delete a graph query.",
"operationId": "GraphQuery_Delete",
"parameters": [
Expand Down Expand Up @@ -149,6 +158,9 @@
}
},
"put": {
"tags": [
"GraphQuery"
],
"description": "Create a new graph query.",
"operationId": "GraphQuery_CreateOrUpdate",
"parameters": [
Expand Down Expand Up @@ -255,6 +267,11 @@
"readOnly": true,
"description": "Azure resource name. This is GUID value. The display name should be assigned within properties field."
},
"location": {
"type": "string",
"readOnly": true,
"description": "The location of the resource"
},
"type": {
"type": "string",
"readOnly": true,
Expand Down

0 comments on commit 789483b

Please sign in to comment.