Skip to content

Commit

Permalink
Update eng/common/TestResources/New-TestResources.ps1
Browse files Browse the repository at this point in the history
Co-authored-by: Heath Stewart <heaths@outlook.com>
  • Loading branch information
2 people authored and azure-sdk committed Oct 12, 2023
1 parent 614ce60 commit ed336bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/TestResources/New-TestResources.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ try {
}

Write-Host "Deleting ARM deployment as it may contain secrets. Deployed resources will not be ffected."
$_ = $deployment | Remove-AzResourceGroupDeployment
$null = $deployment | Remove-AzResourceGroupDeployment
}

} finally {
Expand Down

0 comments on commit ed336bd

Please sign in to comment.