powershell icon indicating copy to clipboard operation
powershell copied to clipboard

Fixed `Set-PnPTermGroup` cmdlet group not found error

Open milanholemans opened this issue 3 years ago • 0 comments

Type

  • [x] Bug Fix
  • [ ] New Feature
  • [ ] Sample

Related Issues?

Fixes #2231

What is in this Pull Request ?

Fixed issue which throws a Group not found error. Issue occurred because the line underneath was always false even when the group exists.

https://github.com/pnp/powershell/blob/d3bae07d6aeb289546e6b23be072f1e6a584d774/src/Commands/Taxonomy/SetTermGroup.cs#L47

milanholemans avatar Aug 05 '22 14:08 milanholemans