Description of the new feature
Update the Send-Feedback cmdlet to open a browser on the survey page.
The new behaviour of the Send-Feedback
- Case where PS can open the default browser:
Message: “Want to provide feedback about Azure PowerShell? Take a quick survey and let us know how we are doing: https://aka.ms/azpssurvey?Q_CHL=FEEDBACK. Do you want to open the link? (Y/N)”
If the answer is Y then we open a new window on that page.
If the answer if N then we display the following text: “Use a web browser to open the page https://aka.ms/azpssurvey?Q_CHL=FEEDBACK"
- Case where PS cannot open the default browser:
Message: “Want to provide feedback about Azure PowerShell? Take a quick survey and let us know how we are doing: https://aka.ms/azpssurvey?Q_CHL=FEEDBACK. Do you want to open the link? (Y/N)”
If the answer is Y then we display the following text: “Warning: Could not open the default browser. Use a web browser to open the page https://aka.ms/azpssurvey?Q_CHL=FEEDBACK"
If the answer if N then we display the following text: “Use a web browser to open the page https://aka.ms/azpssurvey?Q_CHL=FEEDBACK"
Description of the new feature
Update the
Send-Feedbackcmdlet to open a browser on the survey page.The new behaviour of the Send-Feedback
Message: “Want to provide feedback about Azure PowerShell? Take a quick survey and let us know how we are doing: https://aka.ms/azpssurvey?Q_CHL=FEEDBACK. Do you want to open the link? (Y/N)”
If the answer is Y then we open a new window on that page.
If the answer if N then we display the following text: “Use a web browser to open the page https://aka.ms/azpssurvey?Q_CHL=FEEDBACK"
Message: “Want to provide feedback about Azure PowerShell? Take a quick survey and let us know how we are doing: https://aka.ms/azpssurvey?Q_CHL=FEEDBACK. Do you want to open the link? (Y/N)”
If the answer is Y then we display the following text: “Warning: Could not open the default browser. Use a web browser to open the page https://aka.ms/azpssurvey?Q_CHL=FEEDBACK"
If the answer if N then we display the following text: “Use a web browser to open the page https://aka.ms/azpssurvey?Q_CHL=FEEDBACK"