Releases: dsccommunity/HyperVDsc
Releases · dsccommunity/HyperVDsc
v3.5.0
v3.4.0
v3.3.0
3.3.0.0
- xHyperV: Added SecureBoot parameter to enable control of the secure boot BIOS
setting on generation 2 VMs.- Fixed drive letter when mounting VHD when calling resource xVhdFile. Fixes #20.
- MSFT_xVMHyperV: Changed the SwitchName parameter to string[] to support
assigning multiple NICs to virtual machines. - MSFT_xVMHyperV: Changed the MACAddress parameter to string[] to support
assigning multiple MAC addresses to virtual machines. - MSFT_xVMHyperV: Added enabling of Guest Service Interface.
- MSFT_xVMSwitch: Added the BandwidthReservationMode parameter which specifies
how minimum bandwidth is to be configured on a virtual switch
v3.2.0
v3.1.0
v3.0.0
3.0.0.0
- Decoupled VM generation from underlying VHD format in xVMHyperV resource.
- Breaking change: xVMHyperV resource: Generation property type changed
from a String to an Integer. - The initial generation property was tied to the virtual disk format which was
incorrect and has been rectified. - This change will only impact configurations that have previously explicitly
specified the VM generation is either "vhd" or "vhdx".
- Breaking change: xVMHyperV resource: Generation property type changed
v2.4.0
v2.3.0
v2.2.1
2.2.1
2.1
- Added logic to automatically adjust VM's startup memory when only minimum and
maximum memory is specified in configuration - Fixed the issue that a manually stopped VM cannot be brought back to running
state with DSC
2.0
- Added xVhdFileDirectory Resource
- Allowed name to be specified with the extension in xVhd (e.g. the Vhd name could
either be "sample" or "sample.vhd") - When a VHD cannot be removed because it is already being used by another process,
an error will be thrown.
1.0.0.0
- Initial release with the following resources
- xVhd
- xVMHyperV
- xVMSwitch