diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersClearLegalHold.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersClearLegalHold.json index 9d22c2af5b78..ad6e6f5a6dcc 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersClearLegalHold.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersClearLegalHold.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res4303", "accountName": "sto7280", "containerName": "container8723", diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersDelete.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersDelete.json index 2f07d7282352..c098454b4d7e 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersDelete.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersDelete.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res4079", "accountName": "sto4506", "containerName": "container9689", diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersDeleteImmutabilityPolicy.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersDeleteImmutabilityPolicy.json index c6db58e88f1c..40cc94c001b2 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersDeleteImmutabilityPolicy.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersDeleteImmutabilityPolicy.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res1581", "accountName": "sto9621", "containerName": "container4910", @@ -12,7 +12,7 @@ "responses": { "200": { "body": { - "id": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1581/providers/Microsoft.Storage/storageAccounts/sto9621/blobServices/default/containers/container4910/immutabilityPolicies/default", + "id": "/subscriptions/{subscription-id}/resourceGroups/res1581/providers/Microsoft.Storage/storageAccounts/sto9621/blobServices/default/containers/container4910/immutabilityPolicies/default", "name": "default", "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", "etag": "\"8d59f81a87b40c0\"", diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersExtendImmutabilityPolicy.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersExtendImmutabilityPolicy.json index eded57e10c6b..1737f81188e4 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersExtendImmutabilityPolicy.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersExtendImmutabilityPolicy.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res6238", "accountName": "sto232", "containerName": "container5023", @@ -16,7 +16,7 @@ "responses": { "200": { "body": { - "id": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6238/providers/Microsoft.Storage/storageAccounts/sto232/blobServices/default/containers/container5023/immutabilityPolicies/default", + "id": "/subscriptions/{subscription-id}/resourceGroups/res6238/providers/Microsoft.Storage/storageAccounts/sto232/blobServices/default/containers/container5023/immutabilityPolicies/default", "name": "default", "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", "etag": "\"8d57a8b2ff50332\"", diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersGet.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersGet.json index 55acbcfaaf14..3416d56e8b00 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersGet.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersGet.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res9871", "accountName": "sto6217", "containerName": "container1634", @@ -10,7 +10,7 @@ "responses": { "200": { "body": { - "id": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217/blobServices/default/containers/container1634", + "id": "/subscriptions/{subscription-id}/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217/blobServices/default/containers/container1634", "name": "container1634", "type": "Microsoft.Storage/storageAccounts/blobServices/containers", "etag": "\"0x8D592D74CC20EBA\"", diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersGetImmutabilityPolicy.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersGetImmutabilityPolicy.json index 5b669a6584ce..b04a083fed46 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersGetImmutabilityPolicy.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersGetImmutabilityPolicy.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res5221", "accountName": "sto9177", "containerName": "container3489", @@ -11,7 +11,7 @@ "responses": { "200": { "body": { - "id": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5221/providers/Microsoft.Storage/storageAccounts/sto9177/blobServices/default/containers/container3489/immutabilityPolicies/default", + "id": "/subscriptions/{subscription-id}/resourceGroups/res5221/providers/Microsoft.Storage/storageAccounts/sto9177/blobServices/default/containers/container3489/immutabilityPolicies/default", "name": "default", "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", "etag": "\"8d59f828e64b75c\"", diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersList.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersList.json index f8f4e55a5971..575296fcba50 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersList.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersList.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res9290", "accountName": "sto1590", "api-version": "2018-03-01-preview", @@ -11,7 +11,7 @@ "body": { "value": [ { - "id": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/blobServices/default/containers/container1644", + "id": "/subscriptions/{subscription-id}/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/blobServices/default/containers/container1644", "name": "container1644", "type": "Microsoft.Storage/storageAccounts/blobServices/containers", "etag": "\"0x8D589847D51C7DE\"", @@ -25,7 +25,7 @@ } }, { - "id": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/blobServices/default/containers/container4052", + "id": "/subscriptions/{subscription-id}/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/blobServices/default/containers/container4052", "name": "container4052", "type": "Microsoft.Storage/storageAccounts/blobServices/containers", "etag": "\"0x8D589847DAB5AF9\"", diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersLockImmutabilityPolicy.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersLockImmutabilityPolicy.json index 7e43dd795c91..7d8b4c13bd7d 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersLockImmutabilityPolicy.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersLockImmutabilityPolicy.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res2702", "accountName": "sto5009", "containerName": "container1631", @@ -11,7 +11,7 @@ "responses": { "200": { "body": { - "id": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2702/providers/Microsoft.Storage/storageAccounts/sto5009/blobServices/default/containers/container1631/immutabilityPolicies/default", + "id": "/subscriptions/{subscription-id}/resourceGroups/res2702/providers/Microsoft.Storage/storageAccounts/sto5009/blobServices/default/containers/container1631/immutabilityPolicies/default", "name": "default", "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", "etag": "\"8d57a8a5edb084a\"", diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersPatch.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersPatch.json index 7efa7fa886e9..26a5f59b49cf 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersPatch.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersPatch.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res3376", "accountName": "sto328", "containerName": "container6185", @@ -18,7 +18,7 @@ "responses": { "200": { "body": { - "id": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3376/providers/Microsoft.Storage/storageAccounts/sto328/blobServices/default/containers/container6185", + "id": "/subscriptions/{subscription-id}/resourceGroups/res3376/providers/Microsoft.Storage/storageAccounts/sto328/blobServices/default/containers/container6185", "name": "container6185", "type": "Microsoft.Storage/storageAccounts/blobServices/containers", "properties": { diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersPut.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersPut.json index f0b0273186d2..4aa6ab2ab34c 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersPut.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersPut.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res3376", "accountName": "sto328", "containerName": "container6185", @@ -11,7 +11,7 @@ "responses": { "201": { "body": { - "id": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3376/providers/Microsoft.Storage/storageAccounts/sto328/blobServices/default/containers/container6185", + "id": "/subscriptions/{subscription-id}/resourceGroups/res3376/providers/Microsoft.Storage/storageAccounts/sto328/blobServices/default/containers/container6185", "name": "container6185", "type": "Microsoft.Storage/storageAccounts/blobServices/containers" } diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersPutImmutabilityPolicy.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersPutImmutabilityPolicy.json index 1f9add90b021..3357d65fcfd0 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersPutImmutabilityPolicy.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersPutImmutabilityPolicy.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res1782", "accountName": "sto7069", "containerName": "container6397", @@ -16,7 +16,7 @@ "responses": { "200": { "body": { - "id": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1782/providers/Microsoft.Storage/storageAccounts/sto7069/blobServices/default/containers/container6397/immutabilityPolicies/default", + "id": "/subscriptions/{subscription-id}/resourceGroups/res1782/providers/Microsoft.Storage/storageAccounts/sto7069/blobServices/default/containers/container6397/immutabilityPolicies/default", "name": "default", "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", "etag": "\"8d59f830cb130e5\"", diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersSetLegalHold.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersSetLegalHold.json index 71014a4b1d5b..d7c79aec0436 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersSetLegalHold.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/BlobContainersSetLegalHold.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res4303", "accountName": "sto7280", "containerName": "container8723", diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/SKUList.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/SKUList.json index 0824c76f744e..0644102e9121 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/SKUList.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/SKUList.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "27de630f-e1ee-42de-8849-90def4986454", + "subscriptionId": "{subscription-id}", "api-version": "2018-03-01-preview" }, "responses": { diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountCheckNameAvailability.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountCheckNameAvailability.json index c4eb87dddd9b..f4ecc898104f 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountCheckNameAvailability.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountCheckNameAvailability.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "27de630f-e1ee-42de-8849-90def4986454", + "subscriptionId": "{subscription-id}", "api-version": "2018-03-01-preview", "accountName": { "name": "sto3363", diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountCreate.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountCreate.json index dae3c29c6b41..591f43ae0a54 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountCreate.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountCreate.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "27de630f-e1ee-42de-8849-90def4986454", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res9101", "accountName": "sto4445", "api-version": "2018-03-01-preview", @@ -10,6 +10,9 @@ }, "kind": "Storage", "location": "eastus2euap", + "properties": { + "isHnsEnabled": true + }, "tags": { "key1": "value1", "key2": "value2" @@ -19,13 +22,35 @@ "responses": { "200": { "body": { - "id": "/subscriptions/27de630f-e1ee-42de-8849-90def4986454/resourceGroups/res9101/providers/Microsoft.Storage/storageAccounts/sto4445", + "id": "/subscriptions/{subscription-id}/resourceGroups/res9101/providers/Microsoft.Storage/storageAccounts/sto4445", "kind": "Storage", "location": "eastus2euap", "name": "sto4445", "properties": { - "creationTime": "2017-05-24T13:25:33.4863236Z", + "isHnsEnabled": true, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "encryption": { + "services": { + "file": { + "enabled": true, + "lastEnabledTime": "2018-04-13T07:04:49.8562647Z" + }, + "blob": { + "enabled": true, + "lastEnabledTime": "2018-04-13T07:04:49.8562647Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "creationTime": "2018-04-13T07:04:49.6145793Z", "primaryEndpoints": { + "web": "https://sto4445.web.core.windows.net/", + "dfs": "https://sto4445.dfs.core.windows.net/", "blob": "https://sto4445.blob.core.windows.net/", "file": "https://sto4445.file.core.windows.net/", "queue": "https://sto4445.queue.core.windows.net/", diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountDelete.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountDelete.json index 404eb76f2c3f..dd8acf5b6ce1 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountDelete.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountDelete.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "27de630f-e1ee-42de-8849-90def4986454", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res4228", "accountName": "sto2434", "api-version": "2018-03-01-preview", diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountDeleteManagementPolicy.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountDeleteManagementPolicy.json index bc6cd568744e..cc09990ec8a3 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountDeleteManagementPolicy.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountDeleteManagementPolicy.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res6977", "accountName": "sto2527", "managementPolicyName": "default", diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountGetManagementPolicy.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountGetManagementPolicy.json index d0e737b93220..7b9f475ba388 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountGetManagementPolicy.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountGetManagementPolicy.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res6977", "accountName": "sto2527", "managementPolicyName": "default", @@ -10,7 +10,7 @@ "responses": { "200": { "body": { - "id": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6977/providers/Microsoft.Storage/storageAccounts/sto2527/managementPolicies/default", + "id": "/subscriptions/{subscription-id}/resourceGroups/res7231/providers/Microsoft.Storage/storageAccounts/sto288/managementPolicies/default", "name": "DefaultManagementPolicy", "type": "Microsoft.Storage/storageAccounts/managementPolicies", "properties": { diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountGetProperties.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountGetProperties.json index 2dd981deff60..534b779c6138 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountGetProperties.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountGetProperties.json @@ -1,48 +1,65 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", - "resourceGroupName": "res9407", - "accountName": "sto8596", + "subscriptionId": "{subscription-id}", + "resourceGroupName": "res7902", + "accountName": "sto5800", "api-version": "2018-03-01-preview", "monitor": "true" }, "responses": { "200": { "body": { - "id": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9407/providers/Microsoft.Storage/storageAccounts/sto8596", - "kind": "Storage", + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/{subscription-id}/resourceGroups/res7902/providers/Microsoft.Storage/storageAccounts/sto5800", + "name": "sto5800", + "type": "Microsoft.Storage/storageAccounts", "location": "eastus2(stage)", - "name": "sto8596", + "tags": { + "key1": "value1", + "key2": "value2" + }, "properties": { - "creationTime": "2017-06-01T02:42:41.7633306Z", + "isHnsEnabled": true, "networkAcls": { "bypass": "AzureServices", - "defaultAction": "Allow", + "virtualNetworkRules": [], "ipRules": [], - "virtualNetworkRules": [] + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "enabled": true, + "lastEnabledTime": "2018-04-13T06:40:38.0168941Z" + }, + "blob": { + "enabled": true, + "lastEnabledTime": "2018-04-13T06:40:38.0168941Z" + } + }, + "keySource": "Microsoft.Storage" }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2018-04-13T06:40:37.9842922Z", "primaryEndpoints": { - "blob": "https://sto8596.blob.core.windows.net/", - "file": "https://sto8596.file.core.windows.net/", - "queue": "https://sto8596.queue.core.windows.net/", - "table": "https://sto8596.table.core.windows.net/" + "web": "https://sto5800.web.core.windows.net/", + "dfs": "https://sto5800.dfs.core.windows.net/", + "blob": "https://sto5800.blob.core.windows.net/", + "queue": "https://sto5800.queue.core.windows.net/", + "table": "https://sto5800.table.core.windows.net/", + "file": "https://sto5800.file.core.windows.net/" }, "primaryLocation": "eastus2(stage)", - "provisioningState": "Succeeded", - "secondaryLocation": "northcentralus(stage)", "statusOfPrimary": "available", - "statusOfSecondary": "available", - "supportsHttpsTrafficOnly": false - }, - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "tags": { - "key1": "value1", - "key2": "value2" - }, - "type": "Microsoft.Storage/storageAccounts" + "secondaryLocation": "northcentralus(stage)", + "statusOfSecondary": "available" + } } } } diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountList.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountList.json index 75a95f65d949..be7f2ac9035c 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountList.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountList.json @@ -1,177 +1,109 @@ { "parameters": { - "subscriptionId": "27de630f-e1ee-42de-8849-90def4986454", + "subscriptionId": "{subscription-id}", "api-version": "2018-03-01-preview", "monitor": "true" }, "responses": { "200": { "body": { - "value": [ + "value": [ { - "id": "/subscriptions/27de630f-e1ee-42de-8849-90def4986454/resourceGroups/res2627/providers/Microsoft.Storage/storageAccounts/sto1125", - "kind": "Storage", - "location": "eastus2euap", - "name": "sto1125", - "properties": { - "creationTime": "2017-05-24T13:28:53.4540398Z", - "primaryEndpoints": { - "blob": "https://sto1125.blob.core.windows.net/", - "file": "https://sto1125.file.core.windows.net/", - "queue": "https://sto1125.queue.core.windows.net/", - "table": "https://sto1125.table.core.windows.net/" - }, - "primaryLocation": "eastus2euap", - "provisioningState": "Succeeded", - "secondaryLocation": "centraluseuap", - "statusOfPrimary": "available", - "statusOfSecondary": "available", - "supportsHttpsTrafficOnly": false - }, "sku": { - "name": "Standard_GRS", + "name": "Standard_LRS", "tier": "Standard" }, - "tags": { - "key1": "value1", - "key2": "value2" - }, - "type": "Microsoft.Storage/storageAccounts" - }, - { - "id": "/subscriptions/27de630f-e1ee-42de-8849-90def4986454/resourceGroups/testcmk3/providers/Microsoft.Storage/storageAccounts/sto3699", - "identity": { - "principalId": "356d057d-cba5-44dd-8a30-b2e547bc416b", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "type": "SystemAssigned" - }, - "kind": "Storage", - "location": "eastus2euap", - "name": "sto3699", + "kind": "StorageV2", + "id": "/subscriptions/{subscription-id}/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weiwebtest", + "name": "weiwebtest", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2(stage)", + "tags": {}, "properties": { - "creationTime": "2017-05-24T10:06:30.6093014Z", - "primaryEndpoints": { - "blob": "https://sto3699.blob.core.windows.net/", - "file": "https://sto3699.file.core.windows.net/", - "queue": "https://sto3699.queue.core.windows.net/", - "table": "https://sto3699.table.core.windows.net/" + "isHnsEnabled": true, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": false, + "encryption": { + "services": { + "file": { + "enabled": true, + "lastEnabledTime": "2018-04-09T08:07:07.5286091Z" + }, + "blob": { + "enabled": true, + "lastEnabledTime": "2018-04-09T08:07:07.5286091Z" + } + }, + "keySource": "Microsoft.Storage" }, - "primaryLocation": "eastus2euap", + "accessTier": "Hot", "provisioningState": "Succeeded", - "secondaryLocation": "centraluseuap", - "statusOfPrimary": "available", - "statusOfSecondary": "available", - "supportsHttpsTrafficOnly": false - }, - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "tags": { - "key1": "value1", - "key2": "value2" - }, - "type": "Microsoft.Storage/storageAccounts" - }, - { - "id": "/subscriptions/27de630f-e1ee-42de-8849-90def4986454/resourceGroups/testcmk3/providers/Microsoft.Storage/storageAccounts/sto6637", - "identity": { - "principalId": "911871cc-ffd1-4fc4-ac11-7a316433ea66", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "type": "SystemAssigned" - }, - "kind": "Storage", - "location": "eastus2euap", - "name": "sto6637", - "properties": { - "creationTime": "2017-05-24T10:09:39.5625175Z", + "creationTime": "2018-04-09T08:07:07.4348556Z", "primaryEndpoints": { - "blob": "https://sto6637.blob.core.windows.net/", - "file": "https://sto6637.file.core.windows.net/", - "queue": "https://sto6637.queue.core.windows.net/", - "table": "https://sto6637.table.core.windows.net/" + "web": "https://weiwebtest.web.core.windows.net/", + "dfs": "https://weiwebtest.dfs.core.windows.net/", + "blob": "https://weiwebtest.blob.core.windows.net/", + "queue": "https://weiwebtest.queue.core.windows.net/", + "table": "https://weiwebtest.table.core.windows.net/", + "file": "https://weiwebtest.file.core.windows.net/" }, - "primaryLocation": "eastus2euap", - "provisioningState": "Succeeded", - "secondaryLocation": "centraluseuap", - "statusOfPrimary": "available", - "statusOfSecondary": "available", - "supportsHttpsTrafficOnly": false - }, - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "tags": { - "key1": "value1", - "key2": "value2" - }, - "type": "Microsoft.Storage/storageAccounts" + "primaryLocation": "eastus2(stage)", + "statusOfPrimary": "available" + } }, { - "id": "/subscriptions/27de630f-e1ee-42de-8849-90def4986454/resourceGroups/res8186/providers/Microsoft.Storage/storageAccounts/sto834", - "kind": "Storage", - "location": "eastus2euap", - "name": "sto834", - "properties": { - "creationTime": "2017-05-24T13:28:20.8686541Z", - "primaryEndpoints": { - "blob": "https://sto834.blob.core.windows.net/", - "file": "https://sto834.file.core.windows.net/", - "queue": "https://sto834.queue.core.windows.net/", - "table": "https://sto834.table.core.windows.net/" - }, - "primaryLocation": "eastus2euap", - "provisioningState": "Succeeded", - "secondaryLocation": "centraluseuap", - "statusOfPrimary": "available", - "statusOfSecondary": "available", - "supportsHttpsTrafficOnly": false - }, "sku": { "name": "Standard_GRS", "tier": "Standard" }, + "kind": "Storage", + "id": "/subscriptions/{subscription-id}/resourceGroups/res4940/providers/Microsoft.Storage/storageAccounts/sto7478", + "name": "sto7478", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2(stage)", "tags": { "key1": "value1", "key2": "value2" }, - "type": "Microsoft.Storage/storageAccounts" - }, - { - "id": "/subscriptions/27de630f-e1ee-42de-8849-90def4986454/resourceGroups/testcmk3/providers/Microsoft.Storage/storageAccounts/sto9174", - "identity": { - "principalId": "933e3ddf-1802-4a51-9469-18a33b576f88", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "type": "SystemAssigned" - }, - "kind": "Storage", - "location": "eastus2euap", - "name": "sto9174", "properties": { - "creationTime": "2017-05-24T09:46:19.6556989Z", - "primaryEndpoints": { - "blob": "https://sto9174.blob.core.windows.net/", - "file": "https://sto9174.file.core.windows.net/", - "queue": "https://sto9174.queue.core.windows.net/", - "table": "https://sto9174.table.core.windows.net/" + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": false, + "encryption": { + "services": { + "file": { + "enabled": true, + "lastEnabledTime": "2018-03-23T09:43:18.6145793Z" + }, + "blob": { + "enabled": true, + "lastEnabledTime": "2018-03-23T09:43:18.6145793Z" + } + }, + "keySource": "Microsoft.Storage" }, - "primaryLocation": "eastus2euap", "provisioningState": "Succeeded", - "secondaryLocation": "centraluseuap", + "creationTime": "2018-03-23T09:43:18.5989502Z", + "primaryEndpoints": { + "blob": "https://sto7478.blob.core.windows.net/", + "queue": "https://sto7478.queue.core.windows.net/", + "table": "https://sto7478.table.core.windows.net/", + "file": "https://sto7478.file.core.windows.net/" + }, + "primaryLocation": "eastus2(stage)", "statusOfPrimary": "available", - "statusOfSecondary": "available", - "supportsHttpsTrafficOnly": false - }, - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "tags": { - "key1": "value1", - "key2": "value2" - }, - "type": "Microsoft.Storage/storageAccounts" + "secondaryLocation": "northcentralus(stage)", + "statusOfSecondary": "available" + } } ] } diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountListAccountSAS.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountListAccountSAS.json index 81f6e8ce5327..6c3ddad1ca3f 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountListAccountSAS.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountListAccountSAS.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "27de630f-e1ee-42de-8849-90def4986454", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res7985", "accountName": "sto8588", "api-version": "2018-03-01-preview", diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountListByResourceGroup.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountListByResourceGroup.json index fe88eb67e54e..795b3951548b 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountListByResourceGroup.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountListByResourceGroup.json @@ -1,7 +1,7 @@ { "parameters": { - "subscriptionId": "27de630f-e1ee-42de-8849-90def4986454", - "resourceGroupName": "res6117", + "subscriptionId": "{subscription-id}", + "resourceGroupName": "res4669", "api-version": "2018-03-01-preview" }, "responses": { @@ -9,64 +9,106 @@ "body": { "value": [ { - "id": "/subscriptions/27de630f-e1ee-42de-8849-90def4986454/resourceGroups/res6117/providers/Microsoft.Storage/storageAccounts/sto4036", - "kind": "Storage", - "location": "eastus2euap", - "name": "sto4036", - "properties": { - "creationTime": "2017-05-24T13:24:47.818801Z", - "primaryEndpoints": { - "blob": "https://sto4036.blob.core.windows.net/", - "file": "https://sto4036.file.core.windows.net/", - "queue": "https://sto4036.queue.core.windows.net/", - "table": "https://sto4036.table.core.windows.net/" - }, - "primaryLocation": "eastus2euap", - "provisioningState": "Succeeded", - "secondaryLocation": "centraluseuap", - "statusOfPrimary": "available", - "statusOfSecondary": "available", - "supportsHttpsTrafficOnly": false - }, "sku": { "name": "Standard_GRS", "tier": "Standard" }, + "kind": "Storage", + "id": "/subscriptions/{subscription-id}/resourceGroups/res4669/providers/Microsoft.Storage/storageAccounts/sto652", + "name": "sto652", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2(stage)", "tags": { "key1": "value1", "key2": "value2" }, - "type": "Microsoft.Storage/storageAccounts" - }, - { - "id": "/subscriptions/27de630f-e1ee-42de-8849-90def4986454/resourceGroups/res6117/providers/Microsoft.Storage/storageAccounts/sto4452", - "kind": "Storage", - "location": "eastus2euap", - "name": "sto4452", "properties": { - "creationTime": "2017-05-24T13:24:15.7068366Z", - "primaryEndpoints": { - "blob": "https://sto4452.blob.core.windows.net/", - "file": "https://sto4452.file.core.windows.net/", - "queue": "https://sto4452.queue.core.windows.net/", - "table": "https://sto4452.table.core.windows.net/" + "isHnsEnabled": true, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": false, + "encryption": { + "services": { + "file": { + "enabled": true, + "lastEnabledTime": "2018-04-13T06:35:32.6334899Z" + }, + "blob": { + "enabled": true, + "lastEnabledTime": "2018-04-13T06:35:32.6334899Z" + } + }, + "keySource": "Microsoft.Storage" }, - "primaryLocation": "eastus2euap", "provisioningState": "Succeeded", - "secondaryLocation": "centraluseuap", + "creationTime": "2018-04-13T06:35:32.5866198Z", + "primaryEndpoints": { + "web": "https://sto652.web.core.windows.net/", + "dfs": "https://sto652.dfs.core.windows.net/", + "blob": "https://sto652.blob.core.windows.net/", + "queue": "https://sto652.queue.core.windows.net/", + "table": "https://sto652.table.core.windows.net/", + "file": "https://sto652.file.core.windows.net/" + }, + "primaryLocation": "eastus2(stage)", "statusOfPrimary": "available", - "statusOfSecondary": "available", - "supportsHttpsTrafficOnly": false - }, + "secondaryLocation": "northcentralus(stage)", + "statusOfSecondary": "available" + } + }, + { "sku": { "name": "Standard_GRS", "tier": "Standard" }, + "kind": "Storage", + "id": "/subscriptions/{subscription-id}/resourceGroups/res4669/providers/Microsoft.Storage/storageAccounts/sto9937", + "name": "sto9937", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2(stage)", "tags": { "key1": "value1", "key2": "value2" }, - "type": "Microsoft.Storage/storageAccounts" + "properties": { + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": false, + "encryption": { + "services": { + "file": { + "enabled": true, + "lastEnabledTime": "2018-04-13T06:35:13.7388977Z" + }, + "blob": { + "enabled": true, + "lastEnabledTime": "2018-04-13T06:35:13.7388977Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2018-04-13T06:35:13.6607394Z", + "primaryEndpoints": { + "web": "https://sto9937.web.core.windows.net/", + "blob": "https://sto9937.blob.core.windows.net/", + "queue": "https://sto9937.queue.core.windows.net/", + "table": "https://sto9937.table.core.windows.net/", + "file": "https://sto9937.file.core.windows.net/" + }, + "primaryLocation": "eastus2(stage)", + "statusOfPrimary": "available", + "secondaryLocation": "northcentralus(stage)", + "statusOfSecondary": "available" + } } ] } diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountListKeys.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountListKeys.json index 5cef8d3ec40d..3f78254bb4f9 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountListKeys.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountListKeys.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "27de630f-e1ee-42de-8849-90def4986454", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res418", "accountName": "sto2220", "api-version": "2018-03-01-preview", diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountListLocationUsage.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountListLocationUsage.json index f94505d61081..34960a076c38 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountListLocationUsage.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountListLocationUsage.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", + "subscriptionId": "{subscription-id}", "location": "eastus2(stage)", "api-version": "2018-03-01-preview" }, diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountListServiceSAS.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountListServiceSAS.json index 3148af706c8c..5b923848c2b4 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountListServiceSAS.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountListServiceSAS.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "27de630f-e1ee-42de-8849-90def4986454", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res7439", "accountName": "sto1299", "api-version": "2018-03-01-preview", diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountRegenerateKey.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountRegenerateKey.json index c719d9abc2eb..0e95b0e360da 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountRegenerateKey.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountRegenerateKey.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "27de630f-e1ee-42de-8849-90def4986454", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res4167", "accountName": "sto3539", "api-version": "2018-03-01-preview", diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountSetManagementPolicy.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountSetManagementPolicy.json index 00a50283010d..6e16eb2ac455 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountSetManagementPolicy.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountSetManagementPolicy.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res7687", "accountName": "sto9699", "managementPolicyName": "default", @@ -51,7 +51,7 @@ "responses": { "200": { "body": { - "id": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7687/providers/Microsoft.Storage/storageAccounts/sto9699/managementPolicies/default", + "id": "/subscriptions/{subscription-id}/resourceGroups/res7231/providers/Microsoft.Storage/storageAccounts/sto288/managementPolicies/default", "name": "DefaultManagementPolicy", "type": "Microsoft.Storage/storageAccounts/managementPolicies", "properties": { diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountUpdate.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountUpdate.json index ea872ae6af1b..7f8014a34169 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountUpdate.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountUpdate.json @@ -1,55 +1,71 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", - "resourceGroupName": "res9407", - "accountName": "sto8596", + "subscriptionId": "{subscription-id}", + "resourceGroupName": "res7902", + "accountName": "sto5800", "api-version": "2018-03-01-preview", "monitor": "true", "parameters": { "properties": { - "networkAcls": { - "defaultAction": "Allow" - } - } + "supportsHttpsTrafficOnly": true + }, + "kind": "StorageV2" } }, "responses": { "200": { "body": { - "id": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9407/providers/Microsoft.Storage/storageAccounts/sto8596", - "kind": "Storage", + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/{subscription-id}/resourceGroups/res7902/providers/Microsoft.Storage/storageAccounts/sto5800", + "name": "sto5800", + "type": "Microsoft.Storage/storageAccounts", "location": "eastus2(stage)", - "name": "sto8596", + "tags": { + "key1": "value1", + "key2": "value2" + }, "properties": { - "creationTime": "2017-06-01T02:42:41.7633306Z", + "isHnsEnabled": true, "networkAcls": { "bypass": "AzureServices", - "defaultAction": "Allow", + "virtualNetworkRules": [], "ipRules": [], - "virtualNetworkRules": [] + "defaultAction": "Allow" }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "enabled": true, + "lastEnabledTime": "2018-04-13T06:40:38.0168941Z" + }, + "blob": { + "enabled": true, + "lastEnabledTime": "2018-04-13T06:40:38.0168941Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2018-04-13T06:40:37.9842922Z", "primaryEndpoints": { - "blob": "https://sto8596.blob.core.windows.net/", - "file": "https://sto8596.file.core.windows.net/", - "queue": "https://sto8596.queue.core.windows.net/", - "table": "https://sto8596.table.core.windows.net/" + "web": "https://sto5800.web.core.windows.net/", + "dfs": "https://sto5800.dfs.core.windows.net/", + "blob": "https://sto5800.blob.core.windows.net/", + "queue": "https://sto5800.queue.core.windows.net/", + "table": "https://sto5800.table.core.windows.net/", + "file": "https://sto5800.file.core.windows.net/" }, "primaryLocation": "eastus2(stage)", - "provisioningState": "Succeeded", - "secondaryLocation": "northcentralus(stage)", "statusOfPrimary": "available", - "statusOfSecondary": "available", - "supportsHttpsTrafficOnly": false - }, - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "tags": { - "key1": "value1", - "key2": "value2" - }, - "type": "Microsoft.Storage/storageAccounts" + "secondaryLocation": "northcentralus(stage)", + "statusOfSecondary": "available" + } } } } diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/UsageList.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/UsageList.json index e6d1a784bbfb..40eb7ab74774 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/UsageList.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/UsageList.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "27de630f-e1ee-42de-8849-90def4986454", + "subscriptionId": "{subscription-id}", "api-version": "2018-03-01-preview" }, "responses": { diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/storage.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/storage.json index 331a86dc0e88..40b3a264ba96 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/storage.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/storage.json @@ -1276,6 +1276,12 @@ "default": false, "x-ms-client-name": "EnableHttpsTrafficOnly", "description": "Allows https traffic only to storage service if sets to true." + }, + "isHnsEnabled": { + "type": "boolean", + "default": false, + "x-ms-client-name": "IsHnsEnabled", + "description": "Account HierarchicalNamespace enabled if sets to true." } }, "description": "The parameters used to create the storage account." @@ -1377,9 +1383,19 @@ "readOnly": true, "type": "string", "description": "Gets the file endpoint." + }, + "web": { + "readOnly": true, + "type": "string", + "description": "Gets the web endpoint." + }, + "dfs": { + "readOnly": true, + "type": "string", + "description": "Gets the dfs endpoint." } }, - "description": "The URIs that are used to perform a retrieval of a public blob, queue, or table object." + "description": "The URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object." }, "StorageAccountProperties": { "properties": { @@ -1489,6 +1505,12 @@ "x-ms-client-name": "NetworkRuleSet", "description": "Network rule set", "readOnly": true + }, + "isHnsEnabled": { + "type": "boolean", + "default": false, + "x-ms-client-name": "IsHnsEnabled", + "description": "Account HierarchicalNamespace enabled if sets to true." } }, "description": "Properties of the storage account." diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersClearLegalHold.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersClearLegalHold.json index 575852a4c14a..7034d3fffe3c 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersClearLegalHold.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersClearLegalHold.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res4303", "accountName": "sto7280", "containerName": "container8723", diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersDelete.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersDelete.json index 07e0630d5cba..8f3553566378 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersDelete.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersDelete.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res4079", "accountName": "sto4506", "containerName": "container9689", diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersDeleteImmutabilityPolicy.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersDeleteImmutabilityPolicy.json index 2447b4a44944..e859b34c5bb0 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersDeleteImmutabilityPolicy.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersDeleteImmutabilityPolicy.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res1581", "accountName": "sto9621", "containerName": "container4910", @@ -12,7 +12,7 @@ "responses": { "200": { "body": { - "id": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1581/providers/Microsoft.Storage/storageAccounts/sto9621/blobServices/default/containers/container4910/immutabilityPolicies/default", + "id": "/subscriptions/{subscription-id}/resourceGroups/res1581/providers/Microsoft.Storage/storageAccounts/sto9621/blobServices/default/containers/container4910/immutabilityPolicies/default", "name": "default", "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", "etag": "\"8d59f81a87b40c0\"", diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersExtendImmutabilityPolicy.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersExtendImmutabilityPolicy.json index f6fb4c2f0ded..de5928904dd3 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersExtendImmutabilityPolicy.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersExtendImmutabilityPolicy.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res6238", "accountName": "sto232", "containerName": "container5023", @@ -16,7 +16,7 @@ "responses": { "200": { "body": { - "id": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6238/providers/Microsoft.Storage/storageAccounts/sto232/blobServices/default/containers/container5023/immutabilityPolicies/default", + "id": "/subscriptions/{subscription-id}/resourceGroups/res6238/providers/Microsoft.Storage/storageAccounts/sto232/blobServices/default/containers/container5023/immutabilityPolicies/default", "name": "default", "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", "etag": "\"8d57a8b2ff50332\"", diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersGet.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersGet.json index 80eaf7e2312f..dfcdd715f1a1 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersGet.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersGet.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res9871", "accountName": "sto6217", "containerName": "container1634", @@ -10,7 +10,7 @@ "responses": { "200": { "body": { - "id": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217/blobServices/default/containers/container1634", + "id": "/subscriptions/{subscription-id}/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217/blobServices/default/containers/container1634", "name": "container1634", "type": "Microsoft.Storage/storageAccounts/blobServices/containers", "etag": "\"0x8D592D74CC20EBA\"", diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersGetImmutabilityPolicy.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersGetImmutabilityPolicy.json index a37f35dfee20..b4832e1a531b 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersGetImmutabilityPolicy.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersGetImmutabilityPolicy.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res5221", "accountName": "sto9177", "containerName": "container3489", @@ -11,7 +11,7 @@ "responses": { "200": { "body": { - "id": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5221/providers/Microsoft.Storage/storageAccounts/sto9177/blobServices/default/containers/container3489/immutabilityPolicies/default", + "id": "/subscriptions/{subscription-id}/resourceGroups/res5221/providers/Microsoft.Storage/storageAccounts/sto9177/blobServices/default/containers/container3489/immutabilityPolicies/default", "name": "default", "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", "etag": "\"8d59f828e64b75c\"", diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersList.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersList.json index da5bd06bc2e5..a37be2da97f0 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersList.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersList.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res9290", "accountName": "sto1590", "api-version": "2018-02-01", @@ -11,7 +11,7 @@ "body": { "value": [ { - "id": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/blobServices/default/containers/container1644", + "id": "/subscriptions/{subscription-id}/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/blobServices/default/containers/container1644", "name": "container1644", "type": "Microsoft.Storage/storageAccounts/blobServices/containers", "etag": "\"0x8D589847D51C7DE\"", @@ -25,7 +25,7 @@ } }, { - "id": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/blobServices/default/containers/container4052", + "id": "/subscriptions/{subscription-id}/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/blobServices/default/containers/container4052", "name": "container4052", "type": "Microsoft.Storage/storageAccounts/blobServices/containers", "etag": "\"0x8D589847DAB5AF9\"", diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersLockImmutabilityPolicy.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersLockImmutabilityPolicy.json index 7b3492894cb2..bf2d99c923ee 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersLockImmutabilityPolicy.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersLockImmutabilityPolicy.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res2702", "accountName": "sto5009", "containerName": "container1631", @@ -11,7 +11,7 @@ "responses": { "200": { "body": { - "id": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2702/providers/Microsoft.Storage/storageAccounts/sto5009/blobServices/default/containers/container1631/immutabilityPolicies/default", + "id": "/subscriptions/{subscription-id}/resourceGroups/res2702/providers/Microsoft.Storage/storageAccounts/sto5009/blobServices/default/containers/container1631/immutabilityPolicies/default", "name": "default", "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", "etag": "\"8d57a8a5edb084a\"", diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersPatch.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersPatch.json index 7c4e94de6872..2b878d194e0d 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersPatch.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersPatch.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res3376", "accountName": "sto328", "containerName": "container6185", @@ -18,7 +18,7 @@ "responses": { "200": { "body": { - "id": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3376/providers/Microsoft.Storage/storageAccounts/sto328/blobServices/default/containers/container6185", + "id": "/subscriptions/{subscription-id}/resourceGroups/res3376/providers/Microsoft.Storage/storageAccounts/sto328/blobServices/default/containers/container6185", "name": "container6185", "type": "Microsoft.Storage/storageAccounts/blobServices/containers", "properties": { diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersPut.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersPut.json index 8acd2faa3352..649e2422b75f 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersPut.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersPut.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res3376", "accountName": "sto328", "containerName": "container6185", @@ -11,7 +11,7 @@ "responses": { "201": { "body": { - "id": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3376/providers/Microsoft.Storage/storageAccounts/sto328/blobServices/default/containers/container6185", + "id": "/subscriptions/{subscription-id}/resourceGroups/res3376/providers/Microsoft.Storage/storageAccounts/sto328/blobServices/default/containers/container6185", "name": "container6185", "type": "Microsoft.Storage/storageAccounts/blobServices/containers" } diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersPutImmutabilityPolicy.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersPutImmutabilityPolicy.json index 7525a20537b3..d11c06313f81 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersPutImmutabilityPolicy.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersPutImmutabilityPolicy.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res1782", "accountName": "sto7069", "containerName": "container6397", @@ -16,7 +16,7 @@ "responses": { "200": { "body": { - "id": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1782/providers/Microsoft.Storage/storageAccounts/sto7069/blobServices/default/containers/container6397/immutabilityPolicies/default", + "id": "/subscriptions/{subscription-id}/resourceGroups/res1782/providers/Microsoft.Storage/storageAccounts/sto7069/blobServices/default/containers/container6397/immutabilityPolicies/default", "name": "default", "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", "etag": "\"8d59f830cb130e5\"", diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersSetLegalHold.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersSetLegalHold.json index 224ed7c68b24..f5a488a2e762 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersSetLegalHold.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/BlobContainersSetLegalHold.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res4303", "accountName": "sto7280", "containerName": "container8723", diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/SKUList.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/SKUList.json index 4a836f4627b6..855771666292 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/SKUList.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/SKUList.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "27de630f-e1ee-42de-8849-90def4986454", + "subscriptionId": "{subscription-id}", "api-version": "2018-02-01" }, "responses": { diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountCheckNameAvailability.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountCheckNameAvailability.json index c78a1329de7e..e14b1b1b8a20 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountCheckNameAvailability.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountCheckNameAvailability.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "27de630f-e1ee-42de-8849-90def4986454", + "subscriptionId": "{subscription-id}", "api-version": "2018-02-01", "accountName": { "name": "sto3363", diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountCreate.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountCreate.json index 0400d5515a73..fb48db0af159 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountCreate.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountCreate.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "27de630f-e1ee-42de-8849-90def4986454", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res9101", "accountName": "sto4445", "api-version": "2018-02-01", @@ -10,6 +10,9 @@ }, "kind": "Storage", "location": "eastus2euap", + "properties": { + "isHnsEnabled": true + }, "tags": { "key1": "value1", "key2": "value2" @@ -19,13 +22,16 @@ "responses": { "200": { "body": { - "id": "/subscriptions/27de630f-e1ee-42de-8849-90def4986454/resourceGroups/res9101/providers/Microsoft.Storage/storageAccounts/sto4445", + "id": "/subscriptions/{subscription-id}/resourceGroups/res9101/providers/Microsoft.Storage/storageAccounts/sto4445", "kind": "Storage", "location": "eastus2euap", "name": "sto4445", "properties": { + "isHnsEnabled": true, "creationTime": "2017-05-24T13:25:33.4863236Z", "primaryEndpoints": { + "web": "https://sto4445.web.core.windows.net/", + "dfs": "https://sto4445.dfs.core.windows.net/", "blob": "https://sto4445.blob.core.windows.net/", "file": "https://sto4445.file.core.windows.net/", "queue": "https://sto4445.queue.core.windows.net/", diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountDelete.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountDelete.json index 723ac3e0b596..1611fc7a5a29 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountDelete.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountDelete.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "27de630f-e1ee-42de-8849-90def4986454", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res4228", "accountName": "sto2434", "api-version": "2018-02-01", diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountGetProperties.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountGetProperties.json index 3aec9cd64ad3..3a4e56baa292 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountGetProperties.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountGetProperties.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res9407", "accountName": "sto8596", "api-version": "2018-02-01", @@ -9,11 +9,12 @@ "responses": { "200": { "body": { - "id": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9407/providers/Microsoft.Storage/storageAccounts/sto8596", + "id": "/subscriptions/{subscription-id}/resourceGroups/res9407/providers/Microsoft.Storage/storageAccounts/sto8596", "kind": "Storage", "location": "eastus2(stage)", "name": "sto8596", "properties": { + "isHnsEnabled": true, "creationTime": "2017-06-01T02:42:41.7633306Z", "networkAcls": { "bypass": "AzureServices", @@ -22,6 +23,8 @@ "virtualNetworkRules": [] }, "primaryEndpoints": { + "web": "https://sto8596.web.core.windows.net/", + "dfs": "https://sto8596.dfs.core.windows.net/", "blob": "https://sto8596.blob.core.windows.net/", "file": "https://sto8596.file.core.windows.net/", "queue": "https://sto8596.queue.core.windows.net/", diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountList.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountList.json index ebd9e5b63c76..aaf1f6e7fe0f 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountList.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountList.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "27de630f-e1ee-42de-8849-90def4986454", + "subscriptionId": "{subscription-id}", "api-version": "2018-02-01", "monitor": "true" }, @@ -9,13 +9,16 @@ "body": { "value": [ { - "id": "/subscriptions/27de630f-e1ee-42de-8849-90def4986454/resourceGroups/res2627/providers/Microsoft.Storage/storageAccounts/sto1125", + "id": "/subscriptions/{subscription-id}/resourceGroups/res2627/providers/Microsoft.Storage/storageAccounts/sto1125", "kind": "Storage", "location": "eastus2euap", "name": "sto1125", "properties": { + "isHnsEnabled": true, "creationTime": "2017-05-24T13:28:53.4540398Z", "primaryEndpoints": { + "web": "https://sto1125.web.core.windows.net/", + "dfs": "https://sto1125.dfs.core.windows.net/", "blob": "https://sto1125.blob.core.windows.net/", "file": "https://sto1125.file.core.windows.net/", "queue": "https://sto1125.queue.core.windows.net/", @@ -39,7 +42,7 @@ "type": "Microsoft.Storage/storageAccounts" }, { - "id": "/subscriptions/27de630f-e1ee-42de-8849-90def4986454/resourceGroups/testcmk3/providers/Microsoft.Storage/storageAccounts/sto3699", + "id": "/subscriptions/{subscription-id}/resourceGroups/testcmk3/providers/Microsoft.Storage/storageAccounts/sto3699", "identity": { "principalId": "356d057d-cba5-44dd-8a30-b2e547bc416b", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", @@ -74,7 +77,7 @@ "type": "Microsoft.Storage/storageAccounts" }, { - "id": "/subscriptions/27de630f-e1ee-42de-8849-90def4986454/resourceGroups/testcmk3/providers/Microsoft.Storage/storageAccounts/sto6637", + "id": "/subscriptions/{subscription-id}/resourceGroups/testcmk3/providers/Microsoft.Storage/storageAccounts/sto6637", "identity": { "principalId": "911871cc-ffd1-4fc4-ac11-7a316433ea66", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", @@ -109,7 +112,7 @@ "type": "Microsoft.Storage/storageAccounts" }, { - "id": "/subscriptions/27de630f-e1ee-42de-8849-90def4986454/resourceGroups/res8186/providers/Microsoft.Storage/storageAccounts/sto834", + "id": "/subscriptions/{subscription-id}/resourceGroups/res8186/providers/Microsoft.Storage/storageAccounts/sto834", "kind": "Storage", "location": "eastus2euap", "name": "sto834", @@ -139,7 +142,7 @@ "type": "Microsoft.Storage/storageAccounts" }, { - "id": "/subscriptions/27de630f-e1ee-42de-8849-90def4986454/resourceGroups/testcmk3/providers/Microsoft.Storage/storageAccounts/sto9174", + "id": "/subscriptions/{subscription-id}/resourceGroups/testcmk3/providers/Microsoft.Storage/storageAccounts/sto9174", "identity": { "principalId": "933e3ddf-1802-4a51-9469-18a33b576f88", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountListAccountSAS.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountListAccountSAS.json index 3554ea405b45..f518bb837e5b 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountListAccountSAS.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountListAccountSAS.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "27de630f-e1ee-42de-8849-90def4986454", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res7985", "accountName": "sto8588", "api-version": "2018-02-01", diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountListByResourceGroup.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountListByResourceGroup.json index f2377c01ed51..af8bca6eb6b0 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountListByResourceGroup.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountListByResourceGroup.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "27de630f-e1ee-42de-8849-90def4986454", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res6117", "api-version": "2018-02-01" }, @@ -9,13 +9,16 @@ "body": { "value": [ { - "id": "/subscriptions/27de630f-e1ee-42de-8849-90def4986454/resourceGroups/res6117/providers/Microsoft.Storage/storageAccounts/sto4036", + "id": "/subscriptions/{subscription-id}/resourceGroups/res6117/providers/Microsoft.Storage/storageAccounts/sto4036", "kind": "Storage", "location": "eastus2euap", "name": "sto4036", "properties": { + "isHnsEnabled": true, "creationTime": "2017-05-24T13:24:47.818801Z", "primaryEndpoints": { + "web": "https://sto4036.web.core.windows.net/", + "dfs": "https://sto4036.dfs.core.windows.net/", "blob": "https://sto4036.blob.core.windows.net/", "file": "https://sto4036.file.core.windows.net/", "queue": "https://sto4036.queue.core.windows.net/", @@ -39,7 +42,7 @@ "type": "Microsoft.Storage/storageAccounts" }, { - "id": "/subscriptions/27de630f-e1ee-42de-8849-90def4986454/resourceGroups/res6117/providers/Microsoft.Storage/storageAccounts/sto4452", + "id": "/subscriptions/{subscription-id}/resourceGroups/res6117/providers/Microsoft.Storage/storageAccounts/sto4452", "kind": "Storage", "location": "eastus2euap", "name": "sto4452", diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountListKeys.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountListKeys.json index 267c98b96d85..c5de65b7c404 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountListKeys.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountListKeys.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "27de630f-e1ee-42de-8849-90def4986454", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res418", "accountName": "sto2220", "api-version": "2018-02-01", diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountListLocationUsage.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountListLocationUsage.json index fb839f413364..100705deb0e1 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountListLocationUsage.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountListLocationUsage.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", + "subscriptionId": "{subscription-id}", "location": "eastus2(stage)", "api-version": "2018-02-01" }, diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountListServiceSAS.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountListServiceSAS.json index b7d63d04dbb0..3799ff56dca7 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountListServiceSAS.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountListServiceSAS.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "27de630f-e1ee-42de-8849-90def4986454", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res7439", "accountName": "sto1299", "api-version": "2018-02-01", diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountRegenerateKey.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountRegenerateKey.json index b8a455492723..35a883b764f8 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountRegenerateKey.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountRegenerateKey.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "27de630f-e1ee-42de-8849-90def4986454", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res4167", "accountName": "sto3539", "api-version": "2018-02-01", diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountUpdate.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountUpdate.json index 12f8c3f169ff..1d2b14b351a8 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountUpdate.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/StorageAccountUpdate.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", + "subscriptionId": "{subscription-id}", "resourceGroupName": "res9407", "accountName": "sto8596", "api-version": "2018-02-01", @@ -16,11 +16,12 @@ "responses": { "200": { "body": { - "id": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9407/providers/Microsoft.Storage/storageAccounts/sto8596", + "id": "/subscriptions/{subscription-id}/resourceGroups/res9407/providers/Microsoft.Storage/storageAccounts/sto8596", "kind": "Storage", "location": "eastus2(stage)", "name": "sto8596", "properties": { + "isHnsEnabled": true, "creationTime": "2017-06-01T02:42:41.7633306Z", "networkAcls": { "bypass": "AzureServices", @@ -29,6 +30,8 @@ "virtualNetworkRules": [] }, "primaryEndpoints": { + "web": "https://sto8596.web.core.windows.net/", + "dfs": "https://sto8596.dfs.core.windows.net/", "blob": "https://sto8596.blob.core.windows.net/", "file": "https://sto8596.file.core.windows.net/", "queue": "https://sto8596.queue.core.windows.net/", diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/UsageList.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/UsageList.json index 726db9d8ee25..be75fae56bf8 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/UsageList.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/examples/UsageList.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "27de630f-e1ee-42de-8849-90def4986454", + "subscriptionId": "{subscription-id}", "api-version": "2018-02-01" }, "responses": { diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/storage.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/storage.json index 1669b67510be..4d6e8bfdea4c 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/storage.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/storage.json @@ -1208,6 +1208,12 @@ "default": false, "x-ms-client-name": "EnableHttpsTrafficOnly", "description": "Allows https traffic only to storage service if sets to true." + }, + "isHnsEnabled": { + "type": "boolean", + "default": false, + "x-ms-client-name": "IsHnsEnabled", + "description": "Account HierarchicalNamespace enabled if sets to true." } }, "description": "The parameters used to create the storage account." @@ -1309,9 +1315,19 @@ "readOnly": true, "type": "string", "description": "Gets the file endpoint." + }, + "web": { + "readOnly": true, + "type": "string", + "description": "Gets the web endpoint." + }, + "dfs": { + "readOnly": true, + "type": "string", + "description": "Gets the dfs endpoint." } }, - "description": "The URIs that are used to perform a retrieval of a public blob, queue, or table object." + "description": "The URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object." }, "StorageAccountProperties": { "properties": { @@ -1421,6 +1437,12 @@ "x-ms-client-name": "NetworkRuleSet", "description": "Network rule set", "readOnly": true + }, + "isHnsEnabled": { + "type": "boolean", + "default": false, + "x-ms-client-name": "IsHnsEnabled", + "description": "Account HierarchicalNamespace enabled if sets to true." } }, "description": "Properties of the storage account."