Skip to content

Commit

Permalink
Update CHANGELOG.md for #8549
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofallops authored Oct 6, 2020
1 parent c813398 commit f6568c9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 2.31.0 (Unreleased)

UPGRADE NOTES

* This release updates the `azurerm_security_center_subscription_pricing` resource to use the latest version of the Security API which now allows configuring multiple Resource Types - as such a new field `resource_type` is now available. Configurations default the `resource_type` to `VirtualMachines` which matches the behaviour of the previous release - but your Terraform Configuration may need updating.

FEATURES:

* **New Resource:** `azurerm_service_fabric_mesh_application` [GH-6761]
Expand All @@ -10,14 +14,15 @@ IMPROVEMENTS:
* `data.azurerm_application_insights` - Add support for the `connection_string` property [GH-8699]
* `azurerm_app_service` - allow v6 IPs for the `ip_restriction` property [GH-8599]
* `azurerm_application_insights` - Add support for the `connection_string` property [GH-8699]
* `azurerm_backup_policy_vm` - validate daily backups is > `7` [GH-7898]
* `azurerm_dedicated_host` - add support for the `DSv4-Type1` and `sku_name` properties [GH-8718]
* `azurerm_iothub` - Support for the `public_network_access_enabled` property [GH-8586]
* `azurerm_key_vault_certificate_issuer` - the `org_id` property is now optional [GH-8687]
* `azurerm_kubernetes_cluster_node_pool` - `node_count`, `min_node`, and `max_node` can now be set to `0` [GH-8300]
* `azurerm_mssql_database` - support `0` for the `min_capacity` property [GH-8308]
* `azurerm_mssql_server` - support the `minimum_tls_version` property [GH-8361]
* `azurerm_mssql_virtual_machine` - Add support for `storage_configuration_settings` [GH-8623]
* `azurerm_backup_policy_vm` - validate daily backups is > `7` [GH-7898]
* `azurerm_security_center_subscription_pricing` - now supports per `resource_type` pricing [GH-8549]

BUG FIXES:

Expand Down

0 comments on commit f6568c9

Please sign in to comment.