diff --git a/.script/tests/KqlvalidationsTests/CustomTables/AppServiceAntivirusScanAuditLogs.json b/.script/tests/KqlvalidationsTests/CustomTables/AppServiceAntivirusScanAuditLogs.json deleted file mode 100644 index c57c2bb93b..0000000000 --- a/.script/tests/KqlvalidationsTests/CustomTables/AppServiceAntivirusScanAuditLogs.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "Name": "AppServiceAntivirusScanAuditLogs", - "Properties": [ - { - "Name": "TimeGenerated", - "Type": "DateTime" - }, - { - "Name": "TenantId", - "Type": "String" - }, - { - "Name": "ScanStatus", - "Type": "String" - }, - { - "Name": "TotalFilesScanned", - "Type": "Long" - }, - { - "Name": "NumberOfInfectedFiles", - "Type": "Long" - }, - { - "Name": "ListOfInfectedFiles", - "Type": "String" - }, - { - "Name": "ErrorMessage", - "Type": "String" - }, - { - "Name": "SourceSystem", - "Type": "String" - }, - { - "Name": "Type", - "Type": "String" - }, - { - "Name": "_ResourceId", - "Type": "String" - } - ] -} \ No newline at end of file diff --git a/.script/tests/KqlvalidationsTests/CustomTables/AppServiceHTTPLogs.json b/.script/tests/KqlvalidationsTests/CustomTables/AppServiceHTTPLogs.json deleted file mode 100644 index 83dba22715..0000000000 --- a/.script/tests/KqlvalidationsTests/CustomTables/AppServiceHTTPLogs.json +++ /dev/null @@ -1,97 +0,0 @@ -{ - "Name": "AppServiceHTTPLogs", - "Properties": [ - { - "Name": "TenantId", - "Type": "string" - }, - { - "Name": "TimeGenerated", - "Type": "datetime" - }, - { - "Name": "Category", - "Type": "string" - }, - { - "Name": "CsMethod", - "Type": "string" - }, - { - "Name": "CsUriStem", - "Type": "string" - }, - { - "Name": "SPort", - "Type": "string" - }, - { - "Name": "CIp", - "Type": "string" - }, - { - "Name": "UserAgent", - "Type": "string" - }, - { - "Name": "CsHost", - "Type": "string" - }, - { - "Name": "ScStatus", - "Type": "long" - }, - { - "Name": "ScSubStatus", - "Type": "string" - }, - { - "Name": "ScWin32Status", - "Type": "string" - }, - { - "Name": "ScBytes", - "Type": "long" - }, - { - "Name": "CsBytes", - "Type": "long" - }, - { - "Name": "TimeTaken", - "Type": "long" - }, - { - "Name": "Result", - "Type": "string" - }, - { - "Name": "Cookie", - "Type": "string" - }, - { - "Name": "CsUriQuery", - "Type": "string" - }, - { - "Name": "CsUsername", - "Type": "string" - }, - { - "Name": "Referer", - "Type": "string" - }, - { - "Name": "SourceSystem", - "Type": "string" - }, - { - "Name": "Type", - "Type": "string" - }, - { - "Name": "_ResourceId", - "Type": "string" - } - ] -} \ No newline at end of file diff --git a/.script/tests/KqlvalidationsTests/Kqlvalidations.Tests.csproj b/.script/tests/KqlvalidationsTests/Kqlvalidations.Tests.csproj index 8fb8c6cd6e..a4cfa5c0e6 100644 --- a/.script/tests/KqlvalidationsTests/Kqlvalidations.Tests.csproj +++ b/.script/tests/KqlvalidationsTests/Kqlvalidations.Tests.csproj @@ -12,7 +12,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + \ No newline at end of file diff --git a/.script/tests/KqlvalidationsTests/Microsoft.Azure.Sentinel.KustoServices.1.0.11.nupkg b/.script/tests/KqlvalidationsTests/Microsoft.Azure.Sentinel.KustoServices.1.0.11.nupkg deleted file mode 100644 index cc58ccfe08..0000000000 Binary files a/.script/tests/KqlvalidationsTests/Microsoft.Azure.Sentinel.KustoServices.1.0.11.nupkg and /dev/null differ diff --git a/.script/tests/KqlvalidationsTests/microsoft.azure.sentinel.kustoservices.1.0.12.nupkg b/.script/tests/KqlvalidationsTests/microsoft.azure.sentinel.kustoservices.1.0.12.nupkg new file mode 100644 index 0000000000..e527fd4919 Binary files /dev/null and b/.script/tests/KqlvalidationsTests/microsoft.azure.sentinel.kustoservices.1.0.12.nupkg differ