From bbd34386f7a7efe2c3eb6974362b4a24d7aad026 Mon Sep 17 00:00:00 2001 From: Zunli Hu Date: Thu, 18 Feb 2021 17:59:33 +0800 Subject: [PATCH] {storage} Add new api version in readme (#13034) * add api * refine --- specification/storage/resource-manager/readme.python.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/specification/storage/resource-manager/readme.python.md b/specification/storage/resource-manager/readme.python.md index e2f306dad236..f5376ceb75d6 100644 --- a/specification/storage/resource-manager/readme.python.md +++ b/specification/storage/resource-manager/readme.python.md @@ -18,6 +18,7 @@ Generate all API versions currently shipped for this package ```yaml $(multiapi) clear-output-folder: true batch: + - tag: package-2021-01 - tag: package-2020-08-preview - tag: package-2019-06 - tag: package-2019-04 @@ -38,7 +39,15 @@ output-folder: $(python-sdks-folder)/storage/azure-mgmt-storage/azure/mgmt/stora clear-output-folder: false perform-load: false ``` +### Tag: package-2021-01 and python +These settings apply only when `--tag=package-2021-01 --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2021-01' +namespace: azure.mgmt.storage.v2021_01_01 +output-folder: $(python-sdks-folder)/storage/azure-mgmt-storage/azure/mgmt/storage/v2021_01_01 +``` ### Tag: package-2020-08-preview and python These settings apply only when `--tag=package-2020-08-preview --python` is specified on the command line.