Skip to content

azure-storage-file-datalake_12.6.0b1

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 08 Nov 21:45
7ec9019

12.6.0b1 (2021-11-08)

New features

  • Added support for batch deleting files using the delete_files() method from a FileSystemClient
  • Account level SAS tokens now support two new permissions:
    • permanent_delete
    • set_immutability_policy
      Fixes
  • FileSystemProperties was not subscriptable. Now it is both subscriptable and attributes can also be accessed directly (#20772)
  • Datalake Client Typing annotation issues have been resolved (#19906)