Skip to content

Commit 0a542a6

Browse files
author
maddieclayton
authored
Merge pull request #5157 from wastoresh/storage-v2
[Storage] Resolve some help issue.
2 parents 978b243 + e46acbc commit 0a542a6

16 files changed

+145
-148
lines changed

src/ResourceManager/Storage/Commands.Management.Storage/help/Add-AzureRmStorageAccountNetworkRule.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.Management.Storage.dll-Help.xml
3-
Module Name: AzureRM
3+
Module Name: AzureRM.Storage
44
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.storage/add-azurermstorageaccountnetworkrule
55
schema: 2.0.0
66
---
77

88
# Add-AzureRmStorageAccountNetworkRule
99

1010
## SYNOPSIS
11-
Add IpRules or VirtualNetworkRules to the NetworkRule property of a Storage Account
11+
Add IpRules or VirtualNetworkRules to the NetworkRule property of a Storage account
1212

1313
## SYNTAX
1414

@@ -40,7 +40,7 @@ Add-AzureRmStorageAccountNetworkRule [-ResourceGroupName] <String> [-Name] <Stri
4040
```
4141

4242
## DESCRIPTION
43-
The **Add-AzureRmStorageAccountNetworkRule** cmdlet adds IpRules or VirtualNetworkRules to the NetworkRule property of a Storage Account
43+
The **Add-AzureRmStorageAccountNetworkRule** cmdlet adds IpRules or VirtualNetworkRules to the NetworkRule property of a Storage account
4444

4545
## EXAMPLES
4646

@@ -77,7 +77,7 @@ This command add several IpRule with IpRule objects, input with JSON.
7777
## PARAMETERS
7878

7979
### -DefaultProfile
80-
The credentials, account, tenant, and subscription used for communication with azure.
80+
The credentials, account, tenant, and subscription used for communication with Azure.
8181

8282
```yaml
8383
Type: IAzureContextContainer
@@ -97,7 +97,7 @@ The Array of IpAddressOrRange, add IpRules with the input IpAddressOrRange and d
9797
```yaml
9898
Type: String[]
9999
Parameter Sets: IpRuleString
100-
Aliases:
100+
Aliases:
101101

102102
Required: True
103103
Position: Named
@@ -112,7 +112,7 @@ The Array of IpRule objects to add to the NetworkRule Property.
112112
```yaml
113113
Type: PSIpRule[]
114114
Parameter Sets: IpRuleObject
115-
Aliases:
115+
Aliases:
116116

117117
Required: True
118118
Position: Named
@@ -142,7 +142,7 @@ Specifies the name of the resource group contains the Storage account.
142142
```yaml
143143
Type: String
144144
Parameter Sets: (All)
145-
Aliases:
145+
Aliases:
146146

147147
Required: True
148148
Position: 0
@@ -172,7 +172,7 @@ The Array of VirtualNetworkRule objects to add to the NetworkRule Property.
172172
```yaml
173173
Type: PSVirtualNetworkRule[]
174174
Parameter Sets: NetworkRuleObject
175-
Aliases:
175+
Aliases:
176176

177177
Required: True
178178
Position: Named
@@ -229,4 +229,3 @@ Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule
229229
## NOTES
230230
231231
## RELATED LINKS
232-

src/ResourceManager/Storage/Commands.Management.Storage/help/AzureRM.Storage.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
Module Name: AzureRM.Storage
33
Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
44
Download Help Link: {{Please enter FwLink manually}}
@@ -12,7 +12,7 @@ This topic displays help topics for the Azure Storage Management Cmdlets.
1212

1313
## AzureRM.Storage Cmdlets
1414
### [Add-AzureRmStorageAccountNetworkRule](Add-AzureRmStorageAccountNetworkRule.md)
15-
Add IpRules or VirtualNetworkRules to the NetworkRule property of a Storage Account
15+
Add IpRules or VirtualNetworkRules to the NetworkRule property of a Storage account
1616

1717
### [Get-AzureRmStorageAccount](Get-AzureRmStorageAccount.md)
1818
Gets a Storage account.
@@ -21,10 +21,10 @@ Gets a Storage account.
2121
Gets the access keys for an Azure Storage account.
2222

2323
### [Get-AzureRmStorageAccountNameAvailability](Get-AzureRmStorageAccountNameAvailability.md)
24-
Checks the availability of a storage account name.
24+
Checks the availability of a Storage account name.
2525

