Skip to content

Commit

Permalink
add return type
Browse files Browse the repository at this point in the history
  • Loading branch information
FH-Inway committed Nov 17, 2024
1 parent ef979d8 commit ed3592e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ function Publish-Resource {

function Test-PublishResource {
[CmdletBinding()]
[OutputType([System.Boolean])]
param (
[Parameter(Mandatory = $true)]
[hashtable] $ResourceData,
Expand Down

0 comments on commit ed3592e

Please sign in to comment.