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