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..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 @@ -51,12 +51,12 @@ "/subscriptions/{subscriptionId}/providers/Microsoft.Storage/skus": { "get": { "tags": [ - "SKU" + "Skus" ], - "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" } + "SkuList": { "$ref": "./examples/SKUList.json" } }, "parameters": [ { @@ -1913,4 +1913,4 @@ ] } ] -} \ No newline at end of file +}