From 3a3279c8160bdad498c09010d7c41198dc5229ac Mon Sep 17 00:00:00 2001 From: Jared Holgate Date: Tue, 17 Oct 2023 00:00:12 +0100 Subject: [PATCH] Tidy error --- src/ALZ/Private/New-ALZEnvironmentBicep.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ALZ/Private/New-ALZEnvironmentBicep.ps1 b/src/ALZ/Private/New-ALZEnvironmentBicep.ps1 index e2f16fde..328a3b31 100644 --- a/src/ALZ/Private/New-ALZEnvironmentBicep.ps1 +++ b/src/ALZ/Private/New-ALZEnvironmentBicep.ps1 @@ -25,7 +25,7 @@ function New-ALZEnvironmentBicep { $targetVersion = [System.Version]($alzVersion -replace "v", "") if($targetVersion -le $lastSupportedLocalVersion) { - throw "The version of the ALZ-Bicep accelerator you are targetting is not supported by this version of the ALZ PowerShell. In order to target versions prior to v0.6.16 you will need to downgrade to version v0.2.20 or lower of this module." + throw "The version of the ALZ-Bicep accelerator you are targetting is not supported by this version of the ALZ PowerShell module. In order to target versions prior to v0.16.6 you will need to downgrade to version v0.2.20 or lower of this module." } }