Skip to content

azure-storage-file-datalake_12.0.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 11 Mar 23:30
25943b2

12.0.0 (2020-03-10)

New Feature

  • Added set_file_system_access_policy and get_file_system_access_policy APIs on FileSystemClient

Breaking changes

  • For generate_file_system_sas, generate_directory_sas, generate_file_sas APIs, account_key and user_delegation_key are merged into one parameter called credential.
  • Rename rename_destination to new_name for rename_directory and rename_file APIs
  • Rename read_file to download_file. The return type is changed to StorageStreamDownloader with which user can do readinto() and readall()
  • metadata is a required parameter for FileSystemClient, DataLakeFileClient and DataLakeDirectoryClient set_*_metadata APIs.

Notes

  • The StorageUserAgentPolicy is now replaced with the UserAgentPolicy from azure-core. With this, the custom user agents are now added as a prefix instead of being appended.