You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
## 4.21.0 (Unreleased)
2
2
3
+
NOTES:
4
+
5
+
* The `azurerm_mssql_job_credential` resource now supports the `password_wo`[write-only argument](https://developer.hashicorp.com/terraform/language/v1.11.x/resources/ephemeral#write-only-arguments)
6
+
* The `azurerm_mssql_server` resource now supports the `administrator_login_password_wo`[write-only argument](https://developer.hashicorp.com/terraform/language/v1.11.x/resources/ephemeral#write-only-arguments)
7
+
* The `azurerm_mysql_flexible_server` resource now supports the `administrator_password_wo`[write-only argument](https://developer.hashicorp.com/terraform/language/v1.11.x/resources/ephemeral#write-only-arguments)
8
+
* The `azurerm_postgresql_flexible_server` resource now supports the `administrator_password_wo`[write-only argument](https://developer.hashicorp.com/terraform/language/v1.11.x/resources/ephemeral#write-only-arguments)
9
+
* The `azurerm_postgresql_server` resource now supports the `administrator_login_password_wo`[write-only argument](https://developer.hashicorp.com/terraform/language/v1.11.x/resources/ephemeral#write-only-arguments)
10
+
3
11
ENHANCEMENTS:
4
12
5
13
* dependencies: `kusto` - update API version to `2024-04-13`[GH-28685]
@@ -13,6 +21,9 @@ ENHANCEMENTS:
13
21
*`azurerm_linux_web_app_slot` - add support for Node Version `22`[GH-28840]
14
22
*`azurerm_mssql_job_credential` - add support for the `password_wo` and `password_wo_version` properties [GH-28808]
15
23
*`azurerm_mssql_server` - add support for the `administrator_login_password_wo` and `administrator_login_password_wo_version` properties [GH-28818]
24
+
*`azurerm_mysql_flexible_server` - add support for the `administrator_password_wo` and `administrator_password_wo_version` properties [GH-28799]
25
+
*`azurerm_postgresql_flexible_server` - add support for the `administrator_password_wo` and `administrator_password_wo_version` properties [GH-28857]
26
+
*`azurerm_postgresql_server` - add support for the `administrator_login_password_wo` and `administrator_login_password_wo_version` properties [GH-28856]
16
27
*`azurerm_windows_function_app` - correctly update `WEBSITE_CONTENTSHARE` and `WEBSITE_CONTENTAZUREFILECONNECTIONSTRING` when changed in `app_settings`[GH-28859]
17
28
*`azurerm_windows_function_app_slot` - correctly update `WEBSITE_CONTENTSHARE` and `WEBSITE_CONTENTAZUREFILECONNECTIONSTRING` when changed in `app_settings`[GH-28859]
0 commit comments