Skip to content

Commit

Permalink
{Feedback} Stop prompting az feedback (#26459)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiasli authored May 18, 2023
1 parent ed51b0a commit b6ebd6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/azure-cli-core/azure/cli/core/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,7 @@ def handle_exception(ex): # pylint: disable=too-many-locals, too-many-statement
az_error = azclierror.CLIInternalError(error_msg)
az_error.set_exception_trace(ex)
az_error.set_recommendation(
"To check existing issues, please visit: https://github.com/Azure/azure-cli/issues\n"
"To open a new issue, please run `az feedback`")
"To check existing issues, please visit: https://github.com/Azure/azure-cli/issues")

if isinstance(az_error, azclierror.ResourceNotFoundError):
exit_code = 3
Expand Down

0 comments on commit b6ebd6f

Please sign in to comment.