We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03da76b + df55b8e commit ce6e614Copy full SHA for ce6e614
2 files changed
README.md
@@ -1,6 +1,6 @@
1
# Migration Planner Tool
2
3
-**Doc version: v1.0.0**
+**Doc version: v1.0.1**
4
5
## What's new
6
migration_planner.py
@@ -2139,7 +2139,7 @@ def _resolve_target_users(
2139
all_users = self._get_all_users_graph(manager)
2140
2141
shared_mailboxes = []
2142
- if config.scan_shared_mail_boxes:
+ if config.scan_shared_mail_boxes and scanning_required:
2143
estimator = self.factory.get_shared_mailbox_estimator(hard_reset=True)
2144
shared_mailbox_ids = estimator._get_shared_mail_boxes([user["id"] for user in all_users], [])
2145
personal_users = [user for user in all_users if user["id"] not in shared_mailbox_ids]
0 commit comments