Merge pull request #8855 from yanivkravitz/patch-1

Update api-power-bi.md
This commit is contained in:
Daniel Simpson 2020-12-21 09:56:23 -08:00 committed by GitHub
commit 0e0a6269f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ The first example demonstrates how to connect Power BI to Advanced Hunting API a
``` ```
let let
AdvancedHuntingQuery = "DeviceEvents | where ActionType contains 'Anti'", AdvancedHuntingQuery = "DeviceEvents | where ActionType contains 'Anti' | limit 20",
HuntingUrl = "https://api.securitycenter.windows.com/api/advancedqueries", HuntingUrl = "https://api.securitycenter.windows.com/api/advancedqueries",