[PM-11345] Add SCIM to Teams Plan#4924
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4924 +/- ##
=======================================
Coverage ? 42.54%
=======================================
Files ? 1389
Lines ? 64745
Branches ? 5943
=======================================
Hits ? 27548
Misses ? 35975
Partials ? 1222 ☔ View full report in Codecov by Sentry. |
|
New Issues
Fixed Issues
|
|
@rkac-bw @withinfocus Mind if I ask for a review on this from you two for dbops? |
| UPDATE | ||
| [dbo].[Organization] | ||
| SET | ||
| [UseScim] = 1 |
There was a problem hiding this comment.
Only updates about 5k records, but I would like to set it's deadlock priority because prod is busy on organization table:
SET DEADLOCK_PRIORITY HIGH;
UPDATE
[dbo].[Organization]
SET
[UseScim] = 1
WHERE
[PlanType] IN (
17, -- Teams (Monthly)
18 -- Teams (Annually)
);
|
@cturnbull-bitwarden @rkac-bw Can I get another look at this after implementing Robert's suggestion? |
* Add SCIM to Teams * Robert's feedback * Feedback



🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-11345
📔 Objective
📸 Screenshots
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:) or similar for great changes:memo:) or ℹ️ (:information_source:) for notes or general info:question:) for questions:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:) for suggestions / improvements:x:) or:warning:) for more significant problems or concerns needing attention:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt:pick:) for minor or nitpick changes