Skip to content

v3.0.0

Choose a tag to compare

@dscbot dscbot released this 12 Jan 19:53
5642b31

[v3.0.0]

Deprecated

  • The module xRemoteDesktopSessionHost will be renamed to RemoteDesktopServicesDsc
    (issue #117).
    The version v3.0.0 will be the the last release of xRemoteDesktopSessionHost.
    Version v4.0.0 will be released as RemoteDesktopServicesDsc, it will be
    released shortly after the v3.0.0 release to be able to start transition
    to the new module. The prefix 'x' will be removed from all resources in
    RemoteDesktopServicesDsc.

Fixed

  • xRDSessionCollection
    • Ignore errors from New-RDSessionCollection and instead checks the collection is created; resolves issue #105.
  • xRDSessionCollectionConfiguration
    • Updating UserGroups parameter to allow for an array to be supplied,
      resolves issue #115.
  • Always filter SessionCollection result; resolves issue #106.

Added

  • xRDConnectionBrokerHAMode
    • New resource to configure HA mode on a connection broker

Removed

  • Removed Get-LocalizedData and use version in DscResource.Common.

Changed

  • xRDSessionCollection
    • SessionHost supports array
    • Collections are now tested for SessionHosts as well, list of session hosts is amended
  • xRDSessionDeployment
    • SessionHost and WebAccessServer supports array
    • Deployments are now tested for WebAccess and SessionHosts as well
    • Resource can extend an existing deployment with more session hosts and web access servers
    • ConnectionBroker is only remaining key since the broker can only broker one deployment
  • xRDServer
    • Improve error handling in Set-TargetResource function for Add-RDServer
      cmdlet, fixes issue #111.
  • Fixed formatting in all source files, issue #113.
  • Update repo files to latest versions in Sampler. Fixes issue #118.
  • Enable DocGenerator and move docs to wiki. Fixes issue #101.
  • Renamed master branch to main. Fixes issue #116.
  • Migrated tests to Pester 5. Fixes issue #119.
  • Enable ModuleFast.
  • Use pwsh for unit tests.
  • Rename nested module to xRemoteDesktopSessionHost.Common.
  • Make xRemoteDesktopSessionHost.Common a buildable module.
  • DSCResources
    • Use Test-DscParameterState where possible.
    • Update formatting.
    • Use fully qualified types.
    • Add changes from PR #124
  • Update files from Plaster template.