From 2a5d68427d9ae574969dadcc7113afd7d5125f03 Mon Sep 17 00:00:00 2001 From: Ronen Butirev Date: Wed, 20 Jan 2021 11:35:11 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54364cee76..48474433ef 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ Total tests: 171 ### Detection schema validation tests Similarly to KQL Validation, there is an automatic validation of the schema of a detection. -The schema vlidation includes the detection's frequency and period, the detection's trigger type and threshold, validity of connectors Ids, etc. +The schema vlidation includes the detection's frequency and period, the detection's trigger type and threshold, validity of connectors Ids ([valid connectors Ids list](https://github.com/Azure/Azure-Sentinel/blob/master/.script/tests/detectionTemplateStructureValidation/ValidConnectorsIds.json)), etc. A wrong format or missing attributes will result with an informative check failure, which should guide you through the resolution of the issue, but make sure to look into the format of already approved detection. ### Run Detection Schema Validation Locally