Qisheng Chen

Results 3 comments of Qisheng Chen

Confirmed that the exact same command, with the exact same Entra ID account and tenant works as expected with Az.Accounts v2.19.0.

Run this before Connect Az account resolved my issue: Update-AzConfig -EnableLoginByWam $false Got it from https://github.com/Azure/azure-powershell/issues/24962 https://github.com/Azure/azure-powershell/issues/24962

> Way 1 and Way 3 are reported by #24963 and can be workarounded by disabling WAM for login `Update-AzConfig -EnableLoginByWam $false`. > > Way 2 is new to us,...