From a09802a36b77c29f8198dc8ca6a5dd08cea0ca77 Mon Sep 17 00:00:00 2001 From: Jim Madge Date: Mon, 25 Nov 2024 16:33:29 +0000 Subject: [PATCH] Correct component name --- data_safe_haven/infrastructure/programs/sre/firewall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_safe_haven/infrastructure/programs/sre/firewall.py b/data_safe_haven/infrastructure/programs/sre/firewall.py index 1f46db980b..4e45aff208 100644 --- a/data_safe_haven/infrastructure/programs/sre/firewall.py +++ b/data_safe_haven/infrastructure/programs/sre/firewall.py @@ -336,7 +336,7 @@ def __init__( # Add diagnostic settings for firewall # This links the firewall to the log analytics workspace - insights.DiagnosticSettings( + insights.DiagnosticSetting( f"{self._name}_firewall_diagnostic_settings", name="firewall_diagnostic_settings", log_analytics_destination_type="Dedicated",