We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
InvokeCommand
1 parent ae38dad commit 0c60056Copy full SHA for 0c60056
tools/packaging/packaging.psm1
@@ -2337,6 +2337,8 @@ function CleanupGeneratedSourceCode
2337
'[Microsoft.PowerShell.Commands.SetStrictModeCommand.ArgumentToPSVersionTransformationAttribute]'
2338
'[Microsoft.PowerShell.Commands.HttpVersionCompletionsAttribute]'
2339
'[System.Management.Automation.ArgumentToVersionTransformationAttribute]'
2340
+ '[Microsoft.PowerShell.Commands.InvokeCommandCommand.ArgumentToPSVersionTransformationAttribute]'
2341
+ '[Microsoft.PowerShell.Commands.InvokeCommandCommand.ValidateVersionAttribute]'
2342
)
2343
2344
$patternsToReplace = @(
0 commit comments