Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hub Generated] Review request for Microsoft.ResourceGraph to add version preview/2018-09-01-preview #9216

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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