Skip to content

Commit 2662e64

Browse files
committed
Updated Help message for Add-AzureRmApiManagementRegion
1 parent f843e1f commit 2662e64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ResourceManager/ApiManagement/Commands.ApiManagement/Commands/AddAzureApiManagementRegion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class AddAzureApiManagementRegion : AzureApiManagementCmdletBase
3939
[Parameter(
4040
ValueFromPipelineByPropertyName = false,
4141
Mandatory = false,
42-
HelpMessage = "Tier of the deployment region. Valid values are Developer, Standard and Premium. Default value is Premium.")]
42+
HelpMessage = "Tier of the deployment region. Valid and Default value is Premium.")]
4343
public PsApiManagementSku? Sku { get; set; }
4444

4545
[Parameter(

src/ResourceManager/ApiManagement/Commands.ApiManagement/Microsoft.Azure.Commands.ApiManagement.dll-help.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
3737
<maml:name>Sku</maml:name>
3838
<maml:description>
39-
<maml:para>Tier of the deployment region. Valid values are Developer, Standard and Premium. Default value is Developer.</maml:para>
39+
<maml:para>Tier of the deployment region. Valid and Default value is Premium.</maml:para>
4040
</maml:description>
4141
<command:parameterValue required="true" variableLength="true">Nullable`1[PsApiManagementSku]</command:parameterValue>
4242
</command:parameter>

0 commit comments

Comments
 (0)