Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-azure-mgmt-storage for
openSUSE:Factory checked in at 2026-03-25 21:21:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-storage (Old)
and /work/SRC/openSUSE:Factory/.python-azure-mgmt-storage.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-storage"
Wed Mar 25 21:21:18 2026 rev:36 rq:1342473 version:24.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-mgmt-storage/python-azure-mgmt-storage.changes
2025-11-04 18:45:19.260909411 +0100
+++
/work/SRC/openSUSE:Factory/.python-azure-mgmt-storage.new.8177/python-azure-mgmt-storage.changes
2026-03-27 06:47:27.824918168 +0100
@@ -1,0 +2,9 @@
+Wed Mar 25 10:26:44 UTC 2026 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 24.0.1
+ + For detailed information about changes see the
+ CHANGELOG.md file provided with this package
+- Update Requires from pyproject.toml
+
+-------------------------------------------------------------------
Old:
----
azure_mgmt_storage-24.0.0.tar.gz
New:
----
azure_mgmt_storage-24.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-storage.spec ++++++
--- /var/tmp/diff_new_pack.nob2vZ/_old 2026-03-27 06:47:28.824959447 +0100
+++ /var/tmp/diff_new_pack.nob2vZ/_new 2026-03-27 06:47:28.832959778 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-azure-mgmt-storage
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-azure-mgmt-storage
-Version: 24.0.0
+Version: 24.0.1
Release: 0
Summary: Microsoft Azure Storage Management Client Library
License: MIT
@@ -37,7 +37,7 @@
Requires: python-typing_extensions >= 4.6.0
Requires: (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
Requires: (python-azure-mgmt-core >= 1.6.0 with python-azure-mgmt-core <
2.0.0)
-Requires: (python-msrest >= 0.7.1 with python-msrest < 1.0.0)
+Requires: (python-isodate >= 0.6.1 with python-isodate < 1.0.0)
Conflicts: python-azure-sdk <= 2.0.0
%if 0%{?sle_version} >= 150400
Obsoletes: python3-azure-mgmt-storage < 21.1.0
++++++ azure_mgmt_storage-24.0.0.tar.gz -> azure_mgmt_storage-24.0.1.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/azure_mgmt_storage-24.0.0/CHANGELOG.md
new/azure_mgmt_storage-24.0.1/CHANGELOG.md
--- old/azure_mgmt_storage-24.0.0/CHANGELOG.md 2025-10-23 04:43:09.000000000
+0200
+++ new/azure_mgmt_storage-24.0.1/CHANGELOG.md 2026-03-24 06:40:54.000000000
+0100
@@ -1,5 +1,11 @@
# Release History
+## 24.0.1 (2026-03-24)
+
+### Other Changes
+
+ - Refresh SDK code with latest code generation tool
+
## 24.0.0 (2025-10-22)
### Features Added
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/azure_mgmt_storage-24.0.0/PKG-INFO
new/azure_mgmt_storage-24.0.1/PKG-INFO
--- old/azure_mgmt_storage-24.0.0/PKG-INFO 2025-10-23 04:44:00.189381100
+0200
+++ new/azure_mgmt_storage-24.0.1/PKG-INFO 2026-03-24 06:41:41.902971500
+0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: azure-mgmt-storage
-Version: 24.0.0
+Version: 24.0.1
Summary: Microsoft Azure Storage Management Client Library for Python
Author-email: Microsoft Corporation <[email protected]>
License-Expression: MIT
@@ -18,7 +18,7 @@
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
-Requires-Dist: msrest>=0.7.1
+Requires-Dist: isodate>=0.6.1
Requires-Dist: azure-mgmt-core>=1.6.0
Requires-Dist: typing-extensions>=4.6.0
Dynamic: license-file
@@ -87,6 +87,12 @@
# Release History
+## 24.0.1 (2026-03-24)
+
+### Other Changes
+
+ - Refresh SDK code with latest code generation tool
+
## 24.0.0 (2025-10-22)
### Features Added
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/_utils/serialization.py
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/_utils/serialization.py
--- old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/_utils/serialization.py
2025-10-23 04:43:09.000000000 +0200
+++ new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/_utils/serialization.py
2026-03-24 06:40:54.000000000 +0100
@@ -821,13 +821,20 @@
:param str data_type: Type of object in the iterable.
:rtype: str, int, float, bool
:return: serialized object
+ :raises TypeError: raise if data_type is not one of str, int, float,
bool.
"""
custom_serializer = cls._get_custom_serializers(data_type, **kwargs)
if custom_serializer:
return custom_serializer(data)
if data_type == "str":
return cls.serialize_unicode(data)
- return eval(data_type)(data) # nosec # pylint: disable=eval-used
+ if data_type == "int":
+ return int(data)
+ if data_type == "float":
+ return float(data)
+ if data_type == "bool":
+ return bool(data)
+ raise TypeError("Unknown basic data type: {}".format(data_type))
@classmethod
def serialize_unicode(cls, data):
@@ -1757,7 +1764,7 @@
:param str data_type: deserialization data type.
:return: Deserialized basic type.
:rtype: str, int, float or bool
- :raises TypeError: if string format is not valid.
+ :raises TypeError: if string format is not valid or data_type is not
one of str, int, float, bool.
"""
# If we're here, data is supposed to be a basic type.
# If it's still an XML node, take the text
@@ -1783,7 +1790,11 @@
if data_type == "str":
return self.deserialize_unicode(attr)
- return eval(data_type)(attr) # nosec # pylint: disable=eval-used
+ if data_type == "int":
+ return int(attr)
+ if data_type == "float":
+ return float(attr)
+ raise TypeError("Unknown basic data type: {}".format(data_type))
@staticmethod
def deserialize_unicode(data):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/_version.py
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/_version.py
--- old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/_version.py
2025-10-23 04:43:09.000000000 +0200
+++ new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/_version.py
2026-03-24 06:40:54.000000000 +0100
@@ -5,4 +5,4 @@
# license information.
# --------------------------------------------------------------------------
-VERSION = "24.0.0"
+VERSION = "24.0.1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/aio/operations/_blob_inventory_policies_operations.py
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/aio/operations/_blob_inventory_policies_operations.py
---
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/aio/operations/_blob_inventory_policies_operations.py
2025-10-23 04:43:09.000000000 +0200
+++
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/aio/operations/_blob_inventory_policies_operations.py
2026-03-24 06:40:54.000000000 +0100
@@ -419,7 +419,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
return pipeline_response
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/aio/operations/_deleted_accounts_operations.py
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/aio/operations/_deleted_accounts_operations.py
---
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/aio/operations/_deleted_accounts_operations.py
2025-10-23 04:43:09.000000000 +0200
+++
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/aio/operations/_deleted_accounts_operations.py
2026-03-24 06:40:54.000000000 +0100
@@ -123,7 +123,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
return pipeline_response
@@ -175,7 +178,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = self._deserialize("DeletedAccount",
pipeline_response.http_response)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/aio/operations/_encryption_scopes_operations.py
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/aio/operations/_encryption_scopes_operations.py
---
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/aio/operations/_encryption_scopes_operations.py
2025-10-23 04:43:09.000000000 +0200
+++
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/aio/operations/_encryption_scopes_operations.py
2026-03-24 06:40:54.000000000 +0100
@@ -215,7 +215,10 @@
if response.status_code not in [200, 201]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = self._deserialize("EncryptionScope",
pipeline_response.http_response)
@@ -374,7 +377,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = self._deserialize("EncryptionScope",
pipeline_response.http_response)
@@ -440,7 +446,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = self._deserialize("EncryptionScope",
pipeline_response.http_response)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/aio/operations/_local_users_operations.py
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/aio/operations/_local_users_operations.py
---
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/aio/operations/_local_users_operations.py
2025-10-23 04:43:09.000000000 +0200
+++
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/aio/operations/_local_users_operations.py
2026-03-24 06:40:54.000000000 +0100
@@ -160,7 +160,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
return pipeline_response
@@ -219,7 +222,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = self._deserialize("LocalUser",
pipeline_response.http_response)
@@ -372,7 +378,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = self._deserialize("LocalUser",
pipeline_response.http_response)
@@ -434,7 +443,10 @@
if response.status_code not in [200, 204]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
if cls:
@@ -494,7 +506,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = self._deserialize("LocalUserKeys",
pipeline_response.http_response)
@@ -558,7 +573,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = self._deserialize("LocalUserRegeneratePasswordResult",
pipeline_response.http_response)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/aio/operations/_network_security_perimeter_configurations_operations.py
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/aio/operations/_network_security_perimeter_configurations_operations.py
---
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/aio/operations/_network_security_perimeter_configurations_operations.py
2025-10-23 04:43:09.000000000 +0200
+++
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/aio/operations/_network_security_perimeter_configurations_operations.py
2026-03-24 06:40:54.000000000 +0100
@@ -144,7 +144,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponseAutoGenerated,
pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponseAutoGenerated,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
return pipeline_response
@@ -209,7 +212,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponseAutoGenerated,
pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponseAutoGenerated,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized =
self._deserialize("NetworkSecurityPerimeterConfiguration",
pipeline_response.http_response)
@@ -265,7 +271,10 @@
except (StreamConsumedError, StreamClosedError):
pass
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponseAutoGenerated,
pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponseAutoGenerated,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
response_headers = {}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/aio/operations/_object_replication_policies_operations.py
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/aio/operations/_object_replication_policies_operations.py
---
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/aio/operations/_object_replication_policies_operations.py
2025-10-23 04:43:09.000000000 +0200
+++
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/aio/operations/_object_replication_policies_operations.py
2026-03-24 06:40:54.000000000 +0100
@@ -142,7 +142,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
return pipeline_response
@@ -205,7 +208,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = self._deserialize("ObjectReplicationPolicy",
pipeline_response.http_response)
@@ -364,7 +370,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = self._deserialize("ObjectReplicationPolicy",
pipeline_response.http_response)
@@ -430,7 +439,10 @@
if response.status_code not in [200, 204]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
if cls:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/aio/operations/_private_endpoint_connections_operations.py
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/aio/operations/_private_endpoint_connections_operations.py
---
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/aio/operations/_private_endpoint_connections_operations.py
2025-10-23 04:43:09.000000000 +0200
+++
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/aio/operations/_private_endpoint_connections_operations.py
2026-03-24 06:40:54.000000000 +0100
@@ -202,7 +202,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = self._deserialize("PrivateEndpointConnection",
pipeline_response.http_response)
@@ -352,7 +355,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = self._deserialize("PrivateEndpointConnection",
pipeline_response.http_response)
@@ -416,7 +422,10 @@
if response.status_code not in [200, 204]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
if cls:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/aio/operations/_storage_accounts_operations.py
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/aio/operations/_storage_accounts_operations.py
---
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/aio/operations/_storage_accounts_operations.py
2025-10-23 04:43:09.000000000 +0200
+++
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/aio/operations/_storage_accounts_operations.py
2026-03-24 06:40:54.000000000 +0100
@@ -1476,7 +1476,10 @@
except (StreamConsumedError, StreamClosedError):
pass
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = response.stream_download(self._client._pipeline,
decompress=_decompress)
@@ -1592,7 +1595,10 @@
except (StreamConsumedError, StreamClosedError):
pass
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = response.stream_download(self._client._pipeline,
decompress=_decompress)
@@ -1718,7 +1724,10 @@
except (StreamConsumedError, StreamClosedError):
pass
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponseAutoGenerated,
pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponseAutoGenerated,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
response_headers = {}
@@ -1931,7 +1940,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponseAutoGenerated,
pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponseAutoGenerated,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = self._deserialize("StorageAccountMigration",
pipeline_response.http_response)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/aio/operations/_storage_task_assignment_instances_report_operations.py
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/aio/operations/_storage_task_assignment_instances_report_operations.py
---
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/aio/operations/_storage_task_assignment_instances_report_operations.py
2025-10-23 04:43:09.000000000 +0200
+++
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/aio/operations/_storage_task_assignment_instances_report_operations.py
2026-03-24 06:40:54.000000000 +0100
@@ -157,7 +157,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponseAutoGenerated,
pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponseAutoGenerated,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
return pipeline_response
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/aio/operations/_storage_task_assignments_instances_report_operations.py
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/aio/operations/_storage_task_assignments_instances_report_operations.py
---
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/aio/operations/_storage_task_assignments_instances_report_operations.py
2025-10-23 04:43:09.000000000 +0200
+++
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/aio/operations/_storage_task_assignments_instances_report_operations.py
2026-03-24 06:40:54.000000000 +0100
@@ -151,7 +151,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponseAutoGenerated,
pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponseAutoGenerated,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
return pipeline_response
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/aio/operations/_storage_task_assignments_operations.py
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/aio/operations/_storage_task_assignments_operations.py
---
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/aio/operations/_storage_task_assignments_operations.py
2025-10-23 04:43:09.000000000 +0200
+++
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/aio/operations/_storage_task_assignments_operations.py
2026-03-24 06:40:54.000000000 +0100
@@ -125,7 +125,10 @@
except (StreamConsumedError, StreamClosedError):
pass
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponseAutoGenerated,
pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponseAutoGenerated,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
response_headers = {}
@@ -364,7 +367,10 @@
except (StreamConsumedError, StreamClosedError):
pass
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponseAutoGenerated,
pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponseAutoGenerated,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
response_headers = {}
@@ -587,7 +593,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponseAutoGenerated,
pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponseAutoGenerated,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = self._deserialize("StorageTaskAssignment",
pipeline_response.http_response)
@@ -639,7 +648,10 @@
except (StreamConsumedError, StreamClosedError):
pass
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponseAutoGenerated,
pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponseAutoGenerated,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
response_headers = {}
@@ -806,7 +818,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponseAutoGenerated,
pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponseAutoGenerated,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
return pipeline_response
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/models/_models_py3.py
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/models/_models_py3.py
--- old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/models/_models_py3.py
2025-10-23 04:43:09.000000000 +0200
+++ new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/models/_models_py3.py
2026-03-24 06:40:54.000000000 +0100
@@ -4254,7 +4254,7 @@
All required parameters must be populated in order to send to server.
:ivar action: Specifies the lease action. Can be one of the available
actions. Required. Known
- values are: "Acquire", "Renew", "Change", "Release", "Break", and "Break".
+ values are: "Acquire", "Renew", "Change", "Release", and "Break".
:vartype action: str or
~azure.mgmt.storage.models.LeaseContainerRequestEnum
:ivar lease_id: Identifies the lease. Can be specified in any valid GUID
string format.
:vartype lease_id: str
@@ -4293,7 +4293,7 @@
) -> None:
"""
:keyword action: Specifies the lease action. Can be one of the
available actions. Required.
- Known values are: "Acquire", "Renew", "Change", "Release", "Break",
and "Break".
+ Known values are: "Acquire", "Renew", "Change", "Release", and
"Break".
:paramtype action: str or
~azure.mgmt.storage.models.LeaseContainerRequestEnum
:keyword lease_id: Identifies the lease. Can be specified in any valid
GUID string format.
:paramtype lease_id: str
@@ -4351,7 +4351,7 @@
All required parameters must be populated in order to send to server.
:ivar action: Specifies the lease action. Can be one of the available
actions. Required. Known
- values are: "Acquire", "Renew", "Change", "Release", "Break", and "Break".
+ values are: "Acquire", "Renew", "Change", "Release", and "Break".
:vartype action: str or ~azure.mgmt.storage.models.LeaseShareAction
:ivar lease_id: Identifies the lease. Can be specified in any valid GUID
string format.
:vartype lease_id: str
@@ -4390,7 +4390,7 @@
) -> None:
"""
:keyword action: Specifies the lease action. Can be one of the
available actions. Required.
- Known values are: "Acquire", "Renew", "Change", "Release", "Break",
and "Break".
+ Known values are: "Acquire", "Renew", "Change", "Release", and
"Break".
:paramtype action: str or ~azure.mgmt.storage.models.LeaseShareAction
:keyword lease_id: Identifies the lease. Can be specified in any valid
GUID string format.
:paramtype lease_id: str
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/models/_storage_management_client_enums.py
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/models/_storage_management_client_enums.py
---
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/models/_storage_management_client_enums.py
2025-10-23 04:43:09.000000000 +0200
+++
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/models/_storage_management_client_enums.py
2026-03-24 06:40:54.000000000 +0100
@@ -321,7 +321,6 @@
CHANGE = "Change"
RELEASE = "Release"
BREAK = "Break"
- BREAK_ENUM = "Break"
class LeaseDuration(str, Enum, metaclass=CaseInsensitiveEnumMeta):
@@ -341,7 +340,6 @@
CHANGE = "Change"
RELEASE = "Release"
BREAK = "Break"
- BREAK_ENUM = "Break"
class LeaseState(str, Enum, metaclass=CaseInsensitiveEnumMeta):
@@ -429,7 +427,9 @@
ACCESS_TIME_TRACKING = "AccessTimeTracking"
-class NetworkSecurityPerimeterConfigurationProvisioningState(str, Enum,
metaclass=CaseInsensitiveEnumMeta):
+class NetworkSecurityPerimeterConfigurationProvisioningState( # pylint:
disable=name-too-long
+ str, Enum, metaclass=CaseInsensitiveEnumMeta
+):
"""Provisioning state of Network Security Perimeter configuration
propagation."""
ACCEPTED = "Accepted"
@@ -486,7 +486,9 @@
STANDARD_RAGZRS = "Standard_RAGZRS"
-class PrivateEndpointConnectionProvisioningState(str, Enum,
metaclass=CaseInsensitiveEnumMeta):
+class PrivateEndpointConnectionProvisioningState( # pylint:
disable=name-too-long
+ str, Enum, metaclass=CaseInsensitiveEnumMeta
+):
"""The current provisioning state."""
SUCCEEDED = "Succeeded"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/operations/_blob_inventory_policies_operations.py
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/operations/_blob_inventory_policies_operations.py
---
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/operations/_blob_inventory_policies_operations.py
2025-10-23 04:43:09.000000000 +0200
+++
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/operations/_blob_inventory_policies_operations.py
2026-03-24 06:40:54.000000000 +0100
@@ -572,7 +572,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
return pipeline_response
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/operations/_deleted_accounts_operations.py
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/operations/_deleted_accounts_operations.py
---
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/operations/_deleted_accounts_operations.py
2025-10-23 04:43:09.000000000 +0200
+++
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/operations/_deleted_accounts_operations.py
2026-03-24 06:40:54.000000000 +0100
@@ -180,7 +180,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
return pipeline_response
@@ -232,7 +235,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = self._deserialize("DeletedAccount",
pipeline_response.http_response)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/operations/_encryption_scopes_operations.py
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/operations/_encryption_scopes_operations.py
---
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/operations/_encryption_scopes_operations.py
2025-10-23 04:43:09.000000000 +0200
+++
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/operations/_encryption_scopes_operations.py
2026-03-24 06:40:54.000000000 +0100
@@ -380,7 +380,10 @@
if response.status_code not in [200, 201]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = self._deserialize("EncryptionScope",
pipeline_response.http_response)
@@ -539,7 +542,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = self._deserialize("EncryptionScope",
pipeline_response.http_response)
@@ -605,7 +611,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = self._deserialize("EncryptionScope",
pipeline_response.http_response)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/operations/_local_users_operations.py
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/operations/_local_users_operations.py
---
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/operations/_local_users_operations.py
2025-10-23 04:43:09.000000000 +0200
+++
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/operations/_local_users_operations.py
2026-03-24 06:40:54.000000000 +0100
@@ -386,7 +386,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
return pipeline_response
@@ -445,7 +448,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = self._deserialize("LocalUser",
pipeline_response.http_response)
@@ -598,7 +604,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = self._deserialize("LocalUser",
pipeline_response.http_response)
@@ -662,7 +671,10 @@
if response.status_code not in [200, 204]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
if cls:
@@ -722,7 +734,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = self._deserialize("LocalUserKeys",
pipeline_response.http_response)
@@ -786,7 +801,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = self._deserialize("LocalUserRegeneratePasswordResult",
pipeline_response.http_response)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/operations/_network_security_perimeter_configurations_operations.py
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/operations/_network_security_perimeter_configurations_operations.py
---
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/operations/_network_security_perimeter_configurations_operations.py
2025-10-23 04:43:09.000000000 +0200
+++
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/operations/_network_security_perimeter_configurations_operations.py
2026-03-24 06:40:54.000000000 +0100
@@ -265,7 +265,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponseAutoGenerated,
pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponseAutoGenerated,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
return pipeline_response
@@ -330,7 +333,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponseAutoGenerated,
pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponseAutoGenerated,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized =
self._deserialize("NetworkSecurityPerimeterConfiguration",
pipeline_response.http_response)
@@ -386,7 +392,10 @@
except (StreamConsumedError, StreamClosedError):
pass
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponseAutoGenerated,
pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponseAutoGenerated,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
response_headers = {}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/operations/_object_replication_policies_operations.py
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/operations/_object_replication_policies_operations.py
---
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/operations/_object_replication_policies_operations.py
2025-10-23 04:43:09.000000000 +0200
+++
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/operations/_object_replication_policies_operations.py
2026-03-24 06:40:54.000000000 +0100
@@ -288,7 +288,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
return pipeline_response
@@ -351,7 +354,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = self._deserialize("ObjectReplicationPolicy",
pipeline_response.http_response)
@@ -510,7 +516,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = self._deserialize("ObjectReplicationPolicy",
pipeline_response.http_response)
@@ -576,7 +585,10 @@
if response.status_code not in [200, 204]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
if cls:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/operations/_private_endpoint_connections_operations.py
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/operations/_private_endpoint_connections_operations.py
---
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/operations/_private_endpoint_connections_operations.py
2025-10-23 04:43:09.000000000 +0200
+++
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/operations/_private_endpoint_connections_operations.py
2026-03-24 06:40:54.000000000 +0100
@@ -360,7 +360,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = self._deserialize("PrivateEndpointConnection",
pipeline_response.http_response)
@@ -510,7 +513,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = self._deserialize("PrivateEndpointConnection",
pipeline_response.http_response)
@@ -574,7 +580,10 @@
if response.status_code not in [200, 204]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
if cls:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/operations/_storage_accounts_operations.py
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/operations/_storage_accounts_operations.py
---
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/operations/_storage_accounts_operations.py
2025-10-23 04:43:09.000000000 +0200
+++
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/operations/_storage_accounts_operations.py
2026-03-24 06:40:54.000000000 +0100
@@ -2094,7 +2094,10 @@
except (StreamConsumedError, StreamClosedError):
pass
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = response.stream_download(self._client._pipeline,
decompress=_decompress)
@@ -2210,7 +2213,10 @@
except (StreamConsumedError, StreamClosedError):
pass
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponse,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = response.stream_download(self._client._pipeline,
decompress=_decompress)
@@ -2336,7 +2342,10 @@
except (StreamConsumedError, StreamClosedError):
pass
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponseAutoGenerated,
pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponseAutoGenerated,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
response_headers = {}
@@ -2549,7 +2558,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponseAutoGenerated,
pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponseAutoGenerated,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = self._deserialize("StorageAccountMigration",
pipeline_response.http_response)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/operations/_storage_task_assignment_instances_report_operations.py
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/operations/_storage_task_assignment_instances_report_operations.py
---
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/operations/_storage_task_assignment_instances_report_operations.py
2025-10-23 04:43:09.000000000 +0200
+++
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/operations/_storage_task_assignment_instances_report_operations.py
2026-03-24 06:40:54.000000000 +0100
@@ -212,7 +212,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponseAutoGenerated,
pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponseAutoGenerated,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
return pipeline_response
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/operations/_storage_task_assignments_instances_report_operations.py
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/operations/_storage_task_assignments_instances_report_operations.py
---
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/operations/_storage_task_assignments_instances_report_operations.py
2025-10-23 04:43:09.000000000 +0200
+++
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/operations/_storage_task_assignments_instances_report_operations.py
2026-03-24 06:40:54.000000000 +0100
@@ -197,7 +197,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponseAutoGenerated,
pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponseAutoGenerated,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
return pipeline_response
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/operations/_storage_task_assignments_operations.py
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/operations/_storage_task_assignments_operations.py
---
old/azure_mgmt_storage-24.0.0/azure/mgmt/storage/operations/_storage_task_assignments_operations.py
2025-10-23 04:43:09.000000000 +0200
+++
new/azure_mgmt_storage-24.0.1/azure/mgmt/storage/operations/_storage_task_assignments_operations.py
2026-03-24 06:40:54.000000000 +0100
@@ -336,7 +336,10 @@
except (StreamConsumedError, StreamClosedError):
pass
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponseAutoGenerated,
pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponseAutoGenerated,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
response_headers = {}
@@ -574,7 +577,10 @@
except (StreamConsumedError, StreamClosedError):
pass
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponseAutoGenerated,
pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponseAutoGenerated,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
response_headers = {}
@@ -796,7 +802,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponseAutoGenerated,
pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponseAutoGenerated,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
deserialized = self._deserialize("StorageTaskAssignment",
pipeline_response.http_response)
@@ -848,7 +857,10 @@
except (StreamConsumedError, StreamClosedError):
pass
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponseAutoGenerated,
pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponseAutoGenerated,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
response_headers = {}
@@ -1013,7 +1025,10 @@
if response.status_code not in [200]:
map_error(status_code=response.status_code, response=response,
error_map=error_map)
- error =
self._deserialize.failsafe_deserialize(_models.ErrorResponseAutoGenerated,
pipeline_response)
+ error = self._deserialize.failsafe_deserialize(
+ _models.ErrorResponseAutoGenerated,
+ pipeline_response,
+ )
raise HttpResponseError(response=response, model=error,
error_format=ARMErrorFormat)
return pipeline_response
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure_mgmt_storage-24.0.0/azure_mgmt_storage.egg-info/PKG-INFO
new/azure_mgmt_storage-24.0.1/azure_mgmt_storage.egg-info/PKG-INFO
--- old/azure_mgmt_storage-24.0.0/azure_mgmt_storage.egg-info/PKG-INFO
2025-10-23 04:44:00.000000000 +0200
+++ new/azure_mgmt_storage-24.0.1/azure_mgmt_storage.egg-info/PKG-INFO
2026-03-24 06:41:41.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: azure-mgmt-storage
-Version: 24.0.0
+Version: 24.0.1
Summary: Microsoft Azure Storage Management Client Library for Python
Author-email: Microsoft Corporation <[email protected]>
License-Expression: MIT
@@ -18,7 +18,7 @@
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
-Requires-Dist: msrest>=0.7.1
+Requires-Dist: isodate>=0.6.1
Requires-Dist: azure-mgmt-core>=1.6.0
Requires-Dist: typing-extensions>=4.6.0
Dynamic: license-file
@@ -87,6 +87,12 @@
# Release History
+## 24.0.1 (2026-03-24)
+
+### Other Changes
+
+ - Refresh SDK code with latest code generation tool
+
## 24.0.0 (2025-10-22)
### Features Added
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure_mgmt_storage-24.0.0/azure_mgmt_storage.egg-info/requires.txt
new/azure_mgmt_storage-24.0.1/azure_mgmt_storage.egg-info/requires.txt
--- old/azure_mgmt_storage-24.0.0/azure_mgmt_storage.egg-info/requires.txt
2025-10-23 04:44:00.000000000 +0200
+++ new/azure_mgmt_storage-24.0.1/azure_mgmt_storage.egg-info/requires.txt
2026-03-24 06:41:41.000000000 +0100
@@ -1,3 +1,3 @@
-msrest>=0.7.1
+isodate>=0.6.1
azure-mgmt-core>=1.6.0
typing-extensions>=4.6.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/azure_mgmt_storage-24.0.0/pyproject.toml
new/azure_mgmt_storage-24.0.1/pyproject.toml
--- old/azure_mgmt_storage-24.0.0/pyproject.toml 2025-10-23
04:43:09.000000000 +0200
+++ new/azure_mgmt_storage-24.0.1/pyproject.toml 2026-03-24
06:40:54.000000000 +0100
@@ -29,7 +29,7 @@
"azure sdk",
]
dependencies = [
- "msrest>=0.7.1",
+ "isodate>=0.6.1",
"azure-mgmt-core>=1.6.0",
"typing-extensions>=4.6.0",
]