Skip to content

Commit

Permalink
CHANGELOG.md for #15863
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte authored Mar 22, 2022
1 parent f385694 commit 19ddee5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ ENHANCEMENTS:
* Resources supporting Availability Zones: Zones are now treated consistently across the Provider and the field within Terraform has been renamed to either `zone` (for a single Zone) or `zones` (where multiple can be defined) - the complete list of resources can be found in the 3.0 Upgrade Guide [GH-14588]
* Resources supporting Managed Identity: Identity blocks are now treated consistently across the Provider - the complete list of resources can be found in the 3.0 Upgrade Guide [GH-15187]
* provider: removing the `network` and `relaxed_locking` feature flags, since this is now enabled by default [GH-15719]
* Data Source: `azurerm_linux_function_app` - add support for `storage_key_vault_secret_id` [GH-15793]
* Data Source: `azurerm_storage_account_sas` - now exports the `tag` and `filter` attributes [GH-15863]
* Data Source: `azurerm_windows_function_app` - add support for `storage_key_vault_secret_id` [GH-15793]
* `azurerm_eventgrid_system_topic_event_subscription` - support for the `delivery_property` property [GH-15559]
* `azurerm_iothub` - add support for `authentication_type` and `identity_id` properties in the `file_upload` block [GH-15874]
* `azurerm_kubernetes_cluster` - the `kube_admin_config` block is now marked as sensitive in addition to all items within it [GH-4105]
Expand All @@ -37,8 +40,6 @@ ENHANCEMENTS:
* `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]
* Data Source: `azurerm_linux_function_app` - add support for `storage_key_vault_secret_id` [GH-15793]
* Data Source: `azurerm_windows_function_app` - add support for `storage_key_vault_secret_id` [GH-15793]
* `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]
Expand Down

0 comments on commit 19ddee5

Please sign in to comment.