diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_Hash_Tables.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_Hash_Tables.md index 8830a0564507..abed1a09a0aa 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_Hash_Tables.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_Hash_Tables.md @@ -1,7 +1,7 @@ --- description: Describes how to create, use, and sort hashtables in PowerShell. Locale: en-US -ms.date: 09/04/2024 +ms.date: 01/19/2025 no-loc: [iDictionary, Hashtable, OrderedDictionary, System.Collections.IDictionary, System.Collections.Hashtable] online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_hash_tables?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 @@ -274,7 +274,7 @@ member notation or array index notation. 3 PS> $hash[2] - 2 + two ``` In this example, the key value `2` isn't an index into the collection of diff --git a/reference/7.4/Microsoft.PowerShell.Core/About/about_Hash_Tables.md b/reference/7.4/Microsoft.PowerShell.Core/About/about_Hash_Tables.md index b6723a19cae1..5bc627dce2be 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/About/about_Hash_Tables.md +++ b/reference/7.4/Microsoft.PowerShell.Core/About/about_Hash_Tables.md @@ -1,7 +1,7 @@ --- description: Describes how to create, use, and sort hashtables in PowerShell. Locale: en-US -ms.date: 09/04/2024 +ms.date: 01/19/2025 no-loc: [iDictionary, Hashtable, OrderedDictionary, System.Collections.IDictionary, System.Collections.Hashtable] online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_hash_tables?view=powershell-7.4&WT.mc_id=ps-gethelp schema: 2.0.0 @@ -274,7 +274,7 @@ member notation or array index notation. 3 PS> $hash[2] - 2 + two ``` In this example, the key value `2` isn't an index into the collection of diff --git a/reference/7.5/Microsoft.PowerShell.Core/About/about_Hash_Tables.md b/reference/7.5/Microsoft.PowerShell.Core/About/about_Hash_Tables.md index 6ca6bc42bbca..6ca1f9954947 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/About/about_Hash_Tables.md +++ b/reference/7.5/Microsoft.PowerShell.Core/About/about_Hash_Tables.md @@ -1,7 +1,7 @@ --- description: Describes how to create, use, and sort hashtables in PowerShell. Locale: en-US -ms.date: 09/04/2024 +ms.date: 01/19/2025 no-loc: [iDictionary, Hashtable, OrderedDictionary, System.Collections.IDictionary, System.Collections.Hashtable] online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_hash_tables?view=powershell-7.5&WT.mc_id=ps-gethelp schema: 2.0.0 @@ -10,7 +10,6 @@ title: about_Hash_Tables # about_Hash_Tables ## Short description - Describes how to create, use, and sort hashtables in PowerShell. ## Long description @@ -275,7 +274,7 @@ member notation or array index notation. 3 PS> $hash[2] - 2 + two ``` In this example, the key value `2` isn't an index into the collection of diff --git a/reference/7.6/Microsoft.PowerShell.Core/About/about_Hash_Tables.md b/reference/7.6/Microsoft.PowerShell.Core/About/about_Hash_Tables.md index 83872fedb151..30d63ccbae39 100644 --- a/reference/7.6/Microsoft.PowerShell.Core/About/about_Hash_Tables.md +++ b/reference/7.6/Microsoft.PowerShell.Core/About/about_Hash_Tables.md @@ -1,7 +1,7 @@ --- description: Describes how to create, use, and sort hashtables in PowerShell. Locale: en-US -ms.date: 09/04/2024 +ms.date: 01/19/2025 no-loc: [iDictionary, Hashtable, OrderedDictionary, System.Collections.IDictionary, System.Collections.Hashtable] online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_hash_tables?view=powershell-7.6&WT.mc_id=ps-gethelp schema: 2.0.0 @@ -10,7 +10,6 @@ title: about_Hash_Tables # about_Hash_Tables ## Short description - Describes how to create, use, and sort hashtables in PowerShell. ## Long description @@ -275,7 +274,7 @@ member notation or array index notation. 3 PS> $hash[2] - 2 + two ``` In this example, the key value `2` isn't an index into the collection of