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
[Parameter(Position=2,Mandatory=true,HelpMessage="The location of the web hosting plan.")]
43
+
[Parameter(Position=2,Mandatory=true,HelpMessage="The location of the app service plan.")]
44
44
[ValidateNotNullOrEmptyAttribute]
45
45
publicstringLocation{get;set;}
46
46
47
-
[Parameter(Position=3,Mandatory=false,ValueFromPipelineByPropertyName=true,HelpMessage="The Sku of the Webhosting plan eg: free, shared, basic, standard.")]
47
+
[Parameter(Position=3,Mandatory=false,ValueFromPipelineByPropertyName=true,HelpMessage="The Sku of the app service plan eg: free, shared, basic, standard.")]
0 commit comments