Skip to content

Commit d131152

Browse files
Fix bug in bicep path (#109)
# Pull Request ## Issue N/A ## Description Fix an incorrect path ## Testing You can see the Bicep tests passing here: https://github.com/Azure/accelerator-bootstrap-modules/actions/runs/8375595350 ## License By submitting this pull request, I confirm that my contribution is made under the terms of the projects associated license.
1 parent 79d7c6d commit d131152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ALZ/Private/Legacy-Bicep/New-ALZEnvironmentBicep.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function New-ALZEnvironmentBicep {
4242
Set-ComputedConfiguration -configuration $configuration | Out-String | Write-Verbose
4343
Edit-ALZConfigurationFilesInPlace -alzEnvironmentDestination $targetDirectory -configuration $configuration | Out-String | Write-Verbose
4444
Build-ALZDeploymentEnvFile -configuration $configuration -Destination $targetDirectory -version $upstreamReleaseVersion | Out-String | Write-Verbose
45-
Add-AvailabilityZonesBicepParameter -alzEnvironmentDestination $alzEnvironmentDestination -configFile $bicepConfig| Out-String | Write-Verbose
45+
Add-AvailabilityZonesBicepParameter -alzEnvironmentDestination $targetDirectory -configFile $bicepConfig | Out-String | Write-Verbose
4646

4747
if($local) {
4848
$isGitRepo = Test-ALZGitRepository -alzEnvironmentDestination $targetDirectory -autoApprove:$autoApprove.IsPresent

0 commit comments

Comments
 (0)