Skip to content

azure-storage-file-share_12.10.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 13 May 18:07
b32689e

12.10.0-beta.1 (2021-05-13)

  • Added support for the 2020-08-04 service version.
  • Added back ability to create a ShareLeaseClient for a Share or Share Snapshot.
  • Added upload() overloads to ShareFileClient supporting large ranges and parallel upload.
  • Deprecated old upload() overloads on ShareFileClient that only supported single Put Range operations, replacing them
    with uploadRange() methods.