Updating to include #19433

This commit is contained in:
Tom Harvey 2018-11-22 16:53:37 +01:00 committed by GitHub
parent c928962f44
commit fc75cb7e3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ 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: Support for authenticating via Managed Service Identity [GH-19433]
* 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]