From 5e2baa76757f2d5d11c7dbb59a16c1664c314995 Mon Sep 17 00:00:00 2001 From: Ashok Kumar Ramakrishnan <83938949+ashok672@users.noreply.github.com> Date: Wed, 28 May 2025 17:05:38 -0700 Subject: [PATCH 1/2] Update BrokerOptions.cs --- .../Microsoft.Identity.Client/ApiConfig/BrokerOptions.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/client/Microsoft.Identity.Client/ApiConfig/BrokerOptions.cs b/src/client/Microsoft.Identity.Client/ApiConfig/BrokerOptions.cs index f71cc6d6f5..b8a918bc23 100644 --- a/src/client/Microsoft.Identity.Client/ApiConfig/BrokerOptions.cs +++ b/src/client/Microsoft.Identity.Client/ApiConfig/BrokerOptions.cs @@ -80,9 +80,10 @@ internal static BrokerOptions CreateFromWindowsOptions(WindowsBrokerOptions winO /// /// Currently supported on Windows, Linux and macOS - /// Allows the Windows broker to list Work and School accounts as part of the + /// Allows the Windows broker to list MSA, Work and School accounts as part of the /// Linux and macOS broker will discover accounts as part of the - /// + /// + [EditorBrowsable(EditorBrowsableState.Never)] public bool ListOperatingSystemAccounts { get; set; } internal bool IsBrokerEnabledOnCurrentOs() From c1cbb0f2bc26b5fbf51402c774d8d4ce2f35c5ed Mon Sep 17 00:00:00 2001 From: Ashok Kumar Ramakrishnan <83938949+ashok672@users.noreply.github.com> Date: Wed, 28 May 2025 18:03:29 -0700 Subject: [PATCH 2/2] Update BrokerOptions.cs --- .../Microsoft.Identity.Client/ApiConfig/BrokerOptions.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/Microsoft.Identity.Client/ApiConfig/BrokerOptions.cs b/src/client/Microsoft.Identity.Client/ApiConfig/BrokerOptions.cs index b8a918bc23..80b2afa75a 100644 --- a/src/client/Microsoft.Identity.Client/ApiConfig/BrokerOptions.cs +++ b/src/client/Microsoft.Identity.Client/ApiConfig/BrokerOptions.cs @@ -79,8 +79,8 @@ internal static BrokerOptions CreateFromWindowsOptions(WindowsBrokerOptions winO public bool MsaPassthrough { get; set; } = false; /// - /// Currently supported on Windows, Linux and macOS - /// Allows the Windows broker to list MSA, Work and School accounts as part of the + /// Currently supported on Windows, Linux and macOS. + /// Allows the Windows broker to list MSA, Work and School accounts as part of the . /// Linux and macOS broker will discover accounts as part of the /// [EditorBrowsable(EditorBrowsableState.Never)]