You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix regression that broke UNC path handling (#17902)
With `IOUri`, I had intentionally dropped UNC path support, assuming
that it wouldn't to be needed because it's Windows specific. However,
this support turns out to be essential when invoking the Windows version
of Bicep from WSL, since resolved file paths are UNC paths (e.g.,
\\wsl.localhost\Ubuntu-22.04\home\main.bicep). This PR restores UNC path
support for `IOUri`.
Closes#17843.
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/17902)
0 commit comments