replaced schemas with sections

This commit is contained in:
Alex Protsenko
2019-07-18 19:55:10 +03:00
committed by GitHub
parent 1ef94bdd26
commit 1765353c94
+1 -1
View File
@@ -8,7 +8,7 @@ Contains two parts. First shows how you can disable a specified check by its ID.
## MakingCustomChecks_sample.json
Demonstrates how to make a custom rule set containing two checks. The sample contains two schemas: `checks` and `probes`. `Checks` is for check (or rule) definitions. Usually, checks or rules are best practices or a company's internal policies that should be applied to SQL Server. Here's one of the checks from this sample with comments on each property:
Demonstrates how to make a custom rule set containing two checks. The sample contains two sections: `checks` and `probes`. `Checks` is for check (or rule) definitions. Usually, checks or rules are best practices or a company's internal policies that should be applied to SQL Server. Here's one of the checks from this sample with comments on each property:
```
{