Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSFT_xDSCWebService.psm1: Applied fix for issue #460 #507

Merged
merged 15 commits into from
Feb 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
- Added full stops to the end of all functions help in CommonResourceHelper.psm1.
- Added unit tests for `New-InvalidArgumentException`, `New-InvalidDataException` and
`New-InvalidOperationException` CommonResourceHelper.psm1 functions.
- Changes to `MSFT_xDSCWebService`
- Fixed [issue #528](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/528): Unable to disable selfsigned certificates using AcceptSelfSignedCertificates=$false
- Fixed [issue #460](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/460): Redeploy DSC Pull Server fails with error

## 8.5.0.0

Expand Down
Loading