Skip to content

Commit f49ffcf

Browse files
detienne20Dania Etienne
andauthored
package-templatespecs-2019-06-preview tag added (#9934)
* package-templatespecs-2019-06-preview tag added * Fixed SDK generation * removed extra deployment scripts tag * Fixed SDK Generation * Spelling err Co-authored-by: Dania Etienne <[email protected]>
1 parent 3030d86 commit f49ffcf

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

specification/resources/resource-manager/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,7 @@ swagger-to-sdk:
615615
- python ./scripts/multiapi_init_gen.py azure-mgmt-resource#resources
616616
- python ./scripts/multiapi_init_gen.py azure-mgmt-resource#subscriptions
617617
- python ./scripts/multiapi_init_gen.py azure-mgmt-resource#links
618+
- python ./scripts/multiapi_init_gen.py azure-mgmt-resource#templatespecs
618619
- python ./scripts/multiapi_init_gen.py azure-mgmt-resource#deploymentscripts
619620
- repo: azure-sdk-for-python-track2
620621
- repo: azure-sdk-for-java
@@ -676,6 +677,7 @@ require: $(this-folder)/../../../profiles/readme.md
676677
input-file:
677678
- $(this-folder)/Microsoft.Resources/stable/2020-01-01/subscriptions.json
678679
- $(this-folder)/Microsoft.Resources/preview/2019-10-01-preview/deploymentScripts.json
680+
- $(this-folder)/Microsoft.Resources/preview/2019-06-01-preview/templateSpecs.json
679681
- $(this-folder)/Microsoft.Features/stable/2015-12-01/features.json
680682
- $(this-folder)/Microsoft.Authorization/stable/2016-09-01/locks.json
681683
- $(this-folder)/Microsoft.Authorization/stable/2015-01-01/locks.json

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ batch:
5858
- tag: package-subscriptions-2018-06
5959
- tag: package-subscriptions-2016-06
6060
- tag: package-deploymentscripts-2019-10-preview
61+
- tag: package-templatespecs-2019-06-preview
6162
```
6263
6364
```yaml $(multiapi) && $(track2)
@@ -101,6 +102,8 @@ batch:
101102
- multiapiscript-subscriptions: true
102103
- tag: package-deploymentscripts-2019-10-preview
103104
- multiapiscript-deploymentscripts: true
105+
- tag: package-templatespecs-2019-06-preview
106+
- multiapiscript-templatespecs: true
104107
```
105108
106109
```yaml $(multiapiscript-features)
@@ -138,6 +141,15 @@ clear-output-folder: false
138141
perform-load: false
139142
```
140143
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+
141153
```yaml $(multiapiscript-locks)
142154
multiapiscript: true
143155
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/locks
@@ -541,3 +553,16 @@ python:
541553
namespace: azure.mgmt.resource.deploymentscripts.v2019_10_preview
542554
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/deploymentscripts/v2019_10_preview
543555
```
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

Comments
 (0)