Skip to content

Commit

Permalink
Updated Policy for Data Explorer (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss authored Dec 13, 2021
1 parent 571c618 commit f45e7f7
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@
},
{
"count": {
"field": "Microsoft.Kusto/clusters/trustedExternalTenants[*]"
"field": "Microsoft.Kusto/clusters/trustedExternalTenants[*]",
"where": {
"field": "Microsoft.Kusto/clusters/trustedExternalTenants[*].value",
"notEquals": "[subscription().tenantId]"
}
},
"greater": 0
}
Expand Down

0 comments on commit f45e7f7

Please sign in to comment.