Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit e5fad99

Browse files
authored
Removed the Diagnostic Logs Audit requirement for EventGrid/eventSubscriptions (Azure#390)
* Removed Diagnostic logging auditing for EventGrid/eventSubscriptions from the PBMM and Log Analytics policy initiatives.
1 parent aa697c3 commit e5fad99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

policy/builtin/assignments/pbmm.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ resource policySetAssignment 'Microsoft.Authorization/policyAssignments@2020-03-
8484
'Microsoft.DataFactory/factories'
8585
'Microsoft.DataLakeAnalytics/accounts'
8686
'Microsoft.DataLakeStore/accounts'
87-
'Microsoft.EventGrid/eventSubscriptions'
87+
// 'Microsoft.EventGrid/eventSubscriptions' # Removed since it doesn't have any logs
8888
'Microsoft.EventGrid/topics'
8989
'Microsoft.EventHub/namespaces'
9090
'Microsoft.Network/expressRouteCircuits'

policy/custom/definitions/policyset/LogAnalytics.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ resource policyset_name 'Microsoft.Authorization/policySetDefinitions@2020-03-01
5656
'Microsoft.DataLakeAnalytics/accounts'
5757
'Microsoft.DataLakeStore/accounts'
5858
'Microsoft.EventGrid/systemTopics'
59-
'Microsoft.EventGrid/eventSubscriptions'
59+
//'Microsoft.EventGrid/eventSubscriptions' # Removed since it doesn't have any logs
6060
'Microsoft.EventGrid/topics'
6161
'Microsoft.EventHub/namespaces'
6262
'Microsoft.Network/expressRouteCircuits'

0 commit comments

Comments
 (0)