-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Survey requests should be opt-in only #28897
Copy link
Copy link
Open
Labels
Accountaz login/accountaz login/accountAuto-AssignAuto assign by botAuto assign by botAuto-ResolveAuto resolve by botAuto resolve by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamact-identity-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Metadata
Metadata
Assignees
Labels
Accountaz login/accountaz login/accountAuto-AssignAuto assign by botAuto assign by botAuto-ResolveAuto resolve by botAuto resolve by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamact-identity-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Describe the bug
When using the CLI, I'm prompted to complete survey requests with a giant blue banner, which is large and distracting. The Unix philosophy is that software should be silent unless there's something that the user needs to know about, so surveys should be on an opt-in basis only.
Other tools I use on my system don't bother me for surveys, and I don't appreciate a noisy, brightly coloured banner in my terminal. In general, I highly value my privacy and don't want to be solicited for any sort of survey or to have any sort of telemetry collected, and as such any sort of communication of this nature is unwelcome and undesired. In addition, I don't expect my terminal to be cluttered with irrelevant details from software I run, and consider it a bug when software is needlessly noisy.
Related command
az loginErrors
Issue script & Debug output
N/A
Expected behavior
I expect not to receive unneeded messages, especially messages which are not related to the behaviour I'm performing. I expect to receive no requests for surveys and to see no irrelevant messages in my terminal.
I don't expect to need to configure software separately to not be noisy.
Environment Summary
azure-cli 2.59.0 *
core 2.59.0 *
telemetry 1.1.0
Dependencies:
msal 1.27.0
azure-mgmt-resource 23.1.0b2
Python location '/opt/az/bin/python3'
Extensions directory '/home/bk2204/.azure/cliextensions'
Python (Linux) 3.11.8 (main, Mar 27 2024, 04:03:04) [GCC 11.4.0]
Legal docs and information: aka.ms/AzureCliLegal
Additional context
No response