Skip to content

Commit 32abb93

Browse files
committed
Refine SRP storage account cmdlets help descriptions.
1 parent 4109c04 commit 32abb93

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

src/ResourceManager/Compute/Commands.Compute/Microsoft.Azure.Commands.Compute.dll-Help.xml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,6 +1284,7 @@
12841284
• Standard_ZRS (Zone-redundant storage)
12851285
• Standard_GRS (Geo-redundant storage)
12861286
• Standard_RAGRS (Read access geo-redundant storage)
1287+
• Premium_LRS (Premium locally-redundant storage)
12871288
</maml:para>
12881289
</maml:description>
12891290
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
@@ -1330,6 +1331,7 @@
13301331
• Standard_ZRS (Zone-redundant storage)
13311332
• Standard_GRS (Geo-redundant storage)
13321333
• Standard_RAGRS (Read access geo-redundant storage)
1334+
• Premium_LRS (Premium locally-redundant storage)
13331335
</maml:para>
13341336
</maml:description>
13351337
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
@@ -1390,7 +1392,7 @@
13901392
<maml:introduction>
13911393
<maml:para></maml:para>
13921394
</maml:introduction>
1393-
<dev:code>PS C:\&gt; New-AzureStorageAccount -ResourceGroupName &quot;myResourceGroup&quot; -AccountName &quot;myStorageAccount&quot; -Location &quot;US West&quot; -AccountType &quot;Standard_GRS&quot;</dev:code>
1395+
<dev:code>PS C:\&gt; New-AzureStorageAccount -ResourceGroupName &quot;myResourceGroup&quot; -AccountName &quot;myStorageAccount&quot; -Location &quot;West US&quot; -AccountType &quot;Standard_GRS&quot;</dev:code>
13941396
<dev:remarks>
13951397
<maml:para></maml:para>
13961398
</dev:remarks>
@@ -2687,13 +2689,14 @@ New-AzureStorageKey -ResourceGroupName &quot;myResourceGroup&quot; -AccountName
26872689
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
26882690
<maml:name>Type</maml:name>
26892691
<maml:description>
2690-
<maml:para>Specifies the account type of the storage account. One of four options:
2692+
<maml:para>Specifies the account type of the storage account. One of five options:
26912693
• Standard_LRS (Locally-redundant storage)
26922694
• Standard_GRS (Geo-redundant storage)
26932695
• Standard_RAGRS (Read access geo-redundant storage)
2694-
• Standard_ZRS
2696+
• Standard_ZRS (Zone-redundant storage)
2697+
• Premium_LRS (Premium locally-redundant storage)
26952698

2696-
Note that Standard_ZRS accounts cannot be changed to other account types, and other account types cannot be changed to Standard_ZRS.</maml:para>
2699+
Note that Standard_ZRS or Premium_LRS accounts cannot be changed to other account types, and other account types cannot be changed to Standard_ZRS or Premium_LRS.</maml:para>
26972700
</maml:description>
26982701
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
26992702
</command:parameter>
@@ -2782,13 +2785,14 @@ New-AzureStorageKey -ResourceGroupName &quot;myResourceGroup&quot; -AccountName
27822785
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
27832786
<maml:name>Type</maml:name>
27842787
<maml:description>
2785-
<maml:para>Specifies the account type of the storage account. One of four options:
2788+
<maml:para>Specifies the account type of the storage account. One of five options:
27862789
• Standard_LRS (Locally-redundant storage)
27872790
• Standard_GRS (Geo-redundant storage)
27882791
• Standard_RAGRS (Read access geo-redundant storage)
2789-
• Standard_ZRS
2792+
• Standard_ZRS (Zone-redundant storage)
2793+
• Premium_LRS (Premium locally-redundant storage)
27902794

2791-
Note that Standard_ZRS accounts cannot be changed to other account types, and other account types cannot be changed to Standard_ZRS.</maml:para>
2795+
Note that Standard_ZRS or Premium_LRS accounts cannot be changed to other account types, and other account types cannot be changed to Standard_ZRS or Premium_LRS.</maml:para>
27922796
</maml:description>
27932797
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
27942798
<dev:type>

0 commit comments

Comments
 (0)