Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.46 KB

ChangeLog.md

File metadata and controls

47 lines (37 loc) · 1.46 KB

Upcoming Release

Version 1.2.1

  • Introduced secrets detection feature to safeguard sensitive data.

Version 1.2.0

  • Added cmdlets:
    • Get-AzDnsDnssecConfig
    • New-AzDnsDnssecConfig
    • Remove-AzDnsDnssecConfig
  • Added three new record types, DS, TLSA and NAPTR.

Version 1.1.3

  • Removed length validation for DNS TXT record to make it consistent with Azure CLI and Azure portal.

Version 1.1.2

  • Update references in .psd1 to use relative path

Version 1.1.1

  • Fixed a typo in Set-AzDnsZone help examples.

Version 1.1.0

  • 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.

Version 1.0.0

  • General availability of Az.Dns module