Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
/src/azure-cli/azure/cli/command_modules/dms/ @temandr @binuj
/src/azure-cli/azure/cli/command_modules/eventhubs/ @v-ajnava
/src/azure-cli/azure/cli/command_modules/extension/ @fengzhou-msft @msyyc
/src/azure-cli/azure/cli/command_modules/feedback/ @fengzhou-msft @jiasli
/src/azure-cli/azure/cli/command_modules/hdinsight/ @aim-for-better @Juliehzl @kairu-ms
/src/azure-cli/azure/cli/command_modules/iot/ @digimaun
/src/azure-cli/azure/cli/command_modules/keyvault/ @fengzhou-msft @yungezz @houk-ms
Expand Down
6 changes: 5 additions & 1 deletion src/azure-cli/azure/cli/command_modules/feedback/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@

helps['feedback'] = """
type: command
short-summary: Send feedback to the Azure CLI Team!
short-summary: Send feedback to the Azure CLI Team.
long-summary: >-
This command is interactive. If possible, it launches the default
web browser to open GitHub issue creation page with the body auto-generated and pre-filled.
You will have a chance to edit the issue body before submitting it.
"""