Skip to content

Commit

Permalink
[Monitor] Add DataCollRules section readme.go.md (#11707)
Browse files Browse the repository at this point in the history
  • Loading branch information
herreraj-ms authored Nov 18, 2020
1 parent a11d7a2 commit cfa79ea
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-2019-11-01-preview-only
- tag: package-2020-03
```
Expand Down Expand Up @@ -76,6 +77,15 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
output-folder: $(go-sdk-folder)/services/preview/monitor/mgmt/2019-06-01/$(namespace)
```

### Tag: package-2019-11-01-preview-only and go

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

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

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

0 comments on commit cfa79ea

Please sign in to comment.