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/ResourceManager/Websites/Commands.Websites.Test/SessionRecords/Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebAppTests/TestRemoveWebApp.json
Copy file name to clipboardExpand all lines: src/ResourceManager/Websites/Commands.Websites/Cmdlets/WebApps/SetAzureWebApp.cs
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -97,10 +97,10 @@ public class SetAzureWebAppCmdlet : WebAppBaseCmdlet
97
97
[Parameter(Mandatory=false,HelpMessage="Run cmdlet in the background")]
98
98
publicSwitchParameterAsJob{get;set;}
99
99
100
-
[Parameter(ParameterSetName=ParameterSet1Name,Mandatory=false,HelpMessage="Enable MSI on an existing azure webapp or functionapp")]
100
+
[Parameter(ParameterSetName=ParameterSet1Name,Mandatory=false,HelpMessage="Enable MSI on an existing azure webapp")]
101
101
publicSwitchParameterAssignIdentity{get;set;}
102
102
103
-
[Parameter(ParameterSetName=ParameterSet1Name,Mandatory=false,HelpMessage="Enable/disable redirecting all traffic to HTTPS on an existing azure webapp or functionapp")]
103
+
[Parameter(ParameterSetName=ParameterSet1Name,Mandatory=false,HelpMessage="Enable/disable redirecting all traffic to HTTPS on an existing azure webapp")]
104
104
publicSwitchParameterHttpsOnly{get;set;}
105
105
106
106
publicoverridevoidExecuteCmdlet()
@@ -149,13 +149,13 @@ public override void ExecuteCmdlet()
0 commit comments