Closed fireflycons closed 4 years ago
Authentication context remains that which was in force when the module loaded...
Set-AWSCredential -ProfileName account_A Import-Module PSCloudFormation Set-AWSCredential -ProfileName account_B # Runs in account_A context - BUG Update-PSCFNStack ...
Authentication code has been completely rewritten for v4, so this should now be resolved.
Authentication context remains that which was in force when the module loaded...