No way to disable survey prompt output.show_survey_link does nothing #25242
Labels
Auto-Assign
Auto assign by bot
Azure CLI Team
The command of the issue is owned by Azure CLI team
Configure
az configure/config
CXP Attention
This issue is handled by CXP team.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Describe the bug
No matter what steps are taken, the CLI always displays a survey link
Command Name
az config set output.show_survey_link=no
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
az config set output.show_survey_link=no
Also trying the following has no effect:
az config set output.show_survey_link=no=false
az config set core.display_survey_message=no
az config set core.display_survey_message=false
export AZSURVEYMESSAGE=false
export AZURE_OUTPUT_SHOW_SURVEY_LINK=false
All of the steps documented here have no effect
https://learn.microsoft.com/en-us/cli/azure/command-line-tools-survey-guidance
Expected Behavior
No survey prompt is shown
Environment Summary
Additional Context
The text was updated successfully, but these errors were encountered: