pnp / powershell

PnP PowerShell
https://pnp.github.io/powershell
MIT License
684 stars 351 forks source link

Fixed Invoke-PnPGraphMethod ConsistencyLevelEventual parameter not used properly #4523

Closed reusto closed 2 weeks ago

reusto commented 2 weeks ago

Type

Related Issues?

Fixes #4519

What is in this Pull Request ?

Set an empty default value for AdditionalHeaders parameter to allow the addition of the ConsistencyLevel header with value "eventual".

KoenZomers commented 2 weeks ago

Thanks @reusto !