File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1313
1414` ` ` yaml $(go) && $(multiapi)
1515batch :
16+ - tag : package-2020-12
1617 - tag : package-2020-06
1718 - tag : package-2019-07-preview
1819 - tag : package-2018-03
@@ -22,6 +23,15 @@ batch:
2223 - tag : package-2015-08
2324` ` `
2425
26+ ### Tag: package-2020-12 and go
27+
28+ These settings apply only when ` --tag=package-2020-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-2020-12' && $(go)
32+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-12-01/$(namespace)
33+ ` ` `
34+
2535# ## Tag: package-2020-06 and go
2636
2737These settings apply only when `--tag=package-2020-06 --go` is specified on the command line.
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ azure-arm: true
2121
2222` ` ` yaml $(go) && $(multiapi)
2323batch :
24+ - tag : package-2021-01-15
2425 - tag : package-2020-12
2526 - tag : package-2020-09
2627 - tag : package-2020-06
@@ -30,6 +31,15 @@ batch:
3031 - tag : package-2015-08-preview
3132` ` `
3233
34+ ### Tag: package-2021-01-15 and go
35+
36+ These settings apply only when ` --tag=package-2021-01-15 --go` is specified on the command line.
37+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
38+
39+ ` ` ` yaml $(tag) == 'package-2021-01-15' && $(go)
40+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-01-15/$(namespace)
41+ ` ` `
42+
3343# ## Tag: package-2020-12 and go
3444
3545These settings apply only when `--tag=package-2020-12 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments