From 2238e0273082034e2696385dcac2e1115ed35655 Mon Sep 17 00:00:00 2001 From: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com> Date: Fri, 13 Oct 2023 10:35:46 +0800 Subject: [PATCH 1/2] Update readme.python.md --- .../resource-manager/readme.python.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/specification/resourcehealth/resource-manager/readme.python.md b/specification/resourcehealth/resource-manager/readme.python.md index ecdd39cb11d8..c76c0e34409a 100644 --- a/specification/resourcehealth/resource-manager/readme.python.md +++ b/specification/resourcehealth/resource-manager/readme.python.md @@ -17,9 +17,10 @@ Generate all API versions currently shipped for this package ```yaml $(python) multiapi: true -default-api-version: "2022-10-01" +default-api-version: "2023-10-01-preview" clear-output-folder: true batch: + - tag: package-preview-2023-10 - tag: package-2022-10 - tag: package-2018-07-01 - tag: package-2015-01 @@ -28,9 +29,20 @@ batch: ``` yaml $(multiapiscript) output-folder: $(python-sdks-folder)/resourcehealth/azure-mgmt-resourcehealth/azure/mgmt/resourcehealth/ +clear-output-folder: false perform-load: false ``` +### Tag: package-preview-2023-10 and python + +These settings apply only when `--tag=package-preview-2023-10 --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-preview-2023-10' +namespace: azure.mgmt.resourcehealth.v2023_10_01_preview +output-folder: $(python-sdks-folder)/resourcehealth/azure-mgmt-resourcehealth/azure/mgmt/resourcehealth/v2023_10_01_preview +``` + ### Tag: package-2022-10 and python These settings apply only when `--tag=package-2022-10 --python` is specified on the command line. From 93bc86baad6b726606f2e1115b93663c04fb021b Mon Sep 17 00:00:00 2001 From: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com> Date: Mon, 16 Oct 2023 09:48:34 +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 c76c0e34409a..3235ef7531fb 100644 --- a/specification/resourcehealth/resource-manager/readme.python.md +++ b/specification/resourcehealth/resource-manager/readme.python.md @@ -17,7 +17,7 @@ Generate all API versions currently shipped for this package ```yaml $(python) multiapi: true -default-api-version: "2023-10-01-preview" +default-api-version: "2022-10-01" clear-output-folder: true batch: - tag: package-preview-2023-10