You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DnsServerSetting: Refactor the resource to use cmdlet *-DnsServerSetting (#257)
- DnsServerSetting
- BREAKING CHANGE: A few properties that are not supported by any DNS
Server PowerShell cmdlet was moved to the new resource _DnsServerSettingLegacy_.
- Changed to use `Get-DnsServerSetting` and `Set-DnsServerSetting`
([issue #185](#185)).
- BREAKING CHANGE: The property `DisableAutoReverseZones` have been renamed
to `DisableAutoReverseZone`.
- BREAKING CHANGE: The property `ListenAddresses` have been renamed
to `ListeningIPAddress`.
- BREAKING CHANGE: The property `AllowUpdate` was changed to a boolean
value (`$true` or `$false`) since that is what the cmdlet `Set-DnsServerSetting`
is expecting (related to [issue #101](#101)).
- BREAKING CHANGE: The property `EnableDnsSec` was changed to a boolean
value (`$true` or `$false`) since that is what the cmdlet `Set-DnsServerSetting`
is expecting.
- BREAKING CHANGE: The property `ForwardDelegations` was changed to a boolean
value (`$true` or `$false`) since that is what the cmdlet `Set-DnsServerSetting`
is expecting.
- BREAKING CHANGE: The properties `DsPollingInterval` and `DsTombstoneInterval`
has been removed ([issue #252](#252)).
Use the resource _DnsServerDsSetting_ to enforce these properties.
- DnsServerSettingLegacy
- A new resource to manage legacy DNS Server settings that are not supported
by any DNS Server PowerShell cmdlet.
0 commit comments