Skip to content

Commit

Permalink
Fix Go SDK codegen for azure-kusto (Azure#5153)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendrixMSFT authored Feb 4, 2019
1 parent 2802a1b commit 9da4707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/azure-kusto/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ These settings apply only when `--tag=package-2019-01-21 --go` is specified on t
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2019-01-21' && $(go)
output-folder: $(go-sdk-folder)/services/stable/$(namespace)/mgmt/2019-01-21/$(namespace)
```
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2019-01-21/$(namespace)
```

0 comments on commit 9da4707

Please sign in to comment.