12.22.0 (2025-03-11)
Features Added
- Includes all features from 12.22.0-beta.1
- Added the following Client Builders:
AddDataLakeServiceClient(Uri, Azure.SasCredential)
,AddDataLakeServiceClient(Uri, TokenCredential)
Bugs Fixed
- Fixed bug where a
DataLakeServiceClient
,DataLakeFileSystemClient
,DataLakeDirectoryClient
,DataLakeFileClient
,DataLakePathClient
created with a connection string with an account name specified (e.g. "AccountName=..;"), the account name was not populated on the Storage Clients if the account name was not also specified in the endpoint. (#42925) - Fixed bug where a
DataLakeServiceClient
,DataLakeFileSystemClient
,DataLakeDirectoryClient
,DataLakeFileClient
,DataLakePathClient
created with aStorageSharedKeyCredential
, the account name was not populated on the Storage Clients if the account name was not also specified in the endpoint. (#42925)