Skip to content

Commit 6be68af

Browse files
AlancereFredericHeem
authored andcommitted
[Go]Keyvault add batch tag: package-2021-10 (Azure#19039)
1 parent 1ddddd8 commit 6be68af

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

specification/keyvault/resource-manager/readme.go.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,23 @@ azure-arm: true
2121
2222
``` yaml $(go) && $(multiapi)
2323
batch:
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

3243
These settings apply only when `--tag=package-preview-2020-04 --go` is specified on the command line.

0 commit comments

Comments
 (0)