diff --git a/03-Azure/01-03-Infrastructure/06_Migration_Secure_AI_Ready/resources/artifacts/Bootstrap.ps1 b/03-Azure/01-03-Infrastructure/06_Migration_Secure_AI_Ready/resources/artifacts/Bootstrap.ps1 index 44585153..cb477641 100644 --- a/03-Azure/01-03-Infrastructure/06_Migration_Secure_AI_Ready/resources/artifacts/Bootstrap.ps1 +++ b/03-Azure/01-03-Infrastructure/06_Migration_Secure_AI_Ready/resources/artifacts/Bootstrap.ps1 @@ -99,8 +99,6 @@ $PSBoundParameters.GetEnumerator() | Sort-Object Name | ForEach-Object { # Early Az init - before any module install/update in this session $ErrorActionPreference = 'Stop' -Disable-AzContextAutosave -Scope Process | Out-Null - Import-Module Az.Accounts -Force Import-Module Az.Resources -Force Import-Module Az.KeyVault -Force