Skip to content

Releases: dsccommunity/DFSDsc

v5.1.1

24 Apr 08:06
7f1a53d
Compare
Choose a tag to compare

[v5.1.1]

Fixed

  • DFSReplicationGroupMembership
    • Make PrimaryMember write-only when testing resources - fixes Issue #58.

v5.1.1-preview0001

18 Apr 21:12
7f1a53d
Compare
Choose a tag to compare
v5.1.1-preview0001 Pre-release
Pre-release

[v5.1.1-preview0001]

Fixed

  • DFSReplicationGroupMembership
    • Make PrimaryMember write-only when testing resources - fixes Issue #58.

v5.1.0

02 Mar 07:27
929c73d
Compare
Choose a tag to compare

[v5.1.0]

Added

  • DFSNamespaceRoot
    • Added support for setting the state of the namespace root (State).
  • DFSNamespaceFolder
    • Added support for setting the state of the namespace folder (State).
  • DFSNamespaceServerConfiguration
    • Added support for setting EnableSiteCostedReferrals, EnableInsiteReferrals and PreferLogonDC on a DFS namespace server.

Fixed

  • DFSNamespaceRoot
    • State and TargetState are only set to 'Online' when specifically passed in the configuration.
  • DFSNamespaceFolder
    • State and TargetState are only set to 'Online' when specifically passed in the configuration.
  • Updated out of date README.MD.

v5.1.0-preview0002

15 Feb 18:25
929c73d
Compare
Choose a tag to compare
v5.1.0-preview0002 Pre-release
Pre-release

[v5.1.0-preview0002]

Added

  • DFSNamespaceRoot
    • Added support for setting the state of the namespace root (State).
  • DFSNamespaceFolder
    • Added support for setting the state of the namespace folder (State).
  • DFSNamespaceServerConfiguration
    • Added support for setting EnableSiteCostedReferrals, EnableInsiteReferrals and PreferLogonDC on a DFS namespace server.

Fixed

  • DFSNamespaceRoot
    • State and TargetState are only set to 'Online' when specifically passed in the configuration.
  • DFSNamespaceFolder
    • State and TargetState are only set to 'Online' when specifically passed in the configuration.
  • Updated out of date README.MD.

v5.1.0-preview0001

14 Feb 20:02
142b485
Compare
Choose a tag to compare
v5.1.0-preview0001 Pre-release
Pre-release

[v5.1.0-preview0001]

Added

  • DFSNamespaceServerConfiguration
    • Added support for setting EnableSiteCostedReferrals, EnableInsiteReferrals and PreferLogonDC on a DFS namespace server

Fixed

  • Updated out of date README.MD.

v5.0.1

07 Sep 18:18
4ab1f39
Compare
Choose a tag to compare

[v5.0.1]

  • DFSDsc
    • Removed the pipeline files build.psd1 as it is no longer needed.

v5.0.1-preview0001

07 Sep 17:57
4ab1f39
Compare
Choose a tag to compare
v5.0.1-preview0001 Pre-release
Pre-release

[v5.0.1-preview0001]

  • DFSDsc
    • Removed the pipeline files build.psd1 as it is no longer needed.

v5.0.0

01 Sep 07:01
89db2ba
Compare
Choose a tag to compare

[v5.0.0]

