From 710875f65d7a1dfdc22b89230e13b00197be7b97 Mon Sep 17 00:00:00 2001 From: Karthik Kunjithapatham Date: Wed, 3 Feb 2021 15:03:03 -0800 Subject: [PATCH 1/2] consumption spec updates --- .../stable/2019-10-01/consumption.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01/consumption.json b/specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01/consumption.json index b735ac91eb20..f7dd2c41d6be 100644 --- a/specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01/consumption.json +++ b/specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01/consumption.json @@ -4644,6 +4644,11 @@ "description": "Operation type: Read, write, delete, etc.", "type": "string", "readOnly": true + }, + "description": { + "description": "Description of the operation.", + "type": "string", + "readOnly": true } } } @@ -4934,7 +4939,7 @@ "type": "string", "description": "Resource type." }, - "etag": { + "eTag": { "readOnly": true, "type": "string", "description": "Resource etag." From 17a3f69037eb66468436fa4d34c2788a4ca708f5 Mon Sep 17 00:00:00 2001 From: Karthik Kunjithapatham <77180268+karthikku-2020@users.noreply.github.com> Date: Tue, 2 Mar 2021 06:37:37 -0800 Subject: [PATCH 2/2] Reverted casing on the etag Property --- .../Microsoft.Consumption/stable/2019-10-01/consumption.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01/consumption.json b/specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01/consumption.json index f7dd2c41d6be..40b24d82a1ea 100644 --- a/specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01/consumption.json +++ b/specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01/consumption.json @@ -4939,7 +4939,7 @@ "type": "string", "description": "Resource type." }, - "eTag": { + "etag": { "readOnly": true, "type": "string", "description": "Resource etag."