Skip to content
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