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 Feb 3, 2022
1 parent 554b591 commit 13eb1b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/common/scripts/Helpers/Metadata-Helpers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function GetMsAliasFromGithub ($TenantId, $ClientId, $ClientSecret, $GithubUser)
$resp | Write-Verbose

if ($resp.aad) {
Write-Host "Fetched aad identity $($resp.aad.alias) for github user $GithubUser."
Write-Host "Fetched aad identity $($resp.aad.alias) for github user $GithubUser. "
return $resp.aad.alias
}
Write-Warning "Failed to retrieve the aad identity from given github user: $GithubName"
Expand All @@ -56,4 +56,4 @@ function GetPrimaryCodeOwner ($TargetDirectory)
}
Write-Warning "No code owner found in $TargetDirectory."
return $null
}
}

0 comments on commit 13eb1b9

Please sign in to comment.