diff --git a/reference/7.4/Microsoft.PowerShell.Core/About/about_Functions.md b/reference/7.4/Microsoft.PowerShell.Core/About/about_Functions.md index b7e907333bbb..9033377b0134 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/About/about_Functions.md +++ b/reference/7.4/Microsoft.PowerShell.Core/About/about_Functions.md @@ -168,9 +168,7 @@ script cmdlet. Resource cleanup is enforced for the following scenarios: 1. when the pipeline is being stopped by Ctrl+c or `StopProcessing()` -The clean block doesn't allow pipeline output. Any output that's written to the -pipeline is discarded. Output from `Write-Host` is still sent displayed by the -host process. +The clean block discards any output that's written to the **Success** stream. > [!CAUTION] > Adding the `clean` block is a breaking change. Because `clean` is parsed as a diff --git a/reference/7.4/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Methods.md b/reference/7.4/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Methods.md index e4ecb1053e6b..a9fb83024e0d 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Methods.md +++ b/reference/7.4/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Methods.md @@ -146,9 +146,7 @@ script cmdlet. Resource cleanup is enforced for the following scenarios: 1. when the pipeline is being stopped by Ctrl+c or `StopProcessing()` -The clean block doesn't allow pipeline output. Any output that's written to the -pipeline is discarded. Output from `Write-Host` is still sent displayed by the -host process. +The clean block discards any output that's written to the **Success** stream. > [!CAUTION] > Adding the `clean` block is a breaking change. Because `clean` is parsed as a diff --git a/reference/7.5/Microsoft.PowerShell.Core/About/about_Functions.md b/reference/7.5/Microsoft.PowerShell.Core/About/about_Functions.md index 5bf28654aff3..676ff171547a 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/About/about_Functions.md +++ b/reference/7.5/Microsoft.PowerShell.Core/About/about_Functions.md @@ -168,9 +168,7 @@ script cmdlet. Resource cleanup is enforced for the following scenarios: 1. when the pipeline is being stopped by Ctrl+c or `StopProcessing()` -The clean block doesn't allow pipeline output. Any output that's written to the -pipeline is discarded. Output from `Write-Host` is still sent displayed by the -host process. +The clean block discards any output that's written to the **Success** stream. > [!CAUTION] > Adding the `clean` block is a breaking change. Because `clean` is parsed as a diff --git a/reference/7.5/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Methods.md b/reference/7.5/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Methods.md index dceb6efca39c..1b3b3c13c88f 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Methods.md +++ b/reference/7.5/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Methods.md @@ -146,9 +146,7 @@ script cmdlet. Resource cleanup is enforced for the following scenarios: 1. when the pipeline is being stopped by Ctrl+c or `StopProcessing()` -The clean block doesn't allow pipeline output. Any output that's written to the -pipeline is discarded. Output from `Write-Host` is still sent displayed by the -host process. +The clean block discards any output that's written to the **Success** stream. > [!CAUTION] > Adding the `clean` block is a breaking change. Because `clean` is parsed as a