Update README.md
fixing typo in line 135 (missing a in validation)
This commit is contained in:
Родитель
e81071164a
Коммит
5956c3f87c
|
@ -132,7 +132,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 ([valid connectors Ids list](https://github.com/Azure/Azure-Sentinel/blob/master/.script/tests/detectionTemplateSchemaValidation/ValidConnectorIds.json)), etc.
|
||||
The schema validation 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/detectionTemplateSchemaValidation/ValidConnectorIds.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
|
||||
|
|
Загрузка…
Ссылка в новой задаче