diff --git a/specification/containerservice/resource-manager/readme.python.md b/specification/containerservice/resource-manager/readme.python.md index f966032e68b3..291985ad6b0c 100644 --- a/specification/containerservice/resource-manager/readme.python.md +++ b/specification/containerservice/resource-manager/readme.python.md @@ -17,6 +17,7 @@ Generate all API versions currently shipped for this package ```yaml $(python) && $(multiapi) && $(track2) batch: + - tag: package-2021-10 - tag: package-2021-09-01-only - tag: package-2021-08-01-only - tag: package-2021-07-01-only @@ -53,6 +54,15 @@ output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservic clear-output-folder: false perform-load: false ``` +### Tag: package-2021-10 and python + +These settings apply only when `--tag=package-2021-10 --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2021-10' && $(python) +namespace: azure.mgmt.containerservice.v2021_10_01 +output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2021_10_01 +``` ### Tag: package-2021-09-01-only and python