Skip to content

Commit

Permalink
resolve arch board comments (#30329)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored Aug 5, 2022
1 parent e9f5faa commit 4f3839c
Show file tree
Hide file tree
Showing 10 changed files with 101 additions and 86 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,23 @@ public HDInsightPrivateLinkResourceData() { }
}
namespace Azure.ResourceManager.HDInsight.Models
{
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct AuthenticationDirectoryType : System.IEquatable<Azure.ResourceManager.HDInsight.Models.AuthenticationDirectoryType>
{
private readonly object _dummy;
private readonly int _dummyPrimitive;
public AuthenticationDirectoryType(string value) { throw null; }
public static Azure.ResourceManager.HDInsight.Models.AuthenticationDirectoryType ActiveDirectory { get { throw null; } }
public bool Equals(Azure.ResourceManager.HDInsight.Models.AuthenticationDirectoryType other) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool Equals(object obj) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override int GetHashCode() { throw null; }
public static bool operator ==(Azure.ResourceManager.HDInsight.Models.AuthenticationDirectoryType left, Azure.ResourceManager.HDInsight.Models.AuthenticationDirectoryType right) { throw null; }
public static implicit operator Azure.ResourceManager.HDInsight.Models.AuthenticationDirectoryType (string value) { throw null; }
public static bool operator !=(Azure.ResourceManager.HDInsight.Models.AuthenticationDirectoryType left, Azure.ResourceManager.HDInsight.Models.AuthenticationDirectoryType right) { throw null; }
public override string ToString() { throw null; }
}
public partial class ClientGroupInfo
{
public ClientGroupInfo() { }
Expand Down Expand Up @@ -286,23 +303,6 @@ public ConnectivityEndpoint() { }
public static bool operator !=(Azure.ResourceManager.HDInsight.Models.DaysOfWeek left, Azure.ResourceManager.HDInsight.Models.DaysOfWeek right) { throw null; }
public override string ToString() { throw null; }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct DirectoryType : System.IEquatable<Azure.ResourceManager.HDInsight.Models.DirectoryType>
{
private readonly object _dummy;
private readonly int _dummyPrimitive;
public DirectoryType(string value) { throw null; }
public static Azure.ResourceManager.HDInsight.Models.DirectoryType ActiveDirectory { get { throw null; } }
public bool Equals(Azure.ResourceManager.HDInsight.Models.DirectoryType other) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool Equals(object obj) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override int GetHashCode() { throw null; }
public static bool operator ==(Azure.ResourceManager.HDInsight.Models.DirectoryType left, Azure.ResourceManager.HDInsight.Models.DirectoryType right) { throw null; }
public static implicit operator Azure.ResourceManager.HDInsight.Models.DirectoryType (string value) { throw null; }
public static bool operator !=(Azure.ResourceManager.HDInsight.Models.DirectoryType left, Azure.ResourceManager.HDInsight.Models.DirectoryType right) { throw null; }
public override string ToString() { throw null; }
}
public partial class ExcludedServicesConfig
{
public ExcludedServicesConfig() { }
Expand Down Expand Up @@ -475,8 +475,8 @@ internal HDInsightClusterAaddsDetail() { }
public bool? IsInitialSyncComplete { get { throw null; } }
public bool? IsLdapsEnabled { get { throw null; } }
public string LdapsPublicCertificateInBase64 { get { throw null; } }
public string ResourceId { get { throw null; } }
public string SubnetId { get { throw null; } }
public Azure.Core.ResourceIdentifier ResourceId { get { throw null; } }
public Azure.Core.ResourceIdentifier SubnetId { get { throw null; } }
public System.Guid? TenantId { get { throw null; } }
}
public partial class HDInsightClusterConfigurations
Expand Down Expand Up @@ -700,7 +700,7 @@ public partial class HDInsightDiskEncryptionProperties
{
public HDInsightDiskEncryptionProperties() { }
public Azure.ResourceManager.HDInsight.Models.JsonWebKeyEncryptionAlgorithm? EncryptionAlgorithm { get { throw null; } set { } }
public bool? EncryptionAtHost { get { throw null; } set { } }
public bool? IsEncryptionAtHostEnabled { get { throw null; } set { } }
public string KeyName { get { throw null; } set { } }
public string KeyVersion { get { throw null; } set { } }
public Azure.Core.ResourceIdentifier MsiResourceId { get { throw null; } set { } }
Expand Down Expand Up @@ -938,7 +938,7 @@ public partial class HDInsightSecurityProfile
public HDInsightSecurityProfile() { }
public string AaddsResourceId { get { throw null; } set { } }
public System.Collections.Generic.IList<string> ClusterUsersGroupDNs { get { throw null; } }
public Azure.ResourceManager.HDInsight.Models.DirectoryType? DirectoryType { get { throw null; } set { } }
public Azure.ResourceManager.HDInsight.Models.AuthenticationDirectoryType? DirectoryType { get { throw null; } set { } }
public string Domain { get { throw null; } set { } }
public string DomainUsername { get { throw null; } set { } }
public string DomainUserPassword { get { throw null; } set { } }
Expand Down

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

This file was deleted.

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.

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

4 changes: 4 additions & 0 deletions sdk/hdinsight/Azure.ResourceManager.HDInsight/src/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ rename-mapping:
ValidationErrorInfo: HDInsightClusterValidationErrorInfo
AaddsResourceDetails.initialSyncComplete: IsInitialSyncComplete
AaddsResourceDetails.ldapsEnabled: IsLdapsEnabled
AaddsResourceDetails.resourceId: -|arm-id
AaddsResourceDetails.subnetId: -|arm-id
AsyncOperationResult: HDInsightAsyncOperationResult
AsyncOperationState: HDInsightAsyncOperationState
ApplicationProperties: HDInsightApplicationProperties
Expand Down Expand Up @@ -142,6 +144,8 @@ rename-mapping:
NameAvailabilityCheckResult.nameAvailable: IsNameAvailable
RuntimeScriptActionDetail.startTime: -|datetime
RuntimeScriptActionDetail.endTime: -|datetime
DiskEncryptionProperties.encryptionAtHost: IsEncryptionAtHostEnabled
DirectoryType: AuthenticationDirectoryType

prepend-rp-prefix:
- VmSizeCompatibilityFilterV2
Expand Down

0 comments on commit 4f3839c

Please sign in to comment.