microsoft / MSCloudLoginAssistant

PowerShell Module Handling Authentication to Cloud Services
https://www.powershellgallery.com/packages/MSCloudLoginAssistant/
MIT License
76 stars 50 forks source link

Improvement to detect changes of authentication methods for all workloads #147

Closed andikrueger closed 1 year ago

andikrueger commented 1 year ago

This is a draft to improve the handling of changing authentication methods across all workloads. It will compare the Global values and the passed values. If there is a difference, it will reset the connection for the workload.

This change will fix the following issues:

@NikCharlebois and @ykuijs Could you perform some additional testing. I ran some tests but am not a 100% sure how this will impact overall performance.


This change is Reviewable

andikrueger commented 1 year ago

Will create a new PR as this one has some conflicts.