File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
specification/resources/resource-manager Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 2222
2323` ` ` yaml $(go) && $(multiapi)
2424batch :
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
6677These settings apply only when `--tag=package-resources-2019-07 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments