diff --git a/plugins/azure-devops-common/api-report.md b/plugins/azure-devops-common/api-report.md index 308fd54c61..bdb4cc424d 100644 --- a/plugins/azure-devops-common/api-report.md +++ b/plugins/azure-devops-common/api-report.md @@ -98,6 +98,18 @@ export interface DashboardPullRequest { title?: string; } +// Warning: (ae-missing-release-tag) "GitTag" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// +// @public (undocumented) +export type GitTag = { + objectId?: string; + peeledObjectId?: string; + name?: string; + createdBy?: string; + link: string; + commitLink: string; +}; + // Warning: (ae-missing-release-tag) "Policy" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) // // @public (undocumented) diff --git a/plugins/azure-devops/api-report.md b/plugins/azure-devops/api-report.md index eaba90664b..9760340771 100644 --- a/plugins/azure-devops/api-report.md +++ b/plugins/azure-devops/api-report.md @@ -136,6 +136,11 @@ export type CreatedByUserFilter = BaseFilter & } ); +// Warning: (ae-missing-release-tag) "EntityAzureGitTagsContent" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// +// @public (undocumented) +export const EntityAzureGitTagsContent: () => JSX.Element; + // 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)