Skip to content

Commit 16d0614

Browse files
authored
[synapse][BULK] DocuTune - Updates to Azure AD rebranding guidance and DocuTune configuration (#23045)
1 parent 5384dc8 commit 16d0614

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Synapse/Synapse/Common/HelpMessages.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ public static class HelpMessages
248248

249249
public const string DisplayName = "Specifies the display name of the user or group for whom to grant permissions. This display name must exist in the active directory associated with the current subscription.";
250250

251-
public const string ObjectId = "Specifies the object ID of the user or group in Azure Active Directory for which to grant permissions.";
251+
public const string ObjectId = "Specifies the object ID of the user or group in Microsoft Entra ID for which to grant permissions.";
252252

253253
public const string LinkConnectionName = "Name of link connection.";
254254

@@ -353,7 +353,7 @@ SELECT on dbo.myTable by public
353353

354354
public const string RoleDefinitionName = "Name of the Role that is assigned to the principal.";
355355

356-
public const string PrincipalId = "The Azure AD ObjectId of the User, Group or Service Principal.";
356+
public const string PrincipalId = "The Microsoft Entra ObjectId of the User, Group or Service Principal.";
357357

358358
public const string SignInName = "The email address or the user principal name of the user.";
359359

0 commit comments

Comments
 (0)