Skip to content

Commit 29a1bfe

Browse files
committed
Merge pull request #151 from wastoresh/srp
Refine SRP storage account cmdlets help descriptions.
2 parents 6f60546 + de6f04d commit 29a1bfe

File tree

2 files changed

+21
-12
lines changed

2 files changed

+21
-12
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>

src/ServiceManagement/Compute/Commands.ServiceManagement/Microsoft.WindowsAzure.Commands.ServiceManagement.dll-Help.xml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15204,11 +15204,12 @@ New-AzureDeployment -ServiceName $cloudSvc -Slot Production -Package $pkg -Confi
1520415204
Standard_ZRS
1520515205
Standard_GRS
1520615206
Standard_RAGRS
15207+
Premium_LRS
1520715208

1520815209
If this parameter is not specified, a default value of Standard_GRS is used
1520915210

1521015211
Note:
15211-
Standard_ZRS accounts cannot be changed to other account types, and vice versa.</maml:para>
15212+
Standard_ZRS or Premium_LRS accounts cannot be changed to other account types, and vice versa.</maml:para>
1521215213
</maml:description>
1521315214
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
1521415215
</command:parameter>
@@ -15251,11 +15252,12 @@ New-AzureDeployment -ServiceName $cloudSvc -Slot Production -Package $pkg -Confi
1525115252
Standard_ZRS
1525215253
Standard_GRS
1525315254
Standard_RAGRS
15255+
Premium_LRS
1525415256

1525515257
If this parameter is not specified, a default value of Standard_GRS is used
1525615258

1525715259
Note:
15258-
Standard_ZRS accounts cannot be changed to other account types, and vice versa.</maml:para>
15260+
Standard_ZRS or Premium_LRS accounts cannot be changed to other account types, and vice versa.</maml:para>
1525915261
</maml:description>
1526015262
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
1526115263
</command:parameter>
@@ -15318,11 +15320,12 @@ New-AzureDeployment -ServiceName $cloudSvc -Slot Production -Package $pkg -Confi
1531815320
Standard_ZRS
1531915321
Standard_GRS
1532015322
Standard_RAGRS
15323+
Premium_LRS
1532115324

1532215325
If this parameter is not specified, a default value of Standard_GRS is used
1532315326

1532415327
Note:
15325-
Standard_ZRS accounts cannot be changed to other account types, and vice versa.</maml:para>
15328+
Standard_ZRS or Premium_LRS accounts cannot be changed to other account types, and vice versa.</maml:para>
1532615329
</maml:description>
1532715330
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
1532815331
<dev:type>
@@ -27538,12 +27541,13 @@ PS C:\&gt; Set-AzureServiceAntimalwareExtension -ServiceName &quot;ContosoServic
2753827541
Standard_ZRS
2753927542
Standard_GRS
2754027543
Standard_RAGRS
27544+
Premium_LRS
2754127545

2754227546
If this parameter is not specified, a default value of Standard_GRS is used
2754327547

2754427548
Note:
2754527549
The GeoReplicationEnabled parameter functionality is the same as specifying Standard_GRS in Type parameter
27546-
Standard_ZRS accounts cannot be changed to other account types, and vice versa.</maml:para>
27550+
Standard_ZRS or Premium_LRS accounts cannot be changed to other account types, and vice versa.</maml:para>
2754727551
</maml:description>
2754827552
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
2754927553
</command:parameter>
@@ -27607,12 +27611,13 @@ PS C:\&gt; Set-AzureServiceAntimalwareExtension -ServiceName &quot;ContosoServic
2760727611
Standard_ZRS
2760827612
Standard_GRS
2760927613
Standard_RAGRS
27614+
Premium_LRS
2761027615

2761127616
If this parameter is not specified, a default value of Standard_GRS is used
2761227617

2761327618
Note:
2761427619
The GeoReplicationEnabled parameter functionality is the same as specifying Standard_GRS in Type parameter
27615-
Standard_ZRS accounts cannot be changed to other account types, and vice versa.</maml:para>
27620+
Standard_ZRS or Premium_LRS accounts cannot be changed to other account types, and vice versa.</maml:para>
2761627621
</maml:description>
2761727622
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
2761827623
<dev:type>

0 commit comments

Comments
 (0)