We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 078722f commit eee2671Copy full SHA for eee2671
1 file changed
samples/manage/sql-assessment-api/README.md
@@ -22,7 +22,7 @@ Demonstrates how to make a custom ruleset containing two checks. The sample cont
22
23
```json
24
{
25
- "target": { //Target describes a SQL Server object the check is supposed to run against
+ "target": { /*Target describes a SQL Server object the check is supposed to run against*/
26
"type": "Database", //This check targets Database object
27
"version": "[13.0,)", //Applies to SQL Server 2016 and higher
28
//Another example: "[12.0,13.0)" reads as "any SQL Server version >= 12.0 and < 13.0"
0 commit comments