Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stephybun authored Sep 28, 2023
1 parent 7d44f7e commit ff98670
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,29 @@
FEATURES:

* New Resource: `azurerm_application_load_balancer` [GH-22517]
* New Resource: `azurerm_resource_management_private_link` [GH-23098]

ENHANCEMENTS:

* dependencies: `firewall` migrated to `hashicorp/go-azure-sdk` [GH-22863]
* `azurerm_bot_service_azure_bot` - add support for the `icon_url` property [GH-23114]
* `azurerm_cognitive_deployment` - `capacity` property is now updateable [GH-23251]
* `azurerm_container_group` - added support for `key_vault_user_identity_id` [GH-23332]
* `azurerm_data_factory` - added support for the `publish_enabled` property [GH-2334]
* `azurerm_firewall_policy_rule_collection_group` - add support for the `description` property [GH-23354]
* `azurerm_kubernetes_cluster` - `network_profile.network_policy` can be migrated to `cilium` [GH-23342]
* `azurerm_log_analytics_workspace` - add support for the `data_collection_rule_id` property [GH-23347]
* `azurerm_mysql_flexible_server` - add support for the `io_scaling_enabled` property [GH-23329]

BUG FIXES:

* `azurerm_api_management_api` - fix importing `openapi` format content file issue [GH-23348]
* `azurerm_cdn_frontdoor_rule` - allow a `cache_duration` of `00:00:00` [GH-23384]
* `azurerm_key_vault_certificate` - fix a bug that prevented soft-deleted certificates from being recovered [GH-23204]
* `azurerm_log_analytics_solution` - fix create and update lifecycle of resource by splitting methods [GH-23333]
* `azurerm_management_group_subscription_association` - mark resource as gone correctly if not found when retrieving [GH-23335]
* `azurerm_management_lock` - add polling after create and delete to check for RP propagation [GH-23345]
* `azurerm_monitor_diagnostic_setting` - added validation to ensure at least one of `category` or `category_group` is supplied [GH-23308]
* `azurerm_palo_alto_local_rulestack_prefix_list` - fix rulestack not being committed on delete [GH-23362]
* `azurerm_palo_alto_local_rulestack_fqdn_list` - fix rulestack not being committed on delete [GH-23362]
* `security_center_subscription_pricing_resource` - disabled extensions logic now works as expected [GH-22997]
Expand Down

0 comments on commit ff98670

Please sign in to comment.