Skip to content

Commit

Permalink
Address arch board review comments (Azure#30330)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengzhou-msft authored Aug 5, 2022
1 parent b9b4927 commit e4ed37f
Show file tree
Hide file tree
Showing 348 changed files with 5,237 additions and 6,253 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public ArcSettingData() { }
public string ArcInstanceResourceGroup { get { throw null; } set { } }
public System.Guid? ArcServicePrincipalObjectId { get { throw null; } set { } }
public System.BinaryData ConnectivityProperties { get { throw null; } set { } }
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Hci.Models.PerNodeState> PerNodeDetails { get { throw null; } }
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Hci.Models.PerNodeArcState> PerNodeDetails { get { throw null; } }
public Azure.ResourceManager.Hci.Models.HciProvisioningState? ProvisioningState { get { throw null; } }
}
public partial class ArcSettingResource : Azure.ResourceManager.ArmResource
Expand Down Expand Up @@ -440,20 +440,20 @@ internal HciClusterReportedProperties() { }
public static bool operator !=(Azure.ResourceManager.Hci.Models.NodeExtensionState left, Azure.ResourceManager.Hci.Models.NodeExtensionState right) { throw null; }
public override string ToString() { throw null; }
}
public partial class PerNodeArcState
{
internal PerNodeArcState() { }
public string ArcInstance { get { throw null; } }
public string Name { get { throw null; } }
public Azure.ResourceManager.Hci.Models.NodeArcState? State { get { throw null; } }
}
public partial class PerNodeExtensionState
{
internal PerNodeExtensionState() { }
public string Extension { get { throw null; } }
public string Name { get { throw null; } }
public Azure.ResourceManager.Hci.Models.NodeExtensionState? State { get { throw null; } }
}
public partial class PerNodeState
{
internal PerNodeState() { }
public string ArcInstance { get { throw null; } }
public string Name { get { throw null; } }
public Azure.ResourceManager.Hci.Models.NodeArcState? State { get { throw null; } }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct WindowsServerSubscription : System.IEquatable<Azure.ResourceManager.Hci.Models.WindowsServerSubscription>
{
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.

Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ rename-mapping:
PasswordCredential: ArcPasswordCredential
UploadCertificateRequest: HciClusterCertificateContent
RawCertificateData: HciClusterRawCertificate
PerNodeState: PerNodeArcState

directive:
- from: swagger-document
Expand Down
Loading

0 comments on commit e4ed37f

Please sign in to comment.