Skip to content

Commit

Permalink
revert bypass of extension check
Browse files Browse the repository at this point in the history
  • Loading branch information
timmy-wright committed Nov 13, 2024
1 parent 06f09af commit 6ecd9fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vhdbuilder/packer/configure-windows-vhd.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -874,9 +874,8 @@ function Test-AzureExtensions {
if (Test-Path "C:\Packages\Plugins") {
$actualExtensions = (Get-ChildItem "C:\Packages\Plugins").Name
if ($actualExtensions.Length -gt 0) {
# TODO: Fix this.
Write-Log "Azure extensions are not expected. Skipping for now. Details: $($actualExtensions | Out-String)"
# exit 1
exit 1
}
}
Write-Log "Azure extensions are not found"
Expand Down

0 comments on commit 6ecd9fa

Please sign in to comment.