Skip to content

v3.18.0-preview0002

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscbot dscbot released this 04 Jun 12:19
64247ba

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

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.

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.