Forum Discussion
SergioT1228
May 10, 2023Brass Contributor
KQL query for Vulnerability assessments - add OS to query
We have been using one of the resource graph kql queries and wanted to add a project for OS: securityresources | where type =~ "microsoft.security/assessments/subassessments" | extend assessmen...
Clive_Watson
May 11, 2023Bronze Contributor
You missed the "," from the end of line 13, line 13 should look like this:
remediation = properties.remediation,
remediation = properties.remediation,