Impossible to solve bug on Azure DevOps where jsondiffpatch can't be invoked via Invoke-External (only via &).
Invoke-External is what allow 100% coverage for unit tests in Pester.
Since I had to do result set ordering any way (since CICD 2.4.1 doesn't output ordered datasets), I could as well switch from jsondiffpatch to Compare-Object. Here we are.
Future release 1.0.8
Impossible to solve bug on Azure DevOps where jsondiffpatch can't be invoked via Invoke-External (only via &). Invoke-External is what allow 100% coverage for unit tests in Pester.
Since I had to do result set ordering any way (since CICD 2.4.1 doesn't output ordered datasets), I could as well switch from jsondiffpatch to Compare-Object. Here we are.