From 08ed4a5fb587ffb603d72de14b9382b6ad718357 Mon Sep 17 00:00:00 2001 From: Jim Madge Date: Mon, 4 Dec 2023 09:46:59 +0000 Subject: [PATCH] Add missing import for logging module --- .../setup/Update_SRE_Guacamole_Dashboard.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/secure_research_environment/setup/Update_SRE_Guacamole_Dashboard.ps1 b/deployment/secure_research_environment/setup/Update_SRE_Guacamole_Dashboard.ps1 index bca97f977e..df90bee203 100644 --- a/deployment/secure_research_environment/setup/Update_SRE_Guacamole_Dashboard.ps1 +++ b/deployment/secure_research_environment/setup/Update_SRE_Guacamole_Dashboard.ps1 @@ -8,6 +8,7 @@ param( Import-Module Az.Accounts -ErrorAction Stop Import-Module $PSScriptRoot/../../common/AzureCompute -Force -ErrorAction Stop Import-Module $PSScriptRoot/../../common/Configuration -Force -ErrorAction Stop +Import-Module $PSScriptRoot/../../common/Logging -Force -ErrorAction Stop # Get config and original context before changing subscription