Skip to content

Commit

Permalink
Remove duplicate containerAppsHttps parameter from Enforce-EncryptTra…
Browse files Browse the repository at this point in the history
…nsit policy definition
  • Loading branch information
cassiekays committed Dec 12, 2024
1 parent c2ebc38 commit bf8174d
Showing 1 changed file with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -461,15 +461,6 @@
"Disabled"
]
},
"containerAppsHttps": {
"type": "string",
"defaultValue": "Deny",
"allowedValues": [
"Audit",
"Deny",
"Disabled"
]
},
"eventHubMinTls": {
"type": "string",
"defaultValue": "Deny",
Expand Down Expand Up @@ -904,17 +895,6 @@
}
}
},
{
"policyDefinitionId": "/providers/Microsoft.Authorization/policyDefinitions/0e80e269-43a4-4ae9-b5bc-178126b8a5cb",
"policyDefinitionReferenceId": "Deny-ContainerApps-Https",
"definitionVersion": "1.*.*",
"groupNames": [],
"parameters": {
"effect": {
"value": "[[parameters('containerAppsHttps')]"
}
}
},
{
"policyDefinitionId": "/providers/Microsoft.Management/managementGroups/contoso/providers/Microsoft.Authorization/policyDefinitions/Deny-EH-minTLS",
"policyDefinitionReferenceId": "Deny-EH-minTLS",
Expand Down

0 comments on commit bf8174d

Please sign in to comment.