Skip to content

Commit c7e95a6

Browse files
authored
update CHANGELOG.md for #7963
1 parent dcd84a1 commit c7e95a6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
## 2.34.0 (Unreleased)
22

3+
UPGRADE NOTES
4+
5+
* This release changes the default value for `azurerm_api_management_api.subscription_required` property to `true`. This was the behaviour prior to `v2.15.0` and is a more secure default which will prevent accidently exposing API's.
6+
37
BUG FIXES:
48

9+
* `azurerm_api_management_api` - ensure `subscription_required` defaults to the more secure `true` value as well revery to `v2.15` and lower's behaviour [GH-7963]
510
* `log_analytics_workspace` - support for the `daily_quota_gb` property [GH-8861]
611
* `azurerm_kubernetes_cluster` - Fix issue where `min_count` and `max_count` couldn't be the equal [GH-8957]
712
* `azurerm_signalr_service` - switching the`features` block to a set so order is irrelevant [GH-8815]
@@ -10,7 +15,7 @@ BUG FIXES:
1015

1116
UPGRADE NOTES
1217

13-
> * This release includes a workaround for [a breaking change in Azure’s API related to the Extended Auditing Policy](https://github.com/Azure/azure-rest-api-specs/issues/11271) of the SQL and MSSQL resources. The Service Team have confirmed that this Regression will first roll out to all regions before the bug fix is deployed - as such this workaround will be removed in a future release once the fix for the Azure API has been rolled out to all regions.
18+
* This release includes a workaround for [a breaking change in Azure’s API related to the Extended Auditing Policy](https://github.com/Azure/azure-rest-api-specs/issues/11271) of the SQL and MSSQL resources. The Service Team have confirmed that this Regression will first roll out to all regions before the bug fix is deployed - as such this workaround will be removed in a future release once the fix for the Azure API has been rolled out to all regions.
1419

1520
FEATURES:
1621

0 commit comments

Comments
 (0)