microsoft / MSCloudLoginAssistant

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

Correct Url setting #132

Closed mlhickey closed 1 year ago

mlhickey commented 1 year ago

connectionUrl was incorrectly set to $Url (repurposed bool for forcedRefresh) instead of PnP.ConnectionUrl


This change is Reviewable