Merged PR 13203: fixed syntax highlighting

This commit is contained in:
Justin Hall
2018-12-06 01:05:40 +00:00
5 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@
],
"resource": [
{
"files": ["**/images/**", "**/*.json"],
"files": ["**/images/**"],
"exclude": ["**/obj/**"]
}
],

View File

@ -23,7 +23,7 @@ This capability is supported beginning with Windows version 1607.
Here is a simple example query that shows all the WDAC events generated in the last seven days from machines being monitored by Windows Defender ATP:
```
```kusto
MiscEvents
| where EventTime > ago(7d) and
ActionType startswith "AppControl"