File tree 3 files changed +28
-0
lines changed
reservations/resource-manager
resources/resource-manager
3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ azure-arm: true
21
21
22
22
` ` ` yaml $(go) && $(multiapi)
23
23
batch :
24
+ - tag : package-2021-08
24
25
- tag : package-2021-05
25
26
- tag : package-2021-03
26
27
- tag : package-2021-02-preview
@@ -55,6 +56,15 @@ batch:
55
56
- tag : package-2015-06split
56
57
` ` `
57
58
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
+
58
68
# ## Tag: package-2021-05 and go
59
69
60
70
These 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
21
21
22
22
` ` ` yaml $(go) && $(multiapi)
23
23
batch :
24
+ - tag : package-2022-03
24
25
- tag : package-2021-07-01
25
26
- tag : package-2020-10-25
26
27
- tag : package-preview-2019-07-19
@@ -29,6 +30,15 @@ batch:
29
30
- tag : package-2017-11
30
31
` ` `
31
32
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
+
32
42
# ## Tag: package-2021-07-01 and go
33
43
34
44
These 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)
92
92
azure-arm : true
93
93
` ` `
94
94
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
+
95
103
### Go multi-api
96
104
97
105
` ` ` yaml $(go) && $(multiapi)
You can’t perform that action at this time.
0 commit comments