Skip to content

Commit

Permalink
updating to include #5844
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff authored Feb 23, 2020
1 parent 0e9a4ea commit 73412bb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ BREAKING CHANGES:
* 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]
* Data Source: `azurerm_azuread_application` - This data source has been removed since it was deprecated [GH-5748]
* Data Source: `azurerm_azuread_service_principal` - This data source has been removed since it was deprecated [GH-5748]
* Data Source: `azurerm_builtin_role_definition` - the deprecated data source has been removed [GH-5844]
* Data Source: `azurerm_dns_zone` - removing the deprecated `zone_type` field [GH-5794]
* Data Source: `azurerm_dns_zone` - removing the deprecated `registration_virtual_network_ids` field [GH-5794]
* Data Source: `azurerm_dns_zone` - removing the deprecated `resolution_virtual_network_ids` field [GH-5794]
Expand All @@ -39,6 +40,7 @@ BREAKING CHANGES:
* Data Source: `azurerm_kubernetes_cluster` - removing the field `dns_prefix` from the `agent_pool_profile` block [GH-5823]
* Data Source: `azurerm_network_interface` - removing the deprecated field `internal_fqdn` [GH-5823]
* Data Source: `azurerm_private_link_service` - removing the deprecated field `network_interface_ids` [GH-5823]
* Data Source: `azurerm_private_link_endpoint_connection` - the deprecated data source has been removed [GH-5844]
* Data Source: `azurerm_recovery_services_protection_policy_vm` has been renamed to `azurerm_backup_policy_vm` [GH-5816]
* Data Source: `azurerm_role_definition` - removing the alias `VirtualMachineContributor` which has been deprecated in favour of the full name `Virtual Machine Contributor` [GH-5733]
* Data Source: `azurerm_scheduler_job_collection` - This data source has been removed since it was deprecated [GH-5712]
Expand All @@ -64,20 +66,23 @@ BREAKING CHANGES:
* `azurerm_automation_credential` - removing the deprecated `account_name` field [GH-5781]
* `azurerm_automation_runbook` - removing the deprecated `account_name` field [GH-5781]
* `azurerm_automation_schedule` - removing the deprecated `account_name` field [GH-5781]
* `azurerm_autoscale_setting` - the deprecated resource has been removed [GH-5844]
* `azurerm_availability_set` - updating the default value for `managed` from `false` to `true` [GH-5724]
* `azurerm_azuread_application` - This resource has been removed since it was deprecated [GH-5748]
* `azurerm_azuread_service_principal_password` - This resource has been removed since it was deprecated [GH-5748]
* `azurerm_azuread_service_principal` - This resource has been removed since it was deprecated [GH-5748]
* `azurerm_client_config` - removing the deprecated field `service_principal_application_id` [GH-5823]
* `azurerm_client_config` - removing the deprecated field `service_principal_object_id` [GH-5823]
* `azurerm_cognitive_account` - removing the deprecated `sku_name` block [GH-5797]
* `azurerm_connection_monitor` - the deprecated resource has been removed [GH-5844]
* `azurerm_container_group` - removing the `port` field from the `container` block [GH-5823]
* `azurerm_container_group` - removing the `protocol` field from the `container` block [GH-5823]
* `azurerm_container_group` - the `ports` field is no longer Computed [GH-5823]
* `azurerm_container_group` - the `protocol` field within the `ports` block is no longer Computed and now defaults to `TCP` [GH-5823]
* `azurerm_container_group` - removing the deprecated field `command` [GH-5823]
* `azurerm_container_registry` - removing the deprecated `storage_account` block [GH-5823]
* `azurerm_container_service` - This resource has been removed since it was deprecated [GH-5709]
* `azurerm_ddos_protection_plan` - the deprecated resource has been removed [GH-5844]
* `azurerm_devspace_controller` - removing the deprecated `sku` block [GH-5795]
* `azurerm_dns_cname_record` - removing the deprecated `records` field [GH-5794]
* `azurerm_dns_ns_record` - removing the deprecated `records` field [GH-5794]
Expand Down Expand Up @@ -117,6 +122,8 @@ BREAKING CHANGES:
* `azurerm_log_analytics_linked_service` - The `resource_id` field has been moved from the `linked_service_properties` block to the top-level and the deprecated field `linked_service_properties` will be removed. This has been replaced by the `resource_id` resource [GH-5775]
* `azurerm_maps_account` - the `sku_name` field is now case-sensitive [GH-5776]
* `azurerm_mariadb_server` - removing the `sku` block since it's been deprecated in favour of the `sku_name` field [GH-5777]
* `azurerm_metric_alertrule` - the deprecated resource has been removed [GH-5844]
* `azurerm_monitor_metric_alertrule` - the deprecated resource has been removed [GH-5844]
* `azurerm_mssql_elasticpool` - removing the deprecated `elastic_pool_properties` block [GH-5744]
* `azurerm_mysql_server` - removing the deprecated `sku` block [GH-5743]
* `azurerm_network_interface` - removing the deprecated `application_gateway_backend_address_pools_ids` field from the `ip_configurations` block [GH-5784]
Expand All @@ -129,6 +136,7 @@ BREAKING CHANGES:
* `azurerm_network_interface` - the `virtual_machine_id` field is now computed-only since it's not setable [GH-5784]
* `azurerm_notification_hub_namesapce` - removing the `sku` block in favour of the `sku_name` argument [GH-5722]
* `azurerm_postgresql_server` - removing the `sku` block which has been deprecated in favour of the `sku_name` field [GH-5721]
* `azurerm_private_link_endpoint` - the deprecated resource has been removed [GH-5844]
* `azurerm_private_link_service` - removing the deprecated field `network_interface_ids` [GH-5823]
* `azurerm_public_ip` - making the `allocation_method` field required [GH-5823]
* `azurerm_public_ip` - removing the deprecated field `public_ip_address_allocation` [GH-5823]
Expand Down

0 comments on commit 73412bb

Please sign in to comment.