Skip to content

Commit cbde2d2

Browse files
api-version 2020-05 of mixedreality for go SDK (#9474)
* api-version 2020-05 * fix
1 parent 087557f commit cbde2d2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

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

2131
These settings apply only when `--tag=package-2019-02-preview --go` is specified on the command line.

0 commit comments

Comments
 (0)