Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #223 from benjamin-crew/bugfix/servicehealthincide…
Browse files Browse the repository at this point in the history
…nt-name

Fix typo in name of ServiceHealthIncident
  • Loading branch information
arjenhuitema authored Aug 2, 2023
2 parents 2e6917a + 2bbc3e0 commit 9de1ad0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module ServiceHealthIncidentAlert '../../arm/Microsoft.Authorization/policyDefin
description: 'Policy to Deploy Service Health Incident Alert'
location: policyLocation
metadata: {
version: '1.1.0'
version: '1.1.1'
category: 'Monitoring'
source: 'https://github.com/Azure/Enterprise-Scale/'
alzCloudEnvironments: [
Expand Down Expand Up @@ -217,7 +217,7 @@ module ServiceHealthIncidentAlert '../../arm/Microsoft.Authorization/policyDefin
{
type: 'microsoft.insights/activityLogAlerts'
apiVersion: '2020-10-01'
name: 'ServieHealthIncident'
name: 'ServiceHealthIncident'
location: 'global'
dependsOn: [
'''[concat(subscription().Id, '/resourceGroups/', parameters('alertResourceGroupName'), '/providers/Microsoft.Insights/actionGroups/AlzActionGrp')]'''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
{
"type": "microsoft.insights/activityLogAlerts",
"apiVersion": "2020-10-01",
"name": "ServieHealthIncident",
"name": "ServiceHealthIncident",
"location": "global",
"dependsOn": [
"[[concat(subscription().Id, '/resourceGroups/', parameters('alertResourceGroupName'), '/providers/Microsoft.Insights/actionGroups/AlzActionGrp')]"
Expand Down

0 comments on commit 9de1ad0

Please sign in to comment.