From 778b76529f7e94e3754269ba25782453b7305bbe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 11 Dec 2024 03:38:58 +0000 Subject: [PATCH] Auto update --- CHANGELOG.md | 1 + deprecated_variables.tf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daaa78da..94d6eb21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Support of oms\_agent\_enabled add-on [\#613](https://github.com/Azure/terraform-azurerm-aks/pull/613) ([lonegunmanb](https://github.com/lonegunmanb)) - Implement node\_network\_profile for default node pool [\#598](https://github.com/Azure/terraform-azurerm-aks/pull/598) ([zioproto](https://github.com/zioproto)) - Bump examples to AKS 1.30 [\#595](https://github.com/Azure/terraform-azurerm-aks/pull/595) ([zioproto](https://github.com/zioproto)) +- Add `v4` sub-folder so this module could run with AzureRM provider both `v3` and `v4`. [\#594](https://github.com/Azure/terraform-azurerm-aks/pull/594) ([lonegunmanb](https://github.com/lonegunmanb)) ## [9.2.0](https://github.com/Azure/terraform-azurerm-aks/tree/9.2.0) (2024-11-07) diff --git a/deprecated_variables.tf b/deprecated_variables.tf index 2982ffed..a5817280 100644 --- a/deprecated_variables.tf +++ b/deprecated_variables.tf @@ -28,4 +28,4 @@ variable "rbac_aad_server_app_secret" { type = string default = null description = "DEPRECATED, The Server Secret of an Azure Active Directory Application." -} \ No newline at end of file +}