File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
kubernetesconfiguration/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-2021-03
1516 - tag : package-2019-11-01-preview
1617` ` `
1718
19+ ### Tag: package-2021-03 and go
20+
21+ These settings apply only when ` --tag=package-2021-03 --go` is specified on the command line.
22+ Please also specify `--go-sdks-folder=<path to the root directory of your azure-sdk-for-go clone>`.
23+
24+ ` ` ` yaml $(tag) == 'package-2021-03' && $(go)
25+ namespace: kubernetesconfiguration
26+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-03-01/$(namespace)
27+ ` ` `
28+
1829# ## Tag: package-2019-11-01-preview and go
1930
2031These settings apply only when `--tag=package-2019-11-01-preview --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-01
1617 - tag : package-2020-08-preview
1718 - tag : package-2019-06
1819 - tag : package-2019-04
@@ -29,6 +30,15 @@ batch:
2930 - tag : package-2015-05-preview
3031` ` `
3132
33+ ### Tag: package-2021-01 and go
34+
35+ These settings apply only when ` --tag=package-2021-01 --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-01' && $(go)
39+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-01-01/$(namespace)
40+ ` ` `
41+
3242# ## Tag: package-2020-08-preview and go
3343
3444These settings apply only when `--tag=package-2020-08-preview --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments