Skip to content

Commit cfa79ea

Browse files
authored
[Monitor] Add DataCollRules section readme.go.md (#11707)
1 parent a11d7a2 commit cfa79ea

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

specification/monitor/resource-manager/readme.go.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ batch:
1919
- tag: package-2018-11-preview
2020
- tag: package-2019-03
2121
- tag: package-2019-06
22+
- tag: package-2019-11-01-preview-only
2223
- tag: package-2020-03
2324
```
2425
@@ -76,6 +77,15 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
7677
output-folder: $(go-sdk-folder)/services/preview/monitor/mgmt/2019-06-01/$(namespace)
7778
```
7879

80+
### Tag: package-2019-11-01-preview-only and go
81+
82+
These settings apply only when `--tag=package-2019-11-01-preview-only --go` is specified on the command line.
83+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
84+
85+
``` yaml $(tag) == 'package-2019-11-01-preview-only' && $(go)
86+
output-folder: $(go-sdk-folder)/services/preview/monitor/mgmt/2019-11-01-preview/$(namespace)
87+
```
88+
7989
### Tag: package-2020-03 and go
8090

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

0 commit comments

Comments
 (0)