Skip to content

Commit 3b425e3

Browse files
committed
Remove 'Force' param deletion from Update cmdlets
1 parent a32af99 commit 3b425e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/CompatPowerShellGet.psm1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2409,7 +2409,6 @@ param(
24092409
# Parameter Deletions (unsupported in v3)
24102410
if ( $PSBoundParameters['Proxy'] ) { $null = $PSBoundParameters.Remove('Proxy') }
24112411
if ( $PSBoundParameters['ProxyCredential'] ) { $null = $PSBoundParameters.Remove('ProxyCredential') }
2412-
if ( $PSBoundParameters['Force'] ) { $null = $PSBoundParameters.Remove('Force') }
24132412
# END PARAMETER MAP
24142413

24152414
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand('Update-PSResource', [System.Management.Automation.CommandTypes]::Cmdlet)
@@ -2513,7 +2512,6 @@ param(
25132512
# Parameter Deletions (unsupported in v3)
25142513
if ( $PSBoundParameters['Proxy'] ) { $null = $PSBoundParameters.Remove('Proxy') }
25152514
if ( $PSBoundParameters['ProxyCredential'] ) { $null = $PSBoundParameters.Remove('ProxyCredential') }
2516-
if ( $PSBoundParameters['Force'] ) { $null = $PSBoundParameters.Remove('Force') }
25172515
# END PARAMETER MAP
25182516

25192517
$wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand('Update-PSResource', [System.Management.Automation.CommandTypes]::Cmdlet)

0 commit comments

Comments
 (0)