From 6f80ed1c7f39d87af6882338be99a94f4599e75b Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Wed, 24 Jun 2020 11:47:15 +0200 Subject: [PATCH] updating to include #7433 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67e0fbc84e8f..96bfdd6d2104 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ ## 2.16.0 (Unreleased) +DEPENDENCIES + +* updating `github.com/Azure/go-autorest/azure/cli` to `v0.3.1` [GH-7433] + 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] * `azurerm_kusto_cluster` - support for the `identity` block [GH-7367] * `azurerm_kusto_cluster` - support for `virtual_network_configuration` block [GH-7369]