File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed
automanage/resource-manager
recoveryservices/resource-manager Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,19 @@ azure-arm: true
21
21
22
22
` ` ` yaml $(go) && $(multiapi)
23
23
batch :
24
+ - tag : package-2021-04-30-preview
24
25
- tag : package-2020-06-30-preview
25
26
` ` `
26
27
28
+ ### Tag: package-2021-04-30-preview and go
29
+
30
+ These settings apply only when ` --tag=package-2021-04-30-preview --go` is specified on the command line.
31
+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
32
+
33
+ ` ` ` yaml $(tag) == 'package-2021-04-30-preview' && $(go)
34
+ output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-04-30-preview/$(namespace)
35
+ ` ` `
36
+
27
37
# ## Tag: package-2020-06-30-preview and go
28
38
29
39
These settings apply only when `--tag=package-2020-06-30-preview --go` is specified on the command line.
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ azure-arm: true
23
23
batch :
24
24
- tag : package-2021-05
25
25
- tag : package-2021-03
26
+ - tag : package-2021-03-preview
26
27
- tag : package-2021-02
27
28
- tag : package-2020-11
28
29
- tag : package-2020-08
@@ -80,6 +81,15 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
80
81
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-03-01/$(namespace)
81
82
` ` `
82
83
84
+ # ## Tag: package-2021-03-preview and go
85
+
86
+ These settings apply only when `--tag=package-2021-03-preview --go` is specified on the command line.
87
+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
88
+
89
+ ` ` ` yaml $(tag) == 'package-2021-03-preview' && $(go)
90
+ output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-03-01-preview/$(namespace)
91
+ ` ` `
92
+
83
93
# ## Tag: package-2021-02 and go
84
94
85
95
These settings apply only when `--tag=package-2021-02 --go` is specified on the command line.
Original file line number Diff line number Diff line change @@ -21,9 +21,19 @@ azure-arm: true
21
21
22
22
` ` ` yaml $(go) && $(multiapi)
23
23
batch :
24
+ - tag : package-2021-08
24
25
- tag : package-2016-06
25
26
` ` `
26
27
28
+ ### Tag: package-2021-08 and go
29
+
30
+ These settings apply only when ` --tag=package-2021-08 --go` is specified on the command line.
31
+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
32
+
33
+ ` ` ` yaml $(tag)=='package-2021-08' && $(go)
34
+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-08-01/$(namespace)
35
+ ` ` `
36
+
27
37
# ## Tag: package-2016-06 and go
28
38
29
39
These settings apply only when `--tag=package-2016-06 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments