From 28d72917f1c5920536f34faa7295f5a03de142b6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Apr 2026 17:06:34 +0000 Subject: [PATCH 1/2] Initial plan From 289697bfb590f29813a162f42d117a515ba16f19 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Apr 2026 17:07:31 +0000 Subject: [PATCH 2/2] chore: update @azure-tools/ts-genapi version to 2.0.11 Agent-Logs-Url: https://github.com/microsoft/typespec/sessions/7e4bbdd4-53df-4821-9b7f-0c88baaae034 Co-authored-by: KarishmaGhiya <8968058+KarishmaGhiya@users.noreply.github.com> --- eng/emitters/scripts/Generate-APIView-CodeFile.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/emitters/scripts/Generate-APIView-CodeFile.ps1 b/eng/emitters/scripts/Generate-APIView-CodeFile.ps1 index 28121afa5a0..18a9f47f6c3 100644 --- a/eng/emitters/scripts/Generate-APIView-CodeFile.ps1 +++ b/eng/emitters/scripts/Generate-APIView-CodeFile.ps1 @@ -11,7 +11,7 @@ if (!(Test-Path -Path $ArtifactPath)) exit 1 } -$apiviewParser = "@azure-tools/ts-genapi@2.0.10" +$apiviewParser = "@azure-tools/ts-genapi@2.0.11" Write-Host "Installing $($apiviewParser)" npm install $apiviewParser --registry $NpmDevopsFeedRegistry $installedPath = npm ls @azure-tools/ts-genapi -p