From 0cc185b355a3ac3d299e9ec0681b1348ecc584a8 Mon Sep 17 00:00:00 2001 From: catriona-m <86247157+catriona-m@users.noreply.github.com> Date: Fri, 10 Feb 2023 15:28:57 +0000 Subject: [PATCH] update for #20407 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89226ca370d5..4f924ef73b75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ ENHANCEMENTS: * `azurerm_express_route_port` - support for the `billing_type` property [GH-20361] * `postgres` - updating API to `2022-12-01` [GH-20370] +BUG FIXES: + +* `azurerm_eventgrid_domain_topic` - `name` can now be up to 128 characters [GH-20407] + ## 3.43.0 (February 09, 2023) FEATURES