Skip to content

Commit 4bf8e95

Browse files
authored
Merge pull request Azure#4750 from sdwheeler/sdw-Task1096154
fixing Issue 4746
2 parents 5571272 + d274bd9 commit 4bf8e95

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.Commands.Management.Storage.dll-Help.xml
33
ms.assetid: FDD2CE98-6C7E-4B95-BA5B-B03B6AC6EAEF
4-
online version:
4+
online version:
55
schema: 2.0.0
66
---
77

@@ -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-AzureRmStorageKey -ResourceGroupName "MyResourceGroup" -Name "MyStorageAccount" -KeyName "key1"
2828
```
2929

3030
This command regenerates a storage key for the specified Storage account.
@@ -35,13 +35,13 @@ This command regenerates a storage key for the specified Storage account.
3535
Specifies which key to regenerate.
3636
The acceptable values for this parameter are:
3737

38-
- key1
38+
- key1
3939
- key2
4040

4141
```yaml
4242
Type: String
4343
Parameter Sets: (All)
44-
Aliases:
44+
Aliases:
4545
Accepted values: key1, key2
4646

4747
Required: True
@@ -72,7 +72,7 @@ Specifies the name of the resource group that contains the Storage account.
7272
```yaml
7373
Type: String
7474
Parameter Sets: (All)
75-
Aliases:
75+
Aliases:
7676

7777
Required: True
7878
Position: 0
@@ -95,5 +95,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9595
## RELATED LINKS
9696
9797
[Get-AzureRmStorageAccountKey](./Get-AzureRmStorageAccountKey.md)
98-
99-

0 commit comments

Comments
 (0)