Skip to content

Commit

Permalink
Releasing version 4.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreenegit committed Aug 7, 2019
1 parent 270e4b9 commit 9dc28ca
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
27 changes: 20 additions & 7 deletions ActiveDirectoryCSDsc.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
# Version number of this module.
moduleVersion = '3.3.0.0'
moduleVersion = '4.0.0.0'

# ID used to uniquely identify this module
GUID = 'f8ddd7fc-c6d6-469e-8a80-c96efabe2fcc'
Expand Down Expand Up @@ -64,16 +64,29 @@
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '- Remove reference to StorageDsc in README.md - fixes [Issue 76](https://github.com/PowerShell/ActiveDirectoryCSDsc/issues/76).
- Combined all `ActiveDirectoryCSDsc.ResourceHelper` module functions into
`ActiveDirectoryCSDsc.Common` module and renamed to `ActiveDirectoryCSDsc.CommonHelper`
module.
- Opted into Common Tests "Common Tests - Validate Localization" -
fixes [Issue 82](https://github.com/PowerShell/ActiveDirectoryCSDsc/issues/82).
ReleaseNotes = '- 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](https://github.com/PowerShell/ActiveDirectoryCSDsc/issues/13).
- Added new resource AdcsTemplate.
- Replaced `switch` blocks with `if` blocks for evaluating "Ensure" parameter
because switch was missing `break` - fixes [Issue 87](https://github.com/PowerShell/ActiveDirectoryCSDsc/issues/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](https://github.com/PowerShell/ActiveDirectoryCSDsc/issues/24).
- AdcsCertificationAuthority:
- Integration tests updated to create test user account in administrators
group to make test execution easier.
'
} # End of PSData hashtable
} # End of PrivateData hashtable
}



2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.0.0.0

- BREAKING CHANGE: ActiveDirectoryCSDsc module minimum requirements updated
to WMF 5.0 because newly added AdcsCertificateAuthoritySettings resource
requires WMF 5.0.
Expand Down

0 comments on commit 9dc28ca

Please sign in to comment.