Skip to content

Commit

Permalink
fixing the formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff authored Jul 12, 2024
1 parent 1f916d7 commit 165e213
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ ENHANCEMENTS:
* Data Source: `azurerm_network_service_tags` - extend validation for `service` to allow `AzureFrontDoor.Backend`, `AzureFrontDoor.Frontend`, and `AzureFrontDoor.FirstParty` [GH-26429]
* `azurerm_api_management_identity_provider_aad` - support for the `client_library` property [GH-26093]
* `azurerm_api_management_identity_provider_aadb2c` - support for the `client_library` property [GH-26093]
* `azurerm_linux_web_app` - support the value `8.3` for the `php_version` property [GH-26194]
* `azurerm_dev_test_virtual_network` - support for the `shared_public_ip_address` property [GH-26299]
* `azurerm_kubernetes_cluster` - support for the `certificate_authority` block under the `service_mesh_profile` block [GH-26543]
* `azurerm_linux_web_app` - support the value `8.3` for the `php_version` property [GH-26194]
* `azurerm_machine_learning_compute_cluster` - the `identity` property can now be updated [GH-26404]
* `azurerm_web_application_firewall_policy` - support for the `JSChallenge` value for `managed_rules.managed_rule_set.rule_group_override.rule_action` [GH-26561]

Expand All @@ -31,12 +31,12 @@ BUG FIXES:
* `azurerm_communication_service` - the `primary_connection_string`, `primary_key`, `secondary_connection_string`, and `secondary_key` properties are now sensitive [GH-26560]
* `azurerm_mysql_flexible_server_configuration` - add locks to prevent conflicts when deleting the resource [GH-26289]
* `azurerm_nginx_deployment` - changing the `frontend_public.ip_address`, `frontend_private.ip_address`, `frontend_private.allocation_method`, and `frontend_private.subnet_id` now creates a new resource [GH-26298]
* `azurerm_servicebus_namespace` - parse the identity returned by the API insensitively before setting into state [GH-26540]
* `azurerm_palo_alto_local_rulestack_rule` - correctl read the `protocol` property on read when the `protocol_ports` property is configured [GH-26510]
* `azurerm_servicebus_namespace` - parse the identity returned by the API insensitively before setting into state [GH-26540]

DEPRECATIONS:

* `azurerm_servicebus_queue_resource.go` - `enable_batched_operations`, `enable_express` and `enable_partitioning` are superseded by `batched_operations_enabled`, `express_enabled` and `partitioning_enabled` [GH-26479]
* `azurerm_servicebus_queue` - `enable_batched_operations`, `enable_express` and `enable_partitioning` are superseded by `batched_operations_enabled`, `express_enabled` and `partitioning_enabled` [GH-26479]
* `azurerm_servicebus_subscription` - `enable_batched_operations` has been superseded by `batched_operations_enabled` [GH-26479]
* `azurerm_servicebus_topic` - `enable_batched_operations`, `enable_express` and `enable_partitioning` are superseded by `batched_operations_enabled`, `express_enabled` and `partitioning_enabled` [GH-26479]

Expand Down

0 comments on commit 165e213

Please sign in to comment.