Skip to content

Commit 7e4ae0f

Browse files
authored
Updated parameter name from -Type to -SkuName (Azure#18882)
1 parent 979f7d2 commit 7e4ae0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storage/Storage.Management/help/Set-AzStorageAccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ You can use this cmdlet to modify the account type, update a customer domain, or
7171

7272
### Example 1: Set the Storage account type
7373
```
74-
PS C:\>Set-AzStorageAccount -ResourceGroupName "MyResourceGroup" -Name "mystorageaccount" -Type "Standard_RAGRS"
74+
PS C:\>Set-AzStorageAccount -ResourceGroupName "MyResourceGroup" -Name "mystorageaccount" -SkuName "Standard_RAGRS"
7575
```
7676

7777
This command sets the Storage account type to Standard_RAGRS.

0 commit comments

Comments
 (0)