MethodsAndPractices / vsteam

PowerShell module for accessing Azure DevOps Services and Azure DevOps Server (formerly VSTS or TFS)
https://methodsandpractices.github.io/vsteam-docs/
MIT License
442 stars 155 forks source link

get-VSTeamGitCommit - Return User Descriptor (AAD.) for confirming Identify of User #514

Open dinglea opened 1 year ago

dinglea commented 1 year ago

Proposal

Can you please add Support when returning data that you pull in the User Descriptor? This is very handy as this is the Unique ID tied to this user and I'm trying to import all the data into SQL and this item would Like Users to Commits if they change their name or emails for any reason. Thanks

get-VSTeamGitCommit -RepositoryID $RepoID.id | select {$_.committer.descriptor}

Solved Problem

No response

Additional info / code snippets?

No response