Microsoft365DSC icon indicating copy to clipboard operation
Microsoft365DSC copied to clipboard

Fix empty array parameter to comparison

Open FabienTschanz opened this issue 1 year ago • 0 comments

Pull Request (PR) description

This pull request addresses an issue where one could not pass an empty array to the Compare-PSCustomObjectArrays function. If an empty array was passed, the error message Cannot bind argument to parameter 'DesiredValues' because it is an empty array was thrown.

This Pull Request (PR) fixes the following issues

None

FabienTschanz avatar May 01 '24 13:05 FabienTschanz