Skip to content

Commit 9e17eb2

Browse files
authored
update (#22981)
1 parent 0e13373 commit 9e17eb2

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

specification/applicationinsights/resource-manager/readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,15 @@ input-file:
324324
- Microsoft.Insights/preview/2020-03-01-preview/componentLinkedStorageAccounts_API.json
325325
```
326326

327+
### Tag: package-2022-06-15-only
328+
329+
These settings apply only when `--tag=package-2022-06-15-only` is specified on the command line.
330+
331+
``` yaml $(tag) == 'package-2022-06-15-only'
332+
input-file:
333+
- Microsoft.Insights/stable/2022-06-15/webTests_API.json
334+
```
335+
327336
### Tag: package-2022-04-01
328337

329338
These settings apply only when `--tag=package-2022-04-01` is specified on the command line.

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ no-namespace-folders: true
1414
1515
``` yaml $(python)
1616
multiapi: true
17-
default-api-version: "2022-04-01"
17+
default-api-version: "2022-06-15"
1818
clear-output-folder: true
1919
batch:
2020
- tag: package-2015-05
@@ -31,6 +31,7 @@ batch:
3131
- tag: package-2021-08
3232
- tag: package-2021-10
3333
- tag: package-2022-04-01-only
34+
- tag: package-2022-06-15-only
3435
- multiapiscript: true
3536
```
3637
@@ -39,6 +40,15 @@ output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationi
3940
perform-load: false
4041
```
4142
43+
### Tag: package-2022-06-15-only and python
44+
45+
These settings apply only when `--tag=package-2022-06-15-only --python` is specified on the command line.
46+
47+
``` yaml $(tag) == 'package-2022-06-15-only' && $(python)
48+
namespace: azure.mgmt.applicationinsights.v2022_06_15_only
49+
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2022_06_15_only
50+
```
51+
4252
### Tag: package-2015-05 and python
4353

4454
These settings apply only when `--tag=package-2015-05 --python` is specified on the command line.

0 commit comments

Comments
 (0)