From 789483b3bf0e1713f8f75151f87f7f2ea96b4375 Mon Sep 17 00:00:00 2001 From: John Call Date: Wed, 6 May 2020 19:55:38 -0700 Subject: [PATCH] [Hub Generated] Review request for Microsoft.ResourceGraph to add version preview/2018-09-01-preview (#9216) * feedback * Linter * Remove additional fields * Revert operation changes * Undo etag capitalization --- .../preview/2018-09-01-preview/graphquery.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/preview/2018-09-01-preview/graphquery.json b/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/preview/2018-09-01-preview/graphquery.json index f1d23375a8b2..d31c784ea472 100644 --- a/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/preview/2018-09-01-preview/graphquery.json +++ b/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/preview/2018-09-01-preview/graphquery.json @@ -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": [ @@ -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": [ @@ -112,6 +118,9 @@ } }, "delete": { + "tags": [ + "GraphQuery" + ], "description": "Delete a graph query.", "operationId": "GraphQuery_Delete", "parameters": [ @@ -149,6 +158,9 @@ } }, "put": { + "tags": [ + "GraphQuery" + ], "description": "Create a new graph query.", "operationId": "GraphQuery_CreateOrUpdate", "parameters": [ @@ -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,