mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-21 02:33:14 +00:00
Interface out directory service for Azure implem.
This commit is contained in:
@@ -555,7 +555,7 @@ namespace Bit.Console
|
||||
}
|
||||
|
||||
Con.WriteLine("Syncing...");
|
||||
var result = await Sync.SyncAllAsync(force);
|
||||
var result = await Sync.SyncAllAsync(force, true);
|
||||
|
||||
if(result.Success)
|
||||
{
|
||||
@@ -595,7 +595,7 @@ namespace Bit.Console
|
||||
Con.WriteLine("Querying...");
|
||||
Con.WriteLine();
|
||||
|
||||
var result = await Sync.GatherAsync(force);
|
||||
var result = await Sync.SyncAllAsync(force, false);
|
||||
if(result.Success)
|
||||
{
|
||||
Con.WriteLine("Groups:");
|
||||
|
||||
Reference in New Issue
Block a user