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 1
1
---
2
2
description : Explains Data sections, which isolate text strings and other read-only data from script logic.
3
3
Locale : en-US
4
- ms.date : 01 /09/2025
4
+ ms.date : 10 /09/2025
5
5
online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_data_sections?view=powershell-5.1&WT.mc_id=ps-gethelp
6
6
schema : 2.0.0
7
7
title : about_Data_Sections
@@ -60,13 +60,13 @@ is limited to the following elements:
60
60
"PowerShell 2.0"
61
61
@( "red", "green", "blue" )
62
62
@{ a = 0x1; b = "great"; c ="script" }
63
- [xml] @'
63
+ @'
64
64
<p> Hello, World </p>
65
65
'@
66
66
```
67
67
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.
70
70
- Cmdlets that you permit in a ` data ` section by using the ` -SupportedCommand `
71
71
parameter.
72
72
Original file line number Diff line number Diff line change 1
1
---
2
2
description : Explains Data sections, which isolate text strings and other read-only data from script logic.
3
3
Locale : en-US
4
- ms.date : 01 /09/2025
4
+ ms.date : 10 /09/2025
5
5
online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_data_sections?view=powershell-7.4&WT.mc_id=ps-gethelp
6
6
schema : 2.0.0
7
7
title : about_Data_Sections
@@ -60,13 +60,13 @@ is limited to the following elements:
60
60
"PowerShell 2.0"
61
61
@( "red", "green", "blue" )
62
62
@{ a = 0x1; b = "great"; c ="script" }
63
- [xml] @'
63
+ @'
64
64
<p> Hello, World </p>
65
65
'@
66
66
```
67
67
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.
70
70
- Cmdlets that you permit in a ` data ` section by using the ` -SupportedCommand `
71
71
parameter.
72
72
Original file line number Diff line number Diff line change 1
1
---
2
2
description : Explains Data sections, which isolate text strings and other read-only data from script logic.
3
3
Locale : en-US
4
- ms.date : 01 /09/2025
4
+ ms.date : 10 /09/2025
5
5
online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_data_sections?view=powershell-7.5&WT.mc_id=ps-gethelp
6
6
schema : 2.0.0
7
7
title : about_Data_Sections
@@ -60,13 +60,13 @@ is limited to the following elements:
60
60
"PowerShell 2.0"
61
61
@( "red", "green", "blue" )
62
62
@{ a = 0x1; b = "great"; c ="script" }
63
- [xml] @'
63
+ @'
64
64
<p> Hello, World </p>
65
65
'@
66
66
```
67
67
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.
70
70
- Cmdlets that you permit in a ` data ` section by using the ` -SupportedCommand `
71
71
parameter.
72
72
Original file line number Diff line number Diff line change 1
1
---
2
2
description : Explains Data sections, which isolate text strings and other read-only data from script logic.
3
3
Locale : en-US
4
- ms.date : 01 /09/2025
4
+ ms.date : 10 /09/2025
5
5
online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_data_sections?view=powershell-7.6&WT.mc_id=ps-gethelp
6
6
schema : 2.0.0
7
7
title : about_Data_Sections
@@ -60,13 +60,13 @@ is limited to the following elements:
60
60
"PowerShell 2.0"
61
61
@( "red", "green", "blue" )
62
62
@{ a = 0x1; b = "great"; c ="script" }
63
- [xml] @'
63
+ @'
64
64
<p> Hello, World </p>
65
65
'@
66
66
```
67
67
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.
70
70
- Cmdlets that you permit in a ` data ` section by using the ` -SupportedCommand `
71
71
parameter.
72
72
You can’t perform that action at this time.
0 commit comments