From 26509550e408b667474716f617bc07aa8b3d6145 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Mon, 26 Nov 2018 11:20:48 +0100 Subject: [PATCH] Updating to include #19448 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b889b526..e88b278f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,13 @@ IMPROVEMENTS: * dependencies: upgrading to v21.3.0 of `github.com/Azure/azure-sdk-for-go` [GH-19414] * dependencies: upgrading to v10.15.4 of `github.com/Azure/go-autorest` [GH-19414] -* command/state: Update and enable the `state show` command [GH-19200] -* command/state: Lock the state when pushing a new state using `state push` [GH-19411] * 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: 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] +* command/state: Lock the state when pushing a new state using `state push` [GH-19411] * backend/remote: Implement the remote enhanced backend [GH-19299] * backend/remote: Support remote state only usage by dynamically falling back to the local backend [GH-19378] * plugin/discovery: Use signing keys from the Terraform Registry when downloading providers. [GH-19389]