From 5f9a208b891971e4684e806eb93a1d938ce058d2 Mon Sep 17 00:00:00 2001 From: jackofallops <11830746+jackofallops@users.noreply.github.com> Date: Sat, 17 Jun 2023 06:29:48 +0100 Subject: [PATCH] Update CHANGELOG for #22196 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29cfa41cfabc..c88dca265067 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ BUG FIXES: * `azurerm_application_insights_workbook` - `display_name` can now be correctly updated [GH-22148] * `azurerm_bastion_host` - fix validation to set ForceNew when the `sku` is downgraded [GH-22147] +* `azurerm_container_app` - fix bug in Container Volume preventing use of `EmptyDir` [GH-22196] * `azurerm_kubernetes_cluster` - fix validation preventing cluster's with `network_plugin_mode` set to `Overlay` due to a case change in the upstream API [GH-22153] * `azurerm_resource_deployment_script_*` - fix issue where `identity` wasn't specified but was being sent as `TypeNone` to the api [GH-22165] * `azurerm_bastion_host` - `ip_configuration` is Required [GH-22154]