12.7.0 (2022-03-08)
This version and all future versions will require Python 3.6+. Python 2.7 is no longer supported.
Stable release of preview features
- Added support for service version 2021-02-12, 2021-04-10.
- Added support for premium file share provisioned_bandwidth property.
- Added support for checking if a directory exists using
exists()
. - Added support for
rename_directory()
andrename_file()
. - Added support for
Create (c)
SAS permission for Share SAS.
Bugs Fixed
- Fixed a bug where
start_copy_from_url()
was not sending theignore_read_only
parameter correctly.