Azure Active Directory (Azure AD) is becoming Microsoft Entra ID (#2237)

This commit is contained in:
Cheena Malhotra
2023-09-12 13:40:35 -07:00
committed by GitHub
parent f32e00df48
commit 1b886c4380
17 changed files with 31 additions and 31 deletions

View File

@@ -24,7 +24,7 @@ namespace Microsoft.SqlTools.SqlCore.ObjectExplorer
/// Expands the node at the given path and returns the child nodes.
/// </summary>
/// <param name="connectionString"> Connection string to connect to the server </param>
/// <param name="accessToken"> Access token to connect to the server. To be used in case of AAD based connections </param>
/// <param name="accessToken"> Access token to connect to the server. To be used in case of Microsoft Entra ID based connections </param>
/// <param name="nodePath"> Path of the node to expand </param>
/// <param name="serverInfo"> Server information </param>
/// <param name="options"> Object explorer options </param>