Skip to content

Commit

Permalink
remove myworkbook resource type (#26247)
Browse files Browse the repository at this point in the history
  • Loading branch information
vutran01 authored Nov 2, 2023
1 parent 4af52aa commit 5ce6377
Showing 1 changed file with 25 additions and 1 deletion.
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

0 comments on commit 5ce6377

Please sign in to comment.