12.22.0 (2025-03-11)
Features Added
- Includes all features from 12.22.0-beta.1
- Added the following Client Builders:
AddShareServiceClient(Uri, Azure.SasCredential)
,AddShareServiceClient(Uri, TokenCredential)
Bugs Fixed
- Fixed bug where a
ShareServiceClient
,ShareClient
,ShareDirectoryClient
,ShareFileClient
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
ShareServiceClient
,ShareClient
,ShareDirectoryClient
,ShareFileClient
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)