Skip to content

Commit 4b7f13f

Browse files
committed
Add new api-version for databoxedge
1 parent ee92c07 commit 4b7f13f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,21 @@ go:
1313
1414
```yaml $(go) && $(multiapi)
1515
batch:
16+
- tag: package-2020-05-preview
1617
- tag: package-2019-08
1718
- tag: package-2019-07
1819
- tag: package-2019-03
1920
```
2021
22+
### Tag: package-2020-05-preview and go
23+
24+
These settings apply only when `--tag=package-2020-05-preview --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-2020-05-preview' && $(go)
28+
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2020-05-01-preview/$(namespace)
29+
```
30+
2131
### Tag: package-2019-08 and go
2232

2333
These settings apply only when `--tag=package-2019-08 --go` is specified on the command line.

0 commit comments

Comments
 (0)