Skip to content

Commit

Permalink
Fix output-folder for Key Vault Go SDK (Azure#14387)
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths authored and mkarmark committed Jul 20, 2021
1 parent 7cbbcfc commit 1ac2ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 --go` is specified on the comm
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

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

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

0 comments on commit 1ac2ed1

Please sign in to comment.