File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
specification/imagebuilder/resource-manager Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,22 @@ These settings apply only when `--go` is specified on the command line.
1212
1313` ` ` yaml $(go) && $(multiapi)
1414batch :
15+ - tag : package-2021-10
1516 - tag : package-2020-02
1617 - tag : package-2018-02
1718 - tag : package-2019-02
1819 - tag : package-preview-2019-05
1920` ` `
2021
22+ ### Tag: package-2021-10
23+
24+ These settings apply only when ` --tag=package-2021-10 --go` is specified on the command line.
25+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
26+
27+ ` ` ` yaml $(tag) == 'package-2021-10' && $(go)
28+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-10-01/$(namespace)
29+ ` ` `
30+
2131# ## Tag: package-2020-02
2232
2333These settings apply only when `--tag=package-2020-02 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments