Skip to content

Commit d55d264

Browse files
authored
Generate go sdk for keyvault - package-preview-2020-04 (#11187)
1 parent a10f683 commit d55d264

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

specification/keyvault/resource-manager/readme.go.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,20 @@ go:
1313
1414
``` yaml $(go) && $(multiapi)
1515
batch:
16+
- tag: package-preview-2020-04
1617
- tag: package-2019-09
1718
- tag: package-2018-02
1819
- tag: package-2016-10
1920
- tag: package-2015-06
2021
```
22+
### Tag: package-preview-2020-04 and go
23+
24+
These settings apply only when `--tag=package-preview-2020-04 --go` is specified on the command line.
25+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
26+
27+
``` yaml $(tag) == 'package-preview-2020-04' && $(go)
28+
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2020-04-01-preview/$(namespace)
29+
```
2130

2231
### Tag: package-2019-09 and go
2332

0 commit comments

Comments
 (0)