Open
Description
Reporting an Issue or Missing Feature
Issue
Expected behavior
Updating the Name of the designated Term for the english translation using this command :
Set-PnpTerm -Identity "ID of Term" -Name"New Name" -TermSet "My term set" -TermGroup "My term Group" -Lcid 1033
Actual behavior
It is ignoring Lcid parameter and renaming french translation
It is very Odd because if i use same command but replace -Name by -Description, here it is working as expected, english description is changed...
Steps to reproduce behavior
Use Set-PnpTerm -Identity "ID of Term" -Name"New Name" -TermSet "My term set" -TermGroup "My term Group" -Lcid 1033
On a term that as French and English translation set.
What is the version of the Cmdlet module you are running?
2.12.0
Which operating system/environment are you running PnP PowerShell on?
- Windows
- Linux
- MacOS
- Azure Cloud Shell
- Azure Functions
- Other : please specify