Skip to content

Commit

Permalink
add 2019-10-preview tag for luis (#9406)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored May 15, 2020
1 parent f3d05de commit 4dc609d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/subscription/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-2019-10-preview
- tag: package-2018-03-preview
- tag: package-2017-11-preview
```
### Tag: package-2019-10-preview and go
These settings apply only when `--tag=package-2019-10-preview --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-2019-10-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2019-10-01-preview/$(namespace)
```

### Tag: package-2018-03-preview and go

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

0 comments on commit 4dc609d

Please sign in to comment.