From e7771ccdcf836f945503286e51127edcd0efe936 Mon Sep 17 00:00:00 2001 From: Jiefeng Chen <51037443+BigCat20196@users.noreply.github.com> Date: Tue, 31 May 2022 15:05:55 +0800 Subject: [PATCH] Update readme.python.md --- .../compute/resource-manager/readme.python.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/specification/compute/resource-manager/readme.python.md b/specification/compute/resource-manager/readme.python.md index eb593539fe30..4b5c43cdf011 100644 --- a/specification/compute/resource-manager/readme.python.md +++ b/specification/compute/resource-manager/readme.python.md @@ -36,6 +36,7 @@ Generate all API versions currently shipped for this package ```yaml $(multiapi) clear-output-folder: true batch: + - tag: package-2022-03-02-only - tag: package-2022-03-01-only - tag: package-2022-01-03-only - tag: package-2021-12-01-only @@ -74,6 +75,16 @@ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compu perform-load: false ``` +### Tag: package-2022-03-02-only + +These settings apply only when `--tag=package-2022-03-02-only --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2022-03-02-only' +namespace: azure.mgmt.compute.v2022_03_02 +output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_03_02 +``` + ### Tag: package-2022-03-01-only These settings apply only when `--tag=package-2022-03-01-only --python` is specified on the command line. @@ -376,4 +387,4 @@ Please also specify `--python-sdks-folder=