Skip to content

Commit

Permalink
add reservations 2019-04-01 preview to Go SDK (#5656)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendrixMSFT authored Apr 16, 2019
1 parent db09450 commit 5f6de0d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/reservations/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,20 @@ go:
``` yaml $(go) && $(multiapi)
batch:
- tag: package-preview-2019-04
- tag: package-2018-06
- tag: package-2017-11
```
### Tag: package-preview-2019-04 and go
These settings apply only when `--tag=package-preview-2019-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-2019-04' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2019-04-01/$(namespace)
```

### Tag: package-2018-06 and go

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

0 comments on commit 5f6de0d

Please sign in to comment.