File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
specification/hybridnetwork/resource-manager Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 88 clear-output-folder : true
99` ` `
1010
11+ ### Go multi-api
12+
13+ ` ` ` yaml $(go) && $(multiapi)
14+ batch :
15+ - tag : package-2020-01-01-preview
16+ ` ` `
17+
1118### Tag: package-2020-01-01-preview and go
1219
1320These settings apply only when ` --tag=package-2020-01-01-preview --go` is specified on the command line.
1421Please also specify `--go-sdks-folder=<path to the root directory of your azure-sdk-for-go clone>`.
1522
1623` ` ` yaml $(tag) == 'package-2020-01-01-preview' && $(go)
17- namespace: Microsoft.HybridNetwork
18- output-folder: $(go-sdk-folder)/services/preview/$(namespace)/ management/2020-01-01-preview/$(namespace)
24+ namespace: hybridnetwork
25+ output-folder: $(go-sdk-folder)/services/preview/management/2020-01-01-preview/$(namespace)
1926` ` `
You can’t perform that action at this time.
0 commit comments