@@ -17,33 +17,31 @@ Generate all API versions currently shipped for this package
1717` ` ` yaml $(track2)
1818clear-output-folder : true
1919batch :
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.
2727Please 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 '
3030title: Recovery Services Backup Passive Client
3131namespace: azure.mgmt.recoveryservicesbackup.passivestamp
3232output-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.
3838Please 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 '
4141namespace: azure.mgmt.recoveryservicesbackup.activestamp
4242output-folder: $(python-sdks-folder)/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp
4343` ` `
4444
45-
46-
4745` ` ` yaml $(python) && $(track2)
4846modelerfour:
4947 lenient-model-deduplication: true
@@ -57,4 +55,4 @@ directive:
5755 transform: >
5856 $['required'] = ['featureType'];
5957
60- ` ` `
58+ ` ` `
0 commit comments