From 47d190d61b388de773f3babf54b522e83a7419fe Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Mon, 18 May 2020 13:36:33 +0200 Subject: [PATCH] updating to include #6927 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4afe2e1ea4d3..0360be76ab4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ DEPENDENCIES: * updating `github.com/Azure/azure-sdk-for-go` to `v42.1.0` [GH-6725] * updating `network` to `2020-03-01` [GH-6727] +FEATURES: +* **Opt-In/Experimental Enhanced Validation for Locations:** This allows validating that the `location` field being specified is a valid Azure Region within the Azure Environment being used - which can be caught via `terraform plan` rather than `terraform apply`. This can be enabled by setting the Environment Variable `ARM_PROVIDER_ENHANCED_VALIDATION` to `true` and will be enabled by default in a future release of the AzureRM Provider [GH-6927] + IMPROVEMENTS: * `azurerm_api_management_api_version_set` - updating the validation for the `name` field [GH-6947]