From 83e1a27287b44cbebfa82fc9a82f44e09fb6c073 Mon Sep 17 00:00:00 2001 From: kt Date: Mon, 15 Aug 2022 22:40:23 -0700 Subject: [PATCH] CHANGELOG #17768 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65cb2fb905de..da03b6e2cc53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ ENHANCEMENTS: * `azurerm_mssql_server` - support `Disabled` for the `minimum_tls_version` property [GH-16595] * `azurerm_shared_image` - support for the `architecture` property [GH-17250] * `azurerm_storage_account` - support for the `default_to_oauth_authentication` property [GH-17116] +* `azurerm_shared_image_version` - support for `blob_uri` and `storage_account_id` [GH-17768] * `azurerm_windows_virtual_machine` - now supports delete Eviction policies [GH-17226] * `azurerm_windows_virtual_machine_scale_set` - now supports delete Eviction policies [GH-17226] *