File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
specification/web/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 1313
1414` ` ` yaml $(go) && $(multiapi)
1515batch :
16+ - tag : package-2020-06
1617 - tag : package-2019-08
1718 - tag : package-2018-02
1819 - tag : package-2016-09
1920 - tag : package-2015-08-preview
2021` ` `
2122
23+ ### Tag: package-2020-06 and go
24+
25+ These settings apply only when ` --tag=package-2020-06 --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-2020-06' && $(go)
29+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-06-01/$(namespace)
30+ ` ` `
31+
2232# ## Tag: package-2019-08 and go
2333
2434These settings apply only when `--tag=package-2019-08 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments