Skip to content

Commit 6e290d0

Browse files
authored
update innererror (#21863)
1 parent 7b47689 commit 6e290d0

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2021-08-01/workbooks_API.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@
659659
"type": "string",
660660
"readOnly": true
661661
},
662-
"innerError": {
662+
"innererror": {
663663
"description": "Internal error details.",
664664
"$ref": "#/definitions/WorkbookInnerErrorTrace",
665665
"readOnly": true

specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2022-04-01/workbooks_API.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@
654654
"type": "string",
655655
"readOnly": true
656656
},
657-
"innerError": {
657+
"innererror": {
658658
"description": "Internal error details.",
659659
"$ref": "#/definitions/WorkbookInnerErrorTrace",
660660
"readOnly": true

specification/applicationinsights/resource-manager/readme.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ These are the global settings for the ApplicationInsights API.
4040
title: ApplicationInsightsManagementClient
4141
description: Composite Swagger for Application Insights Management Client
4242
openapi-type: arm
43-
tag: package-2022-07-27-only
43+
tag: package-2022-12-09-only
4444
```
4545
4646
### Suppression
@@ -249,6 +249,31 @@ directive:
249249
reason: Pre-existing error in another API (i.e. this PR did not introduce this issue).
250250
```
251251
252+
### Tag: package-2022-12-09-only
253+
254+
These settings apply only when `--tag=package-2022-12-09-only` is specified on the command line.
255+
256+
``` yaml $(tag) == 'package-2022-12-09-only'
257+
input-file:
258+
- Microsoft.Insights/stable/2020-02-02/components_API.json
259+
- Microsoft.Insights/stable/2015-05-01/componentAnnotations_API.json
260+
- Microsoft.Insights/stable/2015-05-01/componentApiKeys_API.json
261+
- Microsoft.Insights/stable/2015-05-01/componentContinuousExport_API.json
262+
- Microsoft.Insights/stable/2015-05-01/componentFeaturesAndPricing_API.json
263+
- Microsoft.Insights/stable/2015-05-01/componentProactiveDetection_API.json
264+
- Microsoft.Insights/stable/2015-05-01/componentWorkItemConfigs_API.json
265+
- Microsoft.Insights/stable/2015-05-01/favorites_API.json
266+
- Microsoft.Insights/stable/2015-05-01/webTestLocations_API.json
267+
- Microsoft.Insights/stable/2022-06-15/webTests_API.json
268+
- Microsoft.Insights/stable/2015-05-01/analyticsItems_API.json
269+
- Microsoft.Insights/stable/2021-03-08/workbookOperations_API.json
270+
- Microsoft.Insights/stable/2020-11-20/workbookTemplates_API.json
271+
- Microsoft.Insights/stable/2021-03-08/myworkbooks_API.json
272+
- Microsoft.Insights/stable/2022-04-01/workbooks_API.json
273+
- Microsoft.Insights/stable/2021-10-14/livetoken_API.json
274+
- Microsoft.Insights/preview/2020-03-01-preview/componentLinkedStorageAccounts_API.json
275+
```
276+
252277
### Tag: package-2022-07-27-only
253278

254279
These settings apply only when `--tag=package-2022-07-27-only` is specified on the command line.

0 commit comments

Comments
 (0)