From 0b510b35a2e6702e79f435285e57ab48229e33e3 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Fri, 12 Jul 2024 14:03:14 -0500 Subject: [PATCH] Fix consistency of case for boolean variables (#11260) --- .../About/about_Automatic_Variables.md | 2 +- .../About/about_Automatic_Variables.md | 18 +++++++++--------- .../About/about_Automatic_Variables.md | 18 +++++++++--------- .../About/about_Automatic_Variables.md | 18 +++++++++--------- 4 files changed, 28 insertions(+), 28 deletions(-) diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_Automatic_Variables.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_Automatic_Variables.md index 3dc779d35c15..64c18036da56 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_Automatic_Variables.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_Automatic_Variables.md @@ -1,7 +1,7 @@ --- description: Describes variables that store state information for PowerShell. These variables are created and maintained by PowerShell. Locale: en-US -ms.date: 07/01/2024 +ms.date: 07/12/2024 no-loc: [Reset, Current, Background, Blink, Bold, Foreground, Formatting, Hidden, Italic, Reset, Reverse, Underline, PSEventArgs, PSEventSubscriber, PSEdition] online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_automatic_variables?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 diff --git a/reference/7.2/Microsoft.PowerShell.Core/About/about_Automatic_Variables.md b/reference/7.2/Microsoft.PowerShell.Core/About/about_Automatic_Variables.md index 8199ee22b4a6..33c5cd5bda74 100644 --- a/reference/7.2/Microsoft.PowerShell.Core/About/about_Automatic_Variables.md +++ b/reference/7.2/Microsoft.PowerShell.Core/About/about_Automatic_Variables.md @@ -1,7 +1,7 @@ --- description: Describes variables that store state information for PowerShell. These variables are created and maintained by PowerShell. Locale: en-US -ms.date: 07/01/2024 +ms.date: 07/12/2024 no-loc: [Reset, Current, Background, Blink, Bold, Foreground, Formatting, Hidden, Italic, Reset, Reverse, Underline, PSEventArgs, PSEventSubscriber, PSEdition] online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_automatic_variables?view=powershell-7.2&WT.mc_id=ps-gethelp schema: 2.0.0 @@ -281,23 +281,23 @@ echo Hello | pwsh -Command """$input World!""" ### $IsCoreCLR -Contains `$True` if the current session is running on the .NET Core Runtime -(CoreCLR). Otherwise contains `$False`. +Contains `$true` if the current session is running on the .NET Core Runtime +(CoreCLR). Otherwise contains `$false`. ### $IsLinux -Contains `$True` if the current session is running on a Linux operating system. -Otherwise contains `$False`. +Contains `$true` if the current session is running on a Linux operating system. +Otherwise contains `$false`. ### $IsMacOS -Contains `$True` if the current session is running on a MacOS operating system. -Otherwise contains `$False`. +Contains `$true` if the current session is running on a MacOS operating system. +Otherwise contains `$false`. ### $IsWindows -Contains `$TRUE` if the current session is running on a Windows operating -system. Otherwise contains `$FALSE`. +Contains `$true` if the current session is running on a Windows operating +system. Otherwise contains `$false`. ### $LASTEXITCODE diff --git a/reference/7.4/Microsoft.PowerShell.Core/About/about_Automatic_Variables.md b/reference/7.4/Microsoft.PowerShell.Core/About/about_Automatic_Variables.md index 6a6bc91aa5d1..5448e5debea9 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/About/about_Automatic_Variables.md +++ b/reference/7.4/Microsoft.PowerShell.Core/About/about_Automatic_Variables.md @@ -1,7 +1,7 @@ --- description: Describes variables that store state information for PowerShell. These variables are created and maintained by PowerShell. Locale: en-US -ms.date: 07/01/2024 +ms.date: 07/12/2024 no-loc: [Reset, Current, Background, Blink, Bold, Foreground, Formatting, Hidden, Italic, Reset, Reverse, Underline, PSEventArgs, PSEventSubscriber, PSEdition] online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_automatic_variables?view=powershell-7.4&WT.mc_id=ps-gethelp schema: 2.0.0 @@ -281,23 +281,23 @@ echo Hello | pwsh -Command """$input World!""" ### $IsCoreCLR -Contains `$True` if the current session is running on the .NET Core Runtime -(CoreCLR). Otherwise contains `$False`. +Contains `$true` if the current session is running on the .NET Core Runtime +(CoreCLR). Otherwise contains `$false`. ### $IsLinux -Contains `$True` if the current session is running on a Linux operating system. -Otherwise contains `$False`. +Contains `$true` if the current session is running on a Linux operating system. +Otherwise contains `$false`. ### $IsMacOS -Contains `$True` if the current session is running on a MacOS operating system. -Otherwise contains `$False`. +Contains `$true` if the current session is running on a MacOS operating system. +Otherwise contains `$false`. ### $IsWindows -Contains `$TRUE` if the current session is running on a Windows operating -system. Otherwise contains `$FALSE`. +Contains `$true` if the current session is running on a Windows operating +system. Otherwise contains `$false`. ### $LASTEXITCODE diff --git a/reference/7.5/Microsoft.PowerShell.Core/About/about_Automatic_Variables.md b/reference/7.5/Microsoft.PowerShell.Core/About/about_Automatic_Variables.md index 83a891f52655..936375ff3812 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/About/about_Automatic_Variables.md +++ b/reference/7.5/Microsoft.PowerShell.Core/About/about_Automatic_Variables.md @@ -1,7 +1,7 @@ --- description: Describes variables that store state information for PowerShell. These variables are created and maintained by PowerShell. Locale: en-US -ms.date: 07/01/2024 +ms.date: 07/12/2024 no-loc: [Reset, Current, Background, Blink, Bold, Foreground, Formatting, Hidden, Italic, Reset, Reverse, Underline, PSEventArgs, PSEventSubscriber, PSEdition] online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_automatic_variables?view=powershell-7.5&WT.mc_id=ps-gethelp schema: 2.0.0 @@ -281,23 +281,23 @@ echo Hello | pwsh -Command """$input World!""" ### $IsCoreCLR -Contains `$True` if the current session is running on the .NET Core Runtime -(CoreCLR). Otherwise contains `$False`. +Contains `$true` if the current session is running on the .NET Core Runtime +(CoreCLR). Otherwise contains `$false`. ### $IsLinux -Contains `$True` if the current session is running on a Linux operating system. -Otherwise contains `$False`. +Contains `$true` if the current session is running on a Linux operating system. +Otherwise contains `$false`. ### $IsMacOS -Contains `$True` if the current session is running on a MacOS operating system. -Otherwise contains `$False`. +Contains `$true` if the current session is running on a MacOS operating system. +Otherwise contains `$false`. ### $IsWindows -Contains `$TRUE` if the current session is running on a Windows operating -system. Otherwise contains `$FALSE`. +Contains `$true` if the current session is running on a Windows operating +system. Otherwise contains `$false`. ### $LASTEXITCODE