File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
cognitiveservices/resource-manager
iotcentral/resource-manager Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,22 @@ azure-arm: true
21
21
22
22
` ` ` yaml $(go) && $(multiapi)
23
23
batch :
24
+ - tag : package-2022-03
24
25
- tag : package-2021-10
25
26
- tag : package-2021-04
26
27
- tag : package-2017-04
27
28
- tag : package-2016-02-preview
28
29
` ` `
29
30
31
+ ### Tag: package-2022-03 and go
32
+
33
+ These settings apply only when ` --tag=package-2022-03 --go` is specified on the command line.
34
+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
35
+
36
+ ` ` ` yaml $(tag) == 'package-2022-03' && $(go)
37
+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2022-03-01/$(namespace)
38
+ ` ` `
39
+
30
40
# ## Tag: package-2021-10 and go
31
41
32
42
These settings apply only when `--tag=package-2021-10 --go` is specified on the command line.
Original file line number Diff line number Diff line change @@ -21,10 +21,20 @@ azure-arm: true
21
21
22
22
` ` ` yaml $(go) && $(multiapi)
23
23
batch :
24
+ - tag : package-preview-2021-11
24
25
- tag : package-2021-06
25
26
- tag : package-2018-09-01
26
27
` ` `
27
28
29
+ ### Tag: package-preview-2021-11 and go
30
+
31
+ These settings apply only when ` --tag=package-preview-2021-11 --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-2021-11' && $(go)
35
+ output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-11-01-preview/$(namespace)
36
+ ` ` `
37
+
28
38
# ## Tag: package-2021-06 and go
29
39
30
40
These settings apply only when `--tag=package-2021-06 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments