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

standard param naming #204

Merged
merged 1 commit into from
Jul 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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