Skip to content

v4.1.0

Latest
Compare
Choose a tag to compare
@dscbot dscbot released this 03 Jan 16:41
c540031

[v4.1.0]

Fixed

  • WebApplication
    • Ensure CIM class names match for WebApplicationAuthenticationInformation.
      Prior to this change there as a mismatch between the class name for
      WebApplicationAuthenticationInformation in the schema and implementation.
      The schema referenced the class as DSC_WebApplicationAuthenticationInformation
      whereas the implementation referenced the class as MSFT_xWebApplicationAuthenticationInformation.
  • WebVirtualDirectory
    Issue #366
    In WebVirtualDirectory WebApplication '' and '/' can now be used interchangeably.
    • Fixed Add WebVirtualDirectory when WebApplication = '/'.
    • Fixed Remove WebVirtualDirectory when WebApplication = ''.
  • CommonTestHelper
    Added Invoke-UnitTestCleanup to get consistent cleanup of stubs.
    Gives correct execution of integration tests when run in same PowerShell session as unit tests (no longer calling stubs).
    Gives correct Restore-WebConfiguration after integration tests when run in same PowerShell session as unit tests (no longer calling stub).
  • MockWebAdministrationWindowsFeature
    Issue #351
    Stubs now throw StubNotImplemented when they are called in order to show when a cmdlet is not mocked correctly.