diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_Data_Sections.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_Data_Sections.md index b285bb96135..eb83a486424 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_Data_Sections.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_Data_Sections.md @@ -1,7 +1,7 @@ --- description: Explains Data sections, which isolate text strings and other read-only data from script logic. Locale: en-US -ms.date: 01/09/2025 +ms.date: 10/09/2025 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_data_sections?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: about_Data_Sections @@ -60,13 +60,13 @@ is limited to the following elements: "PowerShell 2.0" @( "red", "green", "blue" ) @{ a = 0x1; b = "great"; c ="script" } - [xml] @' + @'
Hello, World
'@ ``` -- Cmdlets that are permitted in a `data` section. By default, only the - `ConvertFrom-StringData` cmdlet is permitted. +- Cmdlets that are permitted in a `data` section by default. By default, only + the `ConvertFrom-StringData` cmdlet is permitted. - Cmdlets that you permit in a `data` section by using the `-SupportedCommand` parameter. diff --git a/reference/7.4/Microsoft.PowerShell.Core/About/about_Data_Sections.md b/reference/7.4/Microsoft.PowerShell.Core/About/about_Data_Sections.md index fede9fbb13f..cd3d0ce7834 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/About/about_Data_Sections.md +++ b/reference/7.4/Microsoft.PowerShell.Core/About/about_Data_Sections.md @@ -1,7 +1,7 @@ --- description: Explains Data sections, which isolate text strings and other read-only data from script logic. Locale: en-US -ms.date: 01/09/2025 +ms.date: 10/09/2025 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_data_sections?view=powershell-7.4&WT.mc_id=ps-gethelp schema: 2.0.0 title: about_Data_Sections @@ -60,13 +60,13 @@ is limited to the following elements: "PowerShell 2.0" @( "red", "green", "blue" ) @{ a = 0x1; b = "great"; c ="script" } - [xml] @' + @'Hello, World
'@ ``` -- Cmdlets that are permitted in a `data` section. By default, only the - `ConvertFrom-StringData` cmdlet is permitted. +- Cmdlets that are permitted in a `data` section by default. By default, only + the `ConvertFrom-StringData` cmdlet is permitted. - Cmdlets that you permit in a `data` section by using the `-SupportedCommand` parameter. diff --git a/reference/7.5/Microsoft.PowerShell.Core/About/about_Data_Sections.md b/reference/7.5/Microsoft.PowerShell.Core/About/about_Data_Sections.md index 6e33dcb122d..c4795555951 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/About/about_Data_Sections.md +++ b/reference/7.5/Microsoft.PowerShell.Core/About/about_Data_Sections.md @@ -1,7 +1,7 @@ --- description: Explains Data sections, which isolate text strings and other read-only data from script logic. Locale: en-US -ms.date: 01/09/2025 +ms.date: 10/09/2025 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_data_sections?view=powershell-7.5&WT.mc_id=ps-gethelp schema: 2.0.0 title: about_Data_Sections @@ -60,13 +60,13 @@ is limited to the following elements: "PowerShell 2.0" @( "red", "green", "blue" ) @{ a = 0x1; b = "great"; c ="script" } - [xml] @' + @'Hello, World
'@ ``` -- Cmdlets that are permitted in a `data` section. By default, only the - `ConvertFrom-StringData` cmdlet is permitted. +- Cmdlets that are permitted in a `data` section by default. By default, only + the `ConvertFrom-StringData` cmdlet is permitted. - Cmdlets that you permit in a `data` section by using the `-SupportedCommand` parameter. diff --git a/reference/7.6/Microsoft.PowerShell.Core/About/about_Data_Sections.md b/reference/7.6/Microsoft.PowerShell.Core/About/about_Data_Sections.md index baaeef43337..8686c883ba6 100644 --- a/reference/7.6/Microsoft.PowerShell.Core/About/about_Data_Sections.md +++ b/reference/7.6/Microsoft.PowerShell.Core/About/about_Data_Sections.md @@ -1,7 +1,7 @@ --- description: Explains Data sections, which isolate text strings and other read-only data from script logic. Locale: en-US -ms.date: 01/09/2025 +ms.date: 10/09/2025 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_data_sections?view=powershell-7.6&WT.mc_id=ps-gethelp schema: 2.0.0 title: about_Data_Sections @@ -60,13 +60,13 @@ is limited to the following elements: "PowerShell 2.0" @( "red", "green", "blue" ) @{ a = 0x1; b = "great"; c ="script" } - [xml] @' + @'Hello, World
'@ ``` -- Cmdlets that are permitted in a `data` section. By default, only the - `ConvertFrom-StringData` cmdlet is permitted. +- Cmdlets that are permitted in a `data` section by default. By default, only + the `ConvertFrom-StringData` cmdlet is permitted. - Cmdlets that you permit in a `data` section by using the `-SupportedCommand` parameter.