From 04a7ec8a0b49ca59d857d2913acc79f896104285 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Wed, 24 Sep 2025 14:09:23 -0500 Subject: [PATCH 1/3] Upcase H2 headers --- .../About/about_Environment_Variables.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_Environment_Variables.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_Environment_Variables.md index 93286cd1f36..ca8de9debe7 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_Environment_Variables.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_Environment_Variables.md @@ -25,6 +25,8 @@ programs. PowerShell creates the following environment variables: For full descriptions of these variables, see the [PowerShell environment variables][03] of this article. +## LONG DESCRIPTION + PowerShell can access and manage environment variables in any of the supported operating system platforms. The PowerShell Environment provider lets you get, add, change, clear, and delete environment variables in the current console. From 68029c2f25290caeb2ea31c8e9442cf28be48a32 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Wed, 24 Sep 2025 14:29:10 -0500 Subject: [PATCH 2/3] Fix structure of About files --- .../About/about_Environment_Variables.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_Environment_Variables.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_Environment_Variables.md index ca8de9debe7..93286cd1f36 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_Environment_Variables.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_Environment_Variables.md @@ -25,8 +25,6 @@ programs. PowerShell creates the following environment variables: For full descriptions of these variables, see the [PowerShell environment variables][03] of this article. -## LONG DESCRIPTION - PowerShell can access and manage environment variables in any of the supported operating system platforms. The PowerShell Environment provider lets you get, add, change, clear, and delete environment variables in the current console. From 8674e946340943014805947cd81d1e7754b20917 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Mon, 13 Oct 2025 07:59:36 -0500 Subject: [PATCH 3/3] Fix syntax example --- .../About/about_Classes_Constructors.md | 2 +- .../About/about_Classes_Constructors.md | 4 ++-- .../About/about_Classes_Constructors.md | 4 ++-- .../About/about_Classes_Constructors.md | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_Classes_Constructors.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_Classes_Constructors.md index 922c8c7dc5a..6833fa0e61c 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_Classes_Constructors.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_Classes_Constructors.md @@ -449,7 +449,7 @@ constructor parameters and before the body block. ```Syntax class : { - () : () { + () : () { # initialization code } } diff --git a/reference/7.4/Microsoft.PowerShell.Core/About/about_Classes_Constructors.md b/reference/7.4/Microsoft.PowerShell.Core/About/about_Classes_Constructors.md index 93f115d48d9..6ef41ffa916 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/About/about_Classes_Constructors.md +++ b/reference/7.4/Microsoft.PowerShell.Core/About/about_Classes_Constructors.md @@ -1,7 +1,7 @@ --- description: Describes how to define constructors for PowerShell classes. Locale: en-US -ms.date: 11/13/2023 +ms.date: 10/13/2025 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_classes_constructors?view=powershell-7.4&WT.mc_id=ps-gethelp schema: 2.0.0 title: about_Classes_Constructors @@ -448,7 +448,7 @@ constructor parameters and before the body block. ```Syntax class : { - () : () { + () : () { # initialization code } } diff --git a/reference/7.5/Microsoft.PowerShell.Core/About/about_Classes_Constructors.md b/reference/7.5/Microsoft.PowerShell.Core/About/about_Classes_Constructors.md index 1dcd106a6f3..7d2594702ab 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/About/about_Classes_Constructors.md +++ b/reference/7.5/Microsoft.PowerShell.Core/About/about_Classes_Constructors.md @@ -1,7 +1,7 @@ --- description: Describes how to define constructors for PowerShell classes. Locale: en-US -ms.date: 11/13/2023 +ms.date: 10/13/2025 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_classes_constructors?view=powershell-7.5&WT.mc_id=ps-gethelp schema: 2.0.0 title: about_Classes_Constructors @@ -448,7 +448,7 @@ constructor parameters and before the body block. ```Syntax class : { - () : () { + () : () { # initialization code } } diff --git a/reference/7.6/Microsoft.PowerShell.Core/About/about_Classes_Constructors.md b/reference/7.6/Microsoft.PowerShell.Core/About/about_Classes_Constructors.md index 3f3190d6a9b..d15dc0bdf9f 100644 --- a/reference/7.6/Microsoft.PowerShell.Core/About/about_Classes_Constructors.md +++ b/reference/7.6/Microsoft.PowerShell.Core/About/about_Classes_Constructors.md @@ -1,7 +1,7 @@ --- description: Describes how to define constructors for PowerShell classes. Locale: en-US -ms.date: 11/13/2023 +ms.date: 10/13/2025 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_classes_constructors?view=powershell-7.6&WT.mc_id=ps-gethelp schema: 2.0.0 title: about_Classes_Constructors @@ -448,7 +448,7 @@ constructor parameters and before the body block. ```Syntax class : { - () : () { + () : () { # initialization code } }