From 6240f8faad0465d768202e994c0c88b0b7edea7c Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Mon, 6 Nov 2017 16:35:53 +0000 Subject: [PATCH] Updating to include #528 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b82173465976..a3d6bd8819f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ FEATURES: IMPROVEMENTS: * core: appending the CloudShell version to the user agent when running within CloudShell [GH-483] +* `azurerm_app_service` / `azurerm_app_service_plan` - adding validation for the `name` fields [GH-528] * `azurerm_public_ip` - Clarify the error message for the validation of domain name label [GH-485] * `azurerm_network_security_group` - fixing a crash when changes were made outside of Terraform [GH-492] * `azurerm_virtual_machine` - ensuring `vhd_uri` is validated [GH-470]