Azure / Azure/azure-sdk-for-python
`azure-common` shall not depends on `azure.cli.core`
Open
customer-reported
needs-team-attention
question
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 3.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 193
Description
Today, the `azure-common` depends on `azure.cli.core`: https://github.com/Azure/azure-sdk-for-python/blob/8558e0f316a2aceca22a98c4fe0d54db47ec189d/sdk/core/azure-common/azure/common/cloud.py#L22.
Ideally, we shall remove the dependency on `azure.cli.core` since this library shall be foundemental SDK for Python apps, including CLI itself.
This issue requests to remove the dependency on `azure.cli.core` from the `azure-common` module, or at least from `azure-common.azure.common.cloud`.
Contributor guide
Assessment
This issue has not been assessed yet.