Skip to content

Commit 01b4a4c

Browse files
Update @azure-tools/ts-genapi version to 2.0.11 (#10267)
Bumps the pinned `@azure-tools/ts-genapi` version in the APIView code file generation script from `2.0.10` to `2.0.11`. - **`eng/emitters/scripts/Generate-APIView-CodeFile.ps1`**: Update `$apiviewParser` version string from `2.0.10` → `2.0.11` --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: KarishmaGhiya <8968058+KarishmaGhiya@users.noreply.github.com> Co-authored-by: KarishmaGhiya <kghiya8@gmail.com>
1 parent ce6ef84 commit 01b4a4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/emitters/scripts/Generate-APIView-CodeFile.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if (!(Test-Path -Path $ArtifactPath))
1111
exit 1
1212
}
1313

14-
$apiviewParser = "@azure-tools/ts-genapi@2.0.10"
14+
$apiviewParser = "@azure-tools/ts-genapi@2.0.11"
1515
Write-Host "Installing $($apiviewParser)"
1616
npm install $apiviewParser --registry $NpmDevopsFeedRegistry
1717
$installedPath = npm ls @azure-tools/ts-genapi -p

0 commit comments

Comments
 (0)