From 7f263f322d10d51e5ac776fe3109a71dd768d174 Mon Sep 17 00:00:00 2001 From: Vu Tran Date: Fri, 9 Dec 2022 14:05:46 -0800 Subject: [PATCH] update innererror --- .../stable/2021-08-01/workbooks_API.json | 2 +- .../stable/2022-04-01/workbooks_API.json | 2 +- .../resource-manager/readme.md | 27 ++++++++++++++++++- 3 files changed, 28 insertions(+), 3 deletions(-) diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2021-08-01/workbooks_API.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2021-08-01/workbooks_API.json index 28eaed3c18c5..8d8aa55eb48d 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2021-08-01/workbooks_API.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2021-08-01/workbooks_API.json @@ -659,7 +659,7 @@ "type": "string", "readOnly": true }, - "innerError": { + "innererror": { "description": "Internal error details.", "$ref": "#/definitions/WorkbookInnerErrorTrace", "readOnly": true diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2022-04-01/workbooks_API.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2022-04-01/workbooks_API.json index 0331aa16d4fb..b9f0e072aa6f 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2022-04-01/workbooks_API.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2022-04-01/workbooks_API.json @@ -654,7 +654,7 @@ "type": "string", "readOnly": true }, - "innerError": { + "innererror": { "description": "Internal error details.", "$ref": "#/definitions/WorkbookInnerErrorTrace", "readOnly": true diff --git a/specification/applicationinsights/resource-manager/readme.md b/specification/applicationinsights/resource-manager/readme.md index c55e510db384..116ce20ca4aa 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-2022-07-27-only +tag: package-2022-12-09-only ``` ### Suppression @@ -249,6 +249,31 @@ directive: reason: Pre-existing error in another API (i.e. this PR did not introduce this issue). ``` +### Tag: package-2022-12-09-only + +These settings apply only when `--tag=package-2022-12-09-only` is specified on the command line. + +``` yaml $(tag) == 'package-2022-12-09-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/2021-03-08/myworkbooks_API.json + - Microsoft.Insights/stable/2022-04-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-2022-07-27-only These settings apply only when `--tag=package-2022-07-27-only` is specified on the command line.