microsoft / MSCloudLoginAssistant

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

Add specific test for Identity in Get-CloudEnvironmentInfo #127

Closed mlhickey closed 1 year ago

mlhickey commented 1 year ago

Get-CloudEnvironmentInfo had fall-through code based only on if ($null -ne $Credentials). Create elseif set for credential, application and managedidentity


This change is Reviewable