Skip to content

Commit 389d3c2

Browse files
authored
update (#24219)
1 parent dd1b44b commit 389d3c2

File tree

2 files changed

+43
-8
lines changed

2 files changed

+43
-8
lines changed

specification/monitor/resource-manager/readme.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,6 +1149,17 @@ input-file:
11491149
- Microsoft.Insights/stable/2015-07-01/operations_API.json
11501150
```
11511151

1152+
### Tag: package-2015-07-01-python-only
1153+
1154+
These settings apply only when `--tag=package-2015-07-01-python-only` is specified on the command line.
1155+
1156+
``` yaml $(tag) == 'package-2015-07-01-python-only'
1157+
input-file:
1158+
- Microsoft.Insights/stable/2015-07-01/serviceDiagnosticsSettings_API.json
1159+
- Microsoft.Insights/stable/2015-07-01/metricDefinitions_API.json
1160+
- Microsoft.Insights/stable/2015-07-01/operations_API.json
1161+
```
1162+
11521163
### Tag: package-2015-04-01-only
11531164

11541165
These settings apply only when `--tag=package-2015-04-01-only` is specified on the command line.
@@ -1163,6 +1174,19 @@ input-file:
11631174
- Microsoft.Insights/stable/2014-04-01/alertRules_API.json
11641175
```
11651176

1177+
### Tag: package-2015-04-01-python-only
1178+
1179+
These settings apply only when `--tag=package-2015-04-01-python-only` is specified on the command line.
1180+
1181+
``` yaml $(tag) == 'package-2015-04-01-python-only'
1182+
input-file:
1183+
- Microsoft.Insights/stable/2015-04-01/activityLogs_API.json
1184+
- Microsoft.Insights/stable/2015-04-01/autoscale_API.json
1185+
- Microsoft.Insights/stable/2015-04-01/eventCategories_API.json
1186+
- Microsoft.Insights/stable/2015-04-01/operations_API.json
1187+
- Microsoft.Insights/stable/2015-04-01/tenantActivityLogs_API.json
1188+
```
1189+
11661190
### Tag: package-2014-04-01-only
11671191

11681192
These settings apply only when `--tag=package-2014-04-01-only` is specified on the command line.

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

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ batch:
5454
- tag: package-2017-03-01-preview-only
5555
- tag: package-2016-09-01-only
5656
- tag: package-2016-03-01-only
57-
- tag: package-2015-07-01-only
58-
- tag: package-2015-04-01-only
57+
- tag: package-2015-07-01-python-only
58+
- tag: package-2015-04-01-python-only
59+
- tag: package-2014-04-01-only
5960
- multiapiscript: true
6061
```
6162
@@ -381,22 +382,32 @@ namespace: $(python-base-namespace).v2016_03_01
381382
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2016_03_01
382383
```
383384

384-
### Tag: package-2015-07-01-only and python
385+
### Tag: package-2015-07-01-python-only and python
385386

386-
These settings apply only when `--tag=package-2015-07-01-only --python` is specified on the command line.
387+
These settings apply only when `--tag=package-2015-07-01-python-only --python` is specified on the command line.
387388
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
388389

389-
``` yaml $(tag) == 'package-2015-07-01-only'
390+
``` yaml $(tag) == 'package-2015-07-01-python-only'
390391
namespace: $(python-base-namespace).v2015_07_01
391392
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2015_07_01
392393
```
393394

394-
### Tag: package-2015-04-01-only and python
395+
### Tag: package-2015-04-01-python-only and python
395396

396-
These settings apply only when `--tag=package-2015-04-01-only --python` is specified on the command line.
397+
These settings apply only when `--tag=package-2015-04-01-python-only --python` is specified on the command line.
397398
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
398399

399-
``` yaml $(tag) == 'package-2015-04-01-only'
400+
``` yaml $(tag) == 'package-2015-04-01-python-only'
400401
namespace: $(python-base-namespace).v2015_04_01
401402
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2015_04_01
402403
```
404+
405+
### Tag: package-2014-04-01-only and python
406+
407+
These settings apply only when `--tag=package-2014-04-01-only --python` is specified on the command line.
408+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
409+
410+
``` yaml $(tag) == 'package-2014-04-01-only'
411+
namespace: $(python-base-namespace).v2014_04_01
412+
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2014_04_01
413+
```

0 commit comments

Comments
 (0)