From 22600bbeb1632e7a1a5f0fd6192ef90c2543c198 Mon Sep 17 00:00:00 2001 From: tonykslee Date: Tue, 30 Mar 2021 15:17:07 -0700 Subject: [PATCH] moved systemData, ran prettier --- .../Microsoft.Insights/stable/2020-10-20/myworkbooks_API.json | 4 ---- .../Microsoft.Insights/stable/2021-03-08/myworkbooks_API.json | 4 ++++ .../Microsoft.Insights/stable/2021-03-08/workbooks_API.json | 3 +-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2020-10-20/myworkbooks_API.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2020-10-20/myworkbooks_API.json index 2c0ced2dc6a3..8e0eeb3f9050 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2020-10-20/myworkbooks_API.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2020-10-20/myworkbooks_API.json @@ -412,10 +412,6 @@ "x-ms-client-flatten": true, "description": "Metadata describing a workbook for an Azure resource.", "$ref": "#/definitions/MyWorkbookProperties" - }, - "systemData": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData", - "readOnly": true } } }, diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2021-03-08/myworkbooks_API.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2021-03-08/myworkbooks_API.json index cb59c27185ee..0fee776cd400 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2021-03-08/myworkbooks_API.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2021-03-08/myworkbooks_API.json @@ -412,6 +412,10 @@ "x-ms-client-flatten": true, "description": "Metadata describing a workbook for an Azure resource.", "$ref": "#/definitions/MyWorkbookProperties" + }, + "systemData": { + "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData", + "readOnly": true } } }, diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2021-03-08/workbooks_API.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2021-03-08/workbooks_API.json index bf8bd291a43e..aa7bdcee36e8 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2021-03-08/workbooks_API.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2021-03-08/workbooks_API.json @@ -578,8 +578,7 @@ "type": "string", "x-nullable": true, "description": "The unique revision id for this workbook definition" - }, - + } } }, "WorkbookUpdateParameters": {