-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Turn off telemetry on CI servers by default? #27445
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 teamConfigureaz configure/configaz configure/configact-codegen-extensibility-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-request
Milestone
Metadata
Metadata
Assignees
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 teamConfigureaz configure/configaz configure/configact-codegen-extensibility-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-request
npmandyarnand many other tools turn off telemetry on CI servers by default. Partially to reduce the time to run and partially because CI tends to handle IP and secrets.azhas the ability to turn off telemetry explicitly by callingThere are a few other settings that are reccomended by the
az-cliteam through theaz initextension:I propose
az-clishould adopt these settings by default, unless explicitly configured otherwise when it detects a CI environment.It could use similar features as the
is-cinode module or Python-vw.