Skip to content

Commit 1765353

Browse files
replaced schemas with sections
1 parent 1ef94bd commit 1765353

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/manage/sql-assessment-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Contains two parts. First shows how you can disable a specified check by its ID.
88

99
## MakingCustomChecks_sample.json
1010

11-
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:
11+
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:
1212

1313
```
1414
{

0 commit comments

Comments
 (0)