From f3bdaa5a545009b9be66e10e1146ebdf3af30251 Mon Sep 17 00:00:00 2001 From: Takashi Takebayashi Date: Wed, 6 Aug 2025 21:34:36 +0900 Subject: [PATCH 1/3] Fix typo: incase -> in case (#12267) --- .../learn/deep-dives/everything-about-string-substitutions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/docs-conceptual/learn/deep-dives/everything-about-string-substitutions.md b/reference/docs-conceptual/learn/deep-dives/everything-about-string-substitutions.md index 46d5db859f71..0cc5f399755d 100644 --- a/reference/docs-conceptual/learn/deep-dives/everything-about-string-substitutions.md +++ b/reference/docs-conceptual/learn/deep-dives/everything-about-string-substitutions.md @@ -243,7 +243,7 @@ Write-Host "$test $tester $($test)ter" Write-Host "{0} {1} {0}ter" -f $test, $tester ``` -I personally use format string for this, but this is good to know incase you see it in the wild. +I personally use format string for this, but this is good to know in case you see it in the wild. ## Find and replace tokens From e313505624c571f3a2e95e9a74125a2e1183e377 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Wed, 6 Aug 2025 08:10:12 -0500 Subject: [PATCH 2/3] Fix broken link (#12268) --- reference/docs-conceptual/whats-new/module-compatibility.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/docs-conceptual/whats-new/module-compatibility.md b/reference/docs-conceptual/whats-new/module-compatibility.md index f50ef9295465..fb8b2f8af1eb 100644 --- a/reference/docs-conceptual/whats-new/module-compatibility.md +++ b/reference/docs-conceptual/whats-new/module-compatibility.md @@ -1,6 +1,6 @@ --- description: This article lists the compatibility status of modules published for other Microsoft products with PowerShell 7. -ms.date: 06/28/2023 +ms.date: 08/06/2025 title: PowerShell 7 module compatibility --- # PowerShell 7 module compatibility @@ -70,7 +70,7 @@ Browser, you can find documentation for other PowerShell modules to determine th version requirements. -[01]: /graph/powershell/installation#supported-powershell-versions +[01]: /powershell/microsoftgraph/overview#microsoft-graph-powershell-features--benefits [02]: /powershell/azure/new-azureps-module-az [03]: /powershell/exchange/exchange-online-powershell-v2 [04]: /powershell/module From 792058ab0403c2b6d5d0a41a214be2d47107e14b Mon Sep 17 00:00:00 2001 From: Takashi Takebayashi Date: Wed, 6 Aug 2025 22:36:34 +0900 Subject: [PATCH 3/3] Fix typo: matchs -> matches (#12266) --- .../About/about_Regular_Expressions.md | 2 +- .../About/about_Regular_Expressions.md | 2 +- .../About/about_Regular_Expressions.md | 2 +- .../About/about_Regular_Expressions.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md index fb9e3c25f5d4..ba54b9a2cebf 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md @@ -82,7 +82,7 @@ characters). ### Numbers -The `\d` character class matchs any decimal digit. Conversely, `\D` matches any +The `\d` character class matches any decimal digit. Conversely, `\D` matches any character except decimal digits. ```powershell diff --git a/reference/7.4/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md b/reference/7.4/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md index cf6be5846bce..b90fdf194942 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md +++ b/reference/7.4/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md @@ -82,7 +82,7 @@ characters). ### Numbers -The `\d` character class matchs any decimal digit. Conversely, `\D` matches any +The `\d` character class matches any decimal digit. Conversely, `\D` matches any character except decimal digits. ```powershell diff --git a/reference/7.5/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md b/reference/7.5/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md index 21c5f14158bb..c9051f40e7fe 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md +++ b/reference/7.5/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md @@ -82,7 +82,7 @@ characters). ### Numbers -The `\d` character class matchs any decimal digit. Conversely, `\D` matches any +The `\d` character class matches any decimal digit. Conversely, `\D` matches any character except decimal digits. ```powershell diff --git a/reference/7.6/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md b/reference/7.6/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md index c56806eb8f51..173edb593de8 100644 --- a/reference/7.6/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md +++ b/reference/7.6/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md @@ -82,7 +82,7 @@ characters). ### Numbers -The `\d` character class matchs any decimal digit. Conversely, `\D` matches any +The `\d` character class matches any decimal digit. Conversely, `\D` matches any character except decimal digits. ```powershell