12.15.0b1 (2025-12-04)
Features Added
- Added support for service version 2026-02-06.
- Added new
get_user_delegation_keyAPI toQueueServiceClientto obtain a user delegation key
for the purposes of signing SAS tokens. - Added support for the keyword
user_delegation_oidtogenerate_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_keytogenerate_queue_sasused with
user_delegation_oidto authenticate the request to generate a new SAS URL. - Added support for
UseDevelopmentStorage=true;as a valid connection string for Azurite.