Skip to content

Commit

Permalink
Update for #18048
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofallops authored Aug 19, 2022
1 parent 92ae101 commit e413d3b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 3.19.1 (Unreleased)

BUG FIXES:

* `azurerm_dns_a_record` - parse resource IDs insensitively in the read functions due to casing on the dnsZones segment [GH-18048]
* `azurerm_dns_aaaa_record` - parse resource IDs insensitively in the read functions due to casing on the dnsZones segment [GH-18048]
* `azurerm_dns_caa_record` - parse resource IDs insensitively in the read functions due to casing on the dnsZones segment [GH-18048]
* `azurerm_dns_cname_record` - parse resource IDs insensitively in the read functions due to casing on the dnsZones segment [GH-18048]
* `azurerm_dns_mx_record` - parse resource IDs insensitively in the read functions due to casing on the dnsZones segment [GH-18048]
* `azurerm_dns_ns_record` - parse resource IDs insensitively in the read functions due to casing on the dnsZones segment [GH-18048]
* `azurerm_dns_ptr_record` - parse resource IDs insensitively in the read functions due to casing on the dnsZones segment [GH-18048]
* `azurerm_dns_srv_record` - parse resource IDs insensitively in the read functions due to casing on the dnsZones segment [GH-18048]
* `azurerm_dns_txt_record` - parse resource IDs insensitively in the read functions due to casing on the dnsZones segment [GH-18048]
* `azurerm_dns_zone` - parse resource IDs insensitively in the read functions due to casing on the dnsZones segment [GH-18048]

## 3.19.0 (August 18, 2022)

FEATURES:
Expand Down

0 comments on commit e413d3b

Please sign in to comment.