You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Websites/Websites/Cmdlets/AppServicePlans/NewAzureAppServicePlan.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,15 +35,15 @@ public class NewAzureAppServicePlanCmdlet : AppServicePlanBaseCmdlet
35
35
[ValidateNotNullOrEmpty]
36
36
publicstringLocation{get;set;}
37
37
38
-
[Parameter(Position=3,Mandatory=false,HelpMessage="The App Service plan tier. Allowed values are [Free|Shared|Basic|Standard|Premium|PremiumV2|PremiumV3]. For ASE: [Isolated|IsolatedV2].")]
[Parameter(Position=3,Mandatory=false,HelpMessage="The App Service plan tier. Allowed values are [Free|Shared|Basic|Standard|Premium|PremiumV2|Premium0V3|PremiumV3|PremiumMV3|PremiumV4|PremiumMV4]. For ASE: [Isolated|IsolatedV2].")]
[Parameter(Position=4,Mandatory=false,HelpMessage="Number of Workers to be allocated.")]
43
43
[ValidateNotNullOrEmpty]
44
44
publicintNumberofWorkers{get;set;}
45
45
46
-
[Parameter(Position=5,Mandatory=false,HelpMessage="Size of workers to be allocated. Allowed values are [Small|Medium|Large|ExtraLarge]")]
46
+
[Parameter(Position=5,Mandatory=false,HelpMessage="Size of workers to be allocated. Allowed values are [Small|Medium|Large|ExtraLarge|ExtraExtraLarge]")]
Copy file name to clipboardExpand all lines: src/Websites/Websites/Cmdlets/AppServicePlans/SetAzureAppServicePlan.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -34,14 +34,14 @@ public class SetAzureAppServicePlanCmdlet : AppServicePlanBaseCmdlet
34
34
[ValidateNotNullOrEmpty]
35
35
publicstringAdminSiteName{get;set;}
36
36
37
-
[Parameter(ParameterSetName=ParameterSet1Name,Position=3,Mandatory=false,HelpMessage="The App Service plan tier. Allowed values are [Free|Shared|Basic|Standard|Premium|PremiumV2|PremiumV3] or [Isolated|IsolatedV2]")]
[Parameter(ParameterSetName=ParameterSet1Name,Position=3,Mandatory=false,HelpMessage="The App Service plan tier. Allowed values are [Free|Shared|Basic|Standard|Premium|PremiumV2|Premium0V3|PremiumV3|PremiumMV3|PremiumV4|PremiumMV4] or [Isolated|IsolatedV2]")]
[Parameter(ParameterSetName=ParameterSet1Name,Position=4,Mandatory=false,HelpMessage="Number of Workers to be allocated.")]
42
42
publicintNumberofWorkers{get;set;}
43
43
44
-
[Parameter(ParameterSetName=ParameterSet1Name,Position=5,Mandatory=false,HelpMessage="Size of workers to be allocated. Allowed values are [Small|Medium|Large|ExtraLarge]")]
44
+
[Parameter(ParameterSetName=ParameterSet1Name,Position=5,Mandatory=false,HelpMessage="Size of workers to be allocated. Allowed values are [Small|Medium|Large|ExtraLarge|ExtraExtraLarge]")]
0 commit comments