Azure / Azure/azure-cli

Don't depend on alpha release

Open
#31,469 3 comments 1 reaction 0 assignees View on GitHub
act-codegen-extensibility-squad bug customer-reported Data Lake Data Lake Store Service Attention
Dominant language
Python
Stars
4.6k
Forks
3.5k
Avg merge
3d 2h
Merged PRs (30d)
60

Description

### Describe the bug

The `azure-cli` Python package currently depends on an alpha release of `azure-datalake-store`.

https://github.com/Azure/azure-cli/blob/5699d13fc25642ffe83fe616d3ed0987ff83f870/src/azure-cli/setup.py#L59

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](https://github.com/Azure/azure-cli/blob/5699d13fc25642ffe83fe616d3ed0987ff83f870/src/azure-cli/setup.py#L59).

Ref.: https://github.com/Azure/azure-cli/issues/31356
Ref.: https://github.com/conda-forge/azure-datalake-store-feedstock/pull/14

### Environment Summary

n.A.

### Additional context

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.