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
21
21
22
22
` ` ` yaml $(go) && $(multiapi)
23
23
batch :
24
+ - tag : package-2021-10
24
25
- tag : package-preview-2020-04
25
26
- tag : package-2019-09
26
27
- tag : package-2018-02
27
28
- tag : package-2016-10
28
29
- tag : package-2015-06
29
30
` ` `
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
+
30
41
# ## Tag: package-preview-2020-04 and go
31
42
32
43
These 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