-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add datasource azuredevops_service_principals
#937
Comments
SPN API already supported by go-SDK: |
@xuzhang3 Alright, I see if I can make the time to submit a new PR then :) Thanks! |
@rdalbuquerque do you have a workaround? |
Hi @cveld , I'll try to work on this feature for the provider in the next weeks. |
Hi @rdalbuquerque strangely this time I was not able to set the managed identity through the web app by clickops. I forgot to capture the error message. I had to run through the rest api to achieve the registration. |
Community Note
Description
While trying to fetch service principal identity from
azuredevops_users
I realized it's another endpoint apparently (https://learn.microsoft.com/en-us/rest/api/azure/devops/graph/service-principals?view=azure-devops-rest-7.1)I would try to develop a new datasource to list service principal identities but apparently
azure-devops-go-api
doesn't support it.I'm also opening the issue here so it gets more visibility.
issue on SDK repo: microsoft/azure-devops-go-api#145
New Datasource
azuredevops_service_principals
Potential Terraform Configuration
The text was updated successfully, but these errors were encountered: