Results 83 comments of Yan Xu

Hi @tajatassi ,so glad to find you're watching the issue created in Azure PowerShell repo. Yes, it's merged and preview version of Az.Accounts is released yesterday. I'm testing the preview...

Hi @tajatassi , could you help to run the following test workflow again? We'll see if the [Az.Accounts 2.14.0-preview](https://www.powershellgallery.com/packages/Az.Accounts/2.14.0-preview) works for OIDC login to US Gov Cloud. In the following...

@tajatassi , The 1st error means there is no `PowerShellGet` cmdlets. It could not happen since you're using GitHub-hosted ubuntu runner and running Azure PowerShell Action. And I'm sorry for...

I'll close this issue since no feedback from author for a long time. Feel free to reopen it.

Hi @AndreasAugustin, you're right. Azure Login Action is not well-designed for self-hosted runners from the very beginning. Glad to see you‘re interested in mutil-runners in one host. You're correct about...

Hi @KernelPryanic , We don't have a plan to support AKS pod-identity or workload-identity right now. Could you share more details about your workflow settings with us, to help us...

@BenjaminHerbert Thanks. Yes, you're right. It's not supported yet.

Hi @Israphel , when you run az in a docker container, it means an independent and isolated env, unless you share the host settings with it. You can refer to...

@Israphel Azure Login Action is based on Azure CLI and Azure PowerShell, which are 2 popular Azure Client tools. If you are using Azure SDK for python, that means you...

Hi @gadelkareem , yes, it's not implemented yet in Azure Login Action. We'll add it to our plan.