From 3259e969cbc501ff7d423b476178c0c9f55dd432 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Mon, 26 Nov 2018 14:42:55 +0100 Subject: [PATCH] Updating to include #19460 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e88b278f9..92c81f2d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ IMPROVEMENTS: * backend/azurerm: Fixing a bug where locks couldn't be unlocked [GH-19441] * backend/azurerm: Support for authenticating via Managed Service Identity [GH-19433] * backend/azurerm: Support for authenticating using a SAS Token [GH-19440] +* backend/azurerm: Support for custom Resource Manager Endpoints [GH-19460] * backend/azurerm: Using the proxy from the environment when set [GH-19414] * backend/azurerm: Deprecating the `arm_` prefix for keys used in the backend configuration [GH-19448] * command/state: Update and enable the `state show` command [GH-19200]