Releases: dsccommunity/ActiveDirectoryCSDsc
Releases · dsccommunity/ActiveDirectoryCSDsc
v5.1.0-preview0004
[v5.1.0-preview0004]
Changed
- ActiveDirectoryCSDsc
- Automatically publish documentation to GitHub Wiki - Fixes Issue #122.
- Revert Pester to non-prerelease.
- Use DscResource.Base pre-release.
- Renamed
masterbranch tomain- Fixes Issue #124. - Updated
GitVersion.ymlto latest pattern - Fixes Issue #126. - Updated build to use
Sampler.GitHubTasks- Fixes Issue #129. - Added support for publishing code coverage to
CodeCov.ioand - Azure Pipelines - Fixes Issue #130.
- Azure pipelines - Remove deprecated images, make the build work
- Azure Pipelines - Reverted
PublishCodeCoverageResultsback to v1 to display line level coverage in ADO. Tests- Added tests for catch blocks inAdcsCertificationAuthority,AcdsOnlineResponder,AdcsWebEnrollment.Tests- Migrate all tests to Pester 5.- Include module file in code coverage.
- Add RootModule to Module psd1.
- AdcsAuthorityInformationAccess
- Removed
AllowRestartServiceparameter from compared settings, forceGet-CaAiaUriList
to return unmangledSystem.String[]with single values.
Fixes Issue #128
Fixes Issue #138. - Convert to class-based resource.
- Removed
Get-CaAiaUriList- Clean up tests.
- Change Write-Verbose to Write-Debug.
Get-CAAuthorityInformationAccessforce Verbose to false.- Move to Private function.
Restart-ServiceIfExists- Change Write-Verbose to Write-Debug.
Added
- AdcsReason
- Used in class-based resources.
- Testing
- WebAdministration Stub, to allow AdcsEnrollmentPolicyWebService to pass without the module being installed.
v5.1.0-preview0003
[v5.1.0-preview0003]
Changed
- ActiveDirectoryCSDsc
- Automatically publish documentation to GitHub Wiki - Fixes Issue #122.
- Renamed
masterbranch tomain- Fixes Issue #124. - Updated
GitVersion.ymlto latest pattern - Fixes Issue #126. - Updated build to use
Sampler.GitHubTasks- Fixes Issue #129. - Added support for publishing code coverage to
CodeCov.ioand - Azure Pipelines - Fixes Issue #130.
- Azure pipelines - Remove deprecated images, make the build work
- Azure Pipelines - Reverted
PublishCodeCoverageResultsback to v1 to display line level coverage in ADO. Tests- Added tests for catch blocks inAdcsCertificationAuthority,AcdsOnlineResponder,AdcsWebEnrollment.Tests- Migrate all tests to Pester 5- AdcsAuthorityInformationAccess
- Removed
AllowRestartServiceparameter from compared settings, forceGet-CaAiaUriList
to return unmangledSystem.String[]with single values.
Fixes Issue #128
Fixes Issue #138.
- Removed
v5.1.0-preview0002
[v5.1.0-preview0002]
Changed
- ActiveDirectoryCSDsc
- Automatically publish documentation to GitHub Wiki - Fixes Issue #122.
- Renamed
masterbranch tomain- Fixes Issue #124. - Updated
GitVersion.ymlto latest pattern - Fixes Issue #126. - Updated build to use
Sampler.GitHubTasks- Fixes Issue #129. - Added support for publishing code coverage to
CodeCov.ioand - Azure Pipelines - Fixes Issue #130.
- Azure pipelines - Remove deprecated images, make the build work
- Azure Pipelines - Reverted
PublishCodeCoverageResultsback to v1 to display line level coverage in ADO. Tests- Added tests for catch blocks inAdcsCertificationAuthority,AcdsOnlineResponder,AdcsWebEnrollment.Tests- Migrate all tests to Pester 5
v5.1.0-preview0001
[v5.1.0-preview0001]
Changed
- ActiveDirectoryCSDsc
- Automatically publish documentation to GitHub Wiki - Fixes Issue #122.
- Renamed
masterbranch tomain- Fixes Issue #124. - Updated
GitVersion.ymlto latest pattern - Fixes Issue #126. - Updated build to use
Sampler.GitHubTasks- Fixes Issue #129. - Added support for publishing code coverage to
CodeCov.ioand
Azure Pipelines - Fixes Issue #130.
v5.0.1-preview0002
[v5.0.1-preview0002]
Changed
- ActiveDirectoryCSDsc
- Automatically publish documentation to GitHub Wiki - Fixes Issue #122.
- Renamed
masterbranch tomain- Fixes Issue #124.
v5.0.1-preview0001
[v5.0.1-preview0001]
Changed
- ActiveDirectoryCSDsc
- Automatically publish documentation to GitHub Wiki - Fixes Issue #122.
v5.0.0
[v5.0.0]
Changed
- Updated common function
Test-DscParameterStateto support ordered comparison
of arrays by copying function and tests fromComputerManagementDsc. - Added new resource AdcsAuthorityInformationAccess - see
Issue #101. - BREAKING CHANGE: Deprecate AdcsOcspExtension. This has been superceeded by
AdcsAuthorityInformationAccess. - AdcsCertificateAuthoritySettings:
- Correct types returned by
CRLPeriodUnitsandAuditFilterproperties
from Get-TargetResource.
- Correct types returned by
- 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
latestversion ofModuleBuilder- Fixes Issue #115. - Merge
HISTORIC_CHANGELOG.mdintoCHANGELOG.md- Fixes Issue #115. - Fixed build failures caused by changes in
ModuleBuildermodule v1.7.0
by changingCopyDirectoriestoCopyPaths- Fixes Issue #119. - Updated to use the common module DscResource.Common - Fixes Issue #117.
- Pin
Pestermodule to 4.10.1 because Pester 5.0 is missing code
coverage - Fixes Issue #118.
Added
- Added build task
Generate_Conceptual_Helpto generate conceptual help
for the DSC resource. - Added build task
Generate_Wiki_Contentto generate the wiki content
that can be used to update the GitHub Wiki.
v5.0.0-preview0003
[v5.0.0-preview0003]
Changed
- Updated common function
Test-DscParameterStateto support ordered comparison
of arrays by copying function and tests fromComputerManagementDsc. - Added new resource AdcsAuthorityInformationAccess - see
Issue #101. - BREAKING CHANGE: Deprecate AdcsOcspExtension. This has been superceeded by
AdcsAuthorityInformationAccess. - AdcsCertificateAuthoritySettings:
- Correct types returned by
CRLPeriodUnitsandAuditFilterproperties
from Get-TargetResource.
- Correct types returned by
- 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
latestversion ofModuleBuilder- Fixes Issue #115. - Merge
HISTORIC_CHANGELOG.mdintoCHANGELOG.md- Fixes Issue #115. - Fixed build failures caused by changes in
ModuleBuildermodule v1.7.0
by changingCopyDirectoriestoCopyPaths- Fixes Issue #119. - Updated to use the common module DscResource.Common - Fixes Issue #117.
- Pin
Pestermodule to 4.10.1 because Pester 5.0 is missing code
coverage - Fixes Issue #118.
Added
- Added build task
Generate_Conceptual_Helpto generate conceptual help
for the DSC resource. - Added build task
Generate_Wiki_Contentto generate the wiki content
that can be used to update the GitHub Wiki.
v5.0.0-preview0002
[v5.0.0-preview0002]
Changed
- Updated common function
Test-DscParameterStateto support ordered comparison
of arrays by copying function and tests fromComputerManagementDsc. - Added new resource AdcsAuthorityInformationAccess - see
Issue #101. - BREAKING CHANGE: Deprecate AdcsOcspExtension. This has been superceeded by
AdcsAuthorityInformationAccess. - AdcsCertificateAuthoritySettings:
- Correct types returned by
CRLPeriodUnitsandAuditFilterproperties
from Get-TargetResource.
- Correct types returned by
- 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_Helpto generate conceptual help
for the DSC resource. - Added build task
Generate_Wiki_Contentto generate the wiki content
that can be used to update the GitHub Wiki.
v5.0.0-preview0001
[v5.0.0-preview0001]
Changed
- Updated common function
Test-DscParameterStateto support ordered comparison
of arrays by copying function and tests fromComputerManagementDsc. - Added new resource AdcsAuthorityInformationAccess - see
Issue #101. - BREAKING CHANGE: Deprecate AdcsOcspExtension. This has been superceeded by
AdcsAuthorityInformationAccess. - AdcsCertificateAuthoritySettings:
- Correct types returned by
CRLPeriodUnitsandAuditFilterproperties
from Get-TargetResource.
- Correct types returned by
- 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_Helpto generate conceptual help
for the DSC resource. - Added build task
Generate_Wiki_Contentto 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