Skip to content

Commit

Permalink
Update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr committed Aug 8, 2024
1 parent a89c7f9 commit 569b1d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 569b1d6

Please sign in to comment.