From ecf6596f43a4e319762ad0558f3576c748c755a5 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Wed, 12 Dec 2018 17:41:27 +0000 Subject: [PATCH] Updating to include #2263 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af7d3c165307..ba290b7aecae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ BUG FIXES: * `azurerm_mssql_elasticpool` - relaxed validation of the `name` property [GH-2398] * `azurerm_recovery_services_protection_policy_vm` - added the `timezone` property [GH-2404] * `azurerm_route_table` - validation updated to prevent empty and blank `property` values from causing a panic [GH-2467] +* `azurerm_sql_server` - only updating the `admin_login_password` when it's changed, allowing this to be managed outside of Terraform [GH-2263] * `azurerm_virtual_machine` - nil-checking properties prior to accessing [GH-2365] ## 1.19.0 (November 15, 2018)