diff --git a/CHANGELOG.md b/CHANGELOG.md index b0d066ff76de..4cf3d0355fe5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ UPGRADE NOTES * **Enhanced Validation for Locations** - the Azure Provider now validates that the value for the `location` argument is a supported Azure Region within the Azure Environment being used (from the Azure Metadata Service) - which allows us to catch configuration errors for this field at `terraform plan` time, rather than during a `terraform apply`. This functionality is now enabled by default, and can be opted-out of by setting the Environment Variable `ARM_PROVIDER_ENHANCED_VALIDATION` to `false` +ENHANCEMENTS: + +* * dependencies: updating to v44.1.0 of `github.com/Azure/azure-sdk-for-go` [GH-7774] + BUG FIXES * Data Source: `azurerm_private_dns_zone` - fix a crash when the zone does not exist [GH-7783]