File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
specification/network/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-02
1617 - tag : package-2018-12
1718 - tag : package-2018-11
1819 - tag : package-2018-10
@@ -36,6 +37,15 @@ batch:
3637 - tag : package-2015-05-preview
3738` ` `
3839
40+ ### Tag: package-2019-02 and go
41+
42+ These settings apply only when ` --tag=package-2019-02 --go` is specified on the command line.
43+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
44+
45+ ` ` ` yaml $(tag) == 'package-2019-02' && $(go)
46+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2019-02-01/$(namespace)
47+ ` ` `
48+
3949# ## Tag: package-2018-12 and go
4050
4151These settings apply only when `--tag=package-2018-12 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments