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
@@ -33,14 +34,14 @@ public class SetAzureAppServicePlanCmdlet : AppServicePlanBaseCmdlet
33
34
publicstringAdminSiteName{get;set;}
34
35
35
36
[Parameter(ParameterSetName=ParameterSet1Name,Position=3,Mandatory=false,HelpMessage="The App Service plan tier. Allowed values are [Free|Shared|Basic|Standard|Premium|PremiumV2]")]
[Parameter(ParameterSetName=ParameterSet1Name,Position=4,Mandatory=false,HelpMessage="Number of Workers to be allocated.")]
40
41
publicintNumberofWorkers{get;set;}
41
42
42
43
[Parameter(ParameterSetName=ParameterSet1Name,Position=5,Mandatory=false,HelpMessage="Size of workers to be allocated. Allowed values are [Small|Medium|Large|ExtraLarge]")]
0 commit comments