From 42107437f21f9919a08072b5560770075d963eaa Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Tue, 15 Nov 2022 11:48:51 +0800 Subject: [PATCH] Update readme.python.md --- .../resourcehealth/resource-manager/readme.python.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/specification/resourcehealth/resource-manager/readme.python.md b/specification/resourcehealth/resource-manager/readme.python.md index 77b4bfb563da..4cbb99662610 100644 --- a/specification/resourcehealth/resource-manager/readme.python.md +++ b/specification/resourcehealth/resource-manager/readme.python.md @@ -18,6 +18,7 @@ Generate all API versions currently shipped for this package multiapi: true clear-output-folder: true batch: + - tag: package-2018-07-01 - tag: package-2015-01 - multiapiscript: true ``` @@ -26,6 +27,17 @@ batch: output-folder: $(python-sdks-folder)/resourcehealth/azure-mgmt-resourcehealth/azure/mgmt/resourcehealth/ perform-load: false ``` + +### Tag: package-2018-07-01 and python + +These settings apply only when `--tag=package-2018-07-01 --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2018-07-01' +namespace: azure.mgmt.resourcehealth.v2018_07_01 +output-folder: $(python-sdks-folder)/resourcehealth/azure-mgmt-resourcehealth/azure/mgmt/resourcehealth/v2018_07_01 +``` + ### Tag: package-2015-01 and python These settings apply only when `--tag=package-2015-01 --python` is specified on the command line.