Mats Estensen
Mats Estensen
Also see this a lot in various PowerShell commands that run on GitHub runners. Seems to be very unpredictable, but definitely seeing this a lot across multiple jobs and commands....
Same here, still seeing these issues @ruvceskistefan
Related: https://github.com/Azure/login/issues/445, https://github.com/Azure/login/issues/422
Thanks for reply @YanaXu! I see that the method described under "Login With OpenID Connect (OIDC)" describes that it is possible to use user-assigned managed identity, which is what I...
The README is not too clear about this but to summarize this before closing... Guides in README for: - *Login With OpenID Connect (OIDC) [Recommended]* => describes generic scenario for...
As a note to myself next time I look this up (or for others), this is a working method of doing this either by using lambdas or union: ```bicep param...
To follow up from last time - a concern that was not addressed from the questions in last community call regarding what-if and permissions: https://github.com/Azure/arm-template-whatif/issues/135
Still in issue in Az.Resources 7.11 - not being able to use output objects or arrays directly. The `ToString() | ConvertFrom-Json` workaround is not very nice.
I've looked into this issue previously and found that for new role assignments created with Azure PowerShell and Azure CLI the assignments are done with non-deterministic uuid/guid() functions in .NET/Python...
If you are open to collect feedback see: https://github.com/Azure/login/issues/489 @Jacekey23 @MoChilia @YanaXu