- Added
NAPTR
record type support in cmdlets.
- Introduced secrets detection feature to safeguard sensitive data.
- Added cmdlets:
Get-AzDnsDnssecConfig
New-AzDnsDnssecConfig
Remove-AzDnsDnssecConfig
- Added three new record types,
DS
,TLSA
andNAPTR
.
- Removed length validation for DNS TXT record to make it consistent with Azure CLI and Azure portal.
- Update references in .psd1 to use relative path
- Fixed a typo in
Set-AzDnsZone
help examples.
- Automatic DNS NameServer Delegation
- Create DNS zone cmdlet accepts parent zone name as additional optional parameter.
- Adds NS records in the parent zone for newly created child zone.
- General availability of
Az.Dns
module