azure-storage-files-datalake_12.0.0-beta.9
Pre-release
Pre-release
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()
toToString()
. - Moved
SecondaryHostForRetryReads
out of retry options, now it's underDataLakeClientOptions
. - Changed the return types of the following APIs:
DataLakeServiceClient::GetUserDelegationKey
now returnsUserDelegationKey
.DataLakeFileSystemClient::GetProperties
now returnsFileSystemProperties
.DataLakeFileSystemClient::GetAccessPolicy
now returnsFileSystemAccessPolicy
.DataLakePathClient::GetProperties
now returnsPathProperties
.DataLakePathClient::GetAccessControlList
now returnsPathAccessControlList
.
- Removed
GetUserDelegationKeyResult
. - Removed
DataLake
from the names of return types and option types. - Removed
RequestId
from the return types. - Changed
BodyStream
parameter ofAppend
function from pointer to reference. - Removed
PathRenameMode
,PathGetPropertiesAction
,PathSetAccessControlRecursiveMode
,FileSystemResourceType
,PathExpiryOptions
andFileSystemResourceType
. - Removed
IsAccessTierInferred
andAccessTierChangedOn
fromPathProperties
. - Renamed
LeaseDurationType
toLeaseDuration
,LeaseStateType
toLeaseState
andLeaseStatusType
toLeaseStatus
.