Skip to content

Commit 7ac1548

Browse files
authored
[HDinsight][BULK] DocuTune - Updates to Azure AD rebranding guidance and DocuTune configuration (#23040)
1 parent 6696350 commit 7ac1548

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/HDInsight/HDInsight/ManagementCommands/AddAzureHDInsightClusterIdentity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public class AddAzureHDInsightClusterIdentity : HDInsightCmdletBase
6262

6363
[Parameter(Position = 4,
6464
Mandatory = false,
65-
HelpMessage = "The Service Principal AAD Tenant Id for accessing Azure Data Lake.")]
65+
HelpMessage = "The Service Principal Microsoft Entra Tenant Id for accessing Azure Data Lake.")]
6666
public Guid AadTenantId { get; set; }
6767

6868
[Parameter(Position = 5,

src/HDInsight/HDInsight/ManagementCommands/NewAzureHDInsightClusterCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ public string OSType
314314
[Parameter(HelpMessage = "Gets or sets the Service Principal Certificate Password for accessing Azure Data Lake.")]
315315
public string CertificatePassword { get; set; }
316316

317-
[Parameter(HelpMessage = "Gets or sets the Service Principal AAD Tenant Id for accessing Azure Data Lake.")]
317+
[Parameter(HelpMessage = "Gets or sets the Service Principal Microsoft Entra Tenant Id for accessing Azure Data Lake.")]
318318
public Guid AadTenantId { get; set; }
319319

320320
[Parameter(HelpMessage = "Gets or sets Security Profile which is used for creating secure cluster.")]

src/HDInsight/HDInsight/ManagementCommands/NewAzureHDInsightClusterConfigCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public string CertificatePassword
147147
set { _config.CertificatePassword = value; }
148148
}
149149

150-
[Parameter(HelpMessage = "Gets or sets the Service Principal AAD Tenant Id for accessing Azure Data Lake.")]
150+
[Parameter(HelpMessage = "Gets or sets the Service Principal Microsoft Entra Tenant Id for accessing Azure Data Lake.")]
151151
public Guid AadTenantId
152152
{
153153
get { return _config.AADTenantId; }

0 commit comments

Comments
 (0)