We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a10f683 commit d55d264Copy full SHA for d55d264
specification/keyvault/resource-manager/readme.go.md
@@ -13,11 +13,20 @@ go:
13
14
``` yaml $(go) && $(multiapi)
15
batch:
16
+ - tag: package-preview-2020-04
17
- tag: package-2019-09
18
- tag: package-2018-02
19
- tag: package-2016-10
20
- tag: package-2015-06
21
```
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
+```
30
31
### Tag: package-2019-09 and go
32
0 commit comments