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 2828 - tag : package-2018-09-01-preview
2929 - tag : package-2020-04-01-preview
3030 - tag : package-2020-10-01-preview
31+ - tag : package-2020-10-01
3132` ` `
3233
3334### 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
9293` ` ` yaml $(tag) == 'package-2020-10-01-preview' && $(go)
9394output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2020-10-01-preview/$(namespace)
9495` ` `
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
2121
2222` ` ` yaml $(go) && $(multiapi)
2323batch :
24+ - tag : package-2022-01
2425 - tag : package-2021-08
2526 - tag : package-2021-03
2627 - tag : package-2020-10-01-preview
2728` ` `
2829
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+
2939# ## Tag: package-2021-08 and go
3040
3141These 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