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

Commit

Permalink
standard param naming
Browse files Browse the repository at this point in the history
  • Loading branch information
arjenhuitema committed Jul 14, 2023
1 parent 99a3f78 commit 4496748
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion infra-as-code/bicep/parameters-complete-management.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"AATotalJobAlertThreshold": {
"value": "20"
},
"RVBackupHealthPolicyEffect": {
"RVBackupHealthMonitorPolicyEffect": {
"value": "modify"
},
"StorageAccountAvailabilityAlertSeverity": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"type": "string",
"defaultValue": "20"
},
"RVBackupHealthPolicyEffect": {
"RVBackupHealthMonitorPolicyEffect": {
"type": "string",
"defaultValue": "modify",
"allowedValues": [
Expand Down Expand Up @@ -229,11 +229,11 @@
}
},
{
"policyDefinitionReferenceId": "ALZ_RVBackupHealth",
"policyDefinitionReferenceId": "ALZ_RVBackupHealthMonitor",
"policyDefinitionId": "[concat('/providers/Microsoft.Management/managementGroups/',managementGroup().name, '/providers/Microsoft.Authorization/policyDefinitions/Deploy_RecoveryVault_BackupHealthMonitor_Alert')]",
"parameters": {
"effect": {
"value": "[[parameters('RVBackupHealthPolicyEffect')]"
"value": "[[parameters('RVBackupHealthMonitorPolicyEffect')]"
}
}
},
Expand Down

0 comments on commit 4496748

Please sign in to comment.