From 21d7bf50f1524b3d96f1cc1687d74c650de5d851 Mon Sep 17 00:00:00 2001 From: John Call Date: Fri, 24 Apr 2020 09:52:49 -0700 Subject: [PATCH 1/6] Fixing comments --- .../stable/2019-04-01/resourcegraph.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/stable/2019-04-01/resourcegraph.json b/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/stable/2019-04-01/resourcegraph.json index 5a76305a7a52..13d5744c88ca 100644 --- a/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/stable/2019-04-01/resourcegraph.json +++ b/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/stable/2019-04-01/resourcegraph.json @@ -39,7 +39,7 @@ "tags": [ "Resources" ], - "operationId": "Resources", + "operationId": "Resources_Post", "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", @@ -290,7 +290,8 @@ "type": "string" }, "data": { - "description": "Query output in tabular format." + "description": "Query output in tabular format.", + "type": "object" }, "facets": { "description": "Query facets.", @@ -409,7 +410,8 @@ "format": "int32" }, "data": { - "description": "A table containing the desired facets. Only present if the facet is valid." + "description": "A table containing the desired facets. Only present if the facet is valid.", + "type": "object" } }, "required": [ From 70cc3c6ca24a5ac15a7eac7528923a42b66d289c Mon Sep 17 00:00:00 2001 From: John Call Date: Fri, 24 Apr 2020 09:57:17 -0700 Subject: [PATCH 2/6] update oprationId --- .../stable/2019-04-01/resourcegraph.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/stable/2019-04-01/resourcegraph.json b/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/stable/2019-04-01/resourcegraph.json index 13d5744c88ca..a231c2cd31a5 100644 --- a/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/stable/2019-04-01/resourcegraph.json +++ b/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/stable/2019-04-01/resourcegraph.json @@ -39,7 +39,7 @@ "tags": [ "Resources" ], - "operationId": "Resources_Post", + "operationId": "Resources_Query", "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", From d160e35790ff315b0ce42a090244806f6510eb28 Mon Sep 17 00:00:00 2001 From: John Call Date: Fri, 24 Apr 2020 10:08:41 -0700 Subject: [PATCH 3/6] update oprationId --- .../stable/2019-04-01/resourcegraph.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/stable/2019-04-01/resourcegraph.json b/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/stable/2019-04-01/resourcegraph.json index a231c2cd31a5..3f1b9c6334ff 100644 --- a/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/stable/2019-04-01/resourcegraph.json +++ b/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/stable/2019-04-01/resourcegraph.json @@ -39,7 +39,7 @@ "tags": [ "Resources" ], - "operationId": "Resources_Query", + "operationId": "Query_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", From 4a44e7856f1805d3af50d580b94ec9bfba1a3025 Mon Sep 17 00:00:00 2001 From: John Call Date: Fri, 24 Apr 2020 14:14:51 -0700 Subject: [PATCH 4/6] Revert operation change --- .../stable/2019-04-01/resourcegraph.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/stable/2019-04-01/resourcegraph.json b/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/stable/2019-04-01/resourcegraph.json index 3f1b9c6334ff..4dced5564006 100644 --- a/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/stable/2019-04-01/resourcegraph.json +++ b/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/stable/2019-04-01/resourcegraph.json @@ -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", From 1fb003317a14420f912bf8a625570224d332b227 Mon Sep 17 00:00:00 2001 From: John Call Date: Thu, 7 May 2020 11:22:09 -0700 Subject: [PATCH 5/6] test commit --- .../stable/2019-04-01/resourcegraph.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/stable/2019-04-01/resourcegraph.json b/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/stable/2019-04-01/resourcegraph.json index 4dced5564006..5999fa4dd071 100644 --- a/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/stable/2019-04-01/resourcegraph.json +++ b/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/stable/2019-04-01/resourcegraph.json @@ -561,7 +561,7 @@ "in": "query", "required": true, "type": "string", - "description": "API version." + "description": "API version." } } } From cd77108d294f634bed94029c5d7b63d9dc3ef9ad Mon Sep 17 00:00:00 2001 From: John Call Date: Thu, 7 May 2020 11:22:51 -0700 Subject: [PATCH 6/6] Revert "test commit" This reverts commit 1fb003317a14420f912bf8a625570224d332b227. --- .../stable/2019-04-01/resourcegraph.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/stable/2019-04-01/resourcegraph.json b/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/stable/2019-04-01/resourcegraph.json index 5999fa4dd071..4dced5564006 100644 --- a/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/stable/2019-04-01/resourcegraph.json +++ b/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/stable/2019-04-01/resourcegraph.json @@ -561,7 +561,7 @@ "in": "query", "required": true, "type": "string", - "description": "API version." + "description": "API version." } } }