Skip to content

Commit

Permalink
Fix bug in bicep path (#109)
Browse files Browse the repository at this point in the history
# 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.
  • Loading branch information
jaredfholgate authored Mar 21, 2024
1 parent 79d7c6d commit d131152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ALZ/Private/Legacy-Bicep/New-ALZEnvironmentBicep.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function New-ALZEnvironmentBicep {
Set-ComputedConfiguration -configuration $configuration | Out-String | Write-Verbose
Edit-ALZConfigurationFilesInPlace -alzEnvironmentDestination $targetDirectory -configuration $configuration | Out-String | Write-Verbose
Build-ALZDeploymentEnvFile -configuration $configuration -Destination $targetDirectory -version $upstreamReleaseVersion | Out-String | Write-Verbose
Add-AvailabilityZonesBicepParameter -alzEnvironmentDestination $alzEnvironmentDestination -configFile $bicepConfig| Out-String | Write-Verbose
Add-AvailabilityZonesBicepParameter -alzEnvironmentDestination $targetDirectory -configFile $bicepConfig | Out-String | Write-Verbose

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

0 comments on commit d131152

Please sign in to comment.