Skip to content

Releases: dsccommunity/HyperVDsc

v3.5.0

07 Mar 16:06
Compare
Choose a tag to compare

3.5.0.0

  • Converted appveyor.yml to install Pester from PSGallery instead of from Chocolatey.
  • MSFT_xVMHyperV: Fixed bug in Test-TargetResource throwing when a Vhd's ParentPath
    property was null.

v3.4.0

07 Mar 16:05
Compare
Choose a tag to compare

3.4.0.0

  • MSFT_xVMHyperV: Fixed bug causing Test-TargetResource to fail when VM had snapshots.
  • MSFT_xVMHyperV: Adds localization support.
  • MSFT_xVMSwitch: Fixes bug where virtual switches are duplicated when
    BandwidthReservationMode is not specified.

v3.3.0

07 Mar 16:05
Compare
Choose a tag to compare

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

07 Mar 16:04
Compare
Choose a tag to compare

3.2.0.0

  • Added data type System.String to CheckSum parameter of Get/Set/Test-TargetResource
    functions and aligned indentation.
  • Minor fixes

v3.1.0

07 Mar 16:04
Compare
Choose a tag to compare

3.1.0.0

  • xVMHyperV: Fixed bug in mof schema (Generation property had two types)
  • xVhdFileDirectory: Fixed typo in type comparison
  • Readme updates

v3.0.0

07 Mar 16:04
Compare
Choose a tag to compare

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".

v2.4.0

07 Mar 16:03
Compare
Choose a tag to compare

2.4.0.0

  • Fixed VM power state issue in xVMHyperV resource

v2.3.0

07 Mar 16:03
Compare
Choose a tag to compare

2.3.0

  • Fixed check for presence of param AllowManagementOS.

v2.2.1

07 Mar 16:02
Compare
Choose a tag to compare

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