Skip to content

Commit 2f74e6f

Browse files
author
SDKAuto
committed
CodeGen from PR 33958 in Azure/azure-rest-api-specs
Merge 5bd5d6cd7f3f7c518fedc736ea9973560ee2a08f into b80151d
1 parent a67ea5f commit 2f74e6f

File tree

8 files changed

+31
-106
lines changed

8 files changed

+31
-106
lines changed

sdk/compute/Azure.ResourceManager.Compute/api/Azure.ResourceManager.Compute.net8.0.cs

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6265,23 +6265,6 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
62656265
public static bool operator !=(Azure.ResourceManager.Compute.Models.GetVirtualMachineExpandType left, Azure.ResourceManager.Compute.Models.GetVirtualMachineExpandType right) { throw null; }
62666266
public override string ToString() { throw null; }
62676267
}
6268-
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
6269-
public readonly partial struct GetVirtualMachineImagesWithPropertiesExpand : System.IEquatable<Azure.ResourceManager.Compute.Models.GetVirtualMachineImagesWithPropertiesExpand>
6270-
{
6271-
private readonly object _dummy;
6272-
private readonly int _dummyPrimitive;
6273-
public GetVirtualMachineImagesWithPropertiesExpand(string value) { throw null; }
6274-
public static Azure.ResourceManager.Compute.Models.GetVirtualMachineImagesWithPropertiesExpand Properties { get { throw null; } }
6275-
public bool Equals(Azure.ResourceManager.Compute.Models.GetVirtualMachineImagesWithPropertiesExpand other) { throw null; }
6276-
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
6277-
public override bool Equals(object obj) { throw null; }
6278-
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
6279-
public override int GetHashCode() { throw null; }
6280-
public static bool operator ==(Azure.ResourceManager.Compute.Models.GetVirtualMachineImagesWithPropertiesExpand left, Azure.ResourceManager.Compute.Models.GetVirtualMachineImagesWithPropertiesExpand right) { throw null; }
6281-
public static implicit operator Azure.ResourceManager.Compute.Models.GetVirtualMachineImagesWithPropertiesExpand (string value) { throw null; }
6282-
public static bool operator !=(Azure.ResourceManager.Compute.Models.GetVirtualMachineImagesWithPropertiesExpand left, Azure.ResourceManager.Compute.Models.GetVirtualMachineImagesWithPropertiesExpand right) { throw null; }
6283-
public override string ToString() { throw null; }
6284-
}
62856268
public partial class GrantAccessData : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.GrantAccessData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.GrantAccessData>
62866269
{
62876270
public GrantAccessData(Azure.ResourceManager.Compute.Models.AccessLevel access, int durationInSeconds) { }
@@ -8496,8 +8479,8 @@ public SubscriptionResourceGetVirtualMachineImagesOptions(Azure.Core.AzureLocati
84968479
}
84978480
public partial class SubscriptionResourceGetVirtualMachineImagesWithPropertiesOptions
84988481
{
8499-
public SubscriptionResourceGetVirtualMachineImagesWithPropertiesOptions(Azure.Core.AzureLocation location, string publisherName, string offer, string skus, Azure.ResourceManager.Compute.Models.GetVirtualMachineImagesWithPropertiesExpand expand) { }
8500-
public Azure.ResourceManager.Compute.Models.GetVirtualMachineImagesWithPropertiesExpand Expand { get { throw null; } }
8482+
public SubscriptionResourceGetVirtualMachineImagesWithPropertiesOptions(Azure.Core.AzureLocation location, string publisherName, string offer, string skus, string expand) { }
8483+
public string Expand { get { throw null; } }
85018484
public Azure.Core.AzureLocation Location { get { throw null; } }
85028485
public string Offer { get { throw null; } }
85038486
public string Orderby { get { throw null; } set { } }

sdk/compute/Azure.ResourceManager.Compute/api/Azure.ResourceManager.Compute.netstandard2.0.cs

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6265,23 +6265,6 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
62656265
public static bool operator !=(Azure.ResourceManager.Compute.Models.GetVirtualMachineExpandType left, Azure.ResourceManager.Compute.Models.GetVirtualMachineExpandType right) { throw null; }
62666266
public override string ToString() { throw null; }
62676267
}
6268-
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
6269-
public readonly partial struct GetVirtualMachineImagesWithPropertiesExpand : System.IEquatable<Azure.ResourceManager.Compute.Models.GetVirtualMachineImagesWithPropertiesExpand>
6270-
{
6271-
private readonly object _dummy;
6272-
private readonly int _dummyPrimitive;
6273-
public GetVirtualMachineImagesWithPropertiesExpand(string value) { throw null; }
6274-
public static Azure.ResourceManager.Compute.Models.GetVirtualMachineImagesWithPropertiesExpand Properties { get { throw null; } }
6275-
public bool Equals(Azure.ResourceManager.Compute.Models.GetVirtualMachineImagesWithPropertiesExpand other) { throw null; }
6276-
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
6277-
public override bool Equals(object obj) { throw null; }
6278-
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
6279-
public override int GetHashCode() { throw null; }
6280-
public static bool operator ==(Azure.ResourceManager.Compute.Models.GetVirtualMachineImagesWithPropertiesExpand left, Azure.ResourceManager.Compute.Models.GetVirtualMachineImagesWithPropertiesExpand right) { throw null; }
6281-
public static implicit operator Azure.ResourceManager.Compute.Models.GetVirtualMachineImagesWithPropertiesExpand (string value) { throw null; }
6282-
public static bool operator !=(Azure.ResourceManager.Compute.Models.GetVirtualMachineImagesWithPropertiesExpand left, Azure.ResourceManager.Compute.Models.GetVirtualMachineImagesWithPropertiesExpand right) { throw null; }
6283-
public override string ToString() { throw null; }
6284-
}
62856268
public partial class GrantAccessData : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.GrantAccessData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.GrantAccessData>
62866269
{
62876270
public GrantAccessData(Azure.ResourceManager.Compute.Models.AccessLevel access, int durationInSeconds) { }
@@ -8496,8 +8479,8 @@ public SubscriptionResourceGetVirtualMachineImagesOptions(Azure.Core.AzureLocati
84968479
}
84978480
public partial class SubscriptionResourceGetVirtualMachineImagesWithPropertiesOptions
84988481
{
8499-
public SubscriptionResourceGetVirtualMachineImagesWithPropertiesOptions(Azure.Core.AzureLocation location, string publisherName, string offer, string skus, Azure.ResourceManager.Compute.Models.GetVirtualMachineImagesWithPropertiesExpand expand) { }
8500-
public Azure.ResourceManager.Compute.Models.GetVirtualMachineImagesWithPropertiesExpand Expand { get { throw null; } }
8482+
public SubscriptionResourceGetVirtualMachineImagesWithPropertiesOptions(Azure.Core.AzureLocation location, string publisherName, string offer, string skus, string expand) { }
8483+
public string Expand { get { throw null; } }
85018484
public Azure.Core.AzureLocation Location { get { throw null; } }
85028485
public string Offer { get { throw null; } }
85038486
public string Orderby { get { throw null; } set { } }

sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_SubscriptionResourceExtensions.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/GetVirtualMachineImagesWithPropertiesExpand.cs

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

sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/SubscriptionResourceGetVirtualMachineImagesWithPropertiesOptions.cs

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)