Skip to content

Commit

Permalink
Fix output-folder for go SDK in timeseriesinsight
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang committed Jul 30, 2020
1 parent 31ba1f3 commit 055fa77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ These settings apply only when `--tag=package-2020-05-15 --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-2020-05-15' && $(go)
output-folder: $(go-sdk-folder)/services/stable/$(namespace)/mgmt/2020-05-15$(namespace)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-05-15/$(namespace)
```

0 comments on commit 055fa77

Please sign in to comment.