Skip to content

Commit 7c457f2

Browse files
authored
Remove unsupported type (#12426)
1 parent 0a6b621 commit 7c457f2

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Explains Data sections, which isolate text strings and other read-only data from script logic.
33
Locale: en-US
4-
ms.date: 01/09/2025
4+
ms.date: 10/09/2025
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_data_sections?view=powershell-5.1&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: 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

reference/7.4/Microsoft.PowerShell.Core/About/about_Data_Sections.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Explains Data sections, which isolate text strings and other read-only data from script logic.
33
Locale: en-US
4-
ms.date: 01/09/2025
4+
ms.date: 10/09/2025
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_data_sections?view=powershell-7.4&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: 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

reference/7.5/Microsoft.PowerShell.Core/About/about_Data_Sections.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Explains Data sections, which isolate text strings and other read-only data from script logic.
33
Locale: en-US
4-
ms.date: 01/09/2025
4+
ms.date: 10/09/2025
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_data_sections?view=powershell-7.5&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: 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

reference/7.6/Microsoft.PowerShell.Core/About/about_Data_Sections.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Explains Data sections, which isolate text strings and other read-only data from script logic.
33
Locale: en-US
4-
ms.date: 01/09/2025
4+
ms.date: 10/09/2025
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_data_sections?view=powershell-7.6&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: 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

0 commit comments

Comments
 (0)