From 03f5d23337f7f41db7bf955924490b8c30417d64 Mon Sep 17 00:00:00 2001 From: Pratima Upadhyay Date: Fri, 21 Jan 2022 20:27:05 +0530 Subject: [PATCH 1/2] Updating readme.python.md --- .../resource-manager/readme.python.md | 27 ++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/specification/recoveryservicesbackup/resource-manager/readme.python.md b/specification/recoveryservicesbackup/resource-manager/readme.python.md index b81d18e117c1..c0e2adecf9f6 100644 --- a/specification/recoveryservicesbackup/resource-manager/readme.python.md +++ b/specification/recoveryservicesbackup/resource-manager/readme.python.md @@ -17,8 +17,29 @@ Generate all API versions currently shipped for this package ```yaml $(track2) clear-output-folder: true batch: - - tag: package-passivestamp-2018-12-20 - - tag: package-2021-10 + - tag: package-passivestamp-2021-11-15 + - tag: package-2021-12 +``` + +### 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. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-passivestamp-2021-11-15' +title: Recovery Services Backup Passive Client +namespace: azure.mgmt.recoveryservicesbackup.passivestamp +output-folder: $(python-sdks-folder)/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp +``` + +### Tag: package-2021-12 and python + +These settings apply only when `--tag=package-2021-12 --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2021-12' +namespace: azure.mgmt.recoveryservicesbackup.activestamp +output-folder: $(python-sdks-folder)/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp ``` ### Tag: package-passivestamp-2018-12-20 and python @@ -57,4 +78,4 @@ directive: transform: > $['required'] = ['featureType']; -``` +``` \ No newline at end of file From bba067589fb6a86a62f25f856f47eee2eb71b9a1 Mon Sep 17 00:00:00 2001 From: Pratima Upadhyay Date: Sat, 22 Jan 2022 11:15:54 +0530 Subject: [PATCH 2/2] Removing unused definitions --- .../resource-manager/readme.python.md | 23 ------------------- 1 file changed, 23 deletions(-) diff --git a/specification/recoveryservicesbackup/resource-manager/readme.python.md b/specification/recoveryservicesbackup/resource-manager/readme.python.md index c0e2adecf9f6..0dec73714f4f 100644 --- a/specification/recoveryservicesbackup/resource-manager/readme.python.md +++ b/specification/recoveryservicesbackup/resource-manager/readme.python.md @@ -42,29 +42,6 @@ namespace: azure.mgmt.recoveryservicesbackup.activestamp output-folder: $(python-sdks-folder)/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp ``` -### Tag: package-passivestamp-2018-12-20 and python - -These settings apply only when `--tag=package-passivestamp-2018-12-20 --python` is specified on the command line. -Please also specify `--python-sdks-folder=`. - -``` yaml $(tag) == 'package-passivestamp-2018-12-20' -title: Recovery Services Backup Passive Client -namespace: azure.mgmt.recoveryservicesbackup.passivestamp -output-folder: $(python-sdks-folder)/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp -``` - -### Tag: package-2021-10 and python - -These settings apply only when `--tag=package-2021-10 --python` is specified on the command line. -Please also specify `--python-sdks-folder=`. - -``` yaml $(tag) == 'package-2021-10' -namespace: azure.mgmt.recoveryservicesbackup.activestamp -output-folder: $(python-sdks-folder)/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp -``` - - - ``` yaml $(python) && $(track2) modelerfour: lenient-model-deduplication: true