Skip to content

Commit

Permalink
Add package-2018-01 to Go SDK build (#2789)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendrixMSFT authored Apr 2, 2018
1 parent 0c2eb3a commit 794c962
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/iothub/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,21 @@ go:

``` yaml $(go) && $(multiapi)
batch:
- tag: package-2018-01
- tag: package-2017-07
- tag: package-2017-01
- tag: package-2016-02
```

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

These settings apply only when `--tag=package-2018-01 --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-2018-01' && $(go)
output-folder: $(go-sdk-folder)/services/iothub/mgmt/2018-01-22/devices
```

### Tag: package-2017-07 and go

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

0 comments on commit 794c962

Please sign in to comment.