Skip to content

Commit

Permalink
BREAKING CHANGE: xDnsServerSetting: Add parameter DnsServer (#161)
Browse files Browse the repository at this point in the history
- xDnsServerSetting
  - BREAKING CHANGE: The mandatory parameter was replaced by the mandatory
    parameter `DnsServer`. This prevents the resource from being used twice in the
    same configuration using the same value for the parameter `DnsServer` (issue #156).
  • Loading branch information
johlju authored Feb 16, 2021
1 parent 9e100e0 commit 359f149
Show file tree
Hide file tree
Showing 9 changed files with 530 additions and 44 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
- Now uses `[CimInstance]::new()` both in the resource code and the resource
unit test to clone the existing DNS record instead of using the method
`Clone()` that does not exist in PowerShell 7.
- xDnsServerSetting
- BREAKING CHANGE: The mandatory parameter was replaced by the mandatory
parameter `DnsServer`. This prevents the resource from being used twice
in the same configuration using the same value for the parameter `DnsServer`
([issue #156](https://github.com/dsccommunity/xDnsServer/issues/156)).

### Removed

Expand Down
Loading

0 comments on commit 359f149

Please sign in to comment.