From 9ada53547faa5b913c8b95d07bb47c0dbad476c5 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Thu, 22 Nov 2018 18:03:06 +0100 Subject: [PATCH] Updating to include #19440 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b07d2ccfb9ed..8b889b5260e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,9 @@ IMPROVEMENTS: * 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: 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/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]