File tree Expand file tree Collapse file tree 3 files changed +32
-0
lines changed
azurestackhci/resource-manager
resourcehealth/resource-manager Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,22 @@ azure-arm: true
2020
2121` ` ` yaml $(go) && $(multiapi)
2222batch :
23+ - tag : package-2022-01
2324 - tag : package-preview-2021-01
2425 - tag : package-2020-10
2526 - tag : package-2020-03-01-preview
2627` ` `
2728
29+ ### Tag: package-2022-01 and go
30+
31+ These settings apply only when ` --tag=package-2022-01 --go` is specified on the command line.
32+ Please also specify `--go-sdks-folder=<path to the root directory of your azure-sdk-for-go clone>`.
33+
34+ ` ` ` yaml $(tag) == 'package-2022-01' && $(go)
35+ namespace: azurestackhci
36+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2022-01-01/$(namespace)
37+ ` ` `
38+
2839# ## Tag: package-preview-2021-01 and go
2940
3041These settings apply only when `--tag=package-preview-2021-01 --go` is specified on the command line.
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ directive:
4848
4949` ` ` yaml $(go) && $(multiapi)
5050batch :
51+ - tag : package-2021-12-01
5152 - tag : package-2021-11-01
5253 - tag : package-2021-08-01
5354 - tag : package-2021-07-01
@@ -76,6 +77,16 @@ batch:
7677 - tag : package-container-service-2015-11-preview
7778` ` `
7879
80+ ### Tag: package-2021-12-01 and go
81+
82+ These settings apply only when ` --tag=package-2021-12-01 --go` is specified on the command line.
83+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
84+
85+ ` ` ` yaml $(tag)=='package-2021-12-01' && $(go)
86+ namespace: compute
87+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-12-01/$(namespace)
88+ ` ` `
89+
7990# ## Tag: package-2021-11-01 and go
8091
8192These settings apply only when `--tag=package-2021-11-01 --go` is specified on the command line.
Original file line number Diff line number Diff line change @@ -21,10 +21,20 @@ azure-arm: true
2121
2222` ` ` yaml $(go) && $(multiapi)
2323batch :
24+ - tag : package-2020-05-01
2425 - tag : package-2017-07
2526 - tag : package-2015-01
2627` ` `
2728
29+ ### Tag: package-2020-05-01 and go
30+
31+ These settings apply only when ` --tag=package-2020-05-01 --go` is specified on the command line.
32+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
33+
34+ ` ` ` yaml $(tag) == 'package-2020-05-01' && $(go)
35+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-05-01/$(namespace)
36+ ` ` `
37+
2838# ## Tag: package-2017-07 and go
2939
3040These settings apply only when `--tag=package-2017-07 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments