Skip to content

Commit

Permalink
update (Azure#22981)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc authored and Kayla Ames committed Mar 17, 2023
1 parent a94c1ef commit 1b2f078
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
9 changes: 9 additions & 0 deletions specification/applicationinsights/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,15 @@ input-file:
- Microsoft.Insights/preview/2020-03-01-preview/componentLinkedStorageAccounts_API.json
```

### Tag: package-2022-06-15-only

These settings apply only when `--tag=package-2022-06-15-only` is specified on the command line.

``` yaml $(tag) == 'package-2022-06-15-only'
input-file:
- Microsoft.Insights/stable/2022-06-15/webTests_API.json
```

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

These settings apply only when `--tag=package-2022-04-01` is specified on the command line.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ no-namespace-folders: true
``` yaml $(python)
multiapi: true
default-api-version: "2022-04-01"
default-api-version: "2022-06-15"
clear-output-folder: true
batch:
- tag: package-2015-05
Expand All @@ -31,6 +31,7 @@ batch:
- tag: package-2021-08
- tag: package-2021-10
- tag: package-2022-04-01-only
- tag: package-2022-06-15-only
- multiapiscript: true
```
Expand All @@ -39,6 +40,15 @@ output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationi
perform-load: false
```
### Tag: package-2022-06-15-only and python
These settings apply only when `--tag=package-2022-06-15-only --python` is specified on the command line.

``` yaml $(tag) == 'package-2022-06-15-only' && $(python)
namespace: azure.mgmt.applicationinsights.v2022_06_15_only
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2022_06_15_only
```

### Tag: package-2015-05 and python

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

0 comments on commit 1b2f078

Please sign in to comment.