Files
sql-server-samples/samples/manage/sql-assessment-api/notebooks/CustomizationSamples/CustomRuleThresholdChange.json
T
sqlworldwide ed990a563c Update CustomRuleThresholdChange.json
Changing the threshold from 50 to .50 so it reflects as 50% and NOT 5000%
2021-07-10 09:54:27 -04:00

13 lines
239 B
JSON

{
"schemaVersion": "1.0",
"version": "1.2",
"name": "Custom Ruleset 2",
"rules":[
{
"id": "DBSpaceAvailable",
"itemType": "override",
"threshold": .50
}
]
}