Skip to content

Commit

Permalink
[Go]Keyvault add batch tag: package-2021-10 (Azure#19039)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alancere authored and FredericHeem committed May 16, 2022
1 parent 1ddddd8 commit 6be68af
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions specification/keyvault/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,23 @@ azure-arm: true
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2021-10
- tag: package-preview-2020-04
- tag: package-2019-09
- tag: package-2018-02
- tag: package-2016-10
- tag: package-2015-06
```
### Tag: package-2021-10 and go
These settings apply only when `--tag=package-2021-10 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2021-10' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-10-01/$(namespace)
```

### Tag: package-preview-2020-04 and go

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

0 comments on commit 6be68af

Please sign in to comment.