Skip to content

Commit 1fab97a

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DataMigration/DataMigration/Cmdlets/NewAzureActiveDirectoryAppCmdlet.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ public class NewAzureActiveDirectoryAppCmdlet : DataMigrationCmdlet
2727
{
2828
[Parameter(
2929
Mandatory = true,
30-
HelpMessage = "Azure Active Directory Application Id")]
30+
HelpMessage = "Microsoft Entra Application Id")]
3131
[ValidateNotNullOrEmpty]
3232
[Alias("AppId")]
3333
public string ApplicationId { get; set; }
3434

3535
[Parameter(
3636
Mandatory = true,
37-
HelpMessage = "Azure Active Directory Key")]
37+
HelpMessage = "Microsoft Entra ID Key")]
3838
[ValidateNotNullOrEmpty]
3939
[Alias("Key")]
4040
public SecureString AppKey { get; set; }

0 commit comments

Comments
 (0)