12.0.0 (2020-03-10)
New Feature
- Added
set_file_system_access_policy
andget_file_system_access_policy
APIs on FileSystemClient
Breaking changes
- For
generate_file_system_sas
,generate_directory_sas
,generate_file_sas
APIs,account_key
anduser_delegation_key
are merged into one parameter calledcredential
. - Rename
rename_destination
tonew_name
for rename_directory and rename_file APIs - Rename
read_file
todownload_file
. The return type is changed toStorageStreamDownloader
with which user can doreadinto()
andreadall()
metadata
is a required parameter for FileSystemClient, DataLakeFileClient and DataLakeDirectoryClientset_*_metadata
APIs.
Notes
- The
StorageUserAgentPolicy
is now replaced with theUserAgentPolicy
from azure-core. With this, the custom user agents are now added as a prefix instead of being appended.