From 5dac5904dc05e0e989423c3f6e982466d9a307ca Mon Sep 17 00:00:00 2001 From: zhenbiao wei <424401670@qq.com> Date: Thu, 4 May 2023 10:01:15 +0800 Subject: [PATCH 1/2] Update readme.python.md --- .../resource-manager/readme.python.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/specification/resourcehealth/resource-manager/readme.python.md b/specification/resourcehealth/resource-manager/readme.python.md index 84a0ccc78f1a..4c3039075fda 100644 --- a/specification/resourcehealth/resource-manager/readme.python.md +++ b/specification/resourcehealth/resource-manager/readme.python.md @@ -16,9 +16,10 @@ Generate all API versions currently shipped for this package ```yaml $(python) multiapi: true -default-api-version: "2018-07-01" +default-api-version: "2022-10" clear-output-folder: true batch: + - tag: package-2022-10 - tag: package-2018-07-01 - tag: package-2015-01 - multiapiscript: true @@ -29,6 +30,16 @@ output-folder: $(python-sdks-folder)/resourcehealth/azure-mgmt-resourcehealth/az perform-load: false ``` +### Tag: package-2022-10 and python + +These settings apply only when `--tag=package-2022-10 --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2022-10' +namespace: azure.mgmt.resourcehealth.v2022_10_01 +output-folder: $(python-sdks-folder)/resourcehealth/azure-mgmt-resourcehealth/azure/mgmt/resourcehealth/v2022_10_01 +``` + ### Tag: package-2018-07-01 and python These settings apply only when `--tag=package-2018-07-01 --python` is specified on the command line. From 218cc870f0be2123314918cd2fd8053991f323b5 Mon Sep 17 00:00:00 2001 From: zhenbiao wei <424401670@qq.com> Date: Thu, 4 May 2023 10:26:45 +0800 Subject: [PATCH 2/2] Update readme.python.md --- specification/resourcehealth/resource-manager/readme.python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/resourcehealth/resource-manager/readme.python.md b/specification/resourcehealth/resource-manager/readme.python.md index 4c3039075fda..0f7a769cb37c 100644 --- a/specification/resourcehealth/resource-manager/readme.python.md +++ b/specification/resourcehealth/resource-manager/readme.python.md @@ -16,7 +16,7 @@ Generate all API versions currently shipped for this package ```yaml $(python) multiapi: true -default-api-version: "2022-10" +default-api-version: "2022-10-01" clear-output-folder: true batch: - tag: package-2022-10