From 3e806d821da46889a8de0b6ee60282aeda741b2c Mon Sep 17 00:00:00 2001 From: Neha Bhargava <61847233+neha-bhargava@users.noreply.github.com> Date: Thu, 28 Mar 2024 09:25:58 -0700 Subject: [PATCH] Fix xml comments warnings (#4683) --- src/client/Microsoft.Identity.Client.Broker/BrokerExtension.cs | 3 ++- .../AppConfig/ConfidentialClientApplicationBuilder.cs | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/Microsoft.Identity.Client.Broker/BrokerExtension.cs b/src/client/Microsoft.Identity.Client.Broker/BrokerExtension.cs index 29684c66ee..c3e53ef23f 100644 --- a/src/client/Microsoft.Identity.Client.Broker/BrokerExtension.cs +++ b/src/client/Microsoft.Identity.Client.Broker/BrokerExtension.cs @@ -57,7 +57,8 @@ public static PublicClientApplicationBuilder WithBroker(this PublicClientApplica /// Use this API to enable SsoPolicy enforcement. /// Should only be utilized by Microsoft 1st party applications. /// This is applicable only when broker is not enabled and embedded webview is the preferred choice. - /// By default, the broker supports SsoPolicy, and system webview SsoPolicy is also supported at the OS level. + /// By default, the broker supports SsoPolicy, and system webview SsoPolicy is also supported at the OS level. + /// /// /// A from which to set more /// parameters, and to create a public client application instance diff --git a/src/client/Microsoft.Identity.Client/AppConfig/ConfidentialClientApplicationBuilder.cs b/src/client/Microsoft.Identity.Client/AppConfig/ConfidentialClientApplicationBuilder.cs index 3d1484ecd4..d48b6af547 100644 --- a/src/client/Microsoft.Identity.Client/AppConfig/ConfidentialClientApplicationBuilder.cs +++ b/src/client/Microsoft.Identity.Client/AppConfig/ConfidentialClientApplicationBuilder.cs @@ -318,7 +318,6 @@ public ConfidentialClientApplicationBuilder WithCacheSynchronization(bool enable /// /// Call instead. - /// /// ///