Skip to content

Commit

Permalink
Replace example of old policy definition
Browse files Browse the repository at this point in the history
  • Loading branch information
oZakari committed Feb 13, 2025
1 parent 34b075e commit bbf87e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/wiki/PolicyDeepDive.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ To carry out the instructions in the scenario the operator will require Resource

```kusto
PolicyResources |
where kind =~ 'policyassignments' and tostring(properties.policyDefinitionId) =~ '/providers/Microsoft.Management/managementGroups/contoso/providers/Microsoft.Authorization/policySetDefinitions/Deploy-Diagnostics-LogAnalytics'
where kind =~ 'policyassignments' and tostring(properties.policyDefinitionId) =~ '/providers/Microsoft.Management/managementGroups/contoso/providers/Microsoft.Authorization/policySetDefinitions/Deploy-MDFC-Config_20240319'
| extend
assignmentScope = tostring(properties.scope),
assignmmentNotScopes = tostring(properties.notScopes),
Expand Down

0 comments on commit bbf87e3

Please sign in to comment.