From bd64d3979a5a39e6c3fd7d479482fa12b0600b43 Mon Sep 17 00:00:00 2001 From: kt Date: Mon, 11 Mar 2024 19:24:42 -0700 Subject: [PATCH] Update CHANGELOG.md #25186 --- CHANGELOG.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 347af30845d4..c1044715fe1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,17 @@ ENHANCEMENTS: -* `azurerm_linux_function_app` - Add support for Node `20` Runtime [GH-24073] -* `azurerm_linux_function_app_slot` - Add support for Node `20` Runtime [GH-24073] -* `azurerm_windows_function_app` - Add support for Node `~20` Runtime [GH-24073] -* `azurerm_windows_function_app_slot` - Add support for Node `~20` Runtime [GH-24073] -* `azurerm_windows_web_app` - Add support for Node `~20` Runtime [GH-24073] -* `azurerm_windows_web_app_slot` - Add support for Node `~20` Runtime [GH-24073] +* `azurerm_linux_function_app` - support for the Node `20` runtime [GH-24073] +* `azurerm_linux_function_app_slot` - support for the Node `20` runtime [GH-24073] +* `azurerm_windows_function_app` - support for the Node `20` runtime [GH-24073] +* `azurerm_windows_function_app_slot` - support for the Node `20` runtime [GH-24073] +* `azurerm_windows_web_app` - support for the Node `20` runtime [GH-24073] +* `azurerm_windows_web_app_slot` - support for the Node `20` runtime [GH-24073] BUG FIXES: -* `azurerm_container_app_custom_domain` - Fix resource ID parsing bug preventing import [GH-25192] +* `azurerm_container_app_custom_domain` - fix resource ID parsing bug preventing import [GH-25192] +* `azurerm_virtual_machine_run_command` - prevent a bug during updates [GH-25186] ## 3.95.0 (March 08, 2024)