From f6aa6d8194a7dec21f29b4c92dec5946c60699f1 Mon Sep 17 00:00:00 2001 From: Yishi Wang Date: Mon, 17 Jan 2022 10:48:12 +0800 Subject: [PATCH] Update version (#4322) --- src/storage-preview/HISTORY.rst | 3 ++- src/storage-preview/setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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',