Skip to content

Commit

Permalink
🔧 Force reload of Configuration and Logging modules in Update_SRE_SSL…
Browse files Browse the repository at this point in the history
…_Certificate.ps1
  • Loading branch information
jemrobinson committed Jun 17, 2024
1 parent 5af2b52 commit 275f168
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Import-Module Az.Compute
Import-Module Az.KeyVault
Import-Module $PSScriptRoot/../../common/AzureCompute -Force -ErrorAction Stop
Import-Module $PSScriptRoot/../../common/AzureKeyVault -Force -ErrorAction Stop
Import-Module $PSScriptRoot/../../common/Configuration -ErrorAction Stop
Import-Module $PSScriptRoot/../../common/Logging -ErrorAction Stop
Import-Module $PSScriptRoot/../../common/Configuration -Force -ErrorAction Stop
Import-Module $PSScriptRoot/../../common/Logging -Force -ErrorAction Stop


# Check that we are authenticated in Azure
Expand Down

0 comments on commit 275f168

Please sign in to comment.