Skip to content

Commit

Permalink
update (#22965)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc authored Mar 8, 2023
1 parent 4f40443 commit 7d313ec
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
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

0 comments on commit 7d313ec

Please sign in to comment.