Skip to content

azure-storage-queue_12.15.0b1

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 04 Dec 22:08
8646fbe

12.15.0b1 (2025-12-04)

Features Added

  • Added support for service version 2026-02-06.
  • Added new get_user_delegation_key API to QueueServiceClient to obtain a user delegation key
    for the purposes of signing SAS tokens.
  • Added support for the keyword user_delegation_oid to generate_queue_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_queue_sas used with
    user_delegation_oid to authenticate the request to generate a new SAS URL.
  • Added support for UseDevelopmentStorage=true; as a valid connection string for Azurite.