Changed

  • DFSNamespaceRoot
    • Added support for setting target referral status (TargetState) - fixes Issue #96.
    • Converted 'Ensure' parameters to default to 'Present' - fixes Issue #29.
  • DFSNamespaceFolder
    • Added support for setting target referral status (TargetState) - fixes Issue #96.
    • Converted 'Ensure' parameters to default to 'Present' - fixes Issue #29.
  • DFSReplicationGroup
    • Converted 'Ensure' parameters to default to 'Present' - fixes Issue #29.
  • DFSReplicationGroupMember
    • New module allowing replication group members to be separately defined outside of DFSReplicationGroup.
      This allows situations where new memberships may be added separately on individual servers, instead of a single server.
  • DFSReplicationGroupConnection
    • Add support for setting CrossFileRDCEnabled and MinimumRDCFileSizeInKB.
    • Converted 'Ensure' parameters to default to 'Present' - fixes Issue #29.
  • DFSReplicationGroupFolder
    • Allow Get-TargetResource and Test-TargetResource to run if group does not exist - fixes Issue #125.
  • DFSReplicationGroupMembership
    • Add support for setting EnsureEnabled, MinimumFileStagingSize, ConflictAndDeletedQuotaInMB, RemoveDeletedFiles and DfsnPath.
    • Allow Get-TargetResource and Test-TargetResource to run if group does not exist - fixes Issue #125.
  • BREAKING CHANGE: Changed resource prefix from MSFT to DSC.
  • Updated to use continuous delivery pattern using Azure DevOps - fixes
    Issue #41.
  • Updated build badges in README.MD.
  • Renamed DFSDsc.ResourceHelper module to DFSDsc.Common to align to
    other modules.
  • Correct case of localization folder names.
  • Update build badges in README.md with correct build IDs.
  • DFSDsc
    • Updated to use the common module DscResource.Common - Fixes Issue #102.
    • Fixed build failures caused by changes in ModuleBuilder module v1.7.0
      by changing CopyDirectories to CopyPaths - Fixes Issue #103.
    • Pin Pester module to 4.10.1 because Pester 5.0 is missing code
      coverage - Fixes Issue #105.
  • Renamed master branch to main - Fixes Issue #108.
  • Corrected build badge URLs in README.md.
  • Minor corrections to pipeline files and examples after renaming master
    branch to main.
  • DFSDsc
    • Automatically publish documentation to GitHub Wiki - Fixes Issue #109.
  • Updated GitVersion.yml to latest pattern - Fixes Issue #113.
  • Updated build to use Sampler.GitHubTasks - Fixes Issue #116.
  • Added support for publishing code coverage to CodeCov.io and
    Azure Pipelines - Fixes Issue #115.
  • Removed duplicate code coverage badge.
  • Updated .github issue templates to standard - Fixes Issue #123.
  • Added Create_ChangeLog_GitHub_PR task to publish stage of build pipeline.
  • Added SECURITY.md.
  • Updated pipeline Deploy_Module anb Code_Coverage jobs to use ubuntu-latest
    images - Fixes Issue #122.
  • Updated pipeline unit tests and integration tests to use Windows Server 2019 and
    Windows Server 2022 images - Fixes Issue #122.
  • Temporarily pinned build image to Ubuntu 20.04 - Fixes Issue #127.

Fixed

  • Fixed pipeline by replacing the GitVersion task in the azure-pipelines.yml
    with a script.

v4.5.0-preview0001

20 Apr 12:14
8e733a9
Compare
Choose a tag to compare
v4.5.0-preview0001 Pre-release
Pre-release

[v4.5.0-preview0001]

Changed

  • BREAKING CHANGE: Changed resource prefix from MSFT to DSC.
  • Updated to use continuous delivery pattern using Azure DevOps - fixes
    Issue #41.
  • Updated build badges in README.MD.
  • Renamed DFSDsc.ResourceHelper module to DFSDsc.Common to align to
    other modules.
  • Correct case of localization folder names.
  • Update build badges in README.md with correct build IDs.
  • DFSDsc
    • Updated to use the common module DscResource.Common - Fixes Issue #102.
    • Fixed build failures caused by changes in ModuleBuilder module v1.7.0
      by changing CopyDirectories to CopyPaths - Fixes Issue #103.
    • Pin Pester module to 4.10.1 because Pester 5.0 is missing code
      coverage - Fixes Issue #105.
  • Renamed master branch to main - Fixes Issue #108.
  • Corrected build badge URLs in README.md.
  • Minor corrections to pipeline files and examples after renaming master
    branch to main.
  • DFSDsc
    • Automatically publish documentation to GitHub Wiki - Fixes Issue #109.
  • Updated GitVersion.yml to latest pattern - Fixes Issue #113.
  • Updated build to use Sampler.GitHubTasks - Fixes Issue #116.
  • Added support for publishing code coverage to CodeCov.io and
    Azure Pipelines - Fixes Issue #115.
  • Removed duplicate code coverage badge.

v4.4.0-preview0003

20 Apr 06:45
b5399b0
Compare
Choose a tag to compare
v4.4.0-preview0003 Pre-release
Pre-release

[v4.4.0-preview0003]

Changed

  • BREAKING CHANGE: Changed resource prefix from MSFT to DSC.
  • Updated to use continuous delivery pattern using Azure DevOps - fixes
    Issue #41.
  • Updated build badges in README.MD.
  • Renamed DFSDsc.ResourceHelper module to DFSDsc.Common to align to
    other modules.
  • Correct case of localization folder names.
  • Update build badges in README.md with correct build IDs.
  • DFSDsc
    • Updated to use the common module DscResource.Common - Fixes Issue #102.
    • Fixed build failures caused by changes in ModuleBuilder module v1.7.0
      by changing CopyDirectories to CopyPaths - Fixes Issue #103.
    • Pin Pester module to 4.10.1 because Pester 5.0 is missing code
      coverage - Fixes Issue #105.
  • Renamed master branch to main - Fixes Issue #108.
  • Corrected build badge URLs in README.md.
  • Minor corrections to pipeline files and examples after renaming master
    branch to main.
  • DFSDsc
    • Automatically publish documentation to GitHub Wiki - Fixes Issue #109.
  • Updated GitVersion.yml to latest pattern - Fixes Issue #113.
  • Updated build to use Sampler.GitHubTasks - Fixes Issue #116.
  • Added support for publishing code coverage to CodeCov.io and
    Azure Pipelines - Fixes Issue #115.