File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
specification/apimanagement/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-2019-12
1617 - tag : package-preview-2019-12
1718 - tag : package-2019-01
1819 - tag : package-2018-06-preview
@@ -22,6 +23,15 @@ batch:
2223 - tag : package-2016-07
2324` ` `
2425
26+ ### Tag: package-2019-12 and go
27+
28+ These settings apply only when ` --tag=package-2019-12 --go` is specified on the command line.
29+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
30+
31+ ` ` ` yaml $(tag) == 'package-2019-12' && $(go)
32+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2019-12-01/$(namespace)
33+ ` ` `
34+
2535# ## Tag: package-preview-2019-12 and go
2636
2737These settings apply only when `--tag=package-preview-2019-12 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments