From 887c7c61fb453577969c8b9a410a68f64da758db Mon Sep 17 00:00:00 2001 From: Alex Goldschmidt Date: Wed, 22 Sep 2021 13:45:51 -0400 Subject: [PATCH 1/2] etag -> eTag --- .../stable/2021-05-01/consumption.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-05-01/consumption.json b/specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-05-01/consumption.json index 5986d98dbf49..a78dbbf6c886 100644 --- a/specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-05-01/consumption.json +++ b/specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-05-01/consumption.json @@ -5048,7 +5048,7 @@ "readOnly": true, "$ref": "#/definitions/AmountWithExchangeRate" }, - "etag": { + "eTag": { "readOnly": true, "type": "string", "description": "The etag for the resource." @@ -5181,10 +5181,10 @@ "readOnly": true, "$ref": "#/definitions/Reseller" }, - "etag": { + "eTag": { "readOnly": true, "type": "string", - "description": "The etag for the resource." + "description": "The eTag for the resource." } } }, @@ -5243,10 +5243,10 @@ "readOnly": true, "$ref": "#/definitions/Reseller" }, - "etag": { + "eTag": { "readOnly": true, "type": "string", - "description": "The etag for the resource." + "description": "The eTag for the resource." } } }, From 839983bb2ddf09f1a76337b15fc6c36fac5a29df Mon Sep 17 00:00:00 2001 From: Alex Goldschmidt Date: Wed, 22 Sep 2021 14:07:50 -0400 Subject: [PATCH 2/2] Fix description --- .../Microsoft.Consumption/stable/2021-05-01/consumption.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-05-01/consumption.json b/specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-05-01/consumption.json index a78dbbf6c886..de9b055b17b2 100644 --- a/specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-05-01/consumption.json +++ b/specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-05-01/consumption.json @@ -5051,7 +5051,7 @@ "eTag": { "readOnly": true, "type": "string", - "description": "The etag for the resource." + "description": "The eTag for the resource." } } },