PnP-PowerShell
PnP-PowerShell copied to clipboard
[BUG] - Issue update search managed properties via Set-PnPSearchConfiguration
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
- Create new managed property in UI
- Export the config by calling Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription
- Manually updated a field for example description of managed property
- Call Set-PnPSearchConfiguration -Scope Subscription -Path searchconfig.xml
Which version of the PnP-PowerShell Cmdlets are you using?
- [ ] PnP PowerShell for SharePoint 2013
- [ ] PnP PowerShell for SharePoint 2016
- [ ] PnP PowerShell for SharePoint 2019
- [x ] PnP PowerShell for SharePoint Online
What is the version of the Cmdlet module you are running?
3.26.2010.0
How did you install the PnP-PowerShell Cmdlets?
- [ ] MSI Installed downloaded from GitHub
- [x ] Installed through the PowerShell Gallery with Install-Module
- [ ] Other means