Skip to content

Commit fd3a9d3

Browse files
authored
Fix output-folder for Key Vault Go SDK (Azure#14387)
1 parent b2645b5 commit fd3a9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/keyvault/data-plane/readme.go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ These settings apply only when `--tag=package-7.2 --go` is specified on the comm
2626
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
2727

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

3232
### Tag: package-7.1 and go

0 commit comments

Comments
 (0)