Skip to content

Commit

Permalink
Merge pull request #1681 from alan-turing-institute/missing_import
Browse files Browse the repository at this point in the history
Add missing import for logging module
  • Loading branch information
JimMadge authored Dec 6, 2023
2 parents 2fc12d7 + 08ed4a5 commit f55a852
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f55a852

Please sign in to comment.