Skip to content

Commit 7eaf123

Browse files
committed
Change help content to make it consistant.
1 parent 0f5f006 commit 7eaf123

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ResourceManager/Storage/Commands.Management.Storage/Microsoft.Azure.Commands.Management.Storage.dll-Help.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@
490490
<maml:introduction>
491491
<maml:paragraph>PS C:\&gt;</maml:paragraph>
492492
</maml:introduction>
493-
<dev:code>New-AzureStorageAccount -ResourceGroupName &quot;myResourceGroup&quot; -AccountName &quot;myStorageAccount&quot; -Location &quot;US West&quot; -AccountType &quot;Standard_GRS&quot;</dev:code>
493+
<dev:code>New-AzureStorageAccount -ResourceGroupName &quot;myResourceGroup&quot; -AccountName &quot;myStorageAccount&quot; -Location &quot;US West&quot; -Type &quot;Standard_GRS&quot;</dev:code>
494494
<dev:remarks>
495495
<maml:para />
496496
<maml:para />
@@ -1083,7 +1083,7 @@ New-AzureStorageKey -ResourceGroupName &quot;myResourceGroup&quot; -AccountName
10831083
<maml:paragraph>PS C:\&gt;</maml:paragraph>
10841084
</maml:introduction>
10851085
<dev:code>PS C:\&gt; # Set account type
1086-
Set-AzureStorageAccount -ResourceGroupName &quot;myResourceGroup&quot; -AccountName &quot;myStorageAccount&quot; -AccountType &quot;Standard_RAGRS&quot;</dev:code>
1086+
Set-AzureStorageAccount -ResourceGroupName &quot;myResourceGroup&quot; -AccountName &quot;myStorageAccount&quot; -Type &quot;Standard_RAGRS&quot;</dev:code>
10871087
<dev:remarks>
10881088
<maml:para />
10891089
<maml:para />

0 commit comments

Comments
 (0)