Skip to content

Commit

Permalink
Update Metadata-Helpers.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
sima-zhu authored and azure-sdk committed Jun 1, 2022
1 parent 7200f7e commit 5cba91a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eng/common/scripts/Helpers/Metadata-Helpers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ function GenerateDocsMsMetadata($language, $langTitle = "", $serviceName, $tenan
$msauthor = ""
if (!$author) {
LogError "Cannot fetch the author from CODEOWNER file."
return
}
elseif ($TenantId -and $ClientId -and $ClientSecret) {
$msauthor = GetMsAliasFromGithub -TenantId $tenantId -ClientId $clientId -ClientSecret $clientSecret -GithubUser $author
Expand Down

0 comments on commit 5cba91a

Please sign in to comment.