File tree Expand file tree Collapse file tree 5 files changed +50
-0
lines changed
botservice/resource-manager
containerinstance/resource-manager
iotcentral/resource-manager
videoanalyzer/resource-manager Expand file tree Collapse file tree 5 files changed +50
-0
lines changed Original file line number Diff line number Diff line change 13
13
14
14
` ` ` yaml $(go) && $(multiapi)
15
15
batch :
16
+ - tag : package-preview-2021-05
16
17
- tag : package-2021-03-01
17
18
- tag : package-2017-12-01
18
19
- tag : package-2018-07-12
19
20
` ` `
20
21
22
+ ### Tag: package-preview-2021-05 and go
23
+
24
+ These settings apply only when ` --tag=package-preview-2021-05 --go` is specified on the command line.
25
+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
26
+
27
+ ` ` ` yaml $(tag) == 'package-preview-2021-05' && $(go)
28
+ output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-05-01-preview/$(namespace)
29
+ ` ` `
30
+
21
31
# ## Tag: package-2021-03-01 and go
22
32
23
33
These settings apply only when `--tag=package-2021-03-01 --go` is specified on the command line.
Original file line number Diff line number Diff line change 13
13
14
14
` ` ` yaml $(go) && $(multiapi)
15
15
batch :
16
+ - tag : package-2021-09
16
17
- tag : package-2021-07
17
18
- tag : package-2021-03
18
19
- tag : package-2020-11
@@ -27,6 +28,15 @@ batch:
27
28
- tag : package-2017-08-preview
28
29
` ` `
29
30
31
+ ### Tag: package-2021-09 and go
32
+
33
+ These settings apply only when ` --tag=package-2021-09 --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-2021-09' && $(go)
37
+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-09-01/$(namespace)
38
+ ` ` `
39
+
30
40
# ## Tag: package-2021-07 and go
31
41
32
42
These settings apply only when `--tag=package-2021-07 --go` is specified on the command line.
Original file line number Diff line number Diff line change 13
13
14
14
` ` ` yaml $(go) && $(multiapi)
15
15
batch :
16
+ - tag : package-2021-06
16
17
- tag : package-2018-09-01
17
18
` ` `
18
19
20
+ ### Tag: package-2021-06 and go
21
+
22
+ These settings apply only when ` --tag=package-2021-06 --go` is specified on the command line.
23
+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
24
+
25
+ ` ` ` yaml $(tag)=='package-2021-06' && $(go)
26
+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-06-01/$(namespace)
27
+ ` ` `
28
+
19
29
# ## Tag: package-2018-09-01 and go
20
30
21
31
These settings apply only when `--tag=package-2018-09-01 --go` is specified on the command line.
Original file line number Diff line number Diff line change 13
13
14
14
` ` ` yaml $(go) && $(multiapi)
15
15
batch :
16
+ - tag : package-composite-v2
16
17
- tag : package-composite-v1
17
18
- tag : package-2019-06-01-preview
18
19
- tag : package-2020-12-01
19
20
- tag : package-2021-03
20
21
- tag : package-preview-2021-06
21
22
` ` `
22
23
24
+ ### Tag: package-composite-v2 and go
25
+
26
+ These settings apply only when ` --tag=package-composite-v2 --go` is specified on the command line.
27
+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
28
+
29
+ ` ` ` yaml $(tag) == 'package-composite-v2' && $(go)
30
+ output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/v2.0/$(namespace)
31
+ ` ` `
32
+
23
33
# ## Tag: package-composite-v1 and go
24
34
25
35
These settings apply only when `--tag=package-composite-v1 --go` is specified on the command line.
Original file line number Diff line number Diff line change 13
13
14
14
` ` ` yaml $(go) && $(multiapi)
15
15
batch :
16
+ - tag : package-preview-2021-11
16
17
- tag : package-2021-05-01-preview
17
18
` ` `
18
19
20
+ ### Tag: package-preview-2021-11 and go
21
+
22
+ These settings apply only when ` --tag=package-preview-2021-11 --go` is specified on the command line.
23
+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
24
+
25
+ ` ` ` yaml $(tag) == 'package-preview-2021-11' && $(go)
26
+ output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-11-01-preview/$(namespace)
27
+ ` ` `
28
+
19
29
# ## Tag: package-2021-05-01-preview and go
20
30
21
31
These settings apply only when `--tag=package-2021-05-01-preview --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments