File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
specification/keyvault/resource-manager Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,23 @@ azure-arm: true
2121
2222` ` ` yaml $(go) && $(multiapi)
2323batch :
24+ - tag : package-2021-10
2425 - tag : package-preview-2020-04
2526 - tag : package-2019-09
2627 - tag : package-2018-02
2728 - tag : package-2016-10
2829 - tag : package-2015-06
2930` ` `
31+
32+ ### Tag: package-2021-10 and go
33+
34+ These settings apply only when ` --tag=package-2021-10 --go` is specified on the command line.
35+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
36+
37+ ` ` ` yaml $(tag) == 'package-2021-10' && $(go)
38+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-10-01/$(namespace)
39+ ` ` `
40+
3041# ## Tag: package-preview-2020-04 and go
3142
3243These settings apply only when `--tag=package-preview-2020-04 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments