Skip to content

azure-storage-files-datalake_12.0.0-beta.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 23 Mar 04:36
417dde4

12.0.0-beta.9 (2021-03-23)

New Features

  • Added support for telemetry options.
  • Added Azure::Storage::Files::DataLake::PackageVersion.

Breaking Changes

  • DataLake client constructors won't automatically convert blob url to dfs url anymore.
  • String conversion functions of extensible enums were renamed from Get() to ToString().
  • Moved SecondaryHostForRetryReads out of retry options, now it's under DataLakeClientOptions.
  • Changed the return types of the following APIs:
    • DataLakeServiceClient::GetUserDelegationKey now returns UserDelegationKey.
    • DataLakeFileSystemClient::GetProperties now returns FileSystemProperties.
    • DataLakeFileSystemClient::GetAccessPolicy now returns FileSystemAccessPolicy.
    • DataLakePathClient::GetProperties now returns PathProperties.
    • DataLakePathClient::GetAccessControlList now returns PathAccessControlList.
  • Removed GetUserDelegationKeyResult.
  • Removed DataLake from the names of return types and option types.
  • Removed RequestId from the return types.
  • Changed BodyStream parameter of Append function from pointer to reference.
  • Removed PathRenameMode, PathGetPropertiesAction, PathSetAccessControlRecursiveMode, FileSystemResourceType, PathExpiryOptions and FileSystemResourceType.
  • Removed IsAccessTierInferred and AccessTierChangedOn from PathProperties.
  • Renamed LeaseDurationType to LeaseDuration, LeaseStateType to LeaseState and LeaseStatusType to LeaseStatus.