12.23.0b1 (2025-12-04)
Features Added
- Added support for service version 2026-02-06.
- Added support for the keyword
start_fromforDataLakeServiceClient'sget_pathsand
DataLakeDirectoryClient'sget_pathsAPIs, which specifies the full path to start listing paths from. - Added support for the keyword
user_delegation_oidtogenerate_file_system_sas,generate_directory_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
UseDevelopmentStorage=true;as a valid connection string for Azurite. - Added the ability to skip auto decompression on
DataLakeFileClient.download_filevia thedecompresskeyword.
Other Changes
- Migrated any previously documented
kwargarguments to be named keywords.
Some public types may have been adjusted if they were previously erroneous or incomplete. - Removed
__enter__and__exit__attributes for all asynchronous client objects for raising explicitTypeError,
and let theAttributeErrorraise directly.