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