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
/// <para type="synopsis">Cmdlet to open a survey link in the default browser</para>
28
-
/// <para type="description">Use this cmdlet to open a survey link in the default browser</para>
28
+
/// <para type="description">This cmdlet will open a survey link in the default browser. All data from this survey will be anonymized. See the Microsoft Privacy Policy (https://privacy.microsoft.com/) for more information </para>
Copy file name to clipboardExpand all lines: tools/Az.Tools.Predictor/Az.Tools.Predictor/InterceptSurvey.ps1
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -218,7 +218,11 @@ if ($shouldIntercept) {
218
218
}
219
219
}
220
220
221
-
$escape=$([char]27)
222
-
Write-Host"`n$escape[7mHow was your experience using Az predictor? $escape[27m`n"-NoNewline; Write-Host"$escape[7mhttp://aka.ms/azpredictorisurvey?SessionId=$surveyId$escape[27m"-NoNewline
Write-Host" How was your experience using Az predictor?";
224
+
Write-Host"";
225
+
Write-Host"Run "-NoNewline; Write-Host"Open-AzSurvey"-ForegroundColor $Host.PrivateData.VerboseBackgroundColor-BackgroundColor $host.PrivateData.VerboseForegroundColor-NoNewline; Write-Host" to give us your feedback.";
0 commit comments