Skip to content

Commit 0a4e1e9

Browse files
authored
[Monitor] Update readme.md (#20064)
* Update readme.md * Update readme.python.md
1 parent 705bc5c commit 0a4e1e9

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

specification/monitor/resource-manager/readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,16 @@ input-file:
713713
- Microsoft.Insights/stable/2018-09-01/actionGroups_API.json
714714
```
715715

716+
### Tag: package-2018-09-01-python-only
717+
718+
These settings apply only when `--tag=package-2018-09-01-python-only` is specified on the command line.
719+
720+
``` yaml $(tag) == 'package-2018-09-01-python-only'
721+
input-file:
722+
- Microsoft.Insights/stable/2018-09-01/actionGroups_API.json
723+
- Microsoft.Insights/stable/2018-09-01/metricBaselines_API.json
724+
```
725+
716726
### Tag: package-2018-06-01-preview-only
717727

718728
These settings apply only when `--tag=package-2018-06-01-preview-only` is specified on the command line.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ batch:
3333
- tag: package-2019-06-01-only
3434
- tag: package-2019-03-01-only
3535
- tag: package-2018-11-27-preview-only
36-
- tag: package-2018-09-01-only
36+
- tag: package-2018-09-01-python-only
3737
- tag: package-2018-06-01-preview-only
3838
- tag: package-2018-04-16-only
3939
- tag: package-2018-03-01-only
@@ -203,12 +203,12 @@ namespace: $(python-base-namespace).v2018_11_27_preview
203203
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2018_11_27_preview
204204
```
205205

206-
### Tag: package-2018-09-01-only and python
206+
### Tag: package-2018-09-01-python-only and python
207207

208-
These settings apply only when `--tag=package-2018-09-01-only --python` is specified on the command line.
208+
These settings apply only when `--tag=package-2018-09-01-python-only --python` is specified on the command line.
209209
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
210210

211-
``` yaml $(tag) == 'package-2018-09-01-only'
211+
``` yaml $(tag) == 'package-2018-09-01-python-only'
212212
namespace: $(python-base-namespace).v2018_09_01
213213
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2018_09_01
214214
```

0 commit comments

Comments
 (0)