From 1a9e4bc63913201e1986c79c2c65195603bafc2b Mon Sep 17 00:00:00 2001 From: kt Date: Thu, 16 May 2024 22:58:01 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c6f95cf2c8a..53e465bdce02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,15 +29,15 @@ ENHANCEMENTS: BUG FIXES: * `azurerm_container_app_job` - Allow `event_trigger_config.scale.min_executions` to be `0` [GH-25931] +* `azurerm_container_app_job` - update validation to allow the `replica_retry_limit` property to be set to `0` [GH-25984] * `azurerm_data_factory_trigger_custom_event` - one of `subject_begins_with` and `subject_ends_with` no longer need to be set [GH-25932] * `azurerm_kubernetes_cluster_node_pool` - prevent race condition by checking the virtual network status when creating a node pool with a subnet ID [GH-25888] * `azurerm_postgresql_flexible_server` - fix for default `storage_tier` value when `storage_mb` field has been changed [GH-25947] * `azurerm_pim_active_role_assignment` - resolve a number of potential crashes [GH-25956] * `azurerm_pim_eligible_role_assignment` - resolve a number of potential crashes [GH-25956] -* `redis_enterprise_cluster_location_zone_support` - add `Central India` zones support [GH-26000] -* `azurerm_sentinel_alert_rule_scheduled` - `alert_rule_template_version` is no longer `ForceNew` [GH-25688] -* `azurerm_storage_sync_server_endpoint` - Removing `initial_upload_policy` from model to prevent a crash [GH-25968] -* `azurerm_container_app_job` - update validation to allow the `replica_retry_limit` property to be set to `0` [GH-25984] +* `azurerm_redis_enterprise_cluster_location_zone_support` - add `Central India` zones support [GH-26000] +* `azurerm_sentinel_alert_rule_scheduled` - the `alert_rule_template_version` property is no longer `ForceNew` [GH-25688] +* `azurerm_storage_sync_server_endpoint` - preventing a crashed due to `initial_upload_policy` [GH-25968] ## 3.103.1 (May 10, 2024)