Releases: dsccommunity/HyperVDsc
Releases · dsccommunity/HyperVDsc
v3.15.0
v3.14.0
- MSFT_xVMHost:
- Added support to Enable / Disable VM Live Migration. Fixes Issue #155.
v3.13.0
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
v3.11.0
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).
v.3.10.0
v3.9.0
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
v3.7.0
v3.6.0
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.