-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
Azure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamfeature-request
Milestone
Description
Describe the bug
The Azure CLI brings in this deprecated package:
https://pypi.org/project/azure-loganalytics/
this is causing our component governance to complain. There's a migration guide here:
https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/monitor/azure-monitor-query/migration_guide.md
azure-cli should migrate.
Links where it's used:
azure-cli/src/azure-cli/setup.py
Line 65 in ef8ec47
'azure-loganalytics~=0.1.0', azure-loganalytics==0.1.0 azure-loganalytics==0.1.0 azure-loganalytics==0.1.0
Related command
base package
Errors
This package has been deprecated in favor of the Azure Monitor Query SDK. Support for this library officially ends on 3/31/2023. Upgrade to azure-monitor-query and refer to the Python migration guide for additional information. Read more about the SDK.
Issue script & Debug output
n/a
Expected behavior
this shouldn't show
Environment Summary
azure-cli 2.54.0
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Azure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamfeature-request