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