does anyone know how to create an Azure DevOps “Azure Resource Manager/Workload Identity federation with OpenID Connect” Service Endpoint automated using Az CLI or Az PS terminals? Failing that even calling the Azure DevOPs REST API will do.
Highlighted is what I’m looking to create:
From investigation, at best they allow you to create only regular Service Principal endpoints? From what I can these WIF ARM Service Endpoints can be created only using the AzDO front end portal, and even Terraform, but neither fits my use. It seems crazy that MS have exposed WIF service endpoints to a third party solution (Terraform), but not their own internal cmdlet modules!
Any advice will be greatly appreciated.