Justin Grote
Justin Grote
@SteveL-MSFT wasn't aware there was one, can do.
@SteveL-MSFT it was introduced by @SeeminglyScience like practically minutes prior to the review :). It's been fixed.
Failed flaky MacOS tests not related to this PR. Linux test passes fine.
@SteveL-MSFT Should be good to go.
@SteveL-MSFT done, it looks like you need to re-approve the new macos tests 
@SteveL-MSFT current MacOS test failure still not related: 
@daxian-dbw Thank you! I'll test the buid tomorrow to look for any annoying issues.
@KirillOsenkov for note I am not a maintainer of the PowerShell repo, I'm just a community member, there's nothing I can do in this regard.
An alternative that might be quicker is to implement a `$WhatIfView` in the style of `$ErrorView` and have 'Information' as an option that would send Whatifs to the Information Stream....
@iSazonov as mentioned the goal is to be able to suppress them or redirect them. However I'd be concerned just directly replacing the console output as Write-Information could be considered...