From e32cddb43692d3151dd64fecd16fdfe5e5536235 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Wed, 6 Nov 2019 09:49:47 +0100 Subject: [PATCH] updating to include #4814 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 396df71ea492..b69bf9047d61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ BUG FIXES: * `azurerm_api_management_api_policy` - sending `policy` as Raw XML [GH-4140] * `azurerm_bastion_host` - matching the validation for `name` used by Azure [GH-4766] +* `azurerm_bastion_host` - support for hyphens in the `name` field within the `ip_configuration` block [GH-4814] * `azurerm_eventhub_namespace` - deprecating the `kafka_enabled` sproperty as it is now managed by Azure [GH-4743] * `azurerm_lb_probe` - fixing a bug where `protocol` was force lower-cased which caused a diff in the plan [GH-4631] * `azurerm_lb_rule` - fixing a bug where `protocol` was force lower-cased which caused a diff in the plan [GH-4631]