From e5ffdacc4915faf8fb55886f44dc748a68df3190 Mon Sep 17 00:00:00 2001 From: sima-zhu Date: Wed, 26 Jan 2022 17:23:02 -0800 Subject: [PATCH] SilentlyContinue --- eng/common/scripts/Update-DocsMsMetadata.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/common/scripts/Update-DocsMsMetadata.ps1 b/eng/common/scripts/Update-DocsMsMetadata.ps1 index c8e3ebcac746..de3f59633b44 100644 --- a/eng/common/scripts/Update-DocsMsMetadata.ps1 +++ b/eng/common/scripts/Update-DocsMsMetadata.ps1 @@ -110,7 +110,7 @@ function GetAdjustedReadmeContent($ReadmeContent, $PackageInfo, $PackageMetadata $msauthor = "ramyar" Write-Host "Retrieve the code owner from $($PackageInfo.DirectoryPath)." $author = GetPrimaryCodeOwner -TargetDirectory $PackageInfo.DirectoryPath - $msauthor = GetMsAliasFromGithub -TenantId $TenantId -ClientId $ClientId -ClientSecret $ClientSecret -GithubUser $author -ErrorAction Continue + $msauthor = GetMsAliasFromGithub -TenantId $TenantId -ClientId $ClientId -ClientSecret $ClientSecret -GithubUser $author -ErrorAction SilentlyContinue # Default value if (!$author -and !$msauthor) { $author = "ramya-rao-a"