Skip to content

Commit

Permalink
Add codegen config for kusto 2019-05-15 (Azure#7019)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored and michaeljqzq committed Aug 26, 2019
1 parent 03c1b94 commit fa916ee
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion specification/azure-kusto/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,13 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s

``` yaml $(tag) == 'package-2018-09-07-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2018-09-07-preview/$(namespace)
```
```

### Tag: package-2019-05-15 and go

These settings apply only when `--tag=package-2019-05-15 --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-05-15' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2019-05-15/$(namespace)
```

0 comments on commit fa916ee

Please sign in to comment.