dsccommunity / ActiveDirectoryDsc

This module contains DSC resources for deployment and configuration of Active Directory Domain Services.
MIT License
345 stars 142 forks source link

ADReplicationSiteLink: Fix When ensure absent test-targetresource return false if other parameters are set. #594

Closed wmaniek123 closed 4 years ago

wmaniek123 commented 4 years ago

Pull Request (PR) description

Fix ADReplicationSiteLink Test-TargetResource when Ensure is Absent and other attributes are set.

This Pull Request (PR) fixes the following issues

Task list


This change is Reviewable

X-Guardian commented 4 years ago

Hi @wmaniek123, this PR is failing because you haven't added an entry to the CHANGELOG.md file.

Add the following under the ## [Unreleased] line:

### Fixed

- ADReplicationSiteLink
  - Fix Test-TargetResource when Ensure is Absent and other attributes are set
    ([issue #593](https://github.com/PowerShell/ActiveDirectoryDsc/issues/593)).
wmaniek123 commented 4 years ago

Hi @X-Guardian. CHANGELOG.md file has been updated now

X-Guardian commented 4 years ago

Thanks for this @wmaniek123