From 8f960ca82860e0b4c87a3436d870ab85d9162ecf Mon Sep 17 00:00:00 2001 From: Adriana Galer Rotaru Date: Wed, 2 Feb 2022 12:26:58 -0500 Subject: [PATCH 1/2] Adding xms-ids for ChangeAnalysis --- .../stable/2021-04-01/changeanalysis.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/specification/changeanalysis/resource-manager/Microsoft.ChangeAnalysis/stable/2021-04-01/changeanalysis.json b/specification/changeanalysis/resource-manager/Microsoft.ChangeAnalysis/stable/2021-04-01/changeanalysis.json index 09233bf47e33..ae45b5539a12 100644 --- a/specification/changeanalysis/resource-manager/Microsoft.ChangeAnalysis/stable/2021-04-01/changeanalysis.json +++ b/specification/changeanalysis/resource-manager/Microsoft.ChangeAnalysis/stable/2021-04-01/changeanalysis.json @@ -247,7 +247,8 @@ "type": "array", "items": { "$ref": "#/definitions/ResourceProviderOperationDefinition" - } + }, + "x-ms-identifiers": [ "name" ] }, "nextLink": { "description": "The URI that can be used to request the next page for list of Azure operations.", @@ -356,7 +357,8 @@ "type": "array", "items": { "$ref": "#/definitions/PropertyChange" - } + }, + "x-ms-identifiers": [ ] } } }, From ad4025f2f07443306c80c3082110d5a8ba958405 Mon Sep 17 00:00:00 2001 From: Adriana Galer Rotaru Date: Wed, 2 Feb 2022 12:27:28 -0500 Subject: [PATCH 2/2] Adding xms-ids for ChangeAnalysis --- .../stable/2021-04-01/changeanalysis.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/specification/changeanalysis/resource-manager/Microsoft.ChangeAnalysis/stable/2021-04-01/changeanalysis.json b/specification/changeanalysis/resource-manager/Microsoft.ChangeAnalysis/stable/2021-04-01/changeanalysis.json index ae45b5539a12..816c74298c7c 100644 --- a/specification/changeanalysis/resource-manager/Microsoft.ChangeAnalysis/stable/2021-04-01/changeanalysis.json +++ b/specification/changeanalysis/resource-manager/Microsoft.ChangeAnalysis/stable/2021-04-01/changeanalysis.json @@ -248,7 +248,9 @@ "items": { "$ref": "#/definitions/ResourceProviderOperationDefinition" }, - "x-ms-identifiers": [ "name" ] + "x-ms-identifiers": [ + "name" + ] }, "nextLink": { "description": "The URI that can be used to request the next page for list of Azure operations.", @@ -358,7 +360,7 @@ "items": { "$ref": "#/definitions/PropertyChange" }, - "x-ms-identifiers": [ ] + "x-ms-identifiers": [] } } },