diff --git a/specification/network/resource-manager/readme.python.md b/specification/network/resource-manager/readme.python.md index 11163fe1269d..7d6df27c5dd4 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-2018-11 - tag: package-2018-10 - tag: package-2018-08 - tag: package-2018-07 @@ -36,6 +37,17 @@ batch: - tag: package-2015-06split ``` +### Tag: package-2018-11 and python + +These settings apply only when `--tag=package-2018-11 --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2018-11' && $(python) +python: + namespace: azure.mgmt.network.v2018_11_01 + output-folder: $(python-sdks-folder)/azure-mgmt-network/azure/mgmt/network/v2018_11_01 +``` + ### Tag: package-2018-10 and python These settings apply only when `--tag=package-2018-10 --python` is specified on the command line.