From 569b1d688df6be7af813f5201f114a3082dfdc6e Mon Sep 17 00:00:00 2001 From: AlexanderSehr Date: Thu, 8 Aug 2024 22:44:52 +0200 Subject: [PATCH] Update to latest --- .../resourceRemoval/helper/Get-DeploymentTargetResourceList.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avm/utilities/pipelines/e2eValidation/resourceRemoval/helper/Get-DeploymentTargetResourceList.ps1 b/avm/utilities/pipelines/e2eValidation/resourceRemoval/helper/Get-DeploymentTargetResourceList.ps1 index aa54d2727f..31c515c3f0 100644 --- a/avm/utilities/pipelines/e2eValidation/resourceRemoval/helper/Get-DeploymentTargetResourceList.ps1 +++ b/avm/utilities/pipelines/e2eValidation/resourceRemoval/helper/Get-DeploymentTargetResourceList.ps1 @@ -380,7 +380,7 @@ function Get-DeploymentTargetResourceList { if ($searchRetryCount -gt $searchRetryLimit) { $remainingDeploymentNames = ($deploymentNameObjects | Where-Object { -not $_.Resolved }).Name - # We don't want to outright throw an exception as we want to remove as many resources as possible before failing the script in the calling functino + # We don't want to outright throw an exception as we want to remove as many resources as possible before failing the script in the calling function return @{ resolveError = ('No deployment for the deployment name(s) [{0}] found' -f ($remainingDeploymentNames -join ', ')) resourcesToRemove = $resourcesToRemove