Azure.Storage.Files.DataLake_12.18.0-beta.2
Pre-release
Pre-release
12.18.0-beta.2 (2024-04-15)
- Added support for service version 2024-05-04.
- Added ability to retrieve path ACL with DataLakePath/File/DirectoryClient.GetProperties(), .GetPropertiesAsync(), DataLakeFileClient.Read(), and .ReadAsync().
- Fixed bug where on
DataLakeDirectoryClient
,DataLakeFileClient
andDataLakePathClient
, calling.Rename(..)
will throw a 403 Authentication Error, if the source storage client was instantiated with a SAS on theUri
, will not pass the SAS to the destination- Fixed bug where onShareDirectoryClient
,ShareFileClient
andDataLakePathClient
, calling.Rename(..)
will throw a 403 Authentication Error, if the source storage client was instantiated with a SAS on theUri
, will not pass the SAS to the destination client, when the destination does not have any credentials.