Skip to content
Merged
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
26 changes: 25 additions & 1 deletion specification/applicationinsights/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ These are the global settings for the ApplicationInsights API.
title: ApplicationInsightsManagementClient
description: Composite Swagger for Application Insights Management Client
openapi-type: arm
tag: package-2023-06-01-only
tag: package-2023-10-01-only
```

### Suppression
Expand Down Expand Up @@ -249,6 +249,30 @@ directive:
reason: Pre-existing error in another API (i.e. this PR did not introduce this issue).
```

### Tag: package-2023-10-01-only

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

``` yaml $(tag) == 'package-2023-10-01-only'
input-file:
- Microsoft.Insights/stable/2020-02-02/components_API.json
- Microsoft.Insights/stable/2015-05-01/componentAnnotations_API.json
- Microsoft.Insights/stable/2015-05-01/componentApiKeys_API.json
- Microsoft.Insights/stable/2015-05-01/componentContinuousExport_API.json
- Microsoft.Insights/stable/2015-05-01/componentFeaturesAndPricing_API.json
- Microsoft.Insights/stable/2015-05-01/componentProactiveDetection_API.json
- Microsoft.Insights/stable/2015-05-01/componentWorkItemConfigs_API.json
- Microsoft.Insights/stable/2015-05-01/favorites_API.json
- Microsoft.Insights/stable/2015-05-01/webTestLocations_API.json
- Microsoft.Insights/stable/2022-06-15/webTests_API.json
- Microsoft.Insights/stable/2015-05-01/analyticsItems_API.json
- Microsoft.Insights/stable/2021-03-08/workbookOperations_API.json
- Microsoft.Insights/stable/2020-11-20/workbookTemplates_API.json
- Microsoft.Insights/stable/2023-06-01/workbooks_API.json
- Microsoft.Insights/stable/2021-10-14/livetoken_API.json
- Microsoft.Insights/preview/2020-03-01-preview/componentLinkedStorageAccounts_API.json
```

### Tag: package-2023-06-01-only

These settings apply only when `--tag=package-2023-06-01-only` is specified on the command line.
Expand Down