Skip to content

Commit 1ac3fb7

Browse files
author
SDKAuto
committed
CodeGen from PR 24661 in Azure/azure-rest-api-specs
Merge 44ceaea591c118adf3e4106d389adc2b426db776 into 6107f258542bc16f1fdb5c377225246b71ce2143
1 parent 5908df7 commit 1ac3fb7

36 files changed

+121
-44
lines changed

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

+19
Original file line numberDiff line numberDiff line change
@@ -3705,6 +3705,24 @@ public EncryptionSettingsGroup(bool enabled) { }
37053705
public static bool operator !=(Azure.ResourceManager.Compute.Models.ExpandTypesForListVm left, Azure.ResourceManager.Compute.Models.ExpandTypesForListVm right) { throw null; }
37063706
public override string ToString() { throw null; }
37073707
}
3708+
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
3709+
public readonly partial struct FileFormat : System.IEquatable<Azure.ResourceManager.Compute.Models.FileFormat>
3710+
{
3711+
private readonly object _dummy;
3712+
private readonly int _dummyPrimitive;
3713+
public FileFormat(string value) { throw null; }
3714+
public static Azure.ResourceManager.Compute.Models.FileFormat VHD { get { throw null; } }
3715+
public static Azure.ResourceManager.Compute.Models.FileFormat Vhdx { get { throw null; } }
3716+
public bool Equals(Azure.ResourceManager.Compute.Models.FileFormat other) { throw null; }
3717+
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
3718+
public override bool Equals(object obj) { throw null; }
3719+
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
3720+
public override int GetHashCode() { throw null; }
3721+
public static bool operator ==(Azure.ResourceManager.Compute.Models.FileFormat left, Azure.ResourceManager.Compute.Models.FileFormat right) { throw null; }
3722+
public static implicit operator Azure.ResourceManager.Compute.Models.FileFormat (string value) { throw null; }
3723+
public static bool operator !=(Azure.ResourceManager.Compute.Models.FileFormat left, Azure.ResourceManager.Compute.Models.FileFormat right) { throw null; }
3724+
public override string ToString() { throw null; }
3725+
}
37083726
public partial class GalleryApplicationCustomAction
37093727
{
37103728
public GalleryApplicationCustomAction(string name, string script) { }
@@ -4046,6 +4064,7 @@ public partial class GrantAccessData
40464064
public GrantAccessData(Azure.ResourceManager.Compute.Models.AccessLevel access, int durationInSeconds) { }
40474065
public Azure.ResourceManager.Compute.Models.AccessLevel Access { get { throw null; } }
40484066
public int DurationInSeconds { get { throw null; } }
4067+
public Azure.ResourceManager.Compute.Models.FileFormat? FileFormat { get { throw null; } set { } }
40494068
public bool? GetSecureVmGuestStateSas { get { throw null; } set { } }
40504069
}
40514070
public enum HostCaching

sdk/compute/Azure.ResourceManager.Compute/src/Generated/ArmComputeModelFactory.cs

+5-5
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/CommunityGalleryImageData.cs

+2-2
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/GalleryApplicationData.cs

+2-2
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/GalleryImageData.cs

+2-2
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/FileFormat.cs

+51
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/GalleryApplicationPatch.cs

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)