Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fixed
Set-AVMModule
dependency on Windows OS (#2715)
## Description In one part of the code, the paths where hardcoded to `\` which is fine for Windows, but if you use the script on Linux/Mac/Codespaces, the scripts starts to behave in unintended ways I also aligned the code with other parts of our utilitites (especially regarding the use of `[\/|\\]`) Tested both locally in Windows, as well as in Codespace with AAD module. As expected, no new files were created. Fixes #2637 ## Type of Change <!-- Use the checkboxes [x] on the options that are relevant. --> - [x] Update to CI Environment or utilities (Non-module affecting changes) - [ ] Azure Verified Module updates: - [ ] Bugfix containing backwards-compatible bug fixes, and I have NOT bumped the MAJOR or MINOR version in `version.json`: - [ ] Someone has opened a bug report issue, and I have included "Closes #{bug_report_issue_number}" in the PR description. - [ ] The bug was found by the module author, and no one has opened an issue to report it yet. - [ ] Feature update backwards compatible feature updates, and I have bumped the MINOR version in `version.json`. - [ ] Breaking changes and I have bumped the MAJOR version in `version.json`. - [ ] Update to documentation
- Loading branch information