Skip to content

Commit

Permalink
Solve review comments for HDInsight (Azure#31169)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurMa1978 authored Sep 16, 2022
1 parent 71e989b commit 3bb79e9
Show file tree
Hide file tree
Showing 9 changed files with 50 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ public HDInsightApplicationProperties() { }
public string ApplicationState { get { throw null; } }
public string ApplicationType { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.HDInsight.Models.HDInsightClusterRole> ComputeRoles { get { throw null; } }
public string CreatedDate { get { throw null; } }
public System.DateTimeOffset? CreatedOn { get { throw null; } }
public System.Collections.Generic.IList<Azure.ResponseError> Errors { get { throw null; } }
public System.Collections.Generic.IList<Azure.ResourceManager.HDInsight.Models.HDInsightApplicationHttpsEndpoint> HttpsEndpoints { get { throw null; } }
public System.Collections.Generic.IList<Azure.ResourceManager.HDInsight.Models.RuntimeScriptAction> InstallScriptActions { get { throw null; } }
Expand Down Expand Up @@ -580,7 +580,7 @@ public HDInsightClusterProperties(Azure.ResourceManager.HDInsight.Models.HDInsig
public Azure.ResourceManager.HDInsight.Models.HDInsightComputeIsolationProperties ComputeIsolationProperties { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.HDInsight.Models.HDInsightClusterRole> ComputeRoles { get { throw null; } }
public System.Collections.Generic.IList<Azure.ResourceManager.HDInsight.Models.ConnectivityEndpoint> ConnectivityEndpoints { get { throw null; } }
public string CreatedDate { get { throw null; } set { } }
public System.DateTimeOffset? CreatedOn { get { throw null; } set { } }
public Azure.ResourceManager.HDInsight.Models.HDInsightDiskEncryptionProperties DiskEncryptionProperties { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResponseError> Errors { get { throw null; } }
public Azure.ResourceManager.HDInsight.Models.ExcludedServicesConfig ExcludedServicesConfig { get { throw null; } set { } }
Expand Down Expand Up @@ -942,7 +942,7 @@ public HDInsightSecurityProfile() { }
public string Domain { get { throw null; } set { } }
public string DomainUsername { get { throw null; } set { } }
public string DomainUserPassword { get { throw null; } set { } }
public System.Collections.Generic.IList<string> LdapsUrls { get { throw null; } }
public System.Collections.Generic.IList<System.Uri> LdapUris { get { throw null; } }
public Azure.Core.ResourceIdentifier MsiResourceId { get { throw null; } set { } }
public string OrganizationalUnitDN { get { throw null; } set { } }
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3bb79e9

Please sign in to comment.