From 53fc48756d3f1e5685e1aaaebc7960bec46865f1 Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Mon, 14 Feb 2022 10:01:54 +0800 Subject: [PATCH] Update readme.python.md (#17746) --- .../compute/resource-manager/readme.python.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/specification/compute/resource-manager/readme.python.md b/specification/compute/resource-manager/readme.python.md index 57668cc46b2e..60b750febb4d 100644 --- a/specification/compute/resource-manager/readme.python.md +++ b/specification/compute/resource-manager/readme.python.md @@ -37,6 +37,7 @@ Generate all API versions currently shipped for this package clear-output-folder: true batch: - tag: package-2021-11-01-only + - tag: package-2021-10-01-only - tag: package-2021-08-01-only - tag: package-2021-07-01-only - tag: package-2021-04-01-only @@ -81,6 +82,16 @@ namespace: azure.mgmt.compute.v2021_11_01 output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2021_11_01 ``` +### Tag: package-2021-10-01-only + +These settings apply only when `--tag=package-2021-10-01-only --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2021-10-01-only' +namespace: azure.mgmt.compute.v2021_10_01 +output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2021_10_01 +``` + ### Tag: package-2021-08-01-only These settings apply only when `--tag=package-2021-08-01-only --python` is specified on the command line.