@@ -17,33 +17,31 @@ Generate all API versions currently shipped for this package
17
17
` ` ` yaml $(track2)
18
18
clear-output-folder : true
19
19
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
22
22
` ` `
23
23
24
- ### Tag: package-passivestamp-2018-12-20 and python
24
+ ### Tag: package-passivestamp-2021-11-15 and python
25
25
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.
27
27
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
28
28
29
- ` ` ` yaml $(tag) == 'package-passivestamp-2018-12-20 '
29
+ ` ` ` yaml $(tag) == 'package-passivestamp-2021-11-15 '
30
30
title: Recovery Services Backup Passive Client
31
31
namespace: azure.mgmt.recoveryservicesbackup.passivestamp
32
32
output-folder: $(python-sdks-folder)/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp
33
33
` ` `
34
34
35
- # ## Tag: package-2021-10 and python
35
+ # ## Tag: package-2021-12 and python
36
36
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.
38
38
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
39
39
40
- ` ` ` yaml $(tag) == 'package-2021-10 '
40
+ ` ` ` yaml $(tag) == 'package-2021-12 '
41
41
namespace: azure.mgmt.recoveryservicesbackup.activestamp
42
42
output-folder: $(python-sdks-folder)/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp
43
43
` ` `
44
44
45
-
46
-
47
45
` ` ` yaml $(python) && $(track2)
48
46
modelerfour:
49
47
lenient-model-deduplication: true
@@ -57,4 +55,4 @@ directive:
57
55
transform: >
58
56
$['required'] = ['featureType'];
59
57
60
- ` ` `
58
+ ` ` `
0 commit comments