From 47b551f58ee1b24f4783c2e927b1673b39d87348 Mon Sep 17 00:00:00 2001 From: Yiming Lei <59104634+RAY-316@users.noreply.github.com> Date: Tue, 23 Nov 2021 10:25:44 +0800 Subject: [PATCH] containerservice-multiapi-config (#16837) * update * Update readme.python.md * Update readme.md Co-authored-by: Yuchao Yan --- .../containerservice/resource-manager/readme.python.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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