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
445 stars 155 forks source link

Fix exception caused by Update-VSTeamPullRequest with -Status "completed" #380

Closed DanielSSilva closed 3 years ago

DanielSSilva commented 3 years ago

PR Summary

This PR fixes #378. The issue is caused by a missing "lastMergeSourceCommit" property on the body. Let me know if there's something that I must change

PR Checklist