Skip to content

Commit

Permalink
Fix the issue that some breaking change message cannot be generated. (A…
Browse files Browse the repository at this point in the history
…zure#19366)

Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
  • Loading branch information
2 people authored and hiaga committed Sep 2, 2022
1 parent c034e08 commit 2f4fcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/BreakingChanges/GetUpcomingBreakingChange.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Function Find-CmdletBreakingChange
}
Else
{
$Result[$AllParameterSetsName]["CmdletBreakingChange"].Add($tmp)
$Null = $Result[$AllParameterSetsName]["CmdletBreakingChange"].Add($tmp)
}
}
}
Expand Down

0 comments on commit 2f4fcfa

Please sign in to comment.