Skip to content

Commit

Permalink
Update for #28469 #28620
Browse files Browse the repository at this point in the history
  • Loading branch information
stephybun authored Jan 31, 2025
1 parent 50ce57b commit 2bb8eb0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ ENHANCEMENTS:
* dependencies: `network` - update to use `2024-05-01` [GH-28146]
* dependencies: `privatedns` - update to use `2024-06-01` [GH-28599]
* dependencies: `storage` - update to use `2023-05-01` [GH-27760]
* Data Source: `azure_communication_service` - add support for the `hostname` property [GH-28620]
* `azurerm_api_management` - `capacity` now has a max limit of 50 [GH-28648]
* `azurerm_backup_protected_vm` - add support for feature `vm_backup_suspend_protection_and_retain_data_on_destroy` [GH-27950]
* `azurerm_cognitive_account` - support for the `bypass` property [GH-28221]
* `azure_communication_service` - add support for the `hostname` property [GH-28620]
* `azurerm_container_app_environment` - add support for Azure Monitor as a log destination [GH-26047]
* `azurerm_mssql_elasticpool`- add support for `MOPRMS` pool type and update validation for `PRMS` and `Gen5` pool types [GH-28453]
* `azurerm_mssql_managed_instance_transparent_data_encryption` - support for the `managed_hsm_key_id` property [GH-28480]
Expand All @@ -26,8 +28,9 @@ BUG FIXES:
* `azurerm_container_app` - update the validation regex for the resource's name [GH-28528]
* `azurerm_kubernetes_cluster` - parse `oms_agent.log_analytics_workspace_id` insensitively to handle inconsistent casing [GH-28575]
* `azurerm_kubernetes_flux_configuration` - fix issue where removing `post_build` from a `kustomization` resulted in an error from the API [GH-28590]
* `azurerm_linux_virtual_machine_scale_set` - Prevent crash caused by ommited `extensions_to_provision_after_vm_creation` block [GH-28549]
* `azurerm_orchestrated_virtual_machine_scale_set` - Prevent crash caused by ommited `extensions_to_provision_after_vm_creation` block [GH-28549]
* `azurerm_linux_virtual_machine_scale_set` - prevent crash caused by ommited `extensions_to_provision_after_vm_creation` block [GH-28549]
* `azurerm_log_analytics_storage_insights` - use subscription from workspace ID when building the resource ID [GH-28469]
* `azurerm_orchestrated_virtual_machine_scale_set` - prevent crash caused by ommited `extensions_to_provision_after_vm_creation` block [GH-28549]
* `azurerm_virtual_machine` - parse `os_disk` insensitively to handle inconsistent casing [GH-28592]
* `azurerm_windows_virtual_machine_scale_set` - Prevent crash caused by ommited `extensions_to_provision_after_vm_creation` block [GH-28549]

Expand Down

0 comments on commit 2bb8eb0

Please sign in to comment.