From 4d0c28d3e10f9285d67eb5286def2ab36b5b759d Mon Sep 17 00:00:00 2001 From: Hodaya Date: Sun, 12 Jan 2020 15:58:04 +0200 Subject: [PATCH] fix --- .../preview/2019-08-01-preview/OperationalInsights.json | 8 +------- .../examples/DataExportCreateOrUpdate.json | 2 +- .../2019-08-01-preview/examples/DataExportGet.json | 3 ++- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json index 971615c5801a..366843aa5f70 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json @@ -296,18 +296,13 @@ }, "createdDate": { "type": "string", - "format": "date-time", "description": "The latest data export rule modification time." }, "lastModifiedDate": { "type": "string", - "format": "date-time", "description": "Date and time when the export was last modified." } - }, - "required": [ - "destination" - ], + }, "description": "Data Export properties." }, "Destination": { @@ -318,7 +313,6 @@ }, "type": { "type": "string", - "readOnly": true, "description": "The type of the resource", "enum": [ "StorageAccount", diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataExportCreateOrUpdate.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataExportCreateOrUpdate.json index 0e78ae229a06..6787b135f2c9 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataExportCreateOrUpdate.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataExportCreateOrUpdate.json @@ -11,7 +11,7 @@ "resourceId": "/subscriptions/192b9f85-a39a-4276-b96d-d5cd351703f9/resourceGroups/OIAutoRest1234/providers/Microsoft.EventHub/namespaces/test", "type": "EventHub" }, - "TableNames": [ + "tableNames": [ "Heartbeat" ] } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataExportGet.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataExportGet.json index 55f15144c8fa..9544cd103151 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataExportGet.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2019-08-01-preview/examples/DataExportGet.json @@ -27,7 +27,8 @@ "name": "export1", "type": "Microsoft.OperationalInsights/workspaces/export" } - } + }, + "404": {} } } \ No newline at end of file