2626
### [Get-AzureRmStorageAccountNetworkRuleSet](Get-AzureRmStorageAccountNetworkRuleSet.md)
27-
Get the NetWorkRule property of a Storage Account
27+
Get the NetWorkRule property of a Storage account
2828

2929
### [Get-AzureRmStorageUsage](Get-AzureRmStorageUsage.md)
3030
Gets the Storage resource usage of the current subscription.
@@ -39,7 +39,7 @@ Regenerates a storage key for an Azure Storage account.
3939
Removes a Storage account from Azure.
4040

4141
### [Remove-AzureRmStorageAccountNetworkRule](Remove-AzureRmStorageAccountNetworkRule.md)
42-
Remove IpRules or VirtualNetworkRules from the NetWorkRule property of a Storage Account
42+
Remove IpRules or VirtualNetworkRules from the NetWorkRule property of a Storage account
4343

4444
### [Set-AzureRmCurrentStorageAccount](Set-AzureRmCurrentStorageAccount.md)
4545
Modifies the current Storage account of the specified subscription.
@@ -48,5 +48,5 @@ Modifies the current Storage account of the specified subscription.
4848
Modifies a Storage account.
4949

5050
### [Update-AzureRmStorageAccountNetworkRuleSet](Update-AzureRmStorageAccountNetworkRuleSet.md)
51-
Update the NetworkRule property of a Storage Account
51+
Update the NetworkRule property of a Storage account
5252

src/ResourceManager/Storage/Commands.Management.Storage/help/Get-AzureRmStorageAccount.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.Management.Storage.dll-Help.xml
3-
Module Name: AzureRM
3+
Module Name: AzureRM.Storage
44
ms.assetid: E53D5040-C1E8-4DC1-8371-F41C00B666E3
55
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.storage/get-azurermstorageaccount
66
schema: 2.0.0
@@ -30,7 +30,7 @@ The **Get-AzureRmStorageAccount** cmdlet gets a specified Storage account or all
3030

3131
## EXAMPLES
3232

33-
### Example 1: Get a specified storage account
33+
### Example 1: Get a specified Storage account
3434
```
3535
PS C:\>Get-AzureRmStorageAccount -ResourceGroupName "RG01" -AccountName "MyStorageAccount"
3636
```
@@ -54,7 +54,7 @@ This command gets all of the Storage accounts in the subscription.
5454
## PARAMETERS
5555

5656
### -DefaultProfile
57-
The credentials, account, tenant, and subscription used for communication with azure.
57+
The credentials, account, tenant, and subscription used for communication with Azure.
5858

5959
```yaml
6060
Type: IAzureContextContainer
@@ -89,7 +89,7 @@ Specifies the name of the resource group that contains the Storage account to ge
8989
```yaml
9090
Type: String
9191
Parameter Sets: ResourceGroupParameterSet
92-
Aliases:
92+
Aliases:
9393

9494
Required: False
9595
Position: 0
@@ -101,7 +101,7 @@ Accept wildcard characters: False
101101
```yaml
102102
Type: String
103103
Parameter Sets: AccountNameParameterSet
104-
Aliases:
104+
Aliases:
105105

106106
Required: True
107107
Position: 0

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.Management.Storage.dll-Help.xml
3-
Module Name: AzureRM
3+
Module Name: AzureRM.Storage
44
ms.assetid: A57A9EFA-47AC-44D8-BFA7-CDE0E2A612B3
55
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.storage/get-azurermstorageaccountkey
66
schema: 2.0.0
@@ -42,7 +42,7 @@ PS C:\>(Get-AzureRmStorageAccountKey -ResourceGroupName "RG01" -AccountName "MyS
4242
## PARAMETERS
4343

4444
### -DefaultProfile
45-
The credentials, account, tenant, and subscription used for communication with azure.
45+
The credentials, account, tenant, and subscription used for communication with Azure.
4646

4747
```yaml
4848
Type: IAzureContextContainer
@@ -77,7 +77,7 @@ Specifies the name of the resource group that contains the Storage account.
7777
```yaml
7878
Type: String
7979
Parameter Sets: (All)
80-
Aliases:
80+
Aliases:
8181

8282
Required: True
8383
Position: 0

src/ResourceManager/Storage/Commands.Management.Storage/help/Get-AzureRmStorageAccountNameAvailability.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.Management.Storage.dll-Help.xml
3-
Module Name: AzureRM
3+
Module Name: AzureRM.Storage
44
ms.assetid: F6EA099A-D588-49AE-9D2C-865BC32685BA
55
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.storage/get-azurermstorageaccountnameavailability
66
schema: 2.0.0
@@ -9,7 +9,7 @@ schema: 2.0.0
99
# Get-AzureRmStorageAccountNameAvailability
1010

1111
## SYNOPSIS
12-
Checks the availability of a storage account name.
12+
Checks the availability of a Storage account name.
1313

1414
## SYNTAX
1515

@@ -23,7 +23,7 @@ The **Get-AzureRmStorageAccountNameAvailability** cmdlet checks whether the name
2323

2424
## EXAMPLES
2525

26-
### Example 1: Check availability of a storage account name
26+
### Example 1: Check availability of a Storage account name
2727
```
2828
PS C:\>Get-AzureRmStorageAccountNameAvailability -Name 'ContosoStorage03'
2929
```
@@ -33,7 +33,7 @@ This command checks the availability of the name ContosoStorage03.
3333
## PARAMETERS
3434

3535
### -DefaultProfile
36-
The credentials, account, tenant, and subscription used for communication with azure.
36+
The credentials, account, tenant, and subscription used for communication with Azure.
3737

3838
```yaml
3939
Type: IAzureContextContainer

