You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command upgrade a Storage account with Kind "Storage" or "BlobStorage" to "StorageV2" kind Storage account.
@@ -133,9 +133,8 @@ The acceptable values for this parameter are: Hot and Cool.
133
133
If you change the access tier, it may result in additional charges. For more information, see
134
134
[Azure Blob Storage: Hot and cool storage tiers](http://go.microsoft.com/fwlink/?LinkId=786482).
135
135
136
-
If you specify a value of BlobStorage for the *Kind* parameter of the New-AzureRmStorageAccount
137
-
cmdlet, you must specify a value for the *AccessTier* parameter. If you specify a value of Storage
138
-
for this *Kind* parameter, do not specify the *AccessTier* parameter.
136
+
If the Storage account has Kind as StorageV2 or BlobStorage, you can specify the *AccessTier* parameter.
137
+
If the Storage account has Kind as Storage, do not specify the *AccessTier* parameter.
139
138
140
139
```yaml
141
140
Type: String
@@ -320,25 +319,6 @@ Accept pipeline input: False
320
319
Accept wildcard characters: False
321
320
```
322
321
323
-
### -Kind
324
-
Specifies StorageV2 for this *Kind* paramter to upgrade Storage or BlobStorage Kind Storage Account to StorageV2 Kind Storage account.
325
-
The acceptable values for this parameter is:
326
-
327
-
- StorageV2. General Purpose Version 2 (GPv2) storage account that supports Blobs, Tables, Queues, Files, and Disks, with advanced features like data tiering.
328
-
329
-
```yaml
330
-
Type: String
331
-
Parameter Sets: (All)
332
-
Aliases:
333
-
Accepted values: StorageV2
334
-
335
-
Required: False
336
-
Position: Named
337
-
Default value: None
338
-
Accept pipeline input: False
339
-
Accept wildcard characters: False
340
-
```
341
-
342
322
### -Name
343
323
Specifies the name of the Storage account to Modify.
0 commit comments