Related command
az feedback
Is your feature request related to a problem? Please describe.
az feedback is now half-deprecated.
Describe the solution you'd like
Since #26463 refined the GitHub issue template: https://github.com/Azure/azure-cli/issues/new?assignees=&labels=bug&projects=&template=Bug_report.yml, az feedback should now just open https://github.com/Azure/azure-cli/issues/new/choose without letting the user select any command. (🚀Feature request is also considered a type of feedback.)
Describe alternatives you've considered
Totally remove az feedback.
Additional context
az feedback's test relies on an old extension alias:
|
self._run_cmd("extension add -n alias") |
This alias has packaging issues.
Related command
az feedbackIs your feature request related to a problem? Please describe.
az feedback's feedback body.az feedback#26459 stopped promptingaz feedback.az feedbackis now half-deprecated.Describe the solution you'd like
Since #26463 refined the GitHub issue template: https://github.com/Azure/azure-cli/issues/new?assignees=&labels=bug&projects=&template=Bug_report.yml,
az feedbackshould now just open https://github.com/Azure/azure-cli/issues/new/choose without letting the user select any command. (🚀Feature request is also considered a type of feedback.)Describe alternatives you've considered
Totally remove
az feedback.Additional context
az feedback's test relies on an old extensionalias:azure-cli/src/azure-cli/azure/cli/command_modules/feedback/tests/latest/test_feedback.py
Line 61 in 4c0f648
This
aliashas packaging issues.