Skip to content

Commit

Permalink
Add filter for non-Microsoft service principals in ListEnterpriseApps…
Browse files Browse the repository at this point in the history
….jsx
  • Loading branch information
kris6673 committed May 14, 2024
1 parent 00f64ba commit f0e0bfe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/views/tenant/administration/ListEnterpriseApps.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ const EnterpriseApplications = () => {
filter:
"Graph: tags/any(t:t eq 'WindowsAzureActiveDirectoryGalleryApplicationPrimaryV1')",
},
{
filterName: 'All non-Microsoft Enterprise Apps',
filter:
'Complex: appOwnerOrganizationId notlike f8cdef31-a31e-4b4a-93e4-5f571e91255a',
},
],
tableProps: {
selectableRows: true,
Expand Down

0 comments on commit f0e0bfe

Please sign in to comment.