Prerequisites
Version
7.2, 7.3 (preview)
Link to affected document
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_automatic_variables?view=powershell-7.2
Description of the documentation error
in the $PSNativeCommandArgumentPassing section
Suggested fix
Change
$PSNativeCommandArgumentPassing is only available when the PSNativeCommandArgumentPassing experimental feature ia enabled. For more information, see about_Experimental_Features and Using experimental features.
To
$PSNativeCommandArgumentPassing is only available when the PSNativeCommandArgumentPassing experimental feature is enabled. For more information, see about_Experimental_Features and Using experimental features.
Prerequisites
Version
7.2, 7.3 (preview)
Link to affected document
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_automatic_variables?view=powershell-7.2
Description of the documentation error
in the $PSNativeCommandArgumentPassing section
Suggested fix
Change
$PSNativeCommandArgumentPassing is only available when the PSNativeCommandArgumentPassing experimental feature ia enabled. For more information, see about_Experimental_Features and Using experimental features.
To
$PSNativeCommandArgumentPassing is only available when the PSNativeCommandArgumentPassing experimental feature is enabled. For more information, see about_Experimental_Features and Using experimental features.