Skip to content

Commit 5d6bc32

Browse files
authored
Merge pull request Azure#4692 from gigenthomas/patch-1
Update New-AzureRmStorageAccountKey.md
2 parents fac408e + e2547fa commit 5d6bc32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Storage/Stack/Commands.Management.Storage/help/New-AzureRmStorageAccountKey.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The **New-AzureRmStorageAccountKey** cmdlet regenerates a storage key for an Azu
2424

2525
### Example 1: Regenerate a storage key
2626
```
27-
PS C:\>New-AzureRmStorageKey -ResourceGroupName "MyResourceGroup" -AccountName "MyStorageAccount" -KeyName "key1"
27+
PS C:\>New-AzureRmStorageAccountKey -ResourceGroupName "MyResourceGroup" -AccountName "MyStorageAccount" -KeyName "key1"
2828
```
2929

3030
This command regenerates a storage key for the specified Storage account.

0 commit comments

Comments
 (0)