Skip to content
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
bbc06fb
doc for sdl release
rohithkumar91 Mar 10, 2023
e53061f
sdk release
rohithkumar91 Mar 14, 2023
9afc092
Merge branch 'Azure:main' into main
rohithkumar91 Mar 16, 2023
6064902
sdk release
rohithkumar91 Mar 16, 2023
bc42e3b
Merge branch 'Azure:main' into main
rohithkumar91 Mar 23, 2023
ade1a87
updated version in SessionRecords json file
rohithkumar91 Mar 23, 2023
a8f6b10
updated version number
rohithkumar91 Mar 23, 2023
95011c3
Merge branch 'Azure:main' into main
rohithkumar91 Mar 23, 2023
cb6214d
version changed in json file
rohithkumar91 Mar 23, 2023
d6563c1
Merge branch 'Azure:main' into main
rohithkumar91 Mar 24, 2023
650b1d8
updated version
rohithkumar91 Mar 24, 2023
9e82f35
updated version
rohithkumar91 Mar 24, 2023
3ff2635
Merge branch 'Azure:main' into main
rohithkumar91 Mar 30, 2023
12816a9
sdk release
rohithkumar91 Mar 30, 2023
78e85aa
Merge branch 'Azure:main' into main
rohithkumar91 Apr 3, 2023
4acaa64
sdk generation
rohithkumar91 Apr 3, 2023
1bc7336
Merge branch 'Azure:main' into main
rohithkumar91 Apr 4, 2023
8d4cf79
sdk release
rohithkumar91 Apr 4, 2023
8049119
Merge branch 'Azure:main' into main
rohithkumar91 Apr 7, 2023
99575af
sdk release
rohithkumar91 Apr 7, 2023
6b61683
Merge branch 'Azure:main' into main
rohithkumar91 Apr 10, 2023
d7970f7
Merge branch 'Azure:main' into main
rohithkumar91 Apr 12, 2023
b7c90e0
Merge branch 'Azure:main' into main
rohithkumar91 Apr 12, 2023
f3b9af6
sdk release
rohithkumar91 Apr 12, 2023
c9b1037
Update sampes
live1206 Apr 20, 2023
82a462c
Merge remote-tracking branch 'azure-sdk/main'
live1206 Apr 20, 2023
25505cb
Merge from main and regenerate code.
live1206 Apr 20, 2023
a2e2787
Merge branch 'Azure:main' into main
rohithkumar91 Apr 20, 2023
5500db4
Merge branch 'Azure:main' into main
rohithkumar91 May 10, 2023
e2dafb4
SDK release
rohithkumar91 May 10, 2023
0bd2cc5
Merge branch 'Azure:main' into main
rohithkumar91 May 11, 2023
a9db6e8
sdk release
rohithkumar91 May 11, 2023
9e1e4a8
Merge branch 'Azure:main' into main
rohithkumar91 May 11, 2023
5d8db40
sdk release
rohithkumar91 May 11, 2023
f3407d1
Merge branch 'Azure:main' into main
rohithkumar91 May 30, 2023
0818106
doc for sdk release
rohithkumar91 May 30, 2023
a1035c9
doc for sdk release
rohithkumar91 May 30, 2023
a955a8e
Update
live1206 May 31, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ protected ArcExtensionResource() { }
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Hci.ArcExtensionResource>> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Hci.ArcExtensionResource> Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Hci.ArcExtensionData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Hci.ArcExtensionResource>> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Hci.ArcExtensionData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual Azure.ResourceManager.ArmOperation Upgrade(Azure.WaitUntil waitUntil, Azure.ResourceManager.Hci.Models.ExtensionUpgradeContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation> UpgradeAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Hci.Models.ExtensionUpgradeContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
}
public partial class ArcSettingCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Hci.ArcSettingResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Hci.ArcSettingResource>, System.Collections.IEnumerable
{
Expand Down Expand Up @@ -451,6 +453,7 @@ namespace Azure.ResourceManager.Hci.Models
public static Azure.ResourceManager.Hci.Models.ArcExtensionAggregateState Provisioning { get { throw null; } }
public static Azure.ResourceManager.Hci.Models.ArcExtensionAggregateState Succeeded { get { throw null; } }
public static Azure.ResourceManager.Hci.Models.ArcExtensionAggregateState Updating { get { throw null; } }
public static Azure.ResourceManager.Hci.Models.ArcExtensionAggregateState UpgradeFailedRollbackSucceeded { get { throw null; } }
public bool Equals(Azure.ResourceManager.Hci.Models.ArcExtensionAggregateState other) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool Equals(object obj) { throw null; }
Expand Down Expand Up @@ -535,6 +538,28 @@ public ArcSettingPatch() { }
public static bool operator !=(Azure.ResourceManager.Hci.Models.ClusterNodeType left, Azure.ResourceManager.Hci.Models.ClusterNodeType right) { throw null; }
public override string ToString() { throw null; }
}
public partial class ExtensionInstanceView
{
internal ExtensionInstanceView() { }
public string ExtensionInstanceViewType { get { throw null; } }
public string Name { get { throw null; } }
public Azure.ResourceManager.Hci.Models.ExtensionInstanceViewStatus Status { get { throw null; } }
public string TypeHandlerVersion { get { throw null; } }
}
public partial class ExtensionInstanceViewStatus
{
internal ExtensionInstanceViewStatus() { }
public string Code { get { throw null; } }
public string DisplayStatus { get { throw null; } }
public Azure.ResourceManager.Hci.Models.StatusLevelType? Level { get { throw null; } }
public string Message { get { throw null; } }
public System.DateTimeOffset? Time { get { throw null; } }
}
public partial class ExtensionUpgradeContent
{
public ExtensionUpgradeContent() { }
public string TargetVersion { get { throw null; } set { } }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct HciAvailabilityType : System.IEquatable<Azure.ResourceManager.Hci.Models.HciAvailabilityType>
{
Expand Down Expand Up @@ -598,6 +623,7 @@ internal HciClusterNode() { }
public float? CoreCount { get { throw null; } }
public string EhcResourceId { get { throw null; } }
public float? Id { get { throw null; } }
public System.DateTimeOffset? LastLicensingTimestamp { get { throw null; } }
public string Manufacturer { get { throw null; } }
public float? MemoryInGiB { get { throw null; } }
public string Model { get { throw null; } }
Expand Down Expand Up @@ -932,8 +958,10 @@ public partial class PerNodeExtensionState
{
internal PerNodeExtensionState() { }
public string Extension { get { throw null; } }
public Azure.ResourceManager.Hci.Models.ExtensionInstanceView InstanceView { get { throw null; } }
public string Name { get { throw null; } }
public Azure.ResourceManager.Hci.Models.NodeExtensionState? State { get { throw null; } }
public string TypeHandlerVersion { get { throw null; } }
}
public partial class SoftwareAssuranceChangeContent
{
Expand Down Expand Up @@ -983,6 +1011,25 @@ public SoftwareAssuranceProperties() { }
public static bool operator !=(Azure.ResourceManager.Hci.Models.SoftwareAssuranceStatus left, Azure.ResourceManager.Hci.Models.SoftwareAssuranceStatus right) { throw null; }
public override string ToString() { throw null; }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct StatusLevelType : System.IEquatable<Azure.ResourceManager.Hci.Models.StatusLevelType>
{
private readonly object _dummy;
private readonly int _dummyPrimitive;
public StatusLevelType(string value) { throw null; }
public static Azure.ResourceManager.Hci.Models.StatusLevelType Error { get { throw null; } }
public static Azure.ResourceManager.Hci.Models.StatusLevelType Info { get { throw null; } }
public static Azure.ResourceManager.Hci.Models.StatusLevelType Warning { get { throw null; } }
public bool Equals(Azure.ResourceManager.Hci.Models.StatusLevelType 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.Hci.Models.StatusLevelType left, Azure.ResourceManager.Hci.Models.StatusLevelType right) { throw null; }
public static implicit operator Azure.ResourceManager.Hci.Models.StatusLevelType (string value) { throw null; }
public static bool operator !=(Azure.ResourceManager.Hci.Models.StatusLevelType left, Azure.ResourceManager.Hci.Models.StatusLevelType right) { throw null; }
public override string ToString() { throw null; }
}
public partial class UpdatePrerequisite
{
public UpdatePrerequisite() { }
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