From 14918ad78198a2a5f210eeb2f622bf7c33a7d01c Mon Sep 17 00:00:00 2001 From: Matthew Frahry Date: Wed, 22 May 2019 16:18:20 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01047252564c..ebfff193bc4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ BUG FIXES: * `azurerm_automation_module` - now polls to wait until the module's finished provisioning [GH-3482] * `azurerm_api_management_api` - correct validation to allow empty and strings 400 characters long [GH-3475] +* `azurerm_dev_test_virtual_network` - correctly manages `subnets` on the initial creation [GH-3501] +* `azurerm_express_route_circuit` - no longer removes circuit subresources on update [GH-3496] ## 1.28.0 (May 17, 2019)