Skip to content

Commit

Permalink
Update TLS version support for Enforce-EncryptTransit initiative and …
Browse files Browse the repository at this point in the history
…enhance documentation
  • Loading branch information
Springstone committed Nov 5, 2024
1 parent ef7a922 commit fe71885
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/wiki/Whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Here's what's changed in Enterprise Scale/Azure Landing Zones:
- Updated the display name of the many `Effect` parameters to clearly identify the policy it applies to in the initiative [Enforce recommended guardrails for Azure Key Vault](https://www.azadvertizer.net/azpolicyinitiativesadvertizer/Enforce-Guardrails-KeyVault.html).
- Updated the policy and policySet definition API version `2023-04-01` to supporting policy versioning. In this repo, this is used in the master policies.json and initiatives.json files, that are built from individual policy and initiative files in the src folder.
- Added description for custom ALZ policy [Deny-Subnet-Without-Penp](https://www.azadvertizer.net/azpolicyadvertizer/Deny-Subnet-Without-Penp.html) to the [ALZ Policies Extra](./ALZ-Policies-Extra) wiki page.
- Updated initiative [Enforce-EncryptTransit_20240509](https://www.azadvertizer.net/azpolicyinitiativesadvertizer/Enforce-EncryptTransit_20240509.html) `AppServiceMinTlsVersion` parameter to include TLS version 1.3 (as supported by the policy).

### 🔃 Policy Refresh Q1 FY25

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"allowedValues": [
"1.3",
"1.2",
"1.0",
"1.1"
"1.1",
"1.0"
],
"metadata": {
"displayName": "App Service. Select version minimum TLS Web App config",
Expand Down

0 comments on commit fe71885

Please sign in to comment.