From 489f340c5874ae1a8a8b08893649d31943c70ad6 Mon Sep 17 00:00:00 2001 From: Matthew Frahry Date: Wed, 27 May 2020 14:52:03 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9770ad7f01cd..061baad4ebe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ BUG FIXES: * `azurerm_linux_virtual_machine` - correctly validating the rsa ssh `public_key` properties length [GH-7061] * `azurerm_linux_virtual_machine` - allow setting `virtual_machine_scale_set_id` in non-zonal deployment [GH-7057] * `azurerm_servicebus_topic` - support for numbers in the `name` field [GH-7027] +* `azurerm_shared_image_version` - `target_region.x.storage_account_type` is now defaulted and multiple `target_region`s can be added/removed [GH-6940] * `azurerm_sql_virtual_network_rule` - updating the validation for the `name` field [GH-6968] * `azurerm_windows_virtual_machine` - allow setting `virtual_machine_scale_set_id` in non-zonal deployment [GH-7057] * `azurerm_windows_virtual_machine` - correctly validating the rsa ssh `public_key` properties length [GH-7061]