File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
containerinstance/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 13
13
14
14
` ` ` yaml $(go) && $(multiapi)
15
15
batch :
16
+ - tag : package-2021-07
16
17
- tag : package-2021-03
17
18
- tag : package-2020-11
18
19
- tag : package-2019-12
@@ -26,6 +27,15 @@ batch:
26
27
- tag : package-2017-08-preview
27
28
` ` `
28
29
30
+ ### Tag: package-2021-07 and go
31
+
32
+ These settings apply only when ` --tag=package-2021-07 --go` is specified on the command line.
33
+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
34
+
35
+ ` ` ` yaml $(tag) == 'package-2021-07' && $(go)
36
+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-07-01/$(namespace)
37
+ ` ` `
38
+
29
39
# ## Tag: package-2021-03 and go
30
40
31
41
These settings apply only when `--tag=package-2021-03 --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-2021-03
24
25
- tag : package-preview-2021-03
25
26
- tag : package-2020-03
26
27
- tag : package-preview-2019-07
@@ -33,6 +34,15 @@ batch:
33
34
- tag : package-2016-02
34
35
` ` `
35
36
37
+ ### Tag: package-2021-03 and go
38
+
39
+ These settings apply only when ` --tag=package-2021-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-2021-03' && $(go)
43
+ output-folder: $(go-sdk-folder)/services/iothub/mgmt/2021-03-31/$(namespace)
44
+ ` ` `
45
+
36
46
# ## Tag: package-preview-2021-03 and go
37
47
38
48
These settings apply only when `--tag=package-preview-2021-03 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments