Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update applicationinsights #19250

Merged
merged 2 commits into from
May 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions specification/applicationinsights/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,15 @@ input-file:
- Microsoft.Insights/stable/2021-10-14/livetoken_API.json
```

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

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

``` yaml $(tag) == 'package-2022-04-01-only'
input-file:
- Microsoft.Insights/stable/2022-04-01/workbooks_API.json
```

### Tag: package-2022-02-01

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

### Tag: package-2020-02-02-only

These settings apply only when `--tag=package-2020-02-02-only` is specified on the command line.

``` yaml $(tag) == 'package-2020-02-02-only'
input-file:
- Microsoft.Insights/stable/2020-02-02/components_API.json
```

### Tag: package-2019-10-17-preview

These settings apply only when `--tag=package-2019-10-17-preview` is specified on the command line.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ batch:
- tag: package-2018-06-17-preview
- tag: package-2019-10-17-preview
- tag: package-2020-02-02-preview
- tag: package-2020-02-02
- tag: package-2020-02-02-only
- tag: package-2020-03-01-preview
- tag: package-preview-2020-06-only
- tag: package-2020-11-only
- tag: package-2021-03-08-only
- tag: package-2021-08
- tag: package-2021-10
- tag: package-2022-04-01-only
- multiapiscript: true
```

Expand Down Expand Up @@ -90,6 +91,15 @@ namespace: azure.mgmt.applicationinsights.v2020_02_02_preview
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_02_02_preview
```

### Tag: package-2020-02-02-only and python

These settings apply only when `--tag=package-2020-02-02-only --python` is specified on the command line.

``` yaml $(tag) == 'package-2020-02-02-only' && $(python)
namespace: azure.mgmt.applicationinsights.v2020_02_02
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_02_02
```

### Tag: package-2020-03-01-preview and python

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

### Tag: package-2022-04-01-only and python

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

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

```yaml $(python)
modelerfour:
Expand Down