diff --git a/src/storage-preview/HISTORY.rst b/src/storage-preview/HISTORY.rst index a09e73239ed..48a0170ced4 100644 --- a/src/storage-preview/HISTORY.rst +++ b/src/storage-preview/HISTORY.rst @@ -2,11 +2,12 @@ Release History =============== -0.8.0 +0.8.0(2022-01-17) ++++++++++++++++++ * Remove `az storage account file-service-properties` as SMB multichannel and secured SMB has been supported in main Azure CLI * Remove `az storage account blob-inventory-policy` as it is supported in main Azure CLI * `az storage account local-user`: Add support for local user +* `az storage account create/update`: Support `--enable-sftp`, `--enable-local-user`, `--sam-account-name` and `--account-type` 0.7.3(2021-05-20) ++++++++++++++++++ diff --git a/src/storage-preview/setup.py b/src/storage-preview/setup.py index 45849051d00..fa9c0385561 100644 --- a/src/storage-preview/setup.py +++ b/src/storage-preview/setup.py @@ -8,7 +8,7 @@ from codecs import open from setuptools import setup, find_packages -VERSION = "0.7.4" +VERSION = "0.8.0" CLASSIFIERS = [ 'Development Status :: 4 - Beta',