Azure / Azure/azure-storage-python
azure-storage-blob 12.0.0
- Dominant language
- Python
- Stars
- 343
- Forks
- 243
- PR merge metrics
- No merged PRs in 30d
Description
### Which service(blob, file, queue) does this issue concern?
Blob
### Which version of the SDK was used? Please provide the output of `pip freeze`.
azure-storage-blob 12.0.0
### What problem was encountered?
cannot import name 'BlockBlobService' from 'azure.storage.blob'
### Have you found a mitigation/solution?
Revert back to v2.1.0
I just want to add that in [pypi](https://pypi.org/project/azure-storage-blob/) the documentation mentions to use `from azure.storage.blob import BlobServiceClient`. However the documentation found in [https://azure-storage.readthedocs.io/index.html](https://azure-storage.readthedocs.io/index.html) still mentions using BlockBlobService instead. So can I clarify which package are we expected to import going forward?
Contributor guide
Research direction
Start by comparing the PyPI guidance for BlobServiceClient with the azure-storage.readthedocs.io guidance for BlockBlobService, then check the import entry points named in the report. Done means the supported import for azure-storage-blob 12.0.0 is identified and the conflicting documentation clearly reflects the expected package going forward.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, python
- Domain
- cloud
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100