Skip to content

Commit

Permalink
Generate go sdk for keyvault - package-preview-2020-04
Browse files Browse the repository at this point in the history
  • Loading branch information
njuCZ committed Oct 14, 2020
1 parent e1f42cb commit a77b349
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions specification/keyvault/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,20 @@ go:
``` yaml $(go) && $(multiapi)
batch:
- tag: package-preview-2020-04
- tag: package-2019-09
- tag: package-2018-02
- tag: package-2016-10
- tag: package-2015-06
```
### Tag: package-preview-2020-04 and go
These settings apply only when `--tag=package-preview-2020-04 --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-preview-2020-04' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2020-04-01-preview/$(namespace)
```

### Tag: package-2019-09 and go

Expand Down

0 comments on commit a77b349

Please sign in to comment.