File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
azurestackhci/resource-manager
cosmos-db/resource-manager Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1212
1313` ` ` yaml $(go) && $(multiapi)
1414batch :
15+ - tag : package-preview-2021-01
1516 - tag : package-2020-10
1617 - tag : package-2020-03-01-preview
1718` ` `
1819
20+ ### Tag: package-preview-2021-01 and go
21+
22+ These settings apply only when ` --tag=package-preview-2021-01 --go` is specified on the command line.
23+ Please also specify `--go-sdks-folder=<path to the root directory of your azure-sdk-for-go clone>`.
24+
25+ ` ` ` yaml $(tag) == 'package-preview-2021-01' && $(go)
26+ namespace: azurestackhci
27+ output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-01-01-preview/$(namespace)
28+ ` ` `
29+
1930# ## Tag: package-2020-10 and go
2031
2132These settings apply only when `--tag=package-2020-10 --go` is specified on the command line.
Original file line number Diff line number Diff line change 1313
1414` ` ` yaml $(go) && $(multiapi)
1515batch :
16+ - tag : package-2021-06
1617 - tag : package-2021-05
1718 - tag : package-2021-04
1819 - tag : package-2021-04-preview
@@ -29,6 +30,15 @@ batch:
2930 - tag : package-2015-04
3031` ` `
3132
33+ ### Tag: package-2021-06 and go
34+
35+ These settings apply only when ` --tag=package-2021-06 --go` is specified on the command line.
36+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
37+
38+ ` ` ` yaml $(tag) == 'package-2021-06' && $(go)
39+ output-folder: $(go-sdk-folder)/services/cosmos-db/mgmt/2021-06-15/$(namespace)
40+ ` ` `
41+
3242# ## Tag: package-2021-05 and go
3343
3444These settings apply only when `--tag=package-2021-05 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments