From d921946cf6860cf1e2d96c2617d098cbc4fd188f Mon Sep 17 00:00:00 2001 From: Adriana Galer Rotaru Date: Tue, 1 Feb 2022 15:28:42 -0500 Subject: [PATCH 1/3] Adding xms-ids for AppConfiguration --- .../stable/2020-06-01/appconfiguration.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/appconfiguration/resource-manager/Microsoft.AppConfiguration/stable/2020-06-01/appconfiguration.json b/specification/appconfiguration/resource-manager/Microsoft.AppConfiguration/stable/2020-06-01/appconfiguration.json index f82beb0b8e13..058d340a85b2 100644 --- a/specification/appconfiguration/resource-manager/Microsoft.AppConfiguration/stable/2020-06-01/appconfiguration.json +++ b/specification/appconfiguration/resource-manager/Microsoft.AppConfiguration/stable/2020-06-01/appconfiguration.json @@ -1246,7 +1246,8 @@ "type": "array", "items": { "$ref": "#/definitions/OperationDefinition" - } + }, + "x-ms-identifiers": [ "name" ] }, "nextLink": { "description": "The URI that can be used to request the next set of paged results.", From 298c232285c62de658f80f9d8fab774c629374e6 Mon Sep 17 00:00:00 2001 From: Adriana Galer Rotaru Date: Thu, 3 Feb 2022 14:50:58 -0500 Subject: [PATCH 2/3] corrections after rebasing --- .../2021-10-01-preview/appconfiguration.json | 21 +++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/specification/appconfiguration/resource-manager/Microsoft.AppConfiguration/preview/2021-10-01-preview/appconfiguration.json b/specification/appconfiguration/resource-manager/Microsoft.AppConfiguration/preview/2021-10-01-preview/appconfiguration.json index 2a1bb28e11c6..ac65ab17676e 100644 --- a/specification/appconfiguration/resource-manager/Microsoft.AppConfiguration/preview/2021-10-01-preview/appconfiguration.json +++ b/specification/appconfiguration/resource-manager/Microsoft.AppConfiguration/preview/2021-10-01-preview/appconfiguration.json @@ -1650,7 +1650,10 @@ "type": "array", "items": { "$ref": "#/definitions/OperationDefinition" - } + }, + "x-ms-identifiers": [ + "name" + ] }, "nextLink": { "description": "The URI that can be used to request the next set of paged results.", @@ -1727,7 +1730,10 @@ "type": "array", "items": { "$ref": "#/definitions/LogSpecification" - } + }, + "x-ms-identifiers": [ + "name" + ] }, "metricSpecifications": { "description": "Specifications of the Metrics for Azure Monitoring", @@ -1735,7 +1741,10 @@ "type": "array", "items": { "$ref": "#/definitions/MetricSpecification" - } + }, + "x-ms-identifiers": [ + "name" + ] } } }, @@ -1791,7 +1800,10 @@ "type": "array", "items": { "$ref": "#/definitions/MetricDimension" - } + }, + "x-ms-identifiers": [ + "name" + ] }, "fillGapWithZero": { "description": "Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published.", @@ -1902,6 +1914,7 @@ "items": { "$ref": "#/definitions/ErrorAdditionalInfo" }, + "x-ms-identifiers": [], "description": "The error additional info." } } From 2186bde1389afe1047d801968491540abf9d871c Mon Sep 17 00:00:00 2001 From: Adriana Galer Rotaru Date: Mon, 7 Feb 2022 23:11:01 +0100 Subject: [PATCH 3/3] prettier fix --- .../stable/2020-06-01/appconfiguration.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/specification/appconfiguration/resource-manager/Microsoft.AppConfiguration/stable/2020-06-01/appconfiguration.json b/specification/appconfiguration/resource-manager/Microsoft.AppConfiguration/stable/2020-06-01/appconfiguration.json index 058d340a85b2..cecb0084cc07 100644 --- a/specification/appconfiguration/resource-manager/Microsoft.AppConfiguration/stable/2020-06-01/appconfiguration.json +++ b/specification/appconfiguration/resource-manager/Microsoft.AppConfiguration/stable/2020-06-01/appconfiguration.json @@ -1247,7 +1247,9 @@ "items": { "$ref": "#/definitions/OperationDefinition" }, - "x-ms-identifiers": [ "name" ] + "x-ms-identifiers": [ + "name" + ] }, "nextLink": { "description": "The URI that can be used to request the next set of paged results.",