XHyper V Versions Save

This module contains DSC resources for deployment and configuration of Microsoft Hyper-V.

v3.15.0

4 years ago
  • Explicitly removed extra hidden files from release package.

v3.14.0

4 years ago
  • MSFT_xVMHost:
    • Added support to Enable / Disable VM Live Migration. Fixes Issue #155.

v3.13.0

4 years ago

3.13.0.0

  • MSFT_xVMSwitch:
    • Changed 'Id' parameter form read only to optional so the VMSwitch ID can be set on Windows Server 2016. This is important for SDN setups where the VMSwitch ID must remain the same when a Hyper-V host is re-installed.
    • Update appveyor.yml to use the default template.
    • Added default template files .codecov.yml, .gitattributes, and .gitignore, and .vscode folder.

v3.12.0

4 years ago

3.12.0.0

  • Changes to xHyper-V
    • Removed alignPropertyValuePairs from the Visual Studio Code default style formatting settings (issue #110).

v3.11.0

4 years ago

3.11.0.0

  • Added the following resources:
    • MSFT_xVMHardDiskDrive to manage additional attached VHD/Xs.
    • MSFT_xVMScsiController to manage virtual machine SCSI controllers.
  • MSFT_xVMSwitch:
    • Added parameter to specify the Load Balancing Algorithm of a vSwitch with Switch Embedded Teaming (SET).

v3.10.0

4 years ago

3.10.0.0

  • MSFT_xVMHyperV:
    • Added support for configuring automatic snapshots.

v3.9.0

4 years ago

3.9.0.0

  • MSFT_xVMHyperV:
    • Enable / disable dynamic memory for client and server SKUs in identical way.
    • Increased xVMHyperV StartupMemory and MinimumMemory limits from 17GB to 64GB.
    • EnableGuestService works on localized OS (language independent).
    • Adds missing Hyper-V-PowerShell feature in examples.
  • Added the following resources:
    • MSFT_xVMProcessor to manage virtual machine processor options.
    • MSFT_xVMHost to managing Hyper-V host settings.
  • MSFT_xVMSwitch:
    • Added support for Switch Embedded Teaming (SET) in Server 2016.
    • Fixed a bug where Get-TargetResource threw an error if a non External switch is used.
    • Updated unit tests to use template version 1.2.0.
    • Style fixes.
    • Added support for Localization.
  • xHyper-V module:
    • Added vs code formatting rule settings.
    • Fix Markdown rule violations in Readme.md.
    • Added .MetaTestOptIn.json for Markdown common test to be included.
    • Added Appveyor badge for Dev branch in Readme.md and moved to Branches section.
    • Added missing properties for all resources in Readme.md.
    • Added and corrected missing / wrong DataTypes and Dsc attributes in Readme.md.
    • Updated Readme to match DscResources style.
    • Created change log and linked to it from Readme.
    • Removed version info from Readme.
    • Updated appveyor.yml to use Appveyor module.
    • Examples:
      • Removed code from Readme and linked to example files instead.
      • Moved code to new example files where there was only code in Readme.
    • Codecov:
      • Updated appveyor.yml to include codecov.
      • Added .codecov.yml.
      • Added codecov badges to Readme.
  • MSFT_xVHD:
    • Support setting the disk type.
    • Added unit tests.
    • Added example Sample_xVHD_FixedVHD.ps1
    • Style fixes

v3.8.0

4 years ago

3.8.0.0

  • Fix bug in xVMDvdDrive with hardcoded VM Name.
  • Corrected Markdown rule violations in Readme.md.

v3.7.0

4 years ago

3.7.0.0

  • Adding a new resource
    • MSFT_xVMNetworkAdapter: Attaches a new VM network adapter to the management OS or VM.

v3.6.0

4 years ago

3.6.0.0

  • xVHD: Updated incorrect property name MaximumSize in error message
  • Fix Markdown rule violations in Readme.md identified by markdownlint.
  • Created standard Unit/Integration test folder structure.
  • Moved unit tests into Unit test folder.
  • Renamed the unit tests to meet standards.
  • Added the following resources:
    • xVMDvdDrive to manage DVD drives attached to a Hyper-V virtual machine.