From ca892ca858217dc0422246eef445e466a7fbcabc Mon Sep 17 00:00:00 2001 From: stephybun Date: Tue, 27 Jun 2023 17:30:05 +0200 Subject: [PATCH] Update for #22032 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 061760ade677..42bfa7e90ec3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,10 @@ ENHANCEMENTS: * dependencies: `containers/containerinstance`: updating to API Version `2023-05-01` [GH-22276] * dependencies: `network/securityrules`: migrate to `go-azure-sdk` [GH-22242] * dependencies: `redis`: updating to API Version `2023-04-01` [GH-22285] +* Data Source: `azurerm_kubernetes_cluster` - add support for the `custom_ca_trust_certificates_base64` property [GH-22032] * `azurerm_container_app` - Support for both system and user assigned identities at the same time [GH-21149] * `azurerm_key_vault_managed_hardware_security_module` - support for activating an HSM through `security_domain_key_vault_certificate_ids` [GH-22162] +* `azurerm_kubernetes_cluster` - add support for the `custom_ca_trust_certificates_base64` property [GH-22032] * `azurerm_monitor_aad_diagnostic_setting` - deprecate log in favour of enabled_log [GH-21390] BUG FIXES: