You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We have an extensions where we log telemetry after user permission. Since Azure CLI allows users to set this we depend on reading this value.
There should be a way to query this using azure cli core api so the logic is consistent.
Describe the solution you'd like
Azure CLI core telemetry module should have a is_telemetry_enabled() function which returns whether telemetry collection is allowed or not.
Is your feature request related to a problem? Please describe.
We have an extensions where we log telemetry after user permission. Since Azure CLI allows users to set this we depend on reading this value.
There should be a way to query this using azure cli core api so the logic is consistent.
Describe the solution you'd like
Azure CLI core telemetry module should have a is_telemetry_enabled() function which returns whether telemetry collection is allowed or not.
This is with reference to issue: Azure/azure-devops-cli-extension#950
The text was updated successfully, but these errors were encountered: