Skip to content

Commit 50abdf1

Browse files
Add 2021 package to go.md (#12830)
* Add 2021 package to go.md * fix missed package * change output folder * fix typo
1 parent 233696f commit 50abdf1

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,10 +13,20 @@ go:
1313
1414
``` yaml $(go) && $(multiapi)
1515
batch:
16+
- tag: package-2021-01
1617
- tag: package-2020-05
1718
- tag: package-2019-02-preview
1819
```
1920
21+
### Tag: package-2021-01 and go
22+
23+
These settings apply only when `--tag=package-2021-01 --go` is specified on the command line.
24+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
25+
26+
``` yaml $(tag) == 'package-2021-01' && $(go)
27+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-01-01/$(namespace)
28+
```
29+
2030
### Tag: package-2020-05 and go
2131

2232
These settings apply only when `--tag=package-2020-05 --go` is specified on the command line.

0 commit comments

Comments
 (0)