File tree Expand file tree Collapse file tree 3 files changed +41
-0
lines changed
azureactivedirectory/resource-manager
azurestackhci/resource-manager
recoveryservicesbackup/resource-manager Expand file tree Collapse file tree 3 files changed +41
-0
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,29 @@ azure-arm: true
2121
2222` ` ` yaml $(go) && $(multiapi)
2323batch :
24+ - tag : package-preview-2020-07
25+ - tag : package-2020-03
2426 - tag : package-2017-04-01
2527` ` `
2628
29+ ### Tag: package-preview-2020-07 and go
30+
31+ These settings apply only when ` --tag=package-preview-2020-07 --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-preview-2020-07' && $(go)
35+ output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2020-07-01-preview/$(namespace)
36+ ` ` `
37+
38+ # ## Tag: package-2020-03 and go
39+
40+ These settings apply only when `--tag=package-2020-03 --go` is specified on the command line.
41+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
42+
43+ ` ` ` yaml $(tag) == 'package-2020-03' && $(go)
44+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-03-01/$(namespace)
45+ ` ` `
46+
2747# ## Tag: package-2017-04-01 and go
2848
2949These settings apply only when `--tag=package-2017-04-01 --go` is specified on the command line.
Original file line number Diff line number Diff line change @@ -20,12 +20,23 @@ azure-arm: true
2020
2121` ` ` yaml $(go) && $(multiapi)
2222batch :
23+ - tag : package-2022-05
2324 - tag : package-2022-01
2425 - tag : package-preview-2021-01
2526 - tag : package-2020-10
2627 - tag : package-2020-03-01-preview
2728` ` `
2829
30+ ### Tag: package-2022-05 and go
31+
32+ These settings apply only when ` --tag=package-2022-05 --go` is specified on the command line.
33+ Please also specify `--go-sdks-folder=<path to the root directory of your azure-sdk-for-go clone>`.
34+
35+ ` ` ` yaml $(tag) == 'package-2022-05' && $(go)
36+ namespace: azurestackhci
37+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2022-05-01/$(namespace)
38+ ` ` `
39+
2940# ## Tag: package-2022-01 and go
3041
3142These settings apply only when `--tag=package-2022-01 --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-2022-03
2425 - tag : package-2021-12
2526 - tag : package-2021-07
2627 - tag : package-2021-01
@@ -33,6 +34,15 @@ batch:
3334 - tag : package-2016-06
3435` ` `
3536
37+ ### Tag: package-2022-03 and go
38+
39+ These settings apply only when ` --tag=package-2022-03 --go` is specified on the command line.
40+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
41+
42+ ` ` ` yaml $(tag)=='package-2022-03' && $(go)
43+ output-folder: $(go-sdk-folder)/services/recoveryservices/mgmt/2022-03-01/$(namespace)
44+ ` ` `
45+
3646# ## Tag: package-2021-12 and go
3747
3848These settings apply only when `--tag=package-2021-12 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments