From 637fab5f01fb657c700b33f828ec3a4eacca3b72 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Tue, 18 Feb 2020 20:21:52 +0100 Subject: [PATCH] updating to include #5781 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62474e85b2fb..68ede6be31f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,10 @@ BREAKING CHANGES: * Data Source: `azurerm_subnet` - removing the deprecated `ip_configuration` field [GH-5801] * `azurerm_app_service_plan` - the deprecated `properties` block has been removed since these properties have been moved to the top level [GH-5717] * `azurerm_application_gateway` - updating the default value for the `body` field within the `match` block from `*` to an empty string [GH-5752] +* `azurerm_automation_account` - removing the `sku` block which has been deprecated in favour of the `sku_name` field [GH-5781] +* `azurerm_automation_credential` - removing the deprecated `account_name` field [GH-5781] +* `azurerm_automation_runbook` - removing the deprecated `account_name` field [GH-5781] +* `azurerm_automation_schedule` - removing the deprecated `account_name` field [GH-5781] * `azurerm_availability_set` - updating the default value for `managed` from `false` to `true` [GH-5724] * `azurerm_azuread_application` - This resource has been removed since it was deprecated [GH-5748] * `azurerm_azuread_service_principal_password` - This resource has been removed since it was deprecated [GH-5748]