Format-Path add ExpandEnvironmentVariable Parameter#152
Format-Path add ExpandEnvironmentVariable Parameter#152johlju merged 4 commits intodsccommunity:mainfrom
Format-Path add ExpandEnvironmentVariable Parameter#152Conversation
|
The changelog seems to be out of sync. The last release has no entry. Back to this PR, should the Environment Variables be expanded first before any other logic? |
It's because we merged this PR and released it when the change was not in the unreleased section. I missed that. 🙂 |
I think it might be better it expand them first because that could expand to a drive letter etc. 🤔 |
johlju
left a comment
There was a problem hiding this comment.
Reviewed 1 of 3 files at r1, 1 of 1 files at r2, 1 of 1 files at r3, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @dan-hughes)
Pull Request (PR) description
Add
ExpandEnvironmentVariabletoFormat-Path.This Pull Request (PR) fixes the following issues
Format-Path: Support expand environment variables #147Task list
file CHANGELOG.md. Entry should say what was changed and how that
affects users (if applicable), and reference the issue being resolved
(if applicable).
DSC Community Testing Guidelines.
This change is