From 91b35658d6df5b6818ae6a02fe3bb0dcc8cbfeba Mon Sep 17 00:00:00 2001 From: "Mike F. Robbins" <6719572+mikefrobbins@users.noreply.github.com> Date: Wed, 3 Jun 2026 00:55:47 -0500 Subject: [PATCH 1/2] Updated azps quick filter link for 16.0.0 (#13052) --- reference/module/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/module/index.md b/reference/module/index.md index 699ec07b67d..c30000337c5 100644 --- a/reference/module/index.md +++ b/reference/module/index.md @@ -6,12 +6,12 @@ description: Search all PowerShell modules and cmdlets from Microsoft layout: ApiBrowserPage manager: sewhee ms.author: sewhee -ms.date: 05/05/2026 +ms.date: 06/02/2026 ms.devlang: powershell ms.manager: sewhee ms.topic: landing-page quickFilterColumn1: powershell-7.4,windowsserver2025-ps -quickFilterColumn2: azps-15.6.0,sqlserver-ps +quickFilterColumn2: azps-16.0.0,sqlserver-ps quickFilterColumn3: graph-powershell-1.0,systemcenter-ps-2022 title: PowerShell Module Browser --- From 6b71dcc6a0e40db15a3cb91153cc0046acb023f8 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Wed, 3 Jun 2026 01:57:19 -0500 Subject: [PATCH 2/2] Fix typo in example (#13055) --- .../5.1/Microsoft.PowerShell.Core/About/about_Error_Handling.md | 2 +- .../7.4/Microsoft.PowerShell.Core/About/about_Error_Handling.md | 2 +- .../7.5/Microsoft.PowerShell.Core/About/about_Error_Handling.md | 2 +- .../7.6/Microsoft.PowerShell.Core/About/about_Error_Handling.md | 2 +- .../7.7/Microsoft.PowerShell.Core/About/about_Error_Handling.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_Error_Handling.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_Error_Handling.md index 79ddedbfa41..9b661eec41d 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_Error_Handling.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_Error_Handling.md @@ -259,7 +259,7 @@ The scope of the escalated error depends on context: 'after' ``` -- ADVANCED: statement-terminating ('after' does NOT print) +- ADVANCED: script-terminating ('after' does NOT print) ```powershell & { diff --git a/reference/7.4/Microsoft.PowerShell.Core/About/about_Error_Handling.md b/reference/7.4/Microsoft.PowerShell.Core/About/about_Error_Handling.md index 06de1b9034d..0acfe240a0e 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/About/about_Error_Handling.md +++ b/reference/7.4/Microsoft.PowerShell.Core/About/about_Error_Handling.md @@ -259,7 +259,7 @@ The scope of the escalated error depends on context: 'after' ``` -- ADVANCED: statement-terminating ('after' does NOT print) +- ADVANCED: script-terminating ('after' does NOT print) ```powershell & { diff --git a/reference/7.5/Microsoft.PowerShell.Core/About/about_Error_Handling.md b/reference/7.5/Microsoft.PowerShell.Core/About/about_Error_Handling.md index f3667551046..8f31b6f15c4 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/About/about_Error_Handling.md +++ b/reference/7.5/Microsoft.PowerShell.Core/About/about_Error_Handling.md @@ -259,7 +259,7 @@ The scope of the escalated error depends on context: 'after' ``` -- ADVANCED: statement-terminating ('after' does NOT print) +- ADVANCED: script-terminating ('after' does NOT print) ```powershell & { diff --git a/reference/7.6/Microsoft.PowerShell.Core/About/about_Error_Handling.md b/reference/7.6/Microsoft.PowerShell.Core/About/about_Error_Handling.md index 1d9ecc32cf2..259f2e8f4c6 100644 --- a/reference/7.6/Microsoft.PowerShell.Core/About/about_Error_Handling.md +++ b/reference/7.6/Microsoft.PowerShell.Core/About/about_Error_Handling.md @@ -259,7 +259,7 @@ The scope of the escalated error depends on context: 'after' ``` -- ADVANCED: statement-terminating ('after' does NOT print) +- ADVANCED: script-terminating ('after' does NOT print) ```powershell & { diff --git a/reference/7.7/Microsoft.PowerShell.Core/About/about_Error_Handling.md b/reference/7.7/Microsoft.PowerShell.Core/About/about_Error_Handling.md index 727d2940857..705a776b3ee 100644 --- a/reference/7.7/Microsoft.PowerShell.Core/About/about_Error_Handling.md +++ b/reference/7.7/Microsoft.PowerShell.Core/About/about_Error_Handling.md @@ -259,7 +259,7 @@ The scope of the escalated error depends on context: 'after' ``` -- ADVANCED: statement-terminating ('after' does NOT print) +- ADVANCED: script-terminating ('after' does NOT print) ```powershell & {