From 9cc89f753042c6ad47b7dba165fe8d450d90fcf7 Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Thu, 7 Oct 2021 20:31:31 -0500 Subject: [PATCH] Regenerated API Report Signed-off-by: Andre Wanlin --- plugins/azure-devops/api-report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/azure-devops/api-report.md b/plugins/azure-devops/api-report.md index 11de164276..bc39fd0ce4 100644 --- a/plugins/azure-devops/api-report.md +++ b/plugins/azure-devops/api-report.md @@ -19,10 +19,10 @@ export const azureDevOpsPlugin: BackstagePlugin< {} >; -// Warning: (ae-missing-release-tag) "EntityAzureDevOpsContent" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// Warning: (ae-missing-release-tag) "EntityAzurePipelinesContent" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) // // @public (undocumented) -export const EntityAzureDevOpsContent: (_props: { +export const EntityAzurePipelinesContent: (_props: { entity?: Entity | undefined; }) => JSX.Element;