Closed
Description
Prerequisites
- I have searched open and closed issues to make sure it isn't already requested
- I have written a descriptive issue title
- I have linked the original source of this feature request
- I have tagged the issue appropriately (area/*, kind/enhancement)
The problem
When using azure powershell in an environment where multiple scripts are running with different credentials, we should turn off context autosave, as this will make all authentication occur in memory, and isolate each session from the context changes in other sessions (Disable-AzureRMContextAutosave -Scope CurrentUser
).