Was curious if anyone else has seen this or has successfully automated CI/CD pipelines for fabric.
Failed to deploy. Error reponse:
{
"requestId": "e0c922c4-4dfa-4893-8d45-ece800626bdb",
"errorCode": "PrincipalTypeNotSupported",
"message": "The operation is not supported for the principal type"
}
We are able to get Fabric API token and list Deployment pipelines using this token that we got after logging using below command:
Connect-AzAccount -ServicePrincipal -Credential $pscredential -Tenant xxxx
but that's all we can get with using Token. It does work when we use Connect-AzAccount and login via browser but this is not an option for us as we need to have this automated for Azure Pipelines.
Here are some of the other blogs/articles that we used as well.