Skip to content

Commit 7d313ec

Browse files
authored
update (#22965)
1 parent 4f40443 commit 7d313ec

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

specification/monitor/resource-manager/readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,9 @@ These settings apply only when `--tag=package-2022-06-01-only` is specified on t
315315
``` yaml $(tag) == 'package-2022-06-01-only'
316316
input-file:
317317
- Microsoft.Insights/stable/2022-06-01/actionGroups_API.json
318+
- Microsoft.Insights/stable/2022-06-01/dataCollectionEndpoints_API.json
319+
- Microsoft.Insights/stable/2022-06-01/dataCollectionRuleAssociations_API.json
320+
- Microsoft.Insights/stable/2022-06-01/dataCollectionRules_API.json
318321
```
319322

320323
### Tag: package-2022-04-01-only

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ clear-output-folder: true
2121
default-api-version: "2023-01-01"
2222
multiapi: true
2323
batch:
24+
- tag: package-2023-03-01-preview-only
2425
- tag: package-2023-01-only
2526
- tag: package-2022-08-01-preview-only
2627
- tag: package-2022-10-01-only
@@ -30,6 +31,7 @@ batch:
3031
- tag: package-2021-09-01-only
3132
- tag: package-2021-07-01-preview-only
3233
- tag: package-2021-06-03-preview-only
34+
- tag: package-2021-05-only
3335
- tag: package-2021-05-01-preview-only
3436
- tag: package-2021-04-only
3537
- tag: package-2020-10-only
@@ -61,6 +63,16 @@ output-folder: $(python-sdks-folder)/monitor/azure-mgmt-monitor/azure/mgmt/monit
6163
perform-load: false
6264
```
6365
66+
### Tag: package-2023-03-01-preview-only and python
67+
68+
These settings apply only when `--tag=package-2023-03-01-preview-only --python` is specified on the command line.
69+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
70+
71+
``` yaml $(tag) == 'package-2023-03-01-preview-only'
72+
namespace: $(python-base-namespace).v2023_03_01_preview
73+
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2023_03_01_preview
74+
```
75+
6476
### Tag: package-2023-01-only and python
6577

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

164+
### Tag: package-2021-05-only and python
165+
166+
These settings apply only when `--tag=package-2021-05-only --python` is specified on the command line.
167+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
168+
169+
``` yaml $(tag) == 'package-2021-05-only'
170+
namespace: $(python-base-namespace).v2021_05_01
171+
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2021_05_01
172+
```
173+
152174
### Tag: package-2021-05-01-preview-only and python
153175

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

0 commit comments

Comments
 (0)