1
0
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:
Kyle Spearrin
2017-05-15 09:22:51 -04:00
parent 90cd60e62d
commit 6ede5550b8
6 changed files with 342 additions and 252 deletions

View File

@@ -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:");