Skip to content

Commit 11f3320

Browse files
committed
Merge remote-tracking branch 'upstream/dev' into dev
2 parents d30452b + ab83f44 commit 11f3320

File tree

6 files changed

+475
-97
lines changed

6 files changed

+475
-97
lines changed

src/_nav.jsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,11 @@ const _nav = [
162162
name: 'App Consent Requests',
163163
to: '/tenant/administration/app-consent-requests',
164164
},
165+
{
166+
component: CNavItem,
167+
name: 'Authentication Methods',
168+
to: '/tenant/administration/authentication-methods',
169+
},
165170
{
166171
component: CNavItem,
167172
name: 'Tenant Onboarding',

src/data/alerts.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,10 @@
8989
"name": "DepTokenExpiry",
9090
"label": "Alert on expiring DEP tokens",
9191
"recommendedRunInterval": "1d"
92+
},
93+
{
94+
"name": "SoftDeletedMailboxes",
95+
"label": "Alert on soft deleted mailboxes",
96+
"recommendedRunInterval": "1d"
9297
}
93-
]
98+
]

0 commit comments

Comments
 (0)