Skip to content

Commit 5060ff5

Browse files
removed CloudMachine as it moved to Azure.CM package (#47034)
1 parent ec62229 commit 5060ff5

File tree

5 files changed

+0
-290
lines changed

5 files changed

+0
-290
lines changed

sdk/core/Azure.Core.Experimental/api/Azure.Core.Experimental.net461.cs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
namespace Azure
22
{
3-
public partial class CloudMachine
4-
{
5-
public CloudMachine(System.IO.Stream configurationContent) { }
6-
public CloudMachine(string? configurationFile = null) { }
7-
public string DisplayName { get { throw null; } set { } }
8-
public string Id { get { throw null; } }
9-
public string Region { get { throw null; } }
10-
public string SubscriptionId { get { throw null; } }
11-
public static Azure.CloudMachine Create(string subscriptionId, string region) { throw null; }
12-
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
13-
public void Save(System.IO.Stream stream) { }
14-
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
15-
public void Save(string filepath) { }
16-
}
173
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
184
public readonly partial struct Variant
195
{

sdk/core/Azure.Core.Experimental/api/Azure.Core.Experimental.net6.0.cs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
namespace Azure
22
{
3-
public partial class CloudMachine
4-
{
5-
public CloudMachine(System.IO.Stream configurationContent) { }
6-
public CloudMachine(string? configurationFile = null) { }
7-
public string DisplayName { get { throw null; } set { } }
8-
public string Id { get { throw null; } }
9-
public string Region { get { throw null; } }
10-
public string SubscriptionId { get { throw null; } }
11-
public static Azure.CloudMachine Create(string subscriptionId, string region) { throw null; }
12-
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
13-
public void Save(System.IO.Stream stream) { }
14-
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
15-
public void Save(string filepath) { }
16-
}
173
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
184
public readonly partial struct Variant
195
{

sdk/core/Azure.Core.Experimental/api/Azure.Core.Experimental.netstandard2.0.cs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
namespace Azure
22
{
3-
public partial class CloudMachine
4-
{
5-
public CloudMachine(System.IO.Stream configurationContent) { }
6-
public CloudMachine(string? configurationFile = null) { }
7-
public string DisplayName { get { throw null; } set { } }
8-
public string Id { get { throw null; } }
9-
public string Region { get { throw null; } }
10-
public string SubscriptionId { get { throw null; } }
11-
public static Azure.CloudMachine Create(string subscriptionId, string region) { throw null; }
12-
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
13-
public void Save(System.IO.Stream stream) { }
14-
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
15-
public void Save(string filepath) { }
16-
}
173
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
184
public readonly partial struct Variant
195
{

sdk/core/Azure.Core.Experimental/src/CloudMachine.cs

Lines changed: 0 additions & 201 deletions
This file was deleted.

sdk/core/Azure.Core.Experimental/tests/CloudMachineTests.cs

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)