Skip to content

Commit 133304c

Browse files
authored
[DataLakeAnalytics][BULK] DocuTune - Updates to Azure AD rebranding guidance and DocuTune configuration (#23010)
1 parent d3595ec commit 133304c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DataLakeAnalytics/DataLakeAnalytics/Commands/NewAzureRmDataLakeAnalyticsComputePolicy.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ public class NewAzureDataLakeAnalyticsComputePolicy : DataLakeAnalyticsCmdletBas
4646
public string Name { get; set; }
4747

4848
[Parameter(ValueFromPipelineByPropertyName = true, Position = 2, Mandatory = true,
49-
HelpMessage = "The Azure Active Directory object id for the user or group to apply the policy to.")]
49+
HelpMessage = "The Microsoft Entra object id for the user or group to apply the policy to.")]
5050
[ValidateNotNull]
5151
public Guid ObjectId { get; set; }
5252

5353
[Parameter(ValueFromPipelineByPropertyName = true, Position = 3, Mandatory = true,
54-
HelpMessage = "The Azure Active Directory object type for the object ID passed in.")]
54+
HelpMessage = "The Microsoft Entra object type for the object ID passed in.")]
5555
[ValidateNotNull]
5656
[ValidateSet("User", "Group", "ServicePrincipal", IgnoreCase = true)]
5757
public string ObjectType { get; set; }

0 commit comments

Comments
 (0)