Releases: dsccommunity/HyperVDsc
Releases · dsccommunity/HyperVDsc
v4.0.0-preview0005
[v4.0.0-preview0005]
- HyperVDsc
- BREAKING CHANGE
- Renamed xHyper-V to _HyperVDsc - fixes Issue #69.
- Changed all MSFT_xResourceName to DSC_ResourceName.
- Updated DSCResources, Examples, Modules and Tests for new naming.
- Updated README.md from xHyper-V to _HyperVDsc
- Renamed default branch to
main
- Fixes Issue #198. - Moved documentation to the HyperVDsc GitHub Wiki.
- Updated all examples to correct folders and naming so they show up
in the GitHub Wiki documentation and conceptual help. - VMNetworkAdapter
- BREAKING CHANGE
v4.0.0-preview0004
[v4.0.0-preview0004]
- HyperVDsc
- BREAKING CHANGE
- Renamed xHyper-V to _HyperVDsc - fixes Issue #69.
- Changed all MSFT_xResourceName to DSC_ResourceName.
- Updated DSCResources, Examples, Modules and Tests for new naming.
- Updated README.md from xHyper-V to _HyperVDsc
- Renamed default branch to
main
- Fixes Issue #198. - Moved documentation to the HyperVDsc GitHub Wiki.
- Updated all examples to correct folders and naming so they show up
in the GitHub Wiki documentation and conceptual help.
- BREAKING CHANGE
v4.0.0-preview0003
[v4.0.0-preview0003]
- HyperVDsc
- BREAKING CHANGE
- Renamed xHyper-V to _HyperVDsc - fixes Issue #69.
- Changed all MSFT_xResourceName to DSC_ResourceName.
- Updated DSCResources, Examples, Modules and Tests for new naming.
- Updated README.md from xHyper-V to _HyperVDsc
- Renamed default branch to
main
- Fixes Issue #198. - Moved documentation to the HyperVDsc GitHub Wiki.
- BREAKING CHANGE
v4.0.0-preview0002
[v4.0.0-preview0002]
- HyperVDsc
- BREAKING CHANGE
- Renamed xHyper-V to _HyperVDsc - fixes Issue #69.
- Changed all MSFT_xResourceName to DSC_ResourceName.
- Updated DSCResources, Examples, Modules and Tests for new naming.
- Updated README.md from xHyper-V to _HyperVDsc
- Renamed default branch to
main
- Fixes Issue #198.
- BREAKING CHANGE
v4.0.0-preview0001
[v4.0.0-preview0001]
- xHyper-V
- BREAKING CHANGE
- Renamed xHyper-V to _HyperVDsc - fixes Issue #69.
- Changed all MSFT_xResourceName to DSC_ResourceName.
- Updated DSCResources, Examples, Modules and Tests for new naming.
- Updated README.md from xHyper-V to _HyperVDsc
- BREAKING CHANGE
v3.18.0
[v3.18.0]
Added
- xHyper-V
- Added automatic release with a new CI pipeline.
- Added stubs for the powershell module Hyper-V that are used for
all unit tests.
- xVhdFileDirectory
- Added initial set of unit tests
Deprecated
- The module xHyper-V will be renamed to HyperVDsc
(issue #62).
The versionv3.18.0
will be the the last release of xHyper-V.
Versionv4.0.0
will be released as HyperVDsc, it will be
released shortly after thev3.18.0
release to be able to start transition
to the new module. The prefix 'x' will be removed from all resources in
HyperVDsc. - xHyper-V
- The resource will not be tested for Windows Server 2008 R2 since
that operating system has reach end-of-life.
- The resource will not be tested for Windows Server 2008 R2 since
Removed
- xVMSwitch
- Removed the unit test that simulated functionality on Windows Server 2008 R2
since that operating system has reach end-of-life. No functionality was
removed from the resource, but in a future release the resource might stop
working for Windows Server 2008 R2.
- Removed the unit test that simulated functionality on Windows Server 2008 R2
Changed
- Update the pipeline files to the lates from Sampler.
Fixed
- xVMDvdDrive
- Fixed VMName property in example.
- xVMNetworkAdapter
- Fixed MacAddress sample data.
- xVMSwitch
- Correctly return the state as
$true
or$false
depending on the
Ensure
property when the switch does not exist.
- Correctly return the state as
v3.18.0-preview0002
[v3.18.0-preview0002]
Added
- xHyper-V
- Added automatic release with a new CI pipeline.
- Added stubs for the powershell module Hyper-V that are used for
all unit tests.
- xVhdFileDirectory
- Added initial set of unit tests
Deprecated
- xHyper-V
- The resource will not be tested for Windows Server 2008 R2 since
that operating system has reach end-of-life.
- The resource will not be tested for Windows Server 2008 R2 since
Removed
- xVMSwitch
- Removed the unit test that simulated functionality on Windows Server 2008 R2
since that operating system has reach end-of-life. No functionality was
removed from the resource, but in a future release the resource might stop
working for Windows Server 2008 R2.
- Removed the unit test that simulated functionality on Windows Server 2008 R2
Changed
- Update the pipeline files to the lates from Sampler.
Fixed
- xVMDvdDrive
- Fixed VMName property in example.
- xVMNetworkAdapter
- Fixed MacAddress sample data.
- xVMSwitch
- Correctly return the state as
$true
or$false
depending on the
Ensure
property when the switch does not exist.
- Correctly return the state as
v3.18.0-preview0001
[v3.18.0-preview0001]
Added
- xHyper-V
- Added automatic release with a new CI pipeline.
- Added stubs for the powershell module Hyper-V that are used for
all unit tests.
- xVhdFileDirectory
- Added initial set of unit tests
Deprecated
- xHyper-V
- The resource will not be tested for Windows Server 2008 R2 since
that operating system has reach end-of-life.
- The resource will not be tested for Windows Server 2008 R2 since
Removed
- xVMSwitch
- Removed the unit test that simulated functionality on Windows Server 2008 R2
since that operating system has reach end-of-life. No functionality was
removed from the resource, but in a future release the resource might stop
working for Windows Server 2008 R2.
- Removed the unit test that simulated functionality on Windows Server 2008 R2
Fixed
- xVMDvdDrive
- Fixed VMName property in example.
- xVMNetworkAdapter
- Fixed MacAddress sample data.
- xVMSwitch
- Correctly return the state as
$true
or$false
depending on the
Ensure
property when the switch does not exist.
- Correctly return the state as
v.3.17.0
v3.16.0
- MSFT_xVMHyperV:
- Moved localization string data to own file.
- Fixed code styling issues.
- Fixed bug where StartupMemory was not evaluated in Test-TargetResource.
- Redo of abandoned PRs:
- PR #148, Fixes Issue #149.
- PR #67, Fixes Issue #145.
- Fixed Get throws error when NetworkAdapters are not attached or missing properties.