Skip to content

Commit

Permalink
Update for #23335 #23332 #23333 #23308
Browse files Browse the repository at this point in the history
  • Loading branch information
stephybun authored Sep 21, 2023
1 parent 039420b commit 8078e1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ ENHANCEMENTS:
* `azurerm_bot_channel_directline` - add support for `user_upload_enabled`, `endpoint_parameters_enabled` and `storage_enabled` [GH-23149]
* `azurerm_container_app` - add support for scale rules [GH-23294]
* `azurerm_container_app_environment` - add support for zone redundancy [GH-23313]
* `azurerm_container_group` - add support for the `key_vault_user_identity_id` property for Customer Managed Keys [GH-23332]
* `azurerm_cosmosdb_account` - add support for MongoDB connection strings [GH-23331]
* `azurerm_data_factory_dataset_delimited_text` - add support for the `dynamic_file_system_enabled`, `dynamic_path_enabled` and `dynamic_filename_enabled` properties [GH-23261]
* `azurerm_data_factory_dataset_parquet` - add support for the `azure_blob_fs_location` block [GH-23261]
* `azurerm_monitor_diagnostic_setting` - add validation to ensure either `category` or `category_group` are supplied in `enabled_log` and `log` blocks [GH-23308]
* `azurerm_network_interface` - add support for the `auxiliary_mode` and `auxiliary_sku` properties [GH-22979]
* `azurerm_postgresql_flexible_server` - increase the maximum supported value for `storage_mb` [GH-23277]
* `azurerm_shared_image_version` - add support for the `replicated_region_deletion_enabled` and `target_region.exclude_from_latest_enabled` properties [GH-23147]
Expand All @@ -38,6 +40,8 @@ BUG FIXES:
* `azurerm_linux_web_app` - Fix crash in auto heal expansion [GH-21328]
* `azurerm_linux_web_app_slot` - fix docker app stack update [GH-23303]
* `azurerm_linux_web_app_slot` - Fix crash in auto heal expansion [GH-21328]
* `azurerm_log_analytics_solution` - fix bug where the resource wasn't handling successful creation on subsequent applies [GH-23312]
* `azurerm_management_group_subscription_association` - fix bug to correctly mark resource as gone if not found during read [GH-23335]
* `azurerm_mssql_elasticpool` - remove check that prevents `license_type` from being set for certain skus [GH-23262]
* `azurerm_servicebus_queue` - fixing an issue where `auto_delete_on_idle` couldn't be set to `P10675199DT2H48M5.4775807S` [GH-23296]
* `azurerm_servicebus_topic` - fixing an issue where `auto_delete_on_idle` couldn't be set to `P10675199DT2H48M5.4775807S` [GH-23296]
Expand Down

0 comments on commit 8078e1b

Please sign in to comment.