From fbc2c76d3976e2c76f7268eeebf54266f4a02f9a Mon Sep 17 00:00:00 2001 From: pillaris Date: Tue, 28 Apr 2026 10:14:28 +0530 Subject: [PATCH] fix: update alpha API report to match API Extractor output The manually-written empty report-alpha.api.md didn't match what API Extractor generates for an empty alpha entry point. Use the correct generated output to pass the CI api-reports check. Co-Authored-By: Claude Sonnet 4.6 Signed-off-by: pillaris --- .../report-alpha.api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-backend-module-msgraph-incremental/report-alpha.api.md b/plugins/catalog-backend-module-msgraph-incremental/report-alpha.api.md index 6cf15e34d4..88b085c8c5 100644 --- a/plugins/catalog-backend-module-msgraph-incremental/report-alpha.api.md +++ b/plugins/catalog-backend-module-msgraph-incremental/report-alpha.api.md @@ -3,5 +3,5 @@ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts - +// (No @packageDocumentation comment for this package) ```