Skip to content

Commit

Permalink
Fix output-folder for go code generation
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths committed Feb 14, 2020
1 parent f3afbf9 commit 2609bf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/keyvault/data-plane/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ These settings apply only when `--tag=package-7.2-preview --go` is specified on
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-7.2-preview' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/v7.2-preview/$(namespace)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/v7.2-preview/$(namespace)
```

### Tag: package-7.1-preview and go
Expand All @@ -35,7 +35,7 @@ These settings apply only when `--tag=package-7.1-preview --go` is specified on
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-7.1-preview' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/v7.1-preview/$(namespace)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/v7.1-preview/$(namespace)
```

### Tag: package-7.0 and go
Expand Down

0 comments on commit 2609bf7

Please sign in to comment.