From 0d543c46aa771ab10d62e3ddb089f02a2f055b7f Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Thu, 13 Feb 2020 10:45:38 +0100 Subject: [PATCH] updating to include #5724 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f0f5f3f890c..619e9e75f3b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ IMPROVEMENTS: * Data Source: `azurerm_app_service_plan` - the deprecated `properties` block has been removed since these properties have been moved to the top level [GH-5717] * `azurerm_app_service_plan` - the deprecated `properties` block has been removed since these properties have been moved to the top level [GH-5717] +* `azurerm_availability_set` - updating the default value for `managed` from `false` to `true` [GH-5724] * `azurerm_windows_virtual_machine` - fixing a bug when provisioning from a Shared Gallery image [GH-5661] ---