From e1c00116ef59975562e532d7a190d793bade42e7 Mon Sep 17 00:00:00 2001 From: kt Date: Mon, 24 Oct 2022 09:17:18 -0700 Subject: [PATCH] CHANGELOG #18689 --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b51fe3b7cb11..2b239d0a885b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,11 +12,13 @@ ENHANCEMENTS: * Data Source: `azurerm_storage_management_policy` - add support for `tier_to_archive_after_days_since_last_tier_change_greater_than` [GH-18898] * `azurerm_container_group` - the `network_profile_id` property hasbeen deprecated in favour of `subnet_ids` as the newer versions of the API no longer support it [GH-17785] * `azurerm_container_group` - support for the `dns_name_label_reuse_policy` block [GH-17785] -* `azurerm_linux_function_app` - Adds support for using `storage_account` external Azure Storage Account configurations [GH-18760] -* `azurerm_linux_function_app_slot` - Adds support for using `storage_account` external Azure Storage Account configurations [GH-18760] +* `azurerm_linux_function_app` - support for using `storage_account` external Azure Storage Account configurations [GH-18760] +* `azurerm_linux_function_app` - support for Java 17 [GH-18689] +* `azurerm_linux_function_app_slot` - support for using `storage_account` external Azure Storage Account configurations [GH-18760] * `azurerm_synapse_workspace` - `sql_administrator_login` and `sql_administrator_login_password` are now no longer required for the creation of this resource [GH-18850] -* `azurerm_windows_function_app` - Adds support for using `storage_account` external Azure Storage Account configurations [GH-18760] -* `azurerm_windows_function_app_slot` - Adds support for using `storage_account` external Azure Storage Account configurations [GH-18760] +* `azurerm_windows_function_app` - support for using `storage_account` external Azure Storage Account configurations [GH-18760] +* `azurerm_windows_function_app` - support for Java 17 [GH-18689] +* `azurerm_windows_function_app_slot` - support for using `storage_account` external Azure Storage Account configurations [GH-18760] BUG FIXES: