Skip to content

Commit dc4939e

Browse files
dcaroNickcandy
andauthored
Removed trailing dot in survey message (#379)
Removed the trailing dot in survey message to address URL wrapping issue in CloudShell Co-authored-by: NanxiangLiu <[email protected]>
1 parent dddabb8 commit dc4939e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Common/AzurePSCmdlet.cs

-6
Original file line numberDiff line numberDiff line change
@@ -467,17 +467,11 @@ protected void WriteSurvey()
467467
Message = ansiCodePrefix + "https://go.microsoft.com/fwlink/?linkid=2202892"+ ansiCodeSuffix,
468468
NoNewLine = true,
469469
};
470-
HostInformationMessage dot = new HostInformationMessage()
471-
{
472-
Message = ansiCodePrefix + "."+ ansiCodeSuffix,
473-
NoNewLine = true,
474-
};
475470
WriteInformation(newLine, new string[] { "PSHOST" });
476471
WriteInformation(howWas, new string[] { "PSHOST" });
477472
WriteInformation(link, new string[] { "PSHOST" });
478473
WriteInformation(action, new string[] { "PSHOST" });
479474
WriteInformation(website, new string[] { "PSHOST" });
480-
WriteInformation(dot, new string[] { "PSHOST" });
481475
WriteInformation(newLine, new string[] { "PSHOST" });
482476

483477

0 commit comments

Comments
 (0)