how to open the azure devops signin screen from powershell?
I'm writing a powershell script to rotate my PAT in my devbox. Here's what I've done: PS> .Rotate-Pat.ps1 Here's the code in Check-PatValidity.ps1: $env:PAT | az devops login --organization "https://dev.azure.com/$organization" $body = @{ displayName = $organization scope = "vso.build vso.code_full…