Skip to content

Commit

Permalink
[Monitor] Fix DCR tag in readme.md; Add phyton tag
Browse files Browse the repository at this point in the history
  • Loading branch information
herreraj-ms committed Nov 4, 2020
1 parent 68b6eba commit dc92f0e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specification/monitor/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,11 +347,11 @@ input-file:
- Microsoft.Insights/stable/2017-04-01/activityLogAlerts_API.json
```

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

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

``` yaml $(tag) == 'package-2019-11-preview-only'
``` yaml $(tag) == 'package-2019-11-01-preview-only'
input-file:
- Microsoft.Insights/preview/2019-11-01-preview/dataCollectionRuleAssociations_API.json
- Microsoft.Insights/preview/2019-11-01-preview/dataCollectionRules_API.json
Expand Down
15 changes: 15 additions & 0 deletions specification/monitor/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Generate all API versions currently shipped for this package
batch:
- tag: package-2020-05-preview
- tag: package-2020-01-01-preview-only
- tag: package-2019-11-01-preview-only
- tag: package-2019-10-17-preview-only
- tag: package-2019-06-01-only
- tag: package-2019-03-01-only
Expand All @@ -57,6 +58,7 @@ clear-output-folder: true
batch:
- tag: package-2020-05-preview
- tag: package-2020-01-01-preview-only
- tag: package-2019-11-01-preview-only
- tag: package-2019-10-17-preview-only
- tag: package-2019-06-01-only
- tag: package-2019-03-01-only
Expand Down Expand Up @@ -110,6 +112,19 @@ python:
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2020_01_01_preview
```

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

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

``` yaml $(tag) == 'package-2019-11-01-preview-only'
namespace: $(python-base-namespace).v2019_11_01_preview
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2019_11_01_preview
python:
namespace: $(python-base-namespace).v2019_11_01_preview
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2019_11_01_preview
```

### Tag: package-2019-10-17-preview-only and python

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

0 comments on commit dc92f0e

Please sign in to comment.