Skip to content

azure-storage-file-datalake_12.24.0b1

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 27 Jan 18:44
5eca695

12.24.0b1 (2026-01-27)

Features Added

  • Added support for service version 2026-04-06.
  • Added support for the keyword user_delegation_tid to DataLakeServiceClient.get_user_delegation_key
    API, which can be used in generate_file_system_sas, generate_directory_sas, and generate_file_sas
    to specify the Tenant ID that is authorized to use the generated SAS URL. Note that user_delegation_tid
    must be used together with user_delegation_oid.
  • Added support for the keyword request_headers to generate_file_system_sas, generate_directory_sas,
    and generate_file_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_params to generate_file_system_sas, generate_directory_sas,
    and generate_file_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-core dependency to 1.37.0.