Skip to content

Commit

Permalink
Add api-version of monitor to go SDK (#11557)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored Nov 6, 2020
1 parent 7ad889a commit 4c1dfe4
Showing 1 changed file with 10 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 @@ -19,6 +19,7 @@ batch:
- tag: package-2018-11-preview
- tag: package-2019-03
- tag: package-2019-06
- tag: package-2020-03
```
### Tag: package-2017-09 and go
Expand Down Expand Up @@ -74,3 +75,12 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
``` yaml $(tag) == 'package-2019-06' && $(go)
output-folder: $(go-sdk-folder)/services/preview/monitor/mgmt/2019-06-01/$(namespace)
```

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

These settings apply only when `--tag=package-2020-03 --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-03' && $(go)
output-folder: $(go-sdk-folder)/services/preview/monitor/mgmt/2020-03-01-preview/$(namespace)
```

0 comments on commit 4c1dfe4

Please sign in to comment.