Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed the Diagnostic Logs Audit requirement for EventGrid/eventSubscriptions #390

Merged
merged 10 commits into from
Sep 14, 2023
2 changes: 1 addition & 1 deletion policy/builtin/assignments/pbmm.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ resource policySetAssignment 'Microsoft.Authorization/policyAssignments@2020-03-
'Microsoft.DataFactory/factories'
'Microsoft.DataLakeAnalytics/accounts'
'Microsoft.DataLakeStore/accounts'
'Microsoft.EventGrid/eventSubscriptions'
// 'Microsoft.EventGrid/eventSubscriptions' # Removed since it doesn't have any logs
'Microsoft.EventGrid/topics'
'Microsoft.EventHub/namespaces'
'Microsoft.Network/expressRouteCircuits'
Expand Down
2 changes: 1 addition & 1 deletion policy/custom/definitions/policyset/LogAnalytics.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ resource policyset_name 'Microsoft.Authorization/policySetDefinitions@2020-03-01
'Microsoft.DataLakeAnalytics/accounts'
'Microsoft.DataLakeStore/accounts'
'Microsoft.EventGrid/systemTopics'
'Microsoft.EventGrid/eventSubscriptions'
//'Microsoft.EventGrid/eventSubscriptions' # Removed since it doesn't have any logs
'Microsoft.EventGrid/topics'
'Microsoft.EventHub/namespaces'
'Microsoft.Network/expressRouteCircuits'
Expand Down
Loading