Skip to content

Commit

Permalink
add missing packages to readme.go.md (Azure#13008)
Browse files Browse the repository at this point in the history
  • Loading branch information
WodansSon authored and mkarmark committed Jul 20, 2021
1 parent 326f8b1 commit 09da833
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/monitor/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ batch:
- tag: package-2019-03
- tag: package-2019-06
- tag: package-2019-11
- tag: package-2020-10
```
### Tag: package-2017-09 and go
Expand Down Expand Up @@ -84,3 +85,12 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
``` yaml $(tag) == 'package-2019-11' && $(go)
output-folder: $(go-sdk-folder)/services/preview/monitor/mgmt/2019-11-01-preview/$(namespace)
```

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

These settings apply only when `--tag=package-2020-10 --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-2020-10' && $(go)
output-folder: $(go-sdk-folder)/services/monitor/mgmt/2020-10-01/$(namespace)
```
10 changes: 10 additions & 0 deletions specification/web/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,23 @@ go:
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2020-09
- tag: package-2020-06
- tag: package-2019-08
- tag: package-2018-02
- tag: package-2016-09
- tag: package-2015-08-preview
```
### Tag: package-2020-09 and go
These settings apply only when `--tag=package-2020-09 --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-2020-09' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-09-01/$(namespace)
```

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

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

0 comments on commit 09da833

Please sign in to comment.