Skip to content

Releases: dsccommunity/ActiveDirectoryCSDsc

v5.1.0-preview0002

01 Jun 14:06
60f9961
Compare
Choose a tag to compare
v5.1.0-preview0002 Pre-release
Pre-release

[v5.1.0-preview0002]

Changed

  • ActiveDirectoryCSDsc
    • Automatically publish documentation to GitHub Wiki - Fixes Issue #122.
  • Renamed master branch to main - Fixes Issue #124.
  • Updated GitVersion.yml to latest pattern - Fixes Issue #126.
  • Updated build to use Sampler.GitHubTasks - Fixes Issue #129.
  • Added support for publishing code coverage to CodeCov.io and
  • Azure Pipelines - Fixes Issue #130.
  • Azure pipelines - Remove deprecated images, make the build work
  • Azure Pipelines - Reverted PublishCodeCoverageResults back to v1 to display line level coverage in ADO.
  • Tests - Added tests for catch blocks in AdcsCertificationAuthority, AcdsOnlineResponder, AdcsWebEnrollment.
  • Tests - Migrate all tests to Pester 5

v5.1.0-preview0001

21 Apr 11:28
fc7d5d1
Compare
Choose a tag to compare
v5.1.0-preview0001 Pre-release
Pre-release

[v5.1.0-preview0001]

Changed

  • ActiveDirectoryCSDsc
    • Automatically publish documentation to GitHub Wiki - Fixes Issue #122.
  • Renamed master branch to main - Fixes Issue #124.
  • Updated GitVersion.yml to latest pattern - Fixes Issue #126.
  • Updated build to use Sampler.GitHubTasks - Fixes Issue #129.
  • Added support for publishing code coverage to CodeCov.io and
    Azure Pipelines - Fixes Issue #130.

v5.0.1-preview0002

30 Dec 20:22
Compare
Choose a tag to compare
v5.0.1-preview0002 Pre-release
Pre-release

[v5.0.1-preview0002]

Changed

  • ActiveDirectoryCSDsc
    • Automatically publish documentation to GitHub Wiki - Fixes Issue #122.
  • Renamed master branch to main - Fixes Issue #124.

v5.0.1-preview0001

04 Jul 23:38
bcdcf2a
Compare
Choose a tag to compare
v5.0.1-preview0001 Pre-release
Pre-release

[v5.0.1-preview0001]

Changed

  • ActiveDirectoryCSDsc
    • Automatically publish documentation to GitHub Wiki - Fixes Issue #122.

v5.0.0

20 Jun 23:16
5e2daad
Compare
Choose a tag to compare

[v5.0.0]

