Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating readme.python.md #17449

Merged
merged 2 commits into from
Jan 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'];

```
```