[PM-29653] Align PoliciesController.Put With VNext#7130
Merged
sven-bitwarden merged 1 commit intomainfrom Mar 4, 2026
Merged
Conversation
|
Contributor
|
Great job! No new security vulnerabilities introduced in this pull request |
JimmyVo16
approved these changes
Mar 3, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7130 +/- ##
==========================================
- Coverage 60.65% 56.57% -4.08%
==========================================
Files 2016 2016
Lines 88416 88411 -5
Branches 7882 7881 -1
==========================================
- Hits 53625 50020 -3605
- Misses 32887 36572 +3685
+ Partials 1904 1819 -85 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7130 +/- ##
==========================================
- Coverage 60.65% 56.57% -4.08%
==========================================
Files 2016 2016
Lines 88416 88411 -5
Branches 7882 7881 -1
==========================================
- Hits 53625 50020 -3605
- Misses 32887 36572 +3685
+ Partials 1904 1819 -85 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
JimmyVo16
approved these changes
Mar 3, 2026
prograhamming
pushed a commit
that referenced
this pull request
Mar 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




🎟️ Tracking
PM-29653
📔 Objective
We are gradually phasing out the old PUT policy behavior. Our last move in this regard was to redirect all clients calls to use the VNext API endpoint, now we're executing similar behavior server-side by forward calls to the old API endpoint.