Skip to content

Commit f8efe29

Browse files
feat: Update Policy Library (automated) (#1180)
Co-authored-by: github-actions <action@github.com>
1 parent 89545c7 commit f8efe29

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

infra-as-code/bicep/modules/policy/definitions/lib/policy_set_definitions/_policySetDefinitionsBicepInput.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1646,7 +1646,7 @@ var varCustomPolicySetDefinitionsArray = [
16461646
definitionId: '/providers/Microsoft.Authorization/policyDefinitions/1a5b4dca-0b6f-4cf5-907c-56316bc1bf3d'
16471647
definitionParameters: varPolicySetDefinitionEsEnforceEncryptTransit_20241211Parameters.AKSIngressHttpsOnlyEffect.parameters
16481648
definitionGroups: []
1649-
definitionVersion: '8.*.*'
1649+
definitionVersion: '9.*.*'
16501650
}
16511651
{
16521652
definitionReferenceId: 'APIAppServiceHttpsEffect'

infra-as-code/bicep/modules/policy/definitions/lib/policy_set_definitions/policy_set_definition_es_Enforce-EncryptTransit_20241211.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"displayName": "Deny or Deploy and append TLS requirements and SSL enforcement on resources without Encryption in transit",
99
"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.",
1010
"metadata": {
11-
"version": "1.2.2",
11+
"version": "1.2.3",
1212
"category": "Encryption",
1313
"source": "https://github.com/Azure/Enterprise-Scale/",
1414
"replacesPolicy": "Enforce-EncryptTransit_20240509",
@@ -146,11 +146,11 @@
146146
"description": "This policy enforces HTTPS ingress in a Kubernetes cluster. This policy is generally available for Kubernetes Service (AKS), and preview for AKS Engine and Azure Arc enabled Kubernetes. For instructions on using this policy, visit https://aka.ms/kubepolicydoc."
147147
},
148148
"type": "String",
149-
"defaultValue": "deny",
149+
"defaultValue": "Deny",
150150
"allowedValues": [
151-
"audit",
152-
"deny",
153-
"disabled"
151+
"Audit",
152+
"Deny",
153+
"Disabled"
154154
]
155155
},
156156
"MySQLEnableSSLDeployEffect": {
@@ -596,7 +596,7 @@
596596
}
597597
},
598598
"groupNames": [],
599-
"definitionVersion": "8.*.*"
599+
"definitionVersion": "9.*.*"
600600
},
601601
{
602602
"policyDefinitionReferenceId": "MySQLEnableSSLDeployEffect",

0 commit comments

Comments
 (0)