Skip to content

Commit

Permalink
Add 2021 package to go.md (Azure#12830)
Browse files Browse the repository at this point in the history
* Add 2021 package to go.md

* fix missed package

* change output folder

* fix typo
  • Loading branch information
roytan-microsoft authored and mkarmark committed Jul 20, 2021
1 parent e097db3 commit 7a8881c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/mixedreality/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,20 @@ go:
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2021-01
- tag: package-2020-05
- tag: package-2019-02-preview
```
### Tag: package-2021-01 and go
These settings apply only when `--tag=package-2021-01 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2021-01' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-01-01/$(namespace)
```

### Tag: package-2020-05 and go

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

0 comments on commit 7a8881c

Please sign in to comment.