From 70e9ef46d0d52e532f00b4047de3e5f45d1472ab Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Thu, 25 Jun 2020 11:34:05 +0200 Subject: [PATCH] updating to include #7411 --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1c0b5ed6c71..61de8090184e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ ## 2.16.0 (Unreleased) -DEPENDENCIES +DEPENDENCIES: * updating `github.com/Azure/go-autorest/azure/cli` to `v0.3.1` [GH-7433] -ENHANCEMENTS +FEATURES: + +* **New Resource:** `azurerm_postgresql_active_directory_administrator` [GH-7411] + +ENHANCEMENTS: * authentication: Azure CLI - support for access tokens in custom directories [GH-7433] * `azurerm_app_service_environment` - support a value of `Web, Publishing` for the `internal_load_balancing_mode` property [GH-7346]