We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dddabb8 commit dc4939eCopy full SHA for dc4939e
src/Common/AzurePSCmdlet.cs
@@ -467,17 +467,11 @@ protected void WriteSurvey()
467
Message = ansiCodePrefix + "https://go.microsoft.com/fwlink/?linkid=2202892"+ ansiCodeSuffix,
468
NoNewLine = true,
469
};
470
- HostInformationMessage dot = new HostInformationMessage()
471
- {
472
- Message = ansiCodePrefix + "."+ ansiCodeSuffix,
473
- NoNewLine = true,
474
- };
475
WriteInformation(newLine, new string[] { "PSHOST" });
476
WriteInformation(howWas, new string[] { "PSHOST" });
477
WriteInformation(link, new string[] { "PSHOST" });
478
WriteInformation(action, new string[] { "PSHOST" });
479
WriteInformation(website, new string[] { "PSHOST" });
480
- WriteInformation(dot, new string[] { "PSHOST" });
481
482
483
0 commit comments