From 38d7ce51a7956716eca0db5a730603938eb83768 Mon Sep 17 00:00:00 2001 From: kt Date: Thu, 15 Sep 2022 00:32:27 -0700 Subject: [PATCH] CHANGELOG #17104 --- CHANGELOG.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c08937fa67d6..bd0f6dd5a8cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,5 @@ ## 3.23.0 (Unreleased) -BUG FIXES: - -* `azurerm_netapp_volume`: add extra validation when `data_protection_snapshot_policy.0. snapshot_policy_id` is empty [GH-18348] - -## 3.22.0 (September 08, 2022) - FEATURES: * **New Datasource**: `azurerm_monitor_data_collection_rule` [GH-18318] @@ -13,9 +7,14 @@ FEATURES: ENHANCEMENTS: * `azurerm_automation_account` - support for the `hybrid_service_url` property [GH-18320] +* `azurerm_batch_pool` - support for the `user_assigned_identity_id` property [GH-17104] * `azurerm_eventhub_namespace` - support for the `public_network_access_enabled` property [GH-18314] * `azurerm_batch_pool` - support for the `data_disks`, `disk_encryption`, `extensions`, `node_placement`, `task_scheduling_policy`, `user_accounts`, and `windows` blocks [GH-18226] +BUG FIXES: + +* `azurerm_netapp_volume`: add extra validation when `data_protection_snapshot_policy.0. snapshot_policy_id` is empty [GH-18348] + ## 3.22.0 (September 08, 2022) FEATURES: