Skip to content

Commit 5431ac7

Browse files
Finding way to deal with comments
1 parent 16c9782 commit 5431ac7

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
@@ -25,7 +25,7 @@ Demonstrates how to make a custom ruleset containing two checks. The sample cont
2525
"target": { /*Target describes a SQL Server object the check is supposed to run against*/
2626
"type": "Database", //This check targets Database object
2727
"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"*/
28+
/*Another example: [12.0,13.0) reads as any SQL Server version >= 12.0 and < 13.0*/
2929
"platform": "/^(Windows|Linux)$/", //Applies to SQL Server on Windows and Linux
3030
"engineEdition": "OnPremises, ManagedInstance", //Applies to SQL on Premises and Azure SQL Managed Instance. Here you can also filter specific editions of SQL Server
3131
"name": { "not": "/^(master|tempdb|model)$/" } //Applies to any database excluding master, tempdb, and msdb

0 commit comments

Comments
 (0)