From 9b6ca894ae599e9b94f6972db54f81e1173649fa Mon Sep 17 00:00:00 2001 From: kt Date: Wed, 22 Sep 2021 19:07:07 -0700 Subject: [PATCH] CHANGELOG.md for #13310 --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e4ea30a09cd..30e92ee5e782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,12 @@ FEATURES: ENHANCEMENTS: * `data.azurerm_private_endpoint_connection` - Export `network_interface` attributes from private endpoints [GH-13421] +* `azurerm_function_app` - support for the `vnet_route_all_enabled` property [GH-13310] * `azurerm_bot_channel_slack` - support for the `signing_secret` property [GH-13454] -* `azurerm_storage_share_file` - will now recreate and upload delete/missing files [GH-13269] -* `azurerm_private_endpoint_connection` - Export `network_interface` attributes from private endpoints [GH-13421] +* `azurerm_app_service` - support for the `vnet_route_all_enabled` property [GH-13310] +* `azurerm_storage_share_file` - will now recreate and upload deleted/missing files [GH-13269] +* `azurerm_private_endpoint_connection` - export the `network_interface` attribute from private endpoints [GH-13421] + BUG FIXES: