From de09d09529b9823a5b1157075ae82177f2867d14 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Fri, 21 Feb 2020 14:54:07 +0100 Subject: [PATCH] updating to include #5825 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a758a626c9e..44910ded4b5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -122,6 +122,7 @@ BUG FIXES: * `azurerm_linux_virtual_machine` - using the delete custom timeout during deletion [GH-5764] * `azurerm_network_interface` - the `dns_servers` field now respects ordering [GH-5784] * `azurerm_public_ip_prefix` - fixing the validation for the `prefix_length` to match the Azure API [GH-5693] +* `azurerm_recovery_services_vault` - using the requested cloud rather than the default [GH-5825] * `azurerm_role_assignment` - validating that the `name` is a UUID [GH-5624] * `azurerm_signalr_service` - ensuring the SignalR segment is parsed in the correct case [GH-5737] * `azurerm_subnet` - supporting updating of the `enforce_private_link_endpoint_network_policies` field [GH-5801]