From 00c060f44fcd93a6839a5aa7caa4af9a34d643d1 Mon Sep 17 00:00:00 2001 From: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com> Date: Tue, 14 Nov 2023 10:30:30 +0800 Subject: [PATCH] Update readme.python.md (#26676) --- .../web/resource-manager/readme.python.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/specification/web/resource-manager/readme.python.md b/specification/web/resource-manager/readme.python.md index e1f781b9fa22..b45b5c903cd2 100644 --- a/specification/web/resource-manager/readme.python.md +++ b/specification/web/resource-manager/readme.python.md @@ -20,9 +20,10 @@ Generate all API versions currently shipped for this package ```yaml $(python) multiapi: true -default-api-version: "2022-09-01" +default-api-version: "2023-01-01" clear-output-folder: true batch: + - tag: package-2023-01 - tag: package-2022-09 - tag: package-2021-03-only - tag: package-2021-01-15-only @@ -44,8 +45,19 @@ batch: ``` yaml $(multiapiscript) output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/ perform-load: false +clear-output-folder: false +``` + +### Tag: package-2023-01 and python + +These settings apply only when `--tag=package-2023-01 --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. +``` yaml $(tag) == 'package-2023-01' && $(python) +namespace: azure.mgmt.web.v2023_01_01 +output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2023_01_01 ``` + ### Tag: package-2022-09 and python These settings apply only when `--tag=package-2022-09 --python` is specified on the command line. @@ -56,7 +68,6 @@ namespace: azure.mgmt.web.v2022_09_01 output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2022_09_01 ``` -``` ### Tag: package-2021-03-only and python These settings apply only when `--tag=package-2021-03-only --python` is specified on the command line.