Skip to content

Commit

Permalink
Add insights 2019-03-01 package to Go SDK (#5373)
Browse files Browse the repository at this point in the history
* Add insights 2019-03-01 package to Go SDK

* move global settings before packages
  • Loading branch information
jhendrixMSFT authored Mar 13, 2019
1 parent 5a3fb7c commit 07e99ab
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 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 @@ -17,6 +17,7 @@ batch:
- tag: package-2018-03
- tag: package-2018-09
- tag: package-2018-11-preview
- tag: package-2019-03
```
### Tag: package-2017-09 and go
Expand Down Expand Up @@ -54,3 +55,12 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
``` yaml $(tag) == 'package-2018-11-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/monitor/mgmt/2018-11-01-preview/$(namespace)
```

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

These settings apply only when `--tag=package-2019-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-2019-03' && $(go)
output-folder: $(go-sdk-folder)/services/preview/monitor/mgmt/2019-03-01/$(namespace)
```
13 changes: 6 additions & 7 deletions specification/monitor/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ To see additional help and options, run:

These are the global settings for the MonitorClient API.

``` yaml
title: MonitorClient
description: Monitor Management Client
openapi-type: arm
tag: package-2018-11-preview
```
### Tag: package-2019-03
Expand Down Expand Up @@ -53,13 +59,6 @@ input-file:
- Microsoft.Insights/preview/2018-11-27-preview/vmInsightsOnboarding_API.json
```

``` yaml
title: MonitorClient
description: Monitor Management Client
openapi-type: arm
tag: package-2018-11-preview
```
### Tag: package-2018-11-preview

These settings apply only when `--tag=package-2018-11-preview` is specified on the command line.
Expand Down

0 comments on commit 07e99ab

Please sign in to comment.