Skip to content

Commit d7c6339

Browse files
authored
Fix the issue that some breaking change message cannot be generated. (#19366)
Co-authored-by: wyunchi-ms <[email protected]>
1 parent 4dae6e3 commit d7c6339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/BreakingChanges/GetUpcomingBreakingChange.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Function Find-CmdletBreakingChange
9898
}
9999
Else
100100
{
101-
$Result[$AllParameterSetsName]["CmdletBreakingChange"].Add($tmp)
101+
$Null = $Result[$AllParameterSetsName]["CmdletBreakingChange"].Add($tmp)
102102
}
103103
}
104104
}

0 commit comments

Comments
 (0)