From cd472e301f0f628e8de306fad9bc994111c9e68a Mon Sep 17 00:00:00 2001 From: Chidozie Ononiwu Date: Thu, 13 Feb 2025 18:10:56 -0800 Subject: [PATCH] minor change --- eng/scripts/apiview-helpers.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/scripts/apiview-helpers.ps1 b/eng/scripts/apiview-helpers.ps1 index 8628a60849b5..5f8908dd194e 100644 --- a/eng/scripts/apiview-helpers.ps1 +++ b/eng/scripts/apiview-helpers.ps1 @@ -80,7 +80,7 @@ function New-APIViewFromCI { Get-AllPackageInfoFromRepo $ServiceDirectory | ForEach-Object { $artifactList += [PSCustomObject]@{ - name = $sdk.Name + name = $_.Name } }