From a2d962c1bba59c27b3f97d1a14a957edbf211fd0 Mon Sep 17 00:00:00 2001 From: "Jiefeng Chen (WICRESOFT NORTH AMERICA LTD)" Date: Tue, 17 May 2022 09:21:51 +0800 Subject: [PATCH] config --- .../compute/resource-manager/readme.python.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/specification/compute/resource-manager/readme.python.md b/specification/compute/resource-manager/readme.python.md index 40052c1334f9..722becb3fc34 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-01-only - tag: package-2021-12-01-only - tag: package-2021-11-01-only - tag: package-2021-10-01-only @@ -72,6 +73,15 @@ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compu perform-load: false ``` +### Tag: package-2022-03-01-only + +These settings apply only when `--tag=package-2022-03-01-only --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2022-03-01-only' +namespace: azure.mgmt.compute.v2022_03_01 +output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_03_01 +``` ### Tag: package-2021-12-01-only