From 57c5c493af005fcc3890cff57854093e16850251 Mon Sep 17 00:00:00 2001 From: zjhe Date: Tue, 5 Mar 2024 10:11:03 +0800 Subject: [PATCH] remove section about #515 --- NoticeOnUpgradeTov8.0.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/NoticeOnUpgradeTov8.0.md b/NoticeOnUpgradeTov8.0.md index 052d70e4..3567f01c 100644 --- a/NoticeOnUpgradeTov8.0.md +++ b/NoticeOnUpgradeTov8.0.md @@ -50,11 +50,4 @@ The `brown_field_application_gateway_for_ingress`, `create_role_assignments_for_ 2. `green_field_application_gateway_for_ingress`: This variable is used when you want the module to create a new Application Gateway for the AKS cluster. It is an object that contains the name of the Application Gateway to be used or created in the Nodepool Resource Group (`name`), the subnet CIDR to be used to create an Application Gateway (`subnet_cidr`), and the ID of the subnet on which to create an Application Gateway (`subnet_id`). If this variable is set, the module will create a new Application Gateway with the provided configuration. -3. `create_role_assignments_for_application_gateway`: This is a boolean variable that determines whether to create the corresponding role assignments for the application gateway or not. By default, it is set to `true`. Role assignments are necessary for the Application Gateway to function correctly with the AKS cluster. If set to `true`, the module will create the necessary role assignments on the Application Gateway. - -## Redesign variable for new created `azurerm_log_analytics_workspace` - -1. The `cluster_log_analytics_workspace_name` variable has been replaced with a new `new_log_analytics_workspace` variable. This new variable is an object that allows for more granular configuration of the Log Analytics Workspace. - -2. The `log_analytics_workspace_resource_group_name`, `log_analytics_workspace_sku`, and `log_retention_in_days` variables have been removed and their functionalities have been incorporated into the `new_log_analytics_workspace` variable. - +3. `create_role_assignments_for_application_gateway`: This is a boolean variable that determines whether to create the corresponding role assignments for the application gateway or not. By default, it is set to `true`. Role assignments are necessary for the Application Gateway to function correctly with the AKS cluster. If set to `true`, the module will create the necessary role assignments on the Application Gateway. \ No newline at end of file