File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
specification/cognitiveservices/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-2021-04
1617 - tag : package-2017-04
1718 - tag : package-2016-02-preview
1819` ` `
1920
21+ ### Tag: package-2021-04 and go
22+
23+ These settings apply only when ` --tag=package-2021-04 --go` is specified on the command line.
24+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
25+
26+ ` ` ` yaml $(tag) == 'package-2021-04' && $(go)
27+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-04-30/$(namespace)
28+ ` ` `
29+
2030# ## Tag: package-2017-04 and go
2131
2232These settings apply only when `--tag=package-2017-04 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments