File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
specification/databoxedge/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-05-preview
1617 - tag : package-2019-08
1718 - tag : package-2019-07
1819 - tag : package-2019-03
1920` ` `
2021
22+ ### Tag: package-2020-05-preview and go
23+
24+ These settings apply only when ` --tag=package-2020-05-preview --go` is specified on the command line.
25+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
26+
27+ ` ` ` yaml $(tag) == 'package-2020-05-preview' && $(go)
28+ output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2020-05-01-preview/$(namespace)
29+ ` ` `
30+
2131# ## Tag: package-2019-08 and go
2232
2333These 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