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 #206 from anwather/main
Browse files Browse the repository at this point in the history
Moved description and displayName from metadata
  • Loading branch information
arjenhuitema authored Jul 24, 2023
2 parents b2c8bac + 21a0448 commit 424cb4e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"apiVersion": "2021-06-01",
"name": "Alerting-Connectivity",
"properties": {
"displayName": "Deploy ALZ Connectivity alerts",
"description": "This policy set deploys select alert rules for ALZ connectivity resources. Aslo a basic action and alert processing rule is deployed",
"metadata": {
"displayName": "Deploy ALZ Connectivity alerts",
"description": "This policy set deploys select alert rules for ALZ connectivity resources. Aslo a basic action and alert processing rule is deployed",
"version": "1.0.1",
"version": "1.0.2",
"category": "Monitoring",
"source": "https://github.com/Azure/Enterprise-Scale/",
"alzCloudEnvironments": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"apiVersion": "2021-06-01",
"name": "Alerting-Identity",
"properties": {
"displayName": "Deploy ALZ Identity alerts",
"description": "This policy set deploys select alert rules for ALZ identity resources. Aslo a basic action and alert processing rule is deployed",
"metadata": {
"displayName": "Deploy ALZ Identity alerts",
"description": "This policy set deploys select alert rules for ALZ identity resources. Aslo a basic action and alert processing rule is deployed",
"version": "1.0.1",
"version": "1.0.2",
"category": "Monitoring",
"source": "https://github.com/Azure/Enterprise-Scale/",
"alzCloudEnvironments": [
"AzureCloud"
],
"alzCloudEnvironments": [
"AzureCloud"
],
"_deployed_by_alz_monitor": true
},
"parameters": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"apiVersion": "2021-06-01",
"name": "Alerting-Management",
"properties": {
"displayName": "Deploy ALZ Management alerts",
"description": "This policy set deploys select alert rules for ALZ management resources. Aslo a basic action and alert processing rule is deployed",
"metadata": {
"displayName": "Deploy ALZ Management alerts",
"description": "This policy set deploys select alert rules for ALZ management resources. Aslo a basic action and alert processing rule is deployed",
"version": "1.0.1",
"version": "1.0.2",
"category": "Monitoring",
"source": "https://github.com/Azure/Enterprise-Scale/",
"alzCloudEnvironments": [
"AzureCloud"
],
"alzCloudEnvironments": [
"AzureCloud"
],
"_deployed_by_alz_monitor": true
},
"parameters": {
Expand Down

0 comments on commit 424cb4e

Please sign in to comment.