microsoft / MSCloudLoginAssistant

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

Fix issue where a PnP connection to a custom URL does not work #170

Closed ykuijs closed 8 months ago

ykuijs commented 8 months ago

This PR fixes an issue where connecting to a specific URL with the PnP workload doesn't work. This is caused by the fact that a reference to a non-existant Url variable is used instead of the actual $Global:MSCloudLoginConnectionProfile.PnP.ConnectionUrl variable.

This is now fixed!


This change is Reviewable