From 34905612a636a86e4bae33f33e7933e2a786b8f4 Mon Sep 17 00:00:00 2001 From: kt Date: Wed, 18 Mar 2020 00:06:07 -0700 Subject: [PATCH] Update CHANGELOG.md to include #5761 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcb4d8b34b2d..db5114413bba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ BUG FIXES: * Data Source: `iothub_dps_shared_access_policy` - building the `primary_connection_string` and `secondary_connection_string` from the Service endpoint rather than the Devices endpoint [GH-6108] * `iothub_dps_shared_access_policy` - building the `primary_connection_string` and `secondary_connection_string` from the Service endpoint rather than the Devices endpoint [GH-6108] +* `azurerm_function_app` - Add `WEBSITE_CONTENT` & `WEBSITE_CONTENTAZUREFILECONNECTIONSTRING` for premium plans [GH-5761] * `azurerm_linux_virtual_machine` - updating the validation for `name` to allow periods [GH-5966] * `azurerm_linux_virtual_machine_scale_set` - updating the validation for `name` to allow periods [GH-5966] * `azurerm_storage_management_policy` - Fixed the use of single blob rule actions [GH-5803]