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
@@ -71,7 +71,7 @@ namespace Microsoft.SqlTools.Migration.Contracts
public List<string> LoginList { get; set; }
/// <summary>
/// Azure active directory domain name (required for Windows Auth)
/// Microsoft Entra domain name (required for Windows Auth)
/// </summary>
public string AADDomainName{ get; set; }
}