From 8a3f22d975b3b4490540ee5369ff7869d9b625ca Mon Sep 17 00:00:00 2001 From: Laurent Mazuel Date: Fri, 8 Sep 2017 10:32:54 -0700 Subject: [PATCH 1/3] Rename SKUs to help Autorest generating a good name --- .../Microsoft.Storage/2017-06-01/storage.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/storage/resource-manager/Microsoft.Storage/2017-06-01/storage.json b/specification/storage/resource-manager/Microsoft.Storage/2017-06-01/storage.json index 3e6ce767811f..8dd0323ac246 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/2017-06-01/storage.json +++ b/specification/storage/resource-manager/Microsoft.Storage/2017-06-01/storage.json @@ -53,7 +53,7 @@ "tags": [ "SKU" ], - "operationId": "SKUs_List", + "operationId": "Skus_List", "description": "Lists the available SKUs supported by Microsoft.Storage for given subscription.", "x-ms-examples": { "SKUList": { "$ref": "./examples/SKUList.json" } @@ -1913,4 +1913,4 @@ ] } ] -} \ No newline at end of file +} From 60084a878caf0c70684fada38dbedcba3f5e47aa Mon Sep 17 00:00:00 2001 From: Laurent Mazuel Date: Fri, 8 Sep 2017 12:17:09 -0700 Subject: [PATCH 2/3] Update Skus tag --- .../resource-manager/Microsoft.Storage/2017-06-01/storage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/storage/resource-manager/Microsoft.Storage/2017-06-01/storage.json b/specification/storage/resource-manager/Microsoft.Storage/2017-06-01/storage.json index 8dd0323ac246..51c81aad1649 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/2017-06-01/storage.json +++ b/specification/storage/resource-manager/Microsoft.Storage/2017-06-01/storage.json @@ -51,7 +51,7 @@ "/subscriptions/{subscriptionId}/providers/Microsoft.Storage/skus": { "get": { "tags": [ - "SKU" + "Skus" ], "operationId": "Skus_List", "description": "Lists the available SKUs supported by Microsoft.Storage for given subscription.", From ed86929a04896293afbb22c958bfbd4fa8d4fb07 Mon Sep 17 00:00:00 2001 From: Laurent Mazuel Date: Fri, 8 Sep 2017 12:57:27 -0700 Subject: [PATCH 3/3] Fix x-ms-example key --- .../resource-manager/Microsoft.Storage/2017-06-01/storage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/storage/resource-manager/Microsoft.Storage/2017-06-01/storage.json b/specification/storage/resource-manager/Microsoft.Storage/2017-06-01/storage.json index 51c81aad1649..372412855176 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/2017-06-01/storage.json +++ b/specification/storage/resource-manager/Microsoft.Storage/2017-06-01/storage.json @@ -56,7 +56,7 @@ "operationId": "Skus_List", "description": "Lists the available SKUs supported by Microsoft.Storage for given subscription.", "x-ms-examples": { - "SKUList": { "$ref": "./examples/SKUList.json" } + "SkuList": { "$ref": "./examples/SKUList.json" } }, "parameters": [ {