From c74b833077ac88555d2f4738c7e930654069c16c Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Thu, 17 Mar 2022 19:06:26 +0100 Subject: [PATCH] updating to include #15867 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc4c62548e88..b23075216f92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,10 @@ ENHANCEMENTS: * provider: removing the `network` and `relaxed_locking` feature flags, since this is now enabled by default [GH-15719] * `azurerm_eventgrid_system_topic_event_subscription` - support for the `delivery_property` property [GH-15559] +* `azurerm_linux_function_app` - updating the read timeout to be 5m [GH-15867] +* `azurerm_linux_function_app_slot` - updating the read timeout to be 5m [GH-15867] +* `azurerm_windows_function_app` - updating the read timeout to be 5m [GH-15867] +* `azurerm_windows_function_app_slot` - updating the read timeout to be 5m [GH-15867] * `azurerm_management_group_policy_assignment` - support for User Assigned Identities [GH-15376] * `azurerm_network_security_rule` - no longer locking on the network security group name [GH-15719] * `azurerm_resource_policy_assignment` - support for User Assigned Identities [GH-15376]