Skip to content

Commit f599d4d

Browse files
committed
Update to latest
1 parent 025f644 commit f599d4d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

avm/res/insights/scheduled-query-rule/tests/e2e/max/dependencies.bicep

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ resource logAnalyticsWorkspace 'Microsoft.OperationalInsights/workspaces@2021-06
2323
resource actionGroup 'Microsoft.Insights/actionGroups@2023-01-01' = {
2424
name: actionGroupName
2525
location: location
26+
properties: {
27+
enabled: true
28+
groupShortName: actionGroupName
29+
}
2630
}
2731

2832
@description('The principal ID of the created Managed Identity.')

0 commit comments

Comments
 (0)