Skip to content

v4.1.0-preview0001

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscbot dscbot released this 12 Nov 15:24
fe3156c

[v4.1.0-preview0001]

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 = ''.