File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
specification/synapse/resource-manager Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 13
13
14
14
` ` ` yaml $(go) && $(multiapi)
15
15
batch :
16
+ - tag : package-composite-v1
16
17
- tag : package-2019-06-01-preview
17
18
- tag : package-2020-12-01
18
19
- tag : package-2021-03
19
20
- tag : package-preview-2021-06
20
21
` ` `
21
22
23
+ ### Tag: package-composite-v1 and go
24
+
25
+ These settings apply only when ` --tag=package-composite-v1 --go` is specified on the command line.
26
+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
27
+
28
+ ` ` ` yaml $(tag) == 'package-composite-v1' && $(go)
29
+ output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/v1.0/$(namespace)
30
+ ` ` `
31
+
22
32
# ## Tag: package-2019-06-01-preview and go
23
33
24
34
These settings apply only when `--tag=package-2019-06-01-preview --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments