generated api-report.md files

Signed-off-by: mo <mcassidy@hchb.com>
This commit is contained in:
mo
2022-05-04 14:21:55 -05:00
parent e969dd2283
commit 5171b45f96
2 changed files with 17 additions and 0 deletions
+12
View File
@@ -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)
+5
View File
@@ -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)