1
0
mirror of https://github.com/bitwarden/server synced 2025-12-18 17:23:28 +00:00

[PM-17558] Remove ShortcutDuplicatePatchRequests feature flag (#5551)

* Delete old command and feature flag switch

* Rename vNext command

* Remove feature flag
This commit is contained in:
Thomas Rittson
2025-03-28 00:13:56 +10:00
committed by GitHub
parent 6178bb2db1
commit 54f4ba945e
11 changed files with 368 additions and 1009 deletions

View File

@@ -10,7 +10,6 @@ public static class ScimServiceCollectionExtensions
public static void AddScimGroupCommands(this IServiceCollection services)
{
services.AddScoped<IPatchGroupCommand, PatchGroupCommand>();
services.AddScoped<IPatchGroupCommandvNext, PatchGroupCommandvNext>();
services.AddScoped<IPostGroupCommand, PostGroupCommand>();
services.AddScoped<IPutGroupCommand, PutGroupCommand>();
}