Skip to content

Commit

Permalink
Update Update-DocsMsToc.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
sima-zhu authored and azure-sdk committed Mar 23, 2022
1 parent 5d68029 commit 9a3e0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/scripts/Update-DocsMsToc.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ foreach($metadataEntry in $fullMetadata) {
if ($metadataEntry.Package -and $metadataEntry.Hide -ne 'true') {
$pkgKey = GetPackageKey $metadataEntry
if($onboardedPackages.ContainsKey($pkgKey)) {
$metadata = @($metadataEntry)
$metadata += $metadataEntry
}
}
}
Expand Down

0 comments on commit 9a3e0eb

Please sign in to comment.