Skip to content

Commit

Permalink
fix Go SDK codegen for Microsoft.Insights (#5106)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendrixMSFT committed Jan 28, 2019
1 parent 8d178c3 commit b5ac8e3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions specification/monitor/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ go:

``` yaml $(go) && $(multiapi)
batch:
- tag: package-2017-08
- tag: package-2017-09
- tag: package-2018-03
- tag: package-2018-09
- tag: package-2018-11-preview
```

### Tag: package-2017-09 and go
Expand All @@ -25,15 +25,6 @@ These settings apply only when `--tag=package-2017-09 --go` is specified on the
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2017-09' && $(go)
output-folder: $(go-sdk-folder)/services/preview/monitor/mgmt/2018-03-01/$(namespace)
```

### Tag: package-2017-08 and go

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

Expand All @@ -54,3 +45,12 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
``` yaml $(tag) == 'package-2018-09' && $(go)
output-folder: $(go-sdk-folder)/services/preview/monitor/mgmt/2018-09-01/$(namespace)
```

### Tag: package-2018-11-preview and go

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

0 comments on commit b5ac8e3

Please sign in to comment.