Skip to content

Commit 7491a0e

Browse files
finding way to deal with comments
1 parent 5431ac7 commit 7491a0e

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
@@ -20,7 +20,7 @@ Contains three parts. First shows how you can disable a specified rule by its ID
2020

2121
Demonstrates how to make a custom ruleset containing two checks. The sample contains two sections: `rules` and `probes`. `Rules` is for rule (sometimes referred to as check) definitions. Usually, rules are best practices or a company's internal policies that should be applied to SQL Server configuration. Here's one of the rules from this sample with explanations for each line:
2222

23-
```json
23+
```
2424
{
2525
"target": { /*Target describes a SQL Server object the check is supposed to run against*/
2626
"type": "Database", //This check targets Database object

0 commit comments

Comments
 (0)