pnp / PnP-PowerShell

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

[BUG] - Issue update search managed properties via Set-PnPSearchConfiguration #2986

Open desmay opened 3 years ago

desmay commented 3 years ago

Reporting an Issue or Missing Feature

Trying to update search managed property via Set-PnPSearchConfiguration

Expected behavior

search managed property to be updated with new values

Actual behavior

No errors running the Set-PnPSearchConfiguration

Steps to reproduce behavior

  1. Create new managed property in UI
  2. Export the config by calling Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription
  3. Manually updated a field for example description of managed property
  4. Call Set-PnPSearchConfiguration -Scope Subscription -Path searchconfig.xml

Which version of the PnP-PowerShell Cmdlets are you using?

What is the version of the Cmdlet module you are running?

3.26.2010.0

How did you install the PnP-PowerShell Cmdlets?