src/ResourceManager/Storage/Commands.Management.Storage/help/Get-AzureRmStorageAccountNetworkRuleSet.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.Management.Storage.dll-Help.xml
3-
Module Name: AzureRM
3+
Module Name: AzureRM.Storage
44
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.storage/get-azurermstorageaccountnetworkruleset
55
schema: 2.0.0
66
---
77

88
# Get-AzureRmStorageAccountNetworkRuleSet
99

1010
## SYNOPSIS
11-
Get the NetWorkRule property of a Storage Account
11+
Get the NetWorkRule property of a Storage account
1212

1313
## SYNTAX
1414

@@ -18,21 +18,21 @@ Get-AzureRmStorageAccountNetworkRuleSet [-ResourceGroupName] <String> [-Name] <S
1818
```
1919

2020
## DESCRIPTION
21-
The **Get-AzureRmStorageAccountNetworkRuleSet** cmdlet gets the NetworkRule property of a Storage Account
21+
The **Get-AzureRmStorageAccountNetworkRuleSet** cmdlet gets the NetworkRule property of a Storage account
2222

2323
## EXAMPLES
2424

25-
### Example 1: Get NetworkRule property of a specified storage account
25+
### Example 1: Get NetworkRule property of a specified Storage account
2626
```
2727
PS C:\> Get-AzureRmStorageAccountNetworkRuleSet -ResourceGroupName "rg1" -AccountName "mystorageaccount"
2828
```
2929

30-
This command gets NetworkRule property of a specified storage account
30+
This command gets NetworkRule property of a specified Storage account
3131

3232
## PARAMETERS
3333

3434
### -DefaultProfile
35-
The credentials, account, tenant, and subscription used for communication with azure.
35+
The credentials, account, tenant, and subscription used for communication with Azure.
3636

3737
```yaml
3838
Type: IAzureContextContainer
@@ -67,7 +67,7 @@ Specifies the name of the resource group contains the Storage account.
6767
```yaml
6868
Type: String
6969
Parameter Sets: (All)
70-
Aliases:
70+
Aliases:
7171

7272
Required: True
7373
Position: 0
@@ -90,4 +90,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9090
## NOTES
9191
9292
## RELATED LINKS
93-

src/ResourceManager/Storage/Commands.Management.Storage/help/Get-AzureRmStorageUsage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.Management.Storage.dll-Help.xml
3-
Module Name: AzureRM
3+
Module Name: AzureRM.Storage
44
ms.assetid: 11AAA319-DDBB-4156-9BE7-4DE8B80A904C
55
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.storage/get-azurermstorageusage
66
schema: 2.0.0
@@ -32,7 +32,7 @@ This command gets the Storage resources usage of the current subscription.
3232
## PARAMETERS
3333

3434
### -DefaultProfile
35-
The credentials, account, tenant, and subscription used for communication with azure.
35+
The credentials, account, tenant, and subscription used for communication with Azure.
3636

3737
```yaml
3838
Type: IAzureContextContainer

0 commit comments

Comments
 (0)