Skip to content

Azure.Storage.Files.DataLake_12.18.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 16 Apr 00:19
d6c1cca

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 and DataLakePathClient, calling .Rename(..) will throw a 403 Authentication Error, if the source storage client was instantiated with a SAS on the Uri, will not pass the SAS to the destination- Fixed bug where on ShareDirectoryClient, ShareFileClient and DataLakePathClient, calling .Rename(..) will throw a 403 Authentication Error, if the source storage client was instantiated with a SAS on the Uri, will not pass the SAS to the destination client, when the destination does not have any credentials.