From cc35b3d5b6db84f4971b845713472eda3de73863 Mon Sep 17 00:00:00 2001 From: Youke Shen Date: Wed, 14 Oct 2020 13:00:30 -0700 Subject: [PATCH] Reverting changes for subscriptionId/resourceGroup; Fix casing for etag field. --- .../preview/2018-09-01-preview/graphquery.json | 12 +----------- .../preview/2020-04-01-preview/graphquery.json | 12 +----------- 2 files changed, 2 insertions(+), 22 deletions(-) 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 302413d0a624..765246ec74b2 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 @@ -267,16 +267,6 @@ "readOnly": true, "description": "Azure resource name. This is GUID value. The display name should be assigned within properties field." }, - "subscriptionId": { - "type": "string", - "readOnly": true, - "description": "The Id of the subscription to which the resource belongs." - }, - "resourceGroup": { - "type": "string", - "readOnly": true, - "description": "The name of the resource group this resource belongs to." - }, "location": { "type": "string", "readOnly": false, @@ -287,7 +277,7 @@ "readOnly": true, "description": "Azure resource type" }, - "eTag": { + "etag": { "type": "string", "description": "This will be used to handle Optimistic Concurrency. If not present, it will always overwrite the existing resource without checking conflict." }, diff --git a/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/preview/2020-04-01-preview/graphquery.json b/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/preview/2020-04-01-preview/graphquery.json index 9539836ed680..24fabc089a55 100644 --- a/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/preview/2020-04-01-preview/graphquery.json +++ b/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/preview/2020-04-01-preview/graphquery.json @@ -267,16 +267,6 @@ "readOnly": true, "description": "Azure resource name. This is GUID value. The display name should be assigned within properties field." }, - "subscriptionId": { - "type": "string", - "readOnly": true, - "description": "The Id of the subscription to which the resource belongs." - }, - "resourceGroup": { - "type": "string", - "readOnly": true, - "description": "The name of the resource group this resource belongs to." - }, "location": { "type": "string", "readOnly": true, @@ -332,7 +322,7 @@ "readOnly": true, "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/systemData" }, - "eTag": { + "etag": { "type": "string", "description": "This will be used to handle Optimistic Concurrency." }