File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed
5.1/Microsoft.PowerShell.Core/About
7.4/Microsoft.PowerShell.Core/About
7.5/Microsoft.PowerShell.Core/About
7.6/Microsoft.PowerShell.Core/About Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 11---
22description : Explains Data sections, which isolate text strings and other read-only data from script logic.
33Locale : en-US
4- ms.date : 01 /09/2025
4+ ms.date : 10 /09/2025
55online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_data_sections?view=powershell-5.1&WT.mc_id=ps-gethelp
66schema : 2.0.0
77title : about_Data_Sections
@@ -60,13 +60,13 @@ is limited to the following elements:
6060 "PowerShell 2.0"
6161 @( "red", "green", "blue" )
6262 @{ a = 0x1; b = "great"; c ="script" }
63- [xml] @'
63+ @'
6464 <p> Hello, World </p>
6565 '@
6666 ```
6767
68- - Cmdlets that are permitted in a ` data ` section. By default, only the
69- ` ConvertFrom-StringData ` cmdlet is permitted.
68+ - Cmdlets that are permitted in a ` data ` section by default . By default, only
69+ the ` ConvertFrom-StringData ` cmdlet is permitted.
7070- Cmdlets that you permit in a ` data ` section by using the ` -SupportedCommand `
7171 parameter.
7272
Original file line number Diff line number Diff line change 11---
22description : Explains Data sections, which isolate text strings and other read-only data from script logic.
33Locale : en-US
4- ms.date : 01 /09/2025
4+ ms.date : 10 /09/2025
55online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_data_sections?view=powershell-7.4&WT.mc_id=ps-gethelp
66schema : 2.0.0
77title : about_Data_Sections
@@ -60,13 +60,13 @@ is limited to the following elements:
6060 "PowerShell 2.0"
6161 @( "red", "green", "blue" )
6262 @{ a = 0x1; b = "great"; c ="script" }
63- [xml] @'
63+ @'
6464 <p> Hello, World </p>
6565 '@
6666 ```
6767
68- - Cmdlets that are permitted in a ` data ` section. By default, only the
69- ` ConvertFrom-StringData ` cmdlet is permitted.
68+ - Cmdlets that are permitted in a ` data ` section by default . By default, only
69+ the ` ConvertFrom-StringData ` cmdlet is permitted.
7070- Cmdlets that you permit in a ` data ` section by using the ` -SupportedCommand `
7171 parameter.
7272
Original file line number Diff line number Diff line change 11---
22description : Explains Data sections, which isolate text strings and other read-only data from script logic.
33Locale : en-US
4- ms.date : 01 /09/2025
4+ ms.date : 10 /09/2025
55online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_data_sections?view=powershell-7.5&WT.mc_id=ps-gethelp
66schema : 2.0.0
77title : about_Data_Sections
@@ -60,13 +60,13 @@ is limited to the following elements:
6060 "PowerShell 2.0"
6161 @( "red", "green", "blue" )
6262 @{ a = 0x1; b = "great"; c ="script" }
63- [xml] @'
63+ @'
6464 <p> Hello, World </p>
6565 '@
6666 ```
6767
68- - Cmdlets that are permitted in a ` data ` section. By default, only the
69- ` ConvertFrom-StringData ` cmdlet is permitted.
68+ - Cmdlets that are permitted in a ` data ` section by default . By default, only
69+ the ` ConvertFrom-StringData ` cmdlet is permitted.
7070- Cmdlets that you permit in a ` data ` section by using the ` -SupportedCommand `
7171 parameter.
7272
Original file line number Diff line number Diff line change 11---
22description : Explains Data sections, which isolate text strings and other read-only data from script logic.
33Locale : en-US
4- ms.date : 01 /09/2025
4+ ms.date : 10 /09/2025
55online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_data_sections?view=powershell-7.6&WT.mc_id=ps-gethelp
66schema : 2.0.0
77title : about_Data_Sections
@@ -60,13 +60,13 @@ is limited to the following elements:
6060 "PowerShell 2.0"
6161 @( "red", "green", "blue" )
6262 @{ a = 0x1; b = "great"; c ="script" }
63- [xml] @'
63+ @'
6464 <p> Hello, World </p>
6565 '@
6666 ```
6767
68- - Cmdlets that are permitted in a ` data ` section. By default, only the
69- ` ConvertFrom-StringData ` cmdlet is permitted.
68+ - Cmdlets that are permitted in a ` data ` section by default . By default, only
69+ the ` ConvertFrom-StringData ` cmdlet is permitted.
7070- Cmdlets that you permit in a ` data ` section by using the ` -SupportedCommand `
7171 parameter.
7272
You can’t perform that action at this time.
0 commit comments