Skip to content

Commit dc92f0e

Browse files
committed
[Monitor] Fix DCR tag in readme.md; Add phyton tag
1 parent 68b6eba commit dc92f0e

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

specification/monitor/resource-manager/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,11 +347,11 @@ input-file:
347347
- Microsoft.Insights/stable/2017-04-01/activityLogAlerts_API.json
348348
```
349349

350-
### Tag: package-2019-11-preview-only
350+
### Tag: package-2019-11-01-preview-only
351351

352-
These settings apply only when `--tag=package-2019-11-preview-only` is specified on the command line.
352+
These settings apply only when `--tag=package-2019-11-01-preview-only` is specified on the command line.
353353

354-
``` yaml $(tag) == 'package-2019-11-preview-only'
354+
``` yaml $(tag) == 'package-2019-11-01-preview-only'
355355
input-file:
356356
- Microsoft.Insights/preview/2019-11-01-preview/dataCollectionRuleAssociations_API.json
357357
- Microsoft.Insights/preview/2019-11-01-preview/dataCollectionRules_API.json

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Generate all API versions currently shipped for this package
3232
batch:
3333
- tag: package-2020-05-preview
3434
- tag: package-2020-01-01-preview-only
35+
- tag: package-2019-11-01-preview-only
3536
- tag: package-2019-10-17-preview-only
3637
- tag: package-2019-06-01-only
3738
- tag: package-2019-03-01-only
@@ -57,6 +58,7 @@ clear-output-folder: true
5758
batch:
5859
- tag: package-2020-05-preview
5960
- tag: package-2020-01-01-preview-only
61+
- tag: package-2019-11-01-preview-only
6062
- tag: package-2019-10-17-preview-only
6163
- tag: package-2019-06-01-only
6264
- tag: package-2019-03-01-only
@@ -110,6 +112,19 @@ python:
110112
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2020_01_01_preview
111113
```
112114

115+
### Tag: package-2019-11-01-preview-only and python
116+
117+
These settings apply only when `--tag=package-2019-11-01-preview-only --python` is specified on the command line.
118+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
119+
120+
``` yaml $(tag) == 'package-2019-11-01-preview-only'
121+
namespace: $(python-base-namespace).v2019_11_01_preview
122+
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2019_11_01_preview
123+
python:
124+
namespace: $(python-base-namespace).v2019_11_01_preview
125+
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2019_11_01_preview
126+
```
127+
113128
### Tag: package-2019-10-17-preview-only and python
114129

115130
These settings apply only when `--tag=package-2019-10-17-preview-only --python` is specified on the command line.

0 commit comments

Comments
 (0)