You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
Users who have an over-quota mailbox cannot have additional data restored. We have a quota check in place in backups to verify delta query capacity, but we aren't utilizing it in restores yet.
Acceptance Criteria
Create an ErrOverQuota sentinel in graph/errors.
Check for mailbox quota limits at the beginning of exchange restores.
If a mailbox is over quota, return ErrOverQuota.
The text was updated successfully, but these errors were encountered:
Issue
Users who have an over-quota mailbox cannot have additional data restored. We have a quota check in place in backups to verify delta query capacity, but we aren't utilizing it in restores yet.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: