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.Test/ScenarioTests/WebAppTests.ps1
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -711,6 +711,7 @@ function Test-WindowsContainerCanIssueWebAppPSSession
711
711
$messageUnavailable="Connecting to remote server $wname.azurewebsites.net failed with the following error message : The WinRM client sent a request to an HTTP server and got a response saying the requested HTTP URL was not available."
712
712
$messagePsVersionNotSupported="Remote Powershell sessions into Windows Containers on App Service from this version of PowerShell is not supported.";
713
713
$messageMIResulFailed="Connecting to remote server $wname.azurewebsites.net failed with the following error message : MI_RESULT_FAILED";
714
+
$messageWSManNotInstalled="This parameter set requires WSMan, and no supported WSMan client library was found. WSMan is either not installed or unavailable for this system";
714
715
715
716
# One possible warning message in Playback mode.
716
717
$messageWSMANNotConfigured="Your current WSMAN Trusted Hosts settings will prevent you from connecting to your Container Web App";
@@ -719,14 +720,17 @@ function Test-WindowsContainerCanIssueWebAppPSSession
0 commit comments