Skip to content

Commit d58dc73

Browse files
authored
Fix the issue that static analysis cannot find SupportsShouldProcess in cmdlet (#15155)
Co-authored-by: wyunchi-ms <[email protected]>
1 parent da1b3b7 commit d58dc73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/ModuleMetadata/GetModuleMetadata.psm1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ function Get-CmdletBindingPropertyValue
3838
}
3939
return $null
4040
}
41-
return $null
4241
}
4342
}
4443
elseif ($Cmdlet.CommandType -eq 'Cmdlet')

0 commit comments

Comments
 (0)