12.24.0b1 (2025-12-04)
Features Added
- Added support for service version 2026-02-06.
- Added new
get_user_delegation_keyAPI toShareServiceClientto obtain a user delegation key
for the purposes of signing SAS tokens. - Added support for the keyword
user_delegation_oidtogenerate_share_sasandgenerate_file_sas,
which specifies the Entra ID of the user that is authorized to use the generated SAS URL. - Added support for the keyword
user_delegation_keytogenerate_share_sasandgenerate_file_sasused with
user_delegation_oidto authenticate the request to generate a new SAS URL. - Added support for the keyword
encryption_in_transitinShareSmbSettingsused byset_service_properties
for the SMB protocol to specify whether encryption in transit is required. - Added the ability to skip auto decompression on
ShareFileClient.download_filevia thedecompresskeyword.
Bugs Fixed
- Fixed an issue where
FilePropertiesandDirectoryPropertiesdid not contain timezone information for
change_time,creation_time, andlast_write_timeattributes.