Skip to content

Commit c9bde12

Browse files
ArcturusZhangjosuh
authored andcommitted
add api-version for templatespecs (Azure#12197)
1 parent b89c2be commit c9bde12

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ go:
2222
2323
``` yaml $(go) && $(multiapi)
2424
batch:
25+
- tag: package-templatespecs-2019-06-preview
2526
- tag: package-features-2015-12
2627
- tag: package-locks-2016-09
2728
- tag: package-locks-2015-01
@@ -61,6 +62,16 @@ batch:
6162
- tag: package-resources-2019-07
6263
```
6364
65+
### Tag: package-templatespecs-2019-06-preview and go
66+
67+
These settings apply only when `--tag=package-templatespecs-2019-06-preview --go` is specified on the command line.
68+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
69+
70+
``` yaml $(tag) == 'package-templatespecs-2019-06-preview' && $(go)
71+
namespace: templatespecs
72+
output-folder: $(go-sdk-folder)/services/preview/resources/mgmt/2019-06-01-preview/$(namespace)
73+
```
74+
6475
### Tag: package-resources-2019-07 and go
6576

6677
These settings apply only when `--tag=package-resources-2019-07 --go` is specified on the command line.

0 commit comments

Comments
 (0)