From bdc9c9aea93c7be01b506d219b735cc6d16cf6bb Mon Sep 17 00:00:00 2001 From: Andreas Schwarz Date: Fri, 6 Mar 2026 15:54:08 +0100 Subject: [PATCH] Remove Disable-AzContextAutosave command Removed the Disable-AzContextAutosave command from the script. --- .../resources/artifacts/Bootstrap.ps1 | 2 -- 1 file changed, 2 deletions(-) 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