Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VirtualHardDisk: Resource for creating and attaching a virtual disk (#…
…279) * Add initial changes to add a Vhd resource and light up DSC_Disk to allow volumes to be formatted as Dev Drives * update comments and add parameter validation to string parameters * update win32helpers so we can add tests * add more tests * Add more unit tests * add more tests for the win32 helper * update comments * update synopsis and fix test * fix failing tests * fix hqrmtests and add test coverage for disk type is fixed scenario * fix more hqrmtest failures that don't show up in ps5.1 but show up in ps 7 * update resource to add more description about usage and limitations and use safefilehandles instead of closehandle function * remove no longer used function * Merge branch 'main' into light-up-dev-drive-and-add-vhd-creation-support * update based on comments, reword md file, and add parameter names to function calls in win32helpers * update readme file * remove spaces in psd1 tags * Merge branch 'main' into light-up-dev-drive-and-add-vhd-creation-support * Merge branch 'main' into light-up-dev-drive-and-add-vhd-creation-support * Merge branch 'main' into update-vhd-support * Merge pull request #1 from bbonaby/update-vhd-support Update vhd support * update based on PR comments and add an IsAdmin check * update pipeline based on comments * Add virtual hard disk integration tests * Fix unit test * update based on comments Co-Authored-By: U-BRANX-PC\brand <brandonbonaby94@gmail.com>
- Loading branch information