Skip to content

Commit

Permalink
updating to include #15890
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff authored Mar 22, 2022
1 parent 1921537 commit 8e5c05a
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,28 +42,37 @@ ENHANCEMENTS:
* `azurerm_linux_function_app` - node version 16 preview support. [GH-15884]
* `azurerm_linux_function_app_slot` - add support for `storage_key_vault_secret_id` [GH-15793]
* `azurerm_linux_function_app_slot` - updating the read timeout to be 5m [GH-15867]
* `azurerm_linux_virtual_machine|windows_virual_machine` -support for the `termination_notification` property [GH-14933]
* `azurerm_linux_virtual_machine` - support for the `termination_notification` property [GH-14933]
* `azurerm_linux_virtual_machine ` - support for `edge_zone` [GH-15890]
* `azurerm_linux_virtual_machine_scale_set` - support for `edge_zone` [GH-15890]
* `azurerm_loadbalancer` - support for `edge_zone` [GH-15890]
* `azurerm_managed_disk` - support for `edge_zone` [GH-15890]
* `azurerm_management_group_policy_assignment` - support for User Assigned Identities [GH-15376]
* `azurerm_mssql_server` - `minimum_tls_version` now defaults to `1.2` [GH-10276]
* `azurerm_mysql_server` - `ssl_minimal_tls_version_enforced` now defaults to `1.2` [GH-10276]
* `azurerm_network_interface` - support for `edge_zone` [GH-15890]
* `azurerm_network_security_rule` - no longer locking on the network security group name [GH-15719]
`azurerm_postgresql_server` - `ssl_minimal_tls_version_enforced` now defaults to `1.2` [GH-10276]
* `azurerm_postgresql_server` - `ssl_minimal_tls_version_enforced` now defaults to `1.2` [GH-10276]
* `azurerm_public_ip` - support for `edge_zone` [GH-15890]
* `azurerm_redis_cache` - `minimum_tls_version` now defaults to `1.2` [GH-10276]
* `azurerm_resource_group` - Terraform now checks during the deletion of a Resource Group if there's any items remaining and will raise an error if so by default (to avoid deleting items unintentionally). This behaviour can be controlled using the `prevent_deletion_if_contains_resources` feature-flag within the `resource_group` block within the `features` block. [GH-13777]
* `azurerm_resource_group_policy_assignment` - support for User Assigned Identities [GH-15376]
* `azurerm_resource_policy_assignment` - support for User Assigned Identities [GH-15376]
* `azurerm_static_site` - `identity` now supports `SystemAssigned, UserAssigned` [GH-15834]
* `azurerm_storage_account` - support for `edge_zone` [GH-15890]
* `azurerm_storage_account` - `min_tls_version` now defaults to `1.2` [GH-10276]
* `azurerm_subscription_policy_assignment` - support for User Assigned Identities [GH-15376]
* `azurerm_virtual_network` - support for `edge_zone` [GH-15890]
* `azurerm_virtual_network_gateway` - support for `edge_zone` [GH-15890]
* `azurerm_windows_function_app` - add support for `storage_key_vault_secret_id` [GH-15793]
* `azurerm_windows_function_app` - updating the read timeout to be 5m [GH-15867]
* `azurerm_windows_function_app` node version validation string correctly prefixed with `~` [GH-15884]
* `azurerm_windows_function_app` node version 16 preview support [GH-15884]
* `azurerm_windows_function_app_slot` - add support for `storage_key_vault_secret_id` [GH-15793]
* `azurerm_windows_function_app_slot` - updating the read timeout to be 5m [GH-15867]
* `azurerm_windows_virual_machine` -support for the `termination_notification` property [GH-14933]
* `azurerm_container_registry` - validate the `georepliactions` property does not include the location of the Container Registry [GH-15847]

* `azurerm_windows_virtual_machine` - support for the `termination_notification` property [GH-14933]
* `azurerm_windows_virtual_machine` - support for `edge_zone` [GH-15890]
* `azurerm_windows_virtual_machine_scale_set` - support for `edge_zone` [GH-15890]

BUG FIXES:

Expand All @@ -80,6 +89,7 @@ BUG FIXES:
* `azurerm_application_gateway` - the `redirect_configuration` block is now a Set rather than a List [GH-6896]
* `azurerm_application_gateway` - the `request_routing_rule` block is now a Set rather than a List [GH-6896]
* `azurerm_application_gateway` - the `ssl_certificate` block is now a Set rather than a List [GH-6896]
* `azurerm_container_registry` - validate the `georepliactions` property does not include the location of the Container Registry [GH-15847]
* `azurerm_cosmosdb_mongo_collection` - the `default_ttl_seconds` can now be set to `-1` [GH-15736]
* `azurerm_eventhub` - prevent panic when the `capture_description` block is removed [GH-15930]
* `azurerm_local_network_gateway` : fix for `address_space` cannot be updated [GH-15159]
Expand Down

0 comments on commit 8e5c05a

Please sign in to comment.