From 15d6343c7cdbad3015583859ea872f8c6bb97d52 Mon Sep 17 00:00:00 2001 From: Jiefeng Chen <51037443+BigCat20196@users.noreply.github.com> Date: Mon, 23 Aug 2021 11:47:53 +0800 Subject: [PATCH] Update readme.python.md (#15741) --- .../compute/resource-manager/readme.python.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/specification/compute/resource-manager/readme.python.md b/specification/compute/resource-manager/readme.python.md index 00b026529eb0..e2ae25edd280 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-2021-07-01-only - tag: package-2021-04-01-only - tag: package-2021-03-01-only - tag: package-2020-12-01-only @@ -68,6 +69,17 @@ clear-output-folder: false perform-load: false ``` +### Tag: package-2021-07-01-only + +These settings apply only when `--tag=package-2021-07-01-only --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2021-07-01-only' +namespace: azure.mgmt.compute.v2021_07_01 +output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2021_07_01 +``` + + ### Tag: package-2021-04-01-only These settings apply only when `--tag=package-2021-04-01-only --python` is specified on the command line.