From 89cb373570ee88a284f92a25936d3e8d7defcd1e Mon Sep 17 00:00:00 2001
From: Vu Tran
Date: Mon, 16 Oct 2023 13:43:46 -0700
Subject: [PATCH] remove myworkbook resource type
---
.../resource-manager/readme.md | 26 ++++++++++++++++++-
1 file changed, 25 insertions(+), 1 deletion(-)
diff --git a/specification/applicationinsights/resource-manager/readme.md b/specification/applicationinsights/resource-manager/readme.md
index 1ecebf67e9d1..6f23a29aa4be 100644
--- a/specification/applicationinsights/resource-manager/readme.md
+++ b/specification/applicationinsights/resource-manager/readme.md
@@ -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
@@ -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.