Skip to content

Commit 93a440a

Browse files
authored
Set-TraceSource parameter -Option has default value 'None' and not 'All'. (#11497)
* Set-TraceSource parameter -Option has default value 'None' and not 'All' * Set-TraceSource parameter -Option has default value 'None' and not 'All' * Set-TraceSource parameter -Option has default value 'None' and not 'All' * Set-TraceSource parameter -Option has default value 'None' and not 'All'
1 parent 6f101c6 commit 93a440a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

reference/5.1/Microsoft.PowerShell.Utility/Set-TraceSource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Specifies the type of events that are traced. The acceptable values for this par
193193
- `Assert`
194194
- `All`
195195

196-
`All` is the default.
196+
`None` is the default.
197197

198198
The following values are combinations of other values:
199199

reference/7.2/Microsoft.PowerShell.Utility/Set-TraceSource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Specifies the type of events that are traced. The acceptable values for this par
193193
- `Assert`
194194
- `All`
195195

196-
`All` is the default.
196+
`None` is the default.
197197

198198
The following values are combinations of other values:
199199

reference/7.4/Microsoft.PowerShell.Utility/Set-TraceSource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Specifies the type of events that are traced. The acceptable values for this par
193193
- `Assert`
194194
- `All`
195195

196-
`All` is the default.
196+
`None` is the default.
197197

198198
The following values are combinations of other values:
199199

reference/7.5/Microsoft.PowerShell.Utility/Set-TraceSource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Specifies the type of events that are traced. The acceptable values for this par
193193
- `Assert`
194194
- `All`
195195

196-
`All` is the default.
196+
`None` is the default.
197197

198198
The following values are combinations of other values:
199199

0 commit comments

Comments
 (0)