From 7491a0ee6d9c04965935fac1416d69c3ebd86033 Mon Sep 17 00:00:00 2001 From: Alex Protsenko <53046834+alexprotsenko@users.noreply.github.com> Date: Wed, 30 Oct 2019 20:18:40 +0300 Subject: [PATCH] finding way to deal with comments --- samples/manage/sql-assessment-api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/manage/sql-assessment-api/README.md b/samples/manage/sql-assessment-api/README.md index cd55b497..284cca64 100644 --- a/samples/manage/sql-assessment-api/README.md +++ b/samples/manage/sql-assessment-api/README.md @@ -20,7 +20,7 @@ Contains three parts. First shows how you can disable a specified rule by its ID 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: -```json +``` { "target": { /*Target describes a SQL Server object the check is supposed to run against*/ "type": "Database", //This check targets Database object