From 1744c95bc07eaaac6b3a5edbd23e4bed6b2be6c9 Mon Sep 17 00:00:00 2001 From: Adriana Galer Rotaru Date: Tue, 1 Feb 2022 21:57:52 -0500 Subject: [PATCH 1/2] Adding xms-ids to AzureStack --- .../stable/2017-06-01/AzureStack.json | 5 ++++- .../Microsoft.AzureStack/stable/2017-06-01/Product.json | 8 +++++++- specification/azurestack/resource-manager/readme.md | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/specification/azurestack/resource-manager/Microsoft.AzureStack/stable/2017-06-01/AzureStack.json b/specification/azurestack/resource-manager/Microsoft.AzureStack/stable/2017-06-01/AzureStack.json index 8805bab1ea83..3827a417a105 100644 --- a/specification/azurestack/resource-manager/Microsoft.AzureStack/stable/2017-06-01/AzureStack.json +++ b/specification/azurestack/resource-manager/Microsoft.AzureStack/stable/2017-06-01/AzureStack.json @@ -269,7 +269,10 @@ "type": "array", "items": { "$ref": "#/definitions/Operation" - } + }, + "x-ms-identifiers": [ + "name" + ] }, "nextLink": { "description": "URI to the next page of operations.", diff --git a/specification/azurestack/resource-manager/Microsoft.AzureStack/stable/2017-06-01/Product.json b/specification/azurestack/resource-manager/Microsoft.AzureStack/stable/2017-06-01/Product.json index 233fb31cbc06..702117643ff0 100644 --- a/specification/azurestack/resource-manager/Microsoft.AzureStack/stable/2017-06-01/Product.json +++ b/specification/azurestack/resource-manager/Microsoft.AzureStack/stable/2017-06-01/Product.json @@ -430,6 +430,9 @@ "items": { "$ref": "#/definitions/DataDiskImage" }, + "x-ms-identifiers": [ + "lun" + ], "readOnly": true } } @@ -536,7 +539,10 @@ "type": "array", "items": { "$ref": "#/definitions/ProductLink" - } + }, + "x-ms-identifiers": [ + "uri" + ] }, "legalTerms": { "description": "The legal terms.", diff --git a/specification/azurestack/resource-manager/readme.md b/specification/azurestack/resource-manager/readme.md index 1ff4b827e59a..9e574b2ff769 100644 --- a/specification/azurestack/resource-manager/readme.md +++ b/specification/azurestack/resource-manager/readme.md @@ -34,7 +34,7 @@ These are the global settings for the Azure Stack API. title: AzureStackManagementClient description: Azure Stack openapi-type: arm -tag: package-preview-2020-06 +tag: package-2017-06-01 ``` From 1c9840ce938dada7ce2e6e30cc564181833ef5aa Mon Sep 17 00:00:00 2001 From: Adriana Galer Rotaru Date: Thu, 3 Feb 2022 15:48:51 -0500 Subject: [PATCH 2/2] correct tag version --- specification/azurestack/resource-manager/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/azurestack/resource-manager/readme.md b/specification/azurestack/resource-manager/readme.md index 6fbea894e327..ce98eb3f53e7 100644 --- a/specification/azurestack/resource-manager/readme.md +++ b/specification/azurestack/resource-manager/readme.md @@ -34,7 +34,7 @@ These are the global settings for the Azure Stack API. title: AzureStackManagementClient description: Azure Stack openapi-type: arm -tag: package-2017-06-01 +tag: package-preview-2020-06 ```