-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Don't depend on alpha release #31469
Copy link
Copy link
Open
Labels
Data LakeData Lake Storeaz dlsaz dlsService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-codegen-extensibility-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Metadata
Metadata
Assignees
Labels
Data LakeData Lake Storeaz dlsaz dlsService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-codegen-extensibility-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Describe the bug
The
azure-cliPython package currently depends on an alpha release ofazure-datalake-store.azure-cli/src/azure-cli/setup.py
Line 59 in 5699d13
Depending on an alpha release is poor form. It means that maintainers in other packaging ecosystems, like Conda-Forge, have to add alpha packages to their package indices.
Related command
n.A.
Errors
n.A.
Issue script & Debug output
n.A.
Expected behavior
I would expect Microsoft to stabilize the API of
azure-datalake-store, release a 1.0.0 version, and update the dependencies in the setup.py.Ref.: #31356
Ref.: conda-forge/azure-datalake-store-feedstock#14
Environment Summary
n.A.
Additional context
No response