Skip to content

Commit

Permalink
Fix the issue that static analysis cannot find SupportsShouldProcess …
Browse files Browse the repository at this point in the history
…in cmdlet (#15155)

Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
  • Loading branch information
wyunchi-ms and wyunchi-ms committed Jun 1, 2021
1 parent da1b3b7 commit d58dc73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/ModuleMetadata/GetModuleMetadata.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ function Get-CmdletBindingPropertyValue
}
return $null
}
return $null
}
}
elseif ($Cmdlet.CommandType -eq 'Cmdlet')
Expand Down

0 comments on commit d58dc73

Please sign in to comment.