From bc30af2218406215af34b14ae253620d50f07d1b Mon Sep 17 00:00:00 2001 From: "Yan Zhang (WICRESOFT NORTH AMERICA LTD)" Date: Fri, 5 Mar 2021 14:59:19 +0800 Subject: [PATCH] add a version in readmepython --- .../network/resource-manager/readme.python.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/specification/network/resource-manager/readme.python.md b/specification/network/resource-manager/readme.python.md index 7a0a78bfa463..9e92925928f6 100644 --- a/specification/network/resource-manager/readme.python.md +++ b/specification/network/resource-manager/readme.python.md @@ -16,6 +16,7 @@ Generate all API versions currently shipped for this package ```yaml $(multiapi) clear-output-folder: true batch: + - tag: package-2020-11 - tag: package-2020-08 - tag: package-2020-07 - tag: package-2020-06 @@ -57,6 +58,16 @@ clear-output-folder: false perform-load: false ``` +### Tag: package-2020-11 and python + +These settings apply only when `--tag=package-2020-11 --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2020-11' +namespace: azure.mgmt.network.v2020_11_01 +output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2020_11_01 +``` + ### Tag: package-2020-08 and python These settings apply only when `--tag=package-2020-08 --python` is specified on the command line.