-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Suggestions API is used although telemetry is disabled #23363
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamCoreCLI core infrastructureCLI core infrastructureact-platform-engineering-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.feature-requesttelemetry
Milestone
Metadata
Metadata
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamCoreCLI core infrastructureCLI core infrastructureact-platform-engineering-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.feature-requesttelemetry
Related command
Any invalid command
Describe the bug
az CLI communicates with suggestions API although telemetry is disabled.
To Reproduce
az foo --debugindicates that parts of the command are sent tohttps://app.aladdin.microsoft.comExpected behavior
With telemetry disabled, there is no non-required communication. The command should fail without making any further API queries. These API queries could contain sensitive information.
Alternatively, there should be a separate opt-in config parameter for using the suggestions API.
Environment summary