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
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -710,15 +710,17 @@ function Test-WindowsContainerCanIssueWebAppPSSession
710
710
$messageDNS="Connecting to remote server $wname.azurewebsites.net failed with the following error message : The WinRM client cannot process the request because the server name cannot be resolved"
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
+
$messageMIResulFailed="Connecting to remote server $wname.azurewebsites.net failed with the following error message : MI_RESULT_FAILED";
713
714
714
715
# One possible warning message in Playback mode.
715
716
$messageWSMANNotConfigured="Your current WSMAN Trusted Hosts settings will prevent you from connecting to your Container Web App";
0 commit comments