diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
deleted file mode 100644
index dcd525c6..00000000
--- a/.devcontainer/devcontainer.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "image": "mcr.microsoft.com/azterraform:latest",
-
- "runArgs": [
- "--cap-add=SYS_PTRACE",
- "--security-opt",
- "seccomp=unconfined",
- "--init",
- "--network=host"
- ],
-
- "mounts": [ "source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind" ],
- "customizations": {
- "vscode": {
- "settings": {
- "go.toolsManagement.checkForUpdates": "local",
- "go.useLanguageServer": true,
- "go.goroot": "/usr/local/go"
- },
- "extensions": [
- "hashicorp.terraform",
- "golang.Go"
- ]
- }
- }
-}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 028b527e..a62fdd93 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@
- Change default value for `var.agents_pool_max_surge` to 10% [\#554](https://github.com/Azure/terraform-azurerm-aks/pull/554) ([lonegunmanb](https://github.com/lonegunmanb))
- Update Microsoft.ContainerService managedClusters API version to 2024-02-01 [\#552](https://github.com/Azure/terraform-azurerm-aks/pull/552) ([olofmattsson-inriver](https://github.com/olofmattsson-inriver))
- Bump github.com/Azure/terraform-module-test-helper from 0.19.0 to 0.22.0 in /test [\#549](https://github.com/Azure/terraform-azurerm-aks/pull/549) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Amending log analytics attributes [\#548](https://github.com/Azure/terraform-azurerm-aks/pull/548) ([lonegunmanb](https://github.com/lonegunmanb))
- bump k8s version for example since 1.26 has been deprecated [\#540](https://github.com/Azure/terraform-azurerm-aks/pull/540) ([lonegunmanb](https://github.com/lonegunmanb))
- Bump github.com/Azure/terraform-module-test-helper from 0.18.0 to 0.19.0 in /test [\#521](https://github.com/Azure/terraform-azurerm-aks/pull/521) ([dependabot[bot]](https://github.com/apps/dependabot))
diff --git a/examples/application_gateway_ingress/TestRecord.md b/examples/application_gateway_ingress/TestRecord.md
index b7d80b0c..c3e3750a 100644
--- a/examples/application_gateway_ingress/TestRecord.md
+++ b/examples/application_gateway_ingress/TestRecord.md
@@ -1,3 +1,25 @@
+## 06 Jun 24 02:47 UTC
+
+Success: true
+
+### Versions
+
+Terraform v1.8.3
+on linux_amd64
++ provider registry.terraform.io/azure/azapi v1.13.1
++ provider registry.terraform.io/hashicorp/azurerm v3.106.1
++ provider registry.terraform.io/hashicorp/kubernetes v2.22.0
++ provider registry.terraform.io/hashicorp/null v3.2.2
++ provider registry.terraform.io/hashicorp/random v3.3.2
++ provider registry.terraform.io/hashicorp/time v0.9.1
++ provider registry.terraform.io/hashicorp/tls v4.0.5
+
+### Error
+
+
+
+---
+
## 05 Jun 24 08:40 UTC
Success: true
diff --git a/examples/multiple_node_pools/TestRecord.md b/examples/multiple_node_pools/TestRecord.md
index 523601aa..91a61951 100644
--- a/examples/multiple_node_pools/TestRecord.md
+++ b/examples/multiple_node_pools/TestRecord.md
@@ -1,3 +1,23 @@
+## 06 Jun 24 01:40 UTC
+
+Success: true
+
+### Versions
+
+Terraform v1.8.3
+on linux_amd64
++ provider registry.terraform.io/azure/azapi v1.13.1
++ provider registry.terraform.io/hashicorp/azurerm v3.106.1
++ provider registry.terraform.io/hashicorp/null v3.2.2
++ provider registry.terraform.io/hashicorp/random v3.3.2
++ provider registry.terraform.io/hashicorp/tls v4.0.5
+
+### Error
+
+
+
+---
+
## 05 Jun 24 07:35 UTC
Success: true
diff --git a/examples/named_cluster/TestRecord.md b/examples/named_cluster/TestRecord.md
index 600fa21a..90311c08 100644
--- a/examples/named_cluster/TestRecord.md
+++ b/examples/named_cluster/TestRecord.md
@@ -1,3 +1,24 @@
+## 06 Jun 24 03:43 UTC
+
+Success: true
+
+### Versions
+
+Terraform v1.8.3
+on linux_amd64
++ provider registry.terraform.io/anschoewe/curl v1.0.2
++ provider registry.terraform.io/azure/azapi v1.13.1
++ provider registry.terraform.io/hashicorp/azurerm v3.106.1
++ provider registry.terraform.io/hashicorp/null v3.2.2
++ provider registry.terraform.io/hashicorp/random v3.3.2
++ provider registry.terraform.io/hashicorp/tls v4.0.5
+
+### Error
+
+
+
+---
+
## 05 Jun 24 09:39 UTC
Success: true
diff --git a/examples/startup/TestRecord.md b/examples/startup/TestRecord.md
index a2ed79e8..6fe4889c 100644
--- a/examples/startup/TestRecord.md
+++ b/examples/startup/TestRecord.md
@@ -1,3 +1,24 @@
+## 06 Jun 24 03:18 UTC
+
+Success: true
+
+### Versions
+
+Terraform v1.8.3
+on linux_amd64
++ provider registry.terraform.io/anschoewe/curl v1.0.2
++ provider registry.terraform.io/azure/azapi v1.13.1
++ provider registry.terraform.io/hashicorp/azurerm v3.106.1
++ provider registry.terraform.io/hashicorp/null v3.2.2
++ provider registry.terraform.io/hashicorp/random v3.3.2
++ provider registry.terraform.io/hashicorp/tls v4.0.5
+
+### Error
+
+
+
+---
+
## 05 Jun 24 09:11 UTC
Success: true
diff --git a/examples/with_acr/TestRecord.md b/examples/with_acr/TestRecord.md
index 67c97dd3..15abef63 100644
--- a/examples/with_acr/TestRecord.md
+++ b/examples/with_acr/TestRecord.md
@@ -1,3 +1,23 @@
+## 06 Jun 24 01:36 UTC
+
+Success: true
+
+### Versions
+
+Terraform v1.8.3
+on linux_amd64
++ provider registry.terraform.io/azure/azapi v1.13.1
++ provider registry.terraform.io/hashicorp/azurerm v3.106.1
++ provider registry.terraform.io/hashicorp/null v3.2.2
++ provider registry.terraform.io/hashicorp/random v3.3.2
++ provider registry.terraform.io/hashicorp/tls v4.0.5
+
+### Error
+
+
+
+---
+
## 05 Jun 24 07:28 UTC
Success: true
diff --git a/examples/without_monitor/TestRecord.md b/examples/without_monitor/TestRecord.md
index f97c0e3a..992f3e70 100644
--- a/examples/without_monitor/TestRecord.md
+++ b/examples/without_monitor/TestRecord.md
@@ -1,3 +1,24 @@
+## 06 Jun 24 03:39 UTC
+
+Success: true
+
+### Versions
+
+Terraform v1.8.3
+on linux_amd64
++ provider registry.terraform.io/anschoewe/curl v1.0.2
++ provider registry.terraform.io/azure/azapi v1.13.1
++ provider registry.terraform.io/hashicorp/azurerm v3.106.1
++ provider registry.terraform.io/hashicorp/null v3.2.2
++ provider registry.terraform.io/hashicorp/random v3.3.2
++ provider registry.terraform.io/hashicorp/tls v4.0.5
+
+### Error
+
+
+
+---
+
## 05 Jun 24 09:28 UTC
Success: true
diff --git a/extra_node_pool.tf b/extra_node_pool.tf
index 310db8e4..ba6da702 100644
--- a/extra_node_pool.tf
+++ b/extra_node_pool.tf
@@ -46,7 +46,7 @@ resource "azurerm_kubernetes_cluster_node_pool" "node_pool_create_before_destroy
avm_git_last_modified_at = "2024-03-04 03:19:50"
avm_git_org = "Azure"
avm_git_repo = "terraform-azurerm-aks"
- avm_yor_trace = "fbc872e7-d2da-4fbe-ac4a-82cd667889e1"
+ avm_yor_trace = "335dad5e-9256-48de-9b42-756950648879"
} /**/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /**/))
ultra_ssd_enabled = each.value.ultra_ssd_enabled
vnet_subnet_id = each.value.vnet_subnet_id
@@ -204,7 +204,7 @@ resource "azurerm_kubernetes_cluster_node_pool" "node_pool_create_after_destroy"
avm_git_last_modified_at = "2024-01-11 08:26:20"
avm_git_org = "Azure"
avm_git_repo = "terraform-azurerm-aks"
- avm_yor_trace = "021dc473-723a-422e-80bc-1b8b226f2ab6"
+ avm_yor_trace = "7572465b-6fa7-48d6-8df6-4bfca0fbf1e3"
} /**/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /**/))
ultra_ssd_enabled = each.value.ultra_ssd_enabled
vnet_subnet_id = each.value.vnet_subnet_id
diff --git a/log_analytics.tf b/log_analytics.tf
index 8de0b383..ddf72259 100644
--- a/log_analytics.tf
+++ b/log_analytics.tf
@@ -21,7 +21,7 @@ resource "azurerm_log_analytics_workspace" "main" {
avm_git_last_modified_at = "2023-06-05 02:21:33"
avm_git_org = "Azure"
avm_git_repo = "terraform-azurerm-aks"
- avm_yor_trace = "73379b47-15e5-4154-879c-7330d3a4f775"
+ avm_yor_trace = "c36f407e-4c5e-452f-80b4-75cbd32f1808"
} /**/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /**/), (/**/ (var.tracing_tags_enabled ? { for k, v in /**/ {
avm_yor_name = "main"
} /**/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /**/))
@@ -70,7 +70,7 @@ resource "azurerm_log_analytics_solution" "main" {
avm_git_last_modified_at = "2023-07-20 06:04:07"
avm_git_org = "Azure"
avm_git_repo = "terraform-azurerm-aks"
- avm_yor_trace = "27203bd5-9941-43bf-85db-ddc392c209fd"
+ avm_yor_trace = "23af22fa-0a21-42b7-8d4f-13b0b0080a31"
} /**/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /**/), (/**/ (var.tracing_tags_enabled ? { for k, v in /**/ {
avm_yor_name = "main"
} /**/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /**/))
diff --git a/main.tf b/main.tf
index 36720abc..47081231 100644
--- a/main.tf
+++ b/main.tf
@@ -43,7 +43,7 @@ resource "azurerm_kubernetes_cluster" "main" {
avm_git_last_modified_at = "2024-02-16 15:45:22"
avm_git_org = "Azure"
avm_git_repo = "terraform-azurerm-aks"
- avm_yor_trace = "681d31d6-cb63-4b44-b2ad-5f5d864d2a1c"
+ avm_yor_trace = "b78bf31a-520f-46bc-9c1c-257c14716b97"
} /**/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /**/), (/**/ (var.tracing_tags_enabled ? { for k, v in /**/ {
avm_yor_name = "main"
} /**/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /**/))