You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with v0.37.0, the 'azure-storage' meta-package is deprecated and cannot be installed anymore.
Please install the service specific packages prefixed by azure needed for your application.
The complete list of available packages can be found at:
https://aka.ms/azsdk/python/all
Here's a non-exhaustive list of common packages:
- [azure-storage-blob](https://pypi.org/project/azure-storage-blob) : Blob storage client
- [azure-storage-file-share](https://pypi.org/project/azure-storage-file-share) : Storage file share client
- [azure-storage-file-datalake](https://pypi.org/project/azure-storage-file-datalake) : ADLS Gen2 client
- [azure-storage-queue](https://pypi.org/project/azure-storage-queue): Queue storage client
When is it going to be fixed?
The text was updated successfully, but these errors were encountered:
I dont think the author of this module is updating it anymore. Out of necessity, I've forked the repository and updated it so the TableStorageHandler works. I've removed the others until I can get around to update them. But if somebody needs to use the TableStorageHandler, my version should allow it (https://pypi.org/project/azure-storage-logging-updated/)
Starting with v0.37.0, the 'azure-storage' meta-package is deprecated and cannot be installed anymore.
Please install the service specific packages prefixed by
azure
needed for your application.When is it going to be fixed?
The text was updated successfully, but these errors were encountered: