You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Synapse/Synapse/Common/HelpMessages.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -248,7 +248,7 @@ public static class HelpMessages
248
248
249
249
publicconststringDisplayName="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.";
250
250
251
-
publicconststringObjectId="Specifies the object ID of the user or group in Azure Active Directory for which to grant permissions.";
251
+
publicconststringObjectId="Specifies the object ID of the user or group in Microsoft Entra ID for which to grant permissions.";
252
252
253
253
publicconststringLinkConnectionName="Name of link connection.";
254
254
@@ -353,7 +353,7 @@ SELECT on dbo.myTable by public
353
353
354
354
publicconststringRoleDefinitionName="Name of the Role that is assigned to the principal.";
355
355
356
-
publicconststringPrincipalId="The Azure AD ObjectId of the User, Group or Service Principal.";
356
+
publicconststringPrincipalId="The Microsoft Entra ObjectId of the User, Group or Service Principal.";
357
357
358
358
publicconststringSignInName="The email address or the user principal name of the user.";
0 commit comments