- Package Name: azure-storage-blob
- Package Version: 12.9.0
- Operating System: Azure Databricks Cluster
- Python Version: 3.8
Describe the bug
Attempts to import BlobProperties from azure.storage.blob results in an error: ImportError: cannot import name 'SerializationError' from 'azure.core.exceptions' (/databricks/python/lib/python3.8/site-packages/azure/core/exceptions.py)
Importantly, this is something that started happening out of the blue, everything was working fine for quite some time. This seems to have occurred within this week. At the same time, we use fixed packages so the problem would have to be an integration problem:

To Reproduce
Steps to reproduce the behavior:
- Attempt to import BlobProperties,
from azure.storage.blob import BlobProperties
- See the error:
ImportError: cannot import name 'SerializationError' from 'azure.core.exceptions' (/databricks/python/lib/python3.8/site-packages/azure/core/exceptions.py)
Describe the bug
Attempts to import BlobProperties from azure.storage.blob results in an error:
ImportError: cannot import name 'SerializationError' from 'azure.core.exceptions' (/databricks/python/lib/python3.8/site-packages/azure/core/exceptions.py)Importantly, this is something that started happening out of the blue, everything was working fine for quite some time. This seems to have occurred within this week. At the same time, we use fixed packages so the problem would have to be an integration problem:

To Reproduce
Steps to reproduce the behavior:
from azure.storage.blob import BlobPropertiesImportError: cannot import name 'SerializationError' from 'azure.core.exceptions' (/databricks/python/lib/python3.8/site-packages/azure/core/exceptions.py)