pnp / PnP-PowerShell

SharePoint PnP PowerShell CmdLets
https://pnp.github.io/powershell
Other
989 stars 662 forks source link

Fix: Added If-Match header for HTTP merge requests #2764

Closed gautamdsheth closed 4 years ago

gautamdsheth commented 4 years ago

Type

Related Issues?

This PR adds a default If-Match header for HTTP merge requests. Currently it doesn't work while updating list items because it is missing this header.

KoenZomers commented 4 years ago

Thanks @gautamdsheth, nice one!