Azure / CanadaPubSecALZ

This reference implementation is based on Cloud Adoption Framework for Azure and provides an opinionated implementation that enables ITSG-33 regulatory compliance by using NIST SP 800-53 Rev. 4 and Canada Federal PBMM Regulatory Compliance Policy Sets.
MIT License
121 stars 87 forks source link

Fix path normalization bug in deployment scripts #374

Closed skeeler closed 1 year ago

skeeler commented 1 year ago

The /scripts/deployments/Functions/EnvironmentContext.ps1 script does not normalize fully qualified paths that contain a mixture of "/" and "\" characters. This works when these scripts are run in a Linux/Ubuntu host, but fail when run in a Windows host. Fix issue using Resolve-Path PowerShell cmdlets.