From f6de4520a7bc2c1283bdf517a089602e226e38b2 Mon Sep 17 00:00:00 2001 From: Steve <11830746+jackofallops@users.noreply.github.com> Date: Thu, 23 Apr 2020 17:14:26 +0100 Subject: [PATCH] Updated for #6055 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 077a648ab44f..f1f8066c33a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,9 +33,9 @@ BUG FIXES: * `azurerm_linux_virtual_machine_scale_set` - fixes crash with `boot_diagnositics` [GH-6569] * `azurerm_postgres_server` - the `storage_mb` is no optional when `auto_grow` is enabled [GH-6459] * `azurerm_public_ip_prefix` - Update `prefix_length` validation to accept all valid IPv4 address ranges [GH-6589] +* `azurerm_route` - validation added [GH-6055] * `azurerm_virtual_network_gateway` - per api requirements, `public_ip_address_id` is required [GH-6548] - ## 2.6.0 (April 16, 2020) FEATURES: