Skip to content

Commit

Permalink
Hotfix: Minor assignment HotFix to address repeated deployment confli…
Browse files Browse the repository at this point in the history
…ct (#1643)
  • Loading branch information
Springstone authored May 21, 2024
1 parent fbfba91 commit 569c6af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"deployEncryptionInTransit": "[concat('/providers/Microsoft.Management/managementGroups/', parameters('topLevelManagementGroupPrefix'), '/providers/Microsoft.Authorization/policySetDefinitions/Enforce-EncryptTransit_20240509')]"
},
"policyAssignmentNames": {
"deployEncryptionInTransit": "Enforce-TLS-SSL",
"deployEncryptionInTransit": "Enforce-TLS-SSL-H224",
"description": "Choose either Deploy if not exist and append in combination with audit or Select Deny in the Policy effect. Deny polices shift left. Deploy if not exist and append enforce but can be changed, and because missing existence condition require then the combination of Audit.",
"displayName": "Deny or Deploy and append TLS requirements and SSL enforcement on resources without Encryption in transit"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"deployAzureSecurity": "[concat('/providers/Microsoft.Management/managementGroups/', parameters('topLevelManagementGroupPrefix'), '/providers/Microsoft.Authorization/policySetDefinitions/Deploy-MDFC-Config_20240319')]"
},
"policyAssignmentNames": {
"azureSecurity": "Deploy-MDFC-Config",
"azureSecurity": "Deploy-MDFC-Config-H224",
"description": "Deploy Microsoft Defender for Cloud and Security Contacts",
"displayName": "Deploy Microsoft Defender for Cloud configuration"
},
Expand Down

0 comments on commit 569c6af

Please sign in to comment.