Skip to content

Commit 006756d

Browse files
authored
update applicationinsights (#19250)
* update applicationinsights * Update readme.python.md
1 parent 34883b2 commit 006756d

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

specification/applicationinsights/resource-manager/readme.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,15 @@ input-file:
257257
- Microsoft.Insights/stable/2021-10-14/livetoken_API.json
258258
```
259259

260+
### Tag: package-2022-04-01-only
261+
262+
These settings apply only when `--tag=package-2022-04-01-only` is specified on the command line.
263+
264+
``` yaml $(tag) == 'package-2022-04-01-only'
265+
input-file:
266+
- Microsoft.Insights/stable/2022-04-01/workbooks_API.json
267+
```
268+
260269
### Tag: package-2022-02-01
261270

262271
These settings apply only when `--tag=package-2022-02-01` is specified on the command line.
@@ -513,6 +522,15 @@ input-file:
513522
- Microsoft.Insights/stable/2020-02-02/components_API.json
514523
```
515524

525+
### Tag: package-2020-02-02-only
526+
527+
These settings apply only when `--tag=package-2020-02-02-only` is specified on the command line.
528+
529+
``` yaml $(tag) == 'package-2020-02-02-only'
530+
input-file:
531+
- Microsoft.Insights/stable/2020-02-02/components_API.json
532+
```
533+
516534
### Tag: package-2019-10-17-preview
517535

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

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

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@ batch:
2121
- tag: package-2018-06-17-preview
2222
- tag: package-2019-10-17-preview
2323
- tag: package-2020-02-02-preview
24-
- tag: package-2020-02-02
24+
- tag: package-2020-02-02-only
2525
- tag: package-2020-03-01-preview
2626
- tag: package-preview-2020-06-only
2727
- tag: package-2020-11-only
2828
- tag: package-2021-03-08-only
2929
- tag: package-2021-08
3030
- tag: package-2021-10
31+
- tag: package-2022-04-01-only
3132
- multiapiscript: true
3233
```
3334
@@ -90,6 +91,15 @@ namespace: azure.mgmt.applicationinsights.v2020_02_02_preview
9091
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_02_02_preview
9192
```
9293

94+
### Tag: package-2020-02-02-only and python
95+
96+
These settings apply only when `--tag=package-2020-02-02-only --python` is specified on the command line.
97+
98+
``` yaml $(tag) == 'package-2020-02-02-only' && $(python)
99+
namespace: azure.mgmt.applicationinsights.v2020_02_02
100+
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_02_02
101+
```
102+
93103
### Tag: package-2020-03-01-preview and python
94104

95105
These settings apply only when `--tag=package-2020-03-01-preview --python` is specified on the command line.
@@ -144,6 +154,14 @@ namespace: azure.mgmt.applicationinsights.v2021_10
144154
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2021_10
145155
```
146156

157+
### Tag: package-2022-04-01-only and python
158+
159+
These settings apply only when `--tag=package-2022-04-01-only --python` is specified on the command line.
160+
161+
``` yaml $(tag) == 'package-2022-04-01-only' && $(python)
162+
namespace: azure.mgmt.applicationinsights.v2022_04_01
163+
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2022_04_01
164+
```
147165

148166
```yaml $(python)
149167
modelerfour:

0 commit comments

Comments
 (0)