Skip to content

Commit e285370

Browse files
pratimaupadhyay02mstrisoline
authored andcommitted
Updating readme.python.md (Azure#17449)
* Updating readme.python.md * Removing unused definitions
1 parent 5cda037 commit e285370

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

specification/recoveryservicesbackup/resource-manager/readme.python.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,33 +17,31 @@ Generate all API versions currently shipped for this package
1717
```yaml $(track2)
1818
clear-output-folder: true
1919
batch:
20-
- tag: package-passivestamp-2018-12-20
21-
- tag: package-2021-10
20+
- tag: package-passivestamp-2021-11-15
21+
- tag: package-2021-12
2222
```
2323
24-
### Tag: package-passivestamp-2018-12-20 and python
24+
### Tag: package-passivestamp-2021-11-15 and python
2525
26-
These settings apply only when `--tag=package-passivestamp-2018-12-20 --python` is specified on the command line.
26+
These settings apply only when `--tag=package-passivestamp-2021-11-15 --python` is specified on the command line.
2727
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
2828

29-
``` yaml $(tag) == 'package-passivestamp-2018-12-20'
29+
``` yaml $(tag) == 'package-passivestamp-2021-11-15'
3030
title: Recovery Services Backup Passive Client
3131
namespace: azure.mgmt.recoveryservicesbackup.passivestamp
3232
output-folder: $(python-sdks-folder)/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp
3333
```
3434

35-
### Tag: package-2021-10 and python
35+
### Tag: package-2021-12 and python
3636

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

40-
``` yaml $(tag) == 'package-2021-10'
40+
``` yaml $(tag) == 'package-2021-12'
4141
namespace: azure.mgmt.recoveryservicesbackup.activestamp
4242
output-folder: $(python-sdks-folder)/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp
4343
```
4444

45-
46-
4745
``` yaml $(python) && $(track2)
4846
modelerfour:
4947
lenient-model-deduplication: true
@@ -57,4 +55,4 @@ directive:
5755
transform: >
5856
$['required'] = ['featureType'];
5957
60-
```
58+
```

0 commit comments

Comments
 (0)