Skip to content

Commit 4ceb471

Browse files
updating to include #5794
1 parent a8c4a69 commit 4ceb471

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ BREAKING CHANGES:
2323
* Data Source: `azurerm_app_service_plan` - the deprecated `properties` block has been removed since these properties have been moved to the top level [GH-5717]
2424
* Data Source: `azurerm_azuread_application` - This data source has been removed since it was deprecated [GH-5748]
2525
* Data Source: `azurerm_azuread_service_principal` - This data source has been removed since it was deprecated [GH-5748]
26+
* Data Source: `azurerm_dns_zone` - removing the deprecated `zone_type` field [GH-5794]
27+
* Data Source: `azurerm_dns_zone` - removing the deprecated `registration_virtual_network_ids` field [GH-5794]
28+
* Data Source: `azurerm_dns_zone` - removing the deprecated `resolution_virtual_network_ids` field [GH-5794]
2629
* Data Source: `azurerm_key_vault` - removing the `sku` block since this has been deprecated in favour of the `sku_name` field [GH-5774]
2730
* Data Source: `azurerm_key_vault_key` - removing the deprecated `vault_uri` field [GH-5774]
2831
* Data Source: `azurerm_key_vault_secret` - removing the deprecated `vault_uri` field [GH-5774]
@@ -37,6 +40,11 @@ BREAKING CHANGES:
3740
* `azurerm_cognitive_account` - removing the deprecated `sku_name` block [GH-5797]
3841
* `azurerm_container_service` - This resource has been removed since it was deprecated [GH-5709]
3942
* `azurerm_devspace_controller` - removing the deprecated `sku` block [GH-5795]
43+
* `azurerm_dns_cname_record` - removing the deprecated `records` field [GH-5794]
44+
* `azurerm_dns_ns_record` - removing the deprecated `records` field [GH-5794]
45+
* `azurerm_dns_zone` - removing the deprecated `zone_type` field [GH-5794]
46+
* `azurerm_dns_zone` - removing the deprecated `registration_virtual_network_ids` field [GH-5794]
47+
* `azurerm_dns_zone` - removing the deprecated `resolution_virtual_network_ids` field [GH-5794]
4048
* `azurerm_eventhub` - removing the deprecated `location` field [GH-5793]
4149
* `azurerm_eventhub_authorization_rule` - removing the deprecated `location` field [GH-5793]
4250
* `azurerm_eventhub_consumer_group` - removing the deprecated `location` field [GH-5793]

0 commit comments

Comments
 (0)