diff --git a/specification/network/resource-manager/readme.python.md b/specification/network/resource-manager/readme.python.md index feab844a2c52..47fc527b3e45 100644 --- a/specification/network/resource-manager/readme.python.md +++ b/specification/network/resource-manager/readme.python.md @@ -18,6 +18,7 @@ Generate all API versions currently shipped for this package ```yaml $(python) && $(multiapi) batch: + - tag: package-2020-03 - tag: package-2019-12 - tag: package-2019-11 - tag: package-2019-09 @@ -46,6 +47,17 @@ batch: - tag: package-2015-06split ``` +### Tag: package-2020-03 and python + +These settings apply only when `--tag=package-2020-03 --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2020-03' && $(python) +python: + namespace: azure.mgmt.network.v2020_03_01 + output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2020_03_01 +``` + ### Tag: package-2019-12 and python These settings apply only when `--tag=package-2019-12 --python` is specified on the command line.