Skip to content

azure-storage-file-share_12.24.0b1

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 04 Dec 21:36
8646fbe

12.24.0b1 (2025-12-04)

Features Added

  • Added support for service version 2026-02-06.
  • Added new get_user_delegation_key API to ShareServiceClient to obtain a user delegation key
    for the purposes of signing SAS tokens.
  • Added support for the keyword user_delegation_oid to generate_share_sas and generate_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_key to generate_share_sas and generate_file_sas used with
    user_delegation_oid to authenticate the request to generate a new SAS URL.
  • Added support for the keyword encryption_in_transitin ShareSmbSettings used by set_service_properties
    for the SMB protocol to specify whether encryption in transit is required.
  • Added the ability to skip auto decompression on ShareFileClient.download_file via the decompress keyword.

Bugs Fixed

  • Fixed an issue where FileProperties and DirectoryProperties did not contain timezone information for
    change_time, creation_time, and last_write_time attributes.