File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -2409,7 +2409,6 @@ param(
2409
2409
# Parameter Deletions (unsupported in v3)
2410
2410
if ( $PSBoundParameters [' Proxy' ] ) { $null = $PSBoundParameters.Remove (' Proxy' ) }
2411
2411
if ( $PSBoundParameters [' ProxyCredential' ] ) { $null = $PSBoundParameters.Remove (' ProxyCredential' ) }
2412
- if ( $PSBoundParameters [' Force' ] ) { $null = $PSBoundParameters.Remove (' Force' ) }
2413
2412
# END PARAMETER MAP
2414
2413
2415
2414
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand (' Update-PSResource' , [System.Management.Automation.CommandTypes ]::Cmdlet)
@@ -2513,7 +2512,6 @@ param(
2513
2512
# Parameter Deletions (unsupported in v3)
2514
2513
if ( $PSBoundParameters [' Proxy' ] ) { $null = $PSBoundParameters.Remove (' Proxy' ) }
2515
2514
if ( $PSBoundParameters [' ProxyCredential' ] ) { $null = $PSBoundParameters.Remove (' ProxyCredential' ) }
2516
- if ( $PSBoundParameters [' Force' ] ) { $null = $PSBoundParameters.Remove (' Force' ) }
2517
2515
# END PARAMETER MAP
2518
2516
2519
2517
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand (' Update-PSResource' , [System.Management.Automation.CommandTypes ]::Cmdlet)
You can’t perform that action at this time.
0 commit comments