diff --git a/.script/tests/KqlvalidationsTests/CustomTables/net_assets_CL.json b/.script/tests/KqlvalidationsTests/CustomTables/net_assets_CL.json index 08d325565e..f39b591ab9 100644 --- a/.script/tests/KqlvalidationsTests/CustomTables/net_assets_CL.json +++ b/.script/tests/KqlvalidationsTests/CustomTables/net_assets_CL.json @@ -1,14 +1,13 @@ { - "Name": "net_assets_CL", - "Properties": [ - { - "Name": "ip", - "Type": "String" - }, - { - "Name": "severity", - "Type": "String" - } - ] - } - \ No newline at end of file + "Name": "net_assets_CL", + "Properties": [ + { + "Name": "ip", + "Type": "String" + }, + { + "Name": "severity", + "Type": "String" + } + ] +} diff --git a/.script/tests/KqlvalidationsTests/CustomTables/web_assets_CL.json b/.script/tests/KqlvalidationsTests/CustomTables/web_assets_CL.json index a21dce4a90..406f0c5368 100644 --- a/.script/tests/KqlvalidationsTests/CustomTables/web_assets_CL.json +++ b/.script/tests/KqlvalidationsTests/CustomTables/web_assets_CL.json @@ -1,14 +1,13 @@ { - "Name": "web_assets_CL", - "Properties": [ - { - "Name": "uri", - "Type": "String" - }, - { - "Name": "severity", - "Type": "String" - } - ] - } - \ No newline at end of file + "Name": "web_assets_CL", + "Properties": [ + { + "Name": "uri", + "Type": "String" + }, + { + "Name": "severity", + "Type": "String" + } + ] +} diff --git a/DataConnectors/HOLMSecurity/HOLMSecurityAssets_REST_API_Connector.json b/DataConnectors/HOLMSecurity/HOLMSecurityAssets_REST_API_Connector.json index 3403f505bf..59e6fc780c 100644 --- a/DataConnectors/HOLMSecurity/HOLMSecurityAssets_REST_API_Connector.json +++ b/DataConnectors/HOLMSecurity/HOLMSecurityAssets_REST_API_Connector.json @@ -18,11 +18,11 @@ "sampleQueries": [ { "description" : "All net assets", - "query": "union *\n | where Type == 'net_assets_CL'" + "query": "union *\n | where Type == 'net_assets_CL'" }, { "description" : "All web assets", - "query": "union *\n | where Type == 'web_assets_CL'" + "query": "union *\n | where Type == 'web_assets_CL'" } ], "dataTypes": [