From cec1f6207d5e932fb84acb95446cae085e7830b6 Mon Sep 17 00:00:00 2001
From: stephybun <steph@hashicorp.com>
Date: Wed, 24 Jan 2024 15:57:39 +0100
Subject: [PATCH] Update #23500 #24555 #24614

---
 CHANGELOG.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 202d453dea4a..c02be8bf5b53 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,17 +15,20 @@ ENHANCEMENTS:
 
 * dependencies: updating to `v0.66.1` of `github.com/hashicorp/go-azure-helpers` [GH-24561]
 * dependencies: updating to `v0.20240124.1115501` of `github.com/hashicorp/go-azure-sdk` [GH-24619]
+* `bot`: updating to API Version `2021-05-01-preview` [GH-24555]
 * `containerservice`: the SDK Clients now support logging [GH-24564]
 * `cosmosdb`: updating to API Version `2023-04-15` [GH-24541]
 * `loadtestservice`: updating to use the base layer from `hashicorp/go-azure-sdk` rather than `Azure/go-autorest` (and support logging) [GH-24578]
 * `managedidentity`: updating to use the base layer from `hashicorp/go-azure-sdk` rather than `Azure/go-autorest` (and support logging) [GH-24578]
 * `azurerm_api_management_api` - change `id` format so specific `revision`s can be managed by Terraform [GH-23031]
-* `azurerm_data_protection_backup_vault`: `redundancy` can now be set to `ZoneRedundant` [GH-24556]
+* `azurerm_data_protection_backup_vault` - `redundancy` can now be set to `ZoneRedundant` [GH-24556]
+* `azurerm_orchestrated_virtual_machine_scale_set` - support '2022-datacenter-azure-edition-hotpatch' and '2022-datacenter-azure-edition-hotpatch-smalldisk' hotpatching images [GH-23500]
 
 BUG FIXES:
 
 * `azurerm_app_configuration_key` - the value for the property `value` can now be removed/emptied [GH-24582]
 * `azurerm_app_service_plan` - fix casing in `serverFarms` due to ID update [GH-24562]
+* `azurerm_automation_schedule` - only one `monthly_occurence` block can now be specified [GH-24614]
 * `azurerm_cognitive_deployment` - `model.version` is no longer a required property [GH-24264]
 * `azurerm_container_app` - fix issue where multiple `custom_scale_rule` were not being updated [GH-24509]
 * `azurerm_container_registry_task_schedule_run_now` - fix issue where the incorrect scheduled run in tracked if there have been multiple [GH-24592]