Closed xuzhang3 closed 4 months ago
@xuzhang3 this broke some behaviour we were depending on...where if a user wasn't known to azdo it didn't fail. we look for all members of groups and add them to teams and now it fails and we have to manually add em. seems like a mistake to force this behaviour
other providers have added an ignore_missing default false to make it work..is that possible here?
@drdamour This resource is empty if specified principal_name
or origin_id
not found. It should be safe to delete these resources or add the users to ADO
@xuzhang3 aware...but i AM specifying a name because i want to see if the user exists in azdo and add them to a team if they do.
Adding the user to AzDO isn't something i can do with terraform and requires a manual step so the terraform automation breaks with this "fix"
@drdamour I see, letting the user decide the next step instead of a pop-up error message seems to be a better choice
@drdamour Change has been revert in #1116
All Submissions:
What about the current behavior has changed?
Issue Number: #936 Return error if user not found.
Does this introduce a change to
go.mod
,go.sum
orvendor/
?Does this introduce a breaking change?
Any relevant logs, error output, etc?
(If it’s long, please paste to https://ghostbin.com/ and insert the link here.)
Other information