From 99c1234fc3d642600ccbc487200e3f8c4afa5ea8 Mon Sep 17 00:00:00 2001 From: kt Date: Thu, 21 Mar 2024 15:12:27 -0700 Subject: [PATCH] Update CHANGELOG.md #25251 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba7da8562bed..bae05e4a819d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ BUG FIXES: * `netapp_account_resource` - correct the `smb_server_name` property validation [GH-25340] * `azurerm_backup_policy_file_share` - prevent a bug when the `include_last_days` property does not work when `days` is empty [GH-25280] * `azurerm_backup_policy_vm` - prevent a bug when the `include_last_days` property does not work when `days` is empty [GH-25280] +* `azurerm_container_app_custom_domain` - prevent an issue where the secret was not being passed through (#25196) [GH-25251] * `azurerm_data_protection_backup_instance_kubernetes_cluster` - prevent the protection errosr `ScenarioPluginInvalidWorkflowDataRequest` and `UserErrorKubernetesBackupExtensionUnhealthy` [azurerm_data_protection_backup_instance_kubernetes_cluster is created with message "Fix protection error for the backup instance" and code ScenarioPluginInvalidWorkflowDataRequest #25294] [GH-25345] * `azurerm_purview_account` - will now allow for PurView accounts with missing or disabled eventhubs without keys [GH-25301] * `azurerm_storage_account` - fix a crash when the storage account becomes unavailable whilst reading [GH-25332]