12.29.0b1 (2026-01-27)
Features Added
- Added support for service version 2026-04-06.
- Added support for error code
INCREMENTAL_COPY_OF_EARLIER_SNAPSHOT_NOT_ALLOWED.
This replacesINCREMENTAL_COPY_OF_EARLIER_VERSION_SNAPSHOT_NOT_ALLOWEDwhich has been deprecated. - Added support for the keywords
access_tier_if_modified_sinceandaccess_tier_if_unmodified_sinceto
conditionally performBlobClient.delete_bloboperation. - Added support for the keyword
source_cpkforBlobClient'supload_blob_from_url,
stage_block_from_url,upload_pages_from_url, andappend_block_from_urlAPIs
to re-encrypt data automatically by the service through aCustomerProvidedEncryptionKey. - Added support for the keyword
user_delegation_tidtoBlobServiceClient.get_user_delegation_keyAPI, which
can be used ingenerate_blob_sasandgenerate_container_sasto specify the Tenant ID that is authorized
to use the generated SAS URL. Note thatuser_delegation_tidmust be used together withuser_delegation_oid. - Added support for the keyword
request_headerstogenerate_blob_sasandgenerate_container_sas,
which specifies a set of headers and their corresponding values that must be
present in the request header when using the generated SAS. - Added support for the keyword
request_query_paramstogenerate_blob_sasandgenerate_container_sas,
which specifies a set of query parameters and their corresponding values that must be
present in the request URL when using the generated SAS.
Other Changes
- Bumped minimum
azure-coredependency to 1.37.0.