From e75403233bb3adde3e5c8d67eaf4890641c604ba Mon Sep 17 00:00:00 2001 From: kt Date: Tue, 4 Dec 2018 21:03:26 -0800 Subject: [PATCH] Update CHANGELOG,md to include #2447 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e25491651fcb..afd719fbd568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,8 @@ IMPROVEMENTS: * `azurerm_container_registry` - supprt for geo-replication via the `georeplication_locations` property [GH-2055] * `azurerm_key_vault` - exposed `backup` and `restore` permissions made `key_permissions` and `secret_permissions` optional [GH-2363] * `azurerm_mssql_elasticpool` - deprecated the `elastic_pool_properties` propety and moved `max_size_bytes` and `zone_redundant` to the top level [GH-2378] -* `azurerm_mysql_server` - added new skus `GP_Gen5_64` and `MO_Gen5_32` [GH-2446][ +* `azurerm_mysql_server` - added new skus `GP_Gen5_64` and `MO_Gen5_32` [GH-2446] +* `azurerm_postgresql_server` added new skus `GP_Gen5_64` and `MO_Gen5_32` - [GH-2447] BUG FIXES: