Skip to content

Commit

Permalink
Merge pull request #2448 from kris6673/dev
Browse files Browse the repository at this point in the history
Add filter for non-MS Enterprise Apps
  • Loading branch information
KelvinTegelaar committed May 15, 2024
2 parents 7a7a8ca + f0e0bfe commit 1fa566f
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 1fa566f

Please sign in to comment.