From 2a09036632b52596f62b5890ffc8c131558f94d7 Mon Sep 17 00:00:00 2001 From: kt Date: Sun, 11 Nov 2018 17:35:25 -0800 Subject: [PATCH] Update CHANGELOG.md to include #2287 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3f44f693143..9390b07cdde6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ IMPROVEMENTS: BUG FIXES: * `azurerm_cosmosdb_account` - the `ip_range_filter` range filter now allows /32 ip addresses [GH-2222] +* `azurerm_recovery_services_protected_vm` - VM can now be in a different resource group then the vault [GH-2287] * `azurerm_role_assignment` - will now wait after a Service Principal is created [GH-2204] * `azurerm_route` - allowing setting `next_hop_in_ip_address` to an empty value [GH-2184] * `azurerm_route_table` - allowing setting `next_hop_in_ip_address` to an empty value [GH-2184]