We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133304c commit 1fab97aCopy full SHA for 1fab97a
src/DataMigration/DataMigration/Cmdlets/NewAzureActiveDirectoryAppCmdlet.cs
@@ -27,14 +27,14 @@ public class NewAzureActiveDirectoryAppCmdlet : DataMigrationCmdlet
27
{
28
[Parameter(
29
Mandatory = true,
30
- HelpMessage = "Azure Active Directory Application Id")]
+ HelpMessage = "Microsoft Entra Application Id")]
31
[ValidateNotNullOrEmpty]
32
[Alias("AppId")]
33
public string ApplicationId { get; set; }
34
35
36
37
- HelpMessage = "Azure Active Directory Key")]
+ HelpMessage = "Microsoft Entra ID Key")]
38
39
[Alias("Key")]
40
public SecureString AppKey { get; set; }
0 commit comments