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
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>
Write-Host" How was your experience using the Az Predictor module?";
224
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.";
225
+
Write-Host"Run "-NoNewline; Write-Host"Open-AzPredictorSurvey"-ForegroundColor $Host.PrivateData.VerboseBackgroundColor-BackgroundColor $host.PrivateData.VerboseForegroundColor-NoNewline; Write-Host" to give us your feedback.";
0 commit comments