From 2cca0aaf1e6ff1954ee4741f86b4b4439b7ea16c Mon Sep 17 00:00:00 2001 From: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com> Date: Tue, 29 Aug 2023 17:05:08 +0800 Subject: [PATCH 1/2] Update readme.python.md --- .../resource-manager/readme.python.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/specification/recoveryservicesbackup/resource-manager/readme.python.md b/specification/recoveryservicesbackup/resource-manager/readme.python.md index 43efeaeb37b8..a11c46db1c96 100644 --- a/specification/recoveryservicesbackup/resource-manager/readme.python.md +++ b/specification/recoveryservicesbackup/resource-manager/readme.python.md @@ -15,12 +15,15 @@ no-namespace-folders: true Generate all API versions currently shipped for this package ```yaml $(python) -clear-output-folder: true +multiapi: true batch: - tag: package-passivestamp-2021-11-15 - - tag: package-2023-02 + - tag: package-2023-04 ``` +``` yaml $(multiapiscript) +clear-output-folder: false +``` ### Tag: package-passivestamp-2021-11-15 and python These settings apply only when `--tag=package-passivestamp-2021-11-15 --python` is specified on the command line. @@ -32,12 +35,12 @@ namespace: azure.mgmt.recoveryservicesbackup.passivestamp output-folder: $(python-sdks-folder)/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp ``` -### Tag: package-2023-02 and python +### Tag: package-2023-04 and python -These settings apply only when `--package-2023-02 --python` is specified on the command line. +These settings apply only when `--package-2023-04 --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-2023-02' +``` yaml $(tag) == 'package-2023-04' namespace: azure.mgmt.recoveryservicesbackup.activestamp output-folder: $(python-sdks-folder)/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp ``` From d870e299c87a66a5af723190ee27627b54102dac Mon Sep 17 00:00:00 2001 From: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com> Date: Tue, 29 Aug 2023 17:32:38 +0800 Subject: [PATCH 2/2] Update readme.python.md --- .../recoveryservicesbackup/resource-manager/readme.python.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/specification/recoveryservicesbackup/resource-manager/readme.python.md b/specification/recoveryservicesbackup/resource-manager/readme.python.md index a11c46db1c96..c4a61a0a2723 100644 --- a/specification/recoveryservicesbackup/resource-manager/readme.python.md +++ b/specification/recoveryservicesbackup/resource-manager/readme.python.md @@ -15,15 +15,12 @@ no-namespace-folders: true Generate all API versions currently shipped for this package ```yaml $(python) -multiapi: true +clear-output-folder: true batch: - tag: package-passivestamp-2021-11-15 - tag: package-2023-04 ``` -``` yaml $(multiapiscript) -clear-output-folder: false -``` ### Tag: package-passivestamp-2021-11-15 and python These settings apply only when `--tag=package-passivestamp-2021-11-15 --python` is specified on the command line.