Re: [dev] Supported Azure storage account kinds

2020-04-25 Thread Clemens Wolff
Hi Jay, Libcloud's Azure storage implementation supports the following types of storage accounts: - Storage V2 - Storage - BlobStorage - Azurite v2 - Azurite v3 - Azure IoT Edge Storage I have a repository that runs continuous integration tests against all of these storage account types here:

[dev] Supported Azure storage account kinds

2020-04-25 Thread Jay Rolette
For Azure, does Libcloud v3.0 only support the "Storage (general purpose v1)" storage account kind? The docs state that is the only kind supported: https://libcloud.readthedocs.io/en/stable/storage/drivers/azure_blobs.html However, there's at least one commit on the azure_blobs.py that look like