From e1ac94049fead286eddcf77daafadc53daa1dcda Mon Sep 17 00:00:00 2001 From: Thomas Huang Date: Tue, 20 May 2025 16:38:28 +0800 Subject: [PATCH] change version of avm-utl-regions to 0.5.1 to avoid empty geographyGroup of metadata --- src/ALZ/Private/Config-Helpers/Get-AzureRegionData.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ALZ/Private/Config-Helpers/Get-AzureRegionData.ps1 b/src/ALZ/Private/Config-Helpers/Get-AzureRegionData.ps1 index baf8737..fc1f8c7 100644 --- a/src/ALZ/Private/Config-Helpers/Get-AzureRegionData.ps1 +++ b/src/ALZ/Private/Config-Helpers/Get-AzureRegionData.ps1 @@ -16,7 +16,7 @@ function Get-AzureRegionData { module "regions" { source = "Azure/avm-utl-regions/azurerm" - version = "0.3.0" + version = "0.5.1" use_cached_data = false availability_zones_filter = false recommended_filter = false