Skip to content

Commit 66d0efc

Browse files
committed
Fix build errors and warnings
1 parent d8537a0 commit 66d0efc

40 files changed

Lines changed: 137 additions & 130 deletions

reference/5.1/CimCmdlets/Register-CimIndicationEvent.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
---
2+
external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml
3+
Locale: en-US
4+
Module Name: CimCmdlets
25
ms.date: 01/18/2026
6+
no-loc: [-Forward]
7+
online version: https://learn.microsoft.com/powershell/module/cimcmdlets/register-cimindicationevent?view=powershell-5.1&WT.mc_id=ps-gethelp
8+
schema: 2.0.0
9+
aliases:
10+
- rcie
11+
title: Register-CimIndicationEvent
312
---
413
# Register-CimIndicationEvent
514

@@ -411,5 +420,3 @@ This cmdlet returns an **EventSubscription** object.
411420

412421
[about_WQL](../Microsoft.PowerShell.Core/About/about_WQL.md)
413422

414-
415-

reference/5.1/Microsoft.PowerShell.Core/About/About.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
2+
description: About topics cover a range of concepts about PowerShell.
3+
Help Version: 6.0
4+
Locale: en-US
25
ms.date: 01/18/2026
6+
title: About topics
37
---
48
# About topics
59

reference/5.1/Microsoft.PowerShell.Core/About/about_Arrays.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
---
2+
description: Describes arrays, which are data structures designed to store collections of items.
3+
Locale: en-US
24
ms.date: 01/18/2026
5+
no-loc: [Count, Length, LongLength, Rank, ForEach, Clear, Default, First, Last, SkipUntil, Until, Split, Tuple]
6+
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_arrays?view=powershell-5.1&WT.mc_id=ps-gethelp
7+
schema: 2.0.0
8+
title: about_Arrays
39
---
410
# about_Arrays
511

reference/5.1/Microsoft.PowerShell.Core/About/about_Automatic_Variables.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
---
2+
description: Describes variables that store state information for PowerShell. These variables are created and maintained by PowerShell.
3+
Locale: en-US
24
ms.date: 01/18/2026
5+
no-loc: [Reset, Current, Background, Blink, Bold, Foreground, Formatting, Hidden, Italic, Reset, Reverse, Underline, PSEventArgs, PSEventSubscriber, PSEdition]
6+
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_automatic_variables?view=powershell-5.1&WT.mc_id=ps-gethelp
7+
schema: 2.0.0
8+
title: about_Automatic_Variables
39
---
410
# about_Automatic_Variables
511

reference/5.1/Microsoft.PowerShell.Core/About/about_Break.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
---
2+
description: Describes a statement you can use to immediately exit `foreach`, `for`, `while`, `do`, `switch`, or `trap` statements.
3+
Locale: en-US
24
ms.date: 01/18/2026
5+
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_break?view=powershell-5.1&WT.mc_id=ps-gethelp
6+
schema: 2.0.0
7+
title: about_Break
38
---
49
# about_Break
510

@@ -230,5 +235,3 @@ runspace.
230235
- [about_Try_Catch_Finally](about_Try_Catch_Finally.md)
231236
- [about_While](about_While.md)
232237

233-
234-

reference/5.1/Microsoft.PowerShell.Core/About/about_Calculated_Properties.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
---
2+
description: PowerShell provides the ability to dynamically add new properties and alter the formatting of objects output to the pipeline.
3+
Locale: en-US
24
ms.date: 01/18/2026
5+
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_calculated_properties?view=powershell-5.1&WT.mc_id=ps-gethelp
6+
schema: 2.0.0
7+
title: about_Calculated_Properties
38
---
49
# about_Calculated_Properties
510

@@ -500,5 +505,3 @@ Date Salesperson UnitsSold
500505
[12]: xref:Microsoft.PowerShell.Utility.Select-Object
501506
[13]: xref:Microsoft.PowerShell.Utility.Sort-Object
502507

503-
504-

reference/5.1/Microsoft.PowerShell.Core/About/about_Command_Precedence.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
---
2+
description: Describes how PowerShell determines which command to run.
3+
Locale: en-US
24
ms.date: 01/18/2026
5+
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_command_precedence?view=powershell-5.1&WT.mc_id=ps-gethelp
6+
schema: 2.0.0
7+
title: about_Command_Precedence
38
---
49
# about_Command_Precedence
510

@@ -337,5 +342,3 @@ you must add the extension to the `$Env:PATHEXT` environment variable.
337342
[14]: xref:Microsoft.PowerShell.Utility.Get-Date
338343
[15]: xref:Microsoft.PowerShell.Utility.Import-PSSession
339344

340-
341-

reference/5.1/Microsoft.PowerShell.Core/About/about_CommonParameters.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
---
2+
description: Describes the parameters that can be used with any cmdlet.
3+
Locale: en-US
24
ms.date: 01/18/2026
5+
no-loc: [Confirm, Debug, ErrorAction, ErrorVariable, InformationAction, InformationVariable, OutBuffer, OutVariable, PipelineVariable, ProgressAction, Verbose, WarningAction, WarningVariable, WhatIf]
6+
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-5.1&WT.mc_id=ps-gethelp
7+
schema: 2.0.0
8+
title: about_CommonParameters
39
---
410
# about_CommonParameters
511

@@ -839,5 +845,3 @@ Mode LastWriteTime Length Name
839845
[13]: xref:Microsoft.PowerShell.Utility.Write-Verbose
840846
[14]: xref:Microsoft.PowerShell.Utility.Write-Warning
841847

842-
843-

reference/5.1/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
---
2+
description: Describes the operators that compare values in PowerShell.
3+
Locale: en-US
24
ms.date: 01/18/2026
5+
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_comparison_operators?view=powershell-5.1&WT.mc_id=ps-gethelp
6+
schema: 2.0.0
7+
title: about_Comparison_Operators
38
---
49
# about_Comparison_Operators
510

@@ -776,5 +781,3 @@ $a -isnot $b.GetType() # Output: True
776781
[14]: xref:Microsoft.PowerShell.Utility.Compare-Object
777782
[15]: /powershell/scripting/learn/glossary#scalar-value
778783

779-
780-

reference/5.1/Microsoft.PowerShell.Core/About/about_Continue.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
---
2+
description: Describes how the `continue` statement immediately returns the program flow to the top of a program loop, a `switch` statement, or a `trap` statement.
3+
Locale: en-US
24
ms.date: 01/18/2026
5+
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_continue?view=powershell-5.1&WT.mc_id=ps-gethelp
6+
schema: 2.0.0
7+
title: about_Continue
38
---
49
# about_Continue
510

@@ -131,6 +136,3 @@ not only exits the pipeline, it potentially terminates the entire runspace.
131136
- [about_Throw](about_Throw.md)
132137
- [about_Trap](about_Trap.md)
133138
- [about_Try_Catch_Finally](about_Try_Catch_Finally.md)
134-
135-
136-

0 commit comments

Comments
 (0)