From d1f533da87210702c35fce258c1e96b5f1a7adb0 Mon Sep 17 00:00:00 2001 From: kt Date: Thu, 21 May 2020 14:55:39 -0700 Subject: [PATCH] update CHANGELOG.md to include #6626 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70d3a7df7729..1c51fe1f42b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,9 @@ DEPENDENCIES: * 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] +* **New Resource:** `azurerm_orchestrated_virtual_machine_scale_set` [GH-6626] IMPROVEMENTS: