Skip to content

Commit

Permalink
removed CloudMachine as it moved to Azure.CM package (#47034)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofCwalina authored Nov 8, 2024
1 parent ec62229 commit 5060ff5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 290 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
namespace Azure
{
public partial class CloudMachine
{
public CloudMachine(System.IO.Stream configurationContent) { }
public CloudMachine(string? configurationFile = null) { }
public string DisplayName { get { throw null; } set { } }
public string Id { get { throw null; } }
public string Region { get { throw null; } }
public string SubscriptionId { get { throw null; } }
public static Azure.CloudMachine Create(string subscriptionId, string region) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public void Save(System.IO.Stream stream) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public void Save(string filepath) { }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct Variant
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
namespace Azure
{
public partial class CloudMachine
{
public CloudMachine(System.IO.Stream configurationContent) { }
public CloudMachine(string? configurationFile = null) { }
public string DisplayName { get { throw null; } set { } }
public string Id { get { throw null; } }
public string Region { get { throw null; } }
public string SubscriptionId { get { throw null; } }
public static Azure.CloudMachine Create(string subscriptionId, string region) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public void Save(System.IO.Stream stream) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public void Save(string filepath) { }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct Variant
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
namespace Azure
{
public partial class CloudMachine
{
public CloudMachine(System.IO.Stream configurationContent) { }
public CloudMachine(string? configurationFile = null) { }
public string DisplayName { get { throw null; } set { } }
public string Id { get { throw null; } }
public string Region { get { throw null; } }
public string SubscriptionId { get { throw null; } }
public static Azure.CloudMachine Create(string subscriptionId, string region) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public void Save(System.IO.Stream stream) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public void Save(string filepath) { }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct Variant
{
Expand Down
201 changes: 0 additions & 201 deletions sdk/core/Azure.Core.Experimental/src/CloudMachine.cs

This file was deleted.

47 changes: 0 additions & 47 deletions sdk/core/Azure.Core.Experimental/tests/CloudMachineTests.cs

This file was deleted.

0 comments on commit 5060ff5

Please sign in to comment.