github Azure/azure-sdk-for-python azure-storage-file-datalake_12.0.0

latest releases: azure-monitor-query_1.3.0, azure-ai-generative_1.0.0b8, azure-ai-resources_1.0.0b8...
4 years ago

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.

Don't miss a new azure-sdk-for-python release

NewReleases is sending notifications on new releases.