Skip to content

Commit

Permalink
updating to include #5784
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff authored Feb 18, 2020
1 parent d40ea07 commit 869a106
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ FEATURES:
* **Requires Import:** The Azure Provider now checks for the presence of an existing resource prior to creating it - which means that if you try and create a resource which already exists (without importing it) you'll be prompted to import this into the state.
* **New Resource:** `azurerm_linux_virtual_machine` [GH-5705]
* **New Resource:** `azurerm_linux_virtual_machine_scale_set` [GH-5705]
* **New Resource:** `azurerm_network_interface_security_group_association` [GH-5784]
* **New Resource:** `azurerm_virtual_machine_scale_set_extension` [GH-5705]
* **New Resource:** `azurerm_windows_virtual_machine` [GH-5705]
* **New Resource:** `azurerm_windows_virtual_machine_scale_set` [GH-5705]
Expand Down Expand Up @@ -47,6 +48,14 @@ BREAKING CHANGES:
* `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_mssql_elasticpool` - removing the deprecated `elastic_pool_properties` block [GH-5744]
* `azurerm_network_interface` - the `dns_servers` field now respects ordering [GH-5784]
* `azurerm_network_interface` - removing the deprecated `application_gateway_backend_address_pools_ids` field from the `ip_configurations` block [GH-5784]
* `azurerm_network_interface` - removing the deprecated `application_security_group_ids ` field from the `ip_configurations` block [GH-5784]
* `azurerm_network_interface` - removing the deprecated `load_balancer_backend_address_pools_ids ` field from the `ip_configurations` block [GH-5784]
* `azurerm_network_interface` - removing the deprecated `load_balancer_inbound_nat_rules_ids ` field from the `ip_configurations` block [GH-5784]
* `azurerm_network_interface` - removing the deprecated `internal_fqdn` field [GH-5784]
* `azurerm_network_interface` - removing the `network_security_group_id` field in favour of a new split-out resource `azurerm_network_interface_security_group_association` [GH-5784]
* `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_relay_namespace` - removing the `sku` block in favour of the `sku_name` field [GH-5719]
Expand Down

0 comments on commit 869a106

Please sign in to comment.