Changed

  • Updated common function Test-DscParameterState to support ordered comparison
    of arrays by copying function and tests from ComputerManagementDsc.
  • Added new resource AdcsAuthorityInformationAccess - see
    Issue #101.
  • BREAKING CHANGE: Deprecate AdcsOcspExtension. This has been superceeded by
    AdcsAuthorityInformationAccess.
  • AdcsCertificateAuthoritySettings:
    • Correct types returned by CRLPeriodUnits and AuditFilter properties
      from Get-TargetResource.
  • Updated module ownership to DSC Community.
  • BREAKING CHANGE: Changed resource prefix from MSFT to DSC.
  • Updated to use continuous delivery pattern using Azure DevOps - Fixes
    Issue #105.
  • Fixed build badge IDs - Fixes Issue #108.
  • Corrected MOF formatting of DSC_AdcsAuthorityInformationAccess.schema.mof
    to fix issue with auto documentation generation.
  • Updated CI pipeline files.
  • No longer run integration tests when running the build task test, e.g.
    .\build.ps1 -Task test. To manually run integration tests, run the
    following:
    .\build.ps1 -Tasks test -PesterScript 'tests/Integration' -CodeCoverageThreshold 0
  • Removed unused files repository - Fixes Issue #112.
  • Change Azure DevOps Pipeline definition to include source/* - Fixes Issue #114.
  • Updated pipeline to use latest version of ModuleBuilder - Fixes Issue #115.
  • Merge HISTORIC_CHANGELOG.md into CHANGELOG.md - Fixes Issue #115.
  • Fixed build failures caused by changes in ModuleBuilder module v1.7.0
    by changing CopyDirectories to CopyPaths - Fixes Issue #119.
  • Updated to use the common module DscResource.Common - Fixes Issue #117.
  • Pin Pester module to 4.10.1 because Pester 5.0 is missing code
    coverage - Fixes Issue #118.

Added

  • Added build task Generate_Conceptual_Help to generate conceptual help
    for the DSC resource.
  • Added build task Generate_Wiki_Content to generate the wiki content
    that can be used to update the GitHub Wiki.

v5.0.0-preview0003

20 Jun 22:44
5e2daad
Compare
Choose a tag to compare
v5.0.0-preview0003 Pre-release
Pre-release

[v5.0.0-preview0003]

Changed

  • Updated common function Test-DscParameterState to support ordered comparison
    of arrays by copying function and tests from ComputerManagementDsc.
  • Added new resource AdcsAuthorityInformationAccess - see
    Issue #101.
  • BREAKING CHANGE: Deprecate AdcsOcspExtension. This has been superceeded by
    AdcsAuthorityInformationAccess.
  • AdcsCertificateAuthoritySettings:
    • Correct types returned by CRLPeriodUnits and AuditFilter properties
      from Get-TargetResource.
  • Updated module ownership to DSC Community.
  • BREAKING CHANGE: Changed resource prefix from MSFT to DSC.
  • Updated to use continuous delivery pattern using Azure DevOps - Fixes
    Issue #105.
  • Fixed build badge IDs - Fixes Issue #108.
  • Corrected MOF formatting of DSC_AdcsAuthorityInformationAccess.schema.mof
    to fix issue with auto documentation generation.
  • Updated CI pipeline files.
  • No longer run integration tests when running the build task test, e.g.
    .\build.ps1 -Task test. To manually run integration tests, run the
    following:
    .\build.ps1 -Tasks test -PesterScript 'tests/Integration' -CodeCoverageThreshold 0
  • Removed unused files repository - Fixes Issue #112.
  • Change Azure DevOps Pipeline definition to include source/* - Fixes Issue #114.
  • Updated pipeline to use latest version of ModuleBuilder - Fixes Issue #115.
  • Merge HISTORIC_CHANGELOG.md into CHANGELOG.md - Fixes Issue #115.
  • Fixed build failures caused by changes in ModuleBuilder module v1.7.0
    by changing CopyDirectories to CopyPaths - Fixes Issue #119.
  • Updated to use the common module DscResource.Common - Fixes Issue #117.
  • Pin Pester module to 4.10.1 because Pester 5.0 is missing code
    coverage - Fixes Issue #118.

Added

  • Added build task Generate_Conceptual_Help to generate conceptual help
    for the DSC resource.
  • Added build task Generate_Wiki_Content to generate the wiki content
    that can be used to update the GitHub Wiki.

v5.0.0-preview0002

26 Apr 21:50
0bf8fb7
Compare
Choose a tag to compare
v5.0.0-preview0002 Pre-release
Pre-release

[v5.0.0-preview0002]

Changed

  • Updated common function Test-DscParameterState to support ordered comparison
    of arrays by copying function and tests from ComputerManagementDsc.
  • Added new resource AdcsAuthorityInformationAccess - see
    Issue #101.
  • BREAKING CHANGE: Deprecate AdcsOcspExtension. This has been superceeded by
    AdcsAuthorityInformationAccess.
  • AdcsCertificateAuthoritySettings:
    • Correct types returned by CRLPeriodUnits and AuditFilter properties
      from Get-TargetResource.
  • Updated module ownership to DSC Community.
  • BREAKING CHANGE: Changed resource prefix from MSFT to DSC.
  • Updated to use continuous delivery pattern using Azure DevOps - Fixes
    Issue #105.
  • Fixed build badge IDs - Fixes Issue #108.
  • Corrected MOF formatting of DSC_AdcsAuthorityInformationAccess.schema.mof
    to fix issue with auto documentation generation.
  • Updated CI pipeline files.
  • No longer run integration tests when running the build task test, e.g.
    .\build.ps1 -Task test. To manually run integration tests, run the
    following:
    .\build.ps1 -Tasks test -PesterScript 'tests/Integration' -CodeCoverageThreshold 0
  • Removed unused files repository - Fixes Issue #112.

Added

  • Added build task Generate_Conceptual_Help to generate conceptual help
    for the DSC resource.
  • Added build task Generate_Wiki_Content to generate the wiki content
    that can be used to update the GitHub Wiki.

v5.0.0-preview0001

25 Mar 03:24
2cd76ce
Compare
Choose a tag to compare
v5.0.0-preview0001 Pre-release
Pre-release

[v5.0.0-preview0001]

Changed

  • Updated common function Test-DscParameterState to support ordered comparison
    of arrays by copying function and tests from ComputerManagementDsc.
  • Added new resource AdcsAuthorityInformationAccess - see
    Issue #101.
  • BREAKING CHANGE: Deprecate AdcsOcspExtension. This has been superceeded by
    AdcsAuthorityInformationAccess.
  • AdcsCertificateAuthoritySettings:
    • Correct types returned by CRLPeriodUnits and AuditFilter properties
      from Get-TargetResource.
  • Updated module ownership to DSC Community.
  • BREAKING CHANGE: Changed resource prefix from MSFT to DSC.
  • Updated to use continuous delivery pattern using Azure DevOps - Fixes
    Issue #105.
  • Fixed build badge IDs - Fixes Issue #108.
  • Corrected MOF formatting of DSC_AdcsAuthorityInformationAccess.schema.mof
    to fix issue with auto documentation generation.

Added

  • Added build task Generate_Conceptual_Help to generate conceptual help
    for the DSC resource.
  • Added build task Generate_Wiki_Content to generate the wiki content
    that can be used to update the GitHub Wiki.

Changed

  • Updated CI pipeline files.
  • No longer run integration tests when running the build task test, e.g.
    .\build.ps1 -Task test. To manually run integration tests, run the
    following:
    .\build.ps1 -Tasks test -PesterScript 'tests/Integration' -CodeCoverageThreshold 0

v4.1.0

25 Jan 01:25
Compare
Choose a tag to compare
  • AdcsCertificationAuthoritySettings:
    • Fix grammar in the resource README.md.
  • Fix minor style issues in statement case.

v4.0.0

25 Jan 01:26
Compare
Choose a tag to compare
  • BREAKING CHANGE: ActiveDirectoryCSDsc module minimum requirements updated
    to WMF 5.0 because newly added AdcsCertificateAuthoritySettings resource
    requires WMF 5.0.
  • Added new resource AdcsCertificateAuthoritySettings - see
    Issue #13.
  • Added new resource AdcsTemplate.
  • Replaced switch blocks with if blocks for evaluating 'Ensure' parameter
    because switch was missing break - fixes Issue #87.
  • Added Comment Based Help for New-NotImplementedException common function.
  • Moved code to create the user account for use in integration test into a
    CommonTestHelper.psm1 function.
  • Removed user account creation code from AppVeyor.yml and into integration
    tests themselves to make tests execution easier.
  • Updated user account creation code to use local user/group management Powershell
    cmdlets available in WMF 5.1 - fixes Issue #24.
  • AdcsCertificationAuthority:
    • Integration tests updated to create test user account in administrators
      group to make test execution easier.