Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions specification/monitor/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,9 @@ These settings apply only when `--tag=package-2022-06-01-only` is specified on t
``` yaml $(tag) == 'package-2022-06-01-only'
input-file:
- Microsoft.Insights/stable/2022-06-01/actionGroups_API.json
- Microsoft.Insights/stable/2022-06-01/dataCollectionEndpoints_API.json
- Microsoft.Insights/stable/2022-06-01/dataCollectionRuleAssociations_API.json
- Microsoft.Insights/stable/2022-06-01/dataCollectionRules_API.json
```

### Tag: package-2022-04-01-only
Expand Down
22 changes: 22 additions & 0 deletions specification/monitor/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ clear-output-folder: true
default-api-version: "2023-01-01"
multiapi: true
batch:
- tag: package-2023-03-01-preview-only
- tag: package-2023-01-only
- tag: package-2022-08-01-preview-only
- tag: package-2022-10-01-only
Expand All @@ -30,6 +31,7 @@ batch:
- tag: package-2021-09-01-only
- tag: package-2021-07-01-preview-only
- tag: package-2021-06-03-preview-only
- tag: package-2021-05-only
- tag: package-2021-05-01-preview-only
- tag: package-2021-04-only
- tag: package-2020-10-only
Expand Down Expand Up @@ -61,6 +63,16 @@ output-folder: $(python-sdks-folder)/monitor/azure-mgmt-monitor/azure/mgmt/monit
perform-load: false
```

### Tag: package-2023-03-01-preview-only and python

These settings apply only when `--tag=package-2023-03-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-2023-03-01-preview-only'
namespace: $(python-base-namespace).v2023_03_01_preview
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2023_03_01_preview
```

### Tag: package-2023-01-only and python

These settings apply only when `--tag=package-2023-01-only --python` is specified on the command line.
Expand Down Expand Up @@ -149,6 +161,16 @@ namespace: $(python-base-namespace).v2021_06_03_preview
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2021_06_03_preview
```

### Tag: package-2021-05-only and python

These settings apply only when `--tag=package-2021-05-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-2021-05-only'
namespace: $(python-base-namespace).v2021_05_01
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2021_05_01
```

### Tag: package-2021-05-01-preview-only and python

These settings apply only when `--tag=package-2021-05-01-preview-only --python` is specified on the command line.
Expand Down