Skip to content

Commit

Permalink
Updating readme.python.md (Azure#17449)
Browse files Browse the repository at this point in the history
* Updating readme.python.md

* Removing unused definitions
  • Loading branch information
pratimaupadhyay02 authored and mstrisoline committed Feb 1, 2022
1 parent 5cda037 commit e285370
Showing 1 changed file with 9 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,33 +17,31 @@ 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-2018-12-20 and python
### Tag: package-passivestamp-2021-11-15 and python
These settings apply only when `--tag=package-passivestamp-2018-12-20 --python` is specified on the command line.
These settings apply only when `--tag=package-passivestamp-2021-11-15 --python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.

``` yaml $(tag) == 'package-passivestamp-2018-12-20'
``` 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-10 and python
### Tag: package-2021-12 and python

These settings apply only when `--tag=package-2021-10 --python` is specified on the command line.
These settings apply only when `--tag=package-2021-12 --python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.

``` yaml $(tag) == 'package-2021-10'
``` yaml $(tag) == 'package-2021-12'
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
Expand All @@ -57,4 +55,4 @@ directive:
transform: >
$['required'] = ['featureType'];
```
```

0 comments on commit e285370

Please sign in to comment.