|
58 | 58 | - tag: package-subscriptions-2018-06 |
59 | 59 | - tag: package-subscriptions-2016-06 |
60 | 60 | - tag: package-deploymentscripts-2019-10-preview |
| 61 | + - tag: package-templatespecs-2019-06-preview |
61 | 62 | ``` |
62 | 63 |
|
63 | 64 | ```yaml $(multiapi) && $(track2) |
@@ -101,6 +102,8 @@ batch: |
101 | 102 | - multiapiscript-subscriptions: true |
102 | 103 | - tag: package-deploymentscripts-2019-10-preview |
103 | 104 | - multiapiscript-deploymentscripts: true |
| 105 | + - tag: package-templatespecs-2019-06-preview |
| 106 | + - multiapiscript-templatespecs: true |
104 | 107 | ``` |
105 | 108 |
|
106 | 109 | ```yaml $(multiapiscript-features) |
@@ -138,6 +141,15 @@ clear-output-folder: false |
138 | 141 | perform-load: false |
139 | 142 | ``` |
140 | 143 |
|
| 144 | +
|
| 145 | +```yaml $(multiapiscript-templatespecs) |
| 146 | +multiapiscript: true |
| 147 | +output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/templatespecs |
| 148 | +clear-output-folder: false |
| 149 | +perform-load: false |
| 150 | +``` |
| 151 | +
|
| 152 | +
|
141 | 153 | ```yaml $(multiapiscript-locks) |
142 | 154 | multiapiscript: true |
143 | 155 | output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/locks |
@@ -541,3 +553,16 @@ python: |
541 | 553 | namespace: azure.mgmt.resource.deploymentscripts.v2019_10_preview |
542 | 554 | output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/deploymentscripts/v2019_10_preview |
543 | 555 | ``` |
| 556 | + |
| 557 | +### Tag: package-templatespecs-2019-06-preview and python |
| 558 | + |
| 559 | +These settings apply only when `--tag=package-templatespecs-2019-06-preview` is specified on the command line. |
| 560 | +Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`. |
| 561 | + |
| 562 | +``` yaml $(tag) == 'package-templatespecs-2019-06-preview' |
| 563 | +namespace: azure.mgmt.resource.templatespecs.v2019_06_preview |
| 564 | +output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/templatespecs/v2019_06_preview |
| 565 | +python: |
| 566 | + namespace: azure.mgmt.resource.templatespecs.v2019_06_preview |
| 567 | + output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/templatespecs/v2019_06_preview |
| 568 | +``` |
0 commit comments