From d7b77ab071603b54d9019dfe50acefbffd0205d2 Mon Sep 17 00:00:00 2001 From: PrasadBoke Date: Tue, 19 Nov 2024 13:31:26 +0530 Subject: [PATCH] Update BoxEvents.json --- .script/tests/KqlvalidationsTests/CustomTables/BoxEvents.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.script/tests/KqlvalidationsTests/CustomTables/BoxEvents.json b/.script/tests/KqlvalidationsTests/CustomTables/BoxEvents.json index 959ff515d89..f90b07cddd5 100644 --- a/.script/tests/KqlvalidationsTests/CustomTables/BoxEvents.json +++ b/.script/tests/KqlvalidationsTests/CustomTables/BoxEvents.json @@ -5,6 +5,10 @@ "Name": "TimeGenerated", "Type": "DateTime" }, + { + "name": "EventEndTime", + "type": "string" + }, { "Name": "AdditionalDetailsAnnotationId", "Type": "Double"