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
21
21
22
22
` ` ` yaml $(go) && $(multiapi)
23
23
batch :
24
+ - tag : package-preview-2020-07
25
+ - tag : package-2020-03
24
26
- tag : package-2017-04-01
25
27
` ` `
26
28
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
+
27
47
# ## Tag: package-2017-04-01 and go
28
48
29
49
These 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
20
20
21
21
` ` ` yaml $(go) && $(multiapi)
22
22
batch :
23
+ - tag : package-2022-05
23
24
- tag : package-2022-01
24
25
- tag : package-preview-2021-01
25
26
- tag : package-2020-10
26
27
- tag : package-2020-03-01-preview
27
28
` ` `
28
29
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
+
29
40
# ## Tag: package-2022-01 and go
30
41
31
42
These 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
21
21
22
22
` ` ` yaml $(go) && $(multiapi)
23
23
batch :
24
+ - tag : package-2022-03
24
25
- tag : package-2021-12
25
26
- tag : package-2021-07
26
27
- tag : package-2021-01
@@ -33,6 +34,15 @@ batch:
33
34
- tag : package-2016-06
34
35
` ` `
35
36
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
+
36
46
# ## Tag: package-2021-12 and go
37
47
38
48
These 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