File tree Expand file tree Collapse file tree 3 files changed +28
-0
lines changed
reservations/resource-manager
resources/resource-manager Expand file tree Collapse file tree 3 files changed +28
-0
lines changed 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-08
2425 - tag : package-2021-05
2526 - tag : package-2021-03
2627 - tag : package-2021-02-preview
@@ -55,6 +56,15 @@ batch:
5556 - tag : package-2015-06split
5657` ` `
5758
59+ ### Tag: package-2021-08 and go
60+
61+ These settings apply only when ` --tag=package-2021-08 --go` is specified on the command line.
62+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
63+
64+ ` ` ` yaml $(tag) == 'package-2021-08' && $(go)
65+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-08-01/$(namespace)
66+ ` ` `
67+
5868# ## Tag: package-2021-05 and go
5969
6070These settings apply only when `--tag=package-2021-05 --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-07-01
2526 - tag : package-2020-10-25
2627 - tag : package-preview-2019-07-19
@@ -29,6 +30,15 @@ batch:
2930 - tag : package-2017-11
3031` ` `
3132
33+ ### Tag: package-2022-03 and go
34+
35+ These settings apply only when ` --tag=package-2022-03 --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-2022-03' && $(go)
39+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2022-03-01/$(namespace)
40+ ` ` `
41+
3242# ## Tag: package-2021-07-01 and go
3343
3444These settings apply only when `--tag=package-2021-07-01 --go` is specified on the command line.
Original file line number Diff line number Diff line change @@ -92,6 +92,14 @@ output-folder: $(go-sdk-folder)/$(module-name)
9292azure-arm : true
9393` ` `
9494
95+ ` ` ` yaml $(go) && $(track2) && $(package-changes)
96+ license-header : MICROSOFT_MIT_NO_VERSION
97+ module-name : sdk/resourcemanager/resources/armchanges
98+ module : github.com/Azure/azure-sdk-for-go/$(module-name)
99+ output-folder : $(go-sdk-folder)/$(module-name)
100+ azure-arm : true
101+ ` ` `
102+
95103### Go multi-api
96104
97105` ` ` yaml $(go) && $(multiapi)
You can’t perform that action at this time.
0 commit comments