12.24.0b1 (2026-01-27)
Features Added
- Added support for service version 2026-04-06.
- Added support for the keyword
user_delegation_tidtoDataLakeServiceClient.get_user_delegation_key
API, which can be used ingenerate_file_system_sas,generate_directory_sas, andgenerate_file_sas
to specify the Tenant ID that is authorized to use the generated SAS URL. Note thatuser_delegation_tid
must be used together withuser_delegation_oid. - Added support for the keyword
request_headerstogenerate_file_system_sas,generate_directory_sas,
andgenerate_file_saswhich 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_file_system_sas,generate_directory_sas,
andgenerate_file_saswhich 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.