Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
5 changes: 5 additions & 0 deletions sdk/compute/Azure.ResourceManager.Compute/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@

### Features Added

- Added new properties `ComputerName`, `OSName`, `OSVersion` and `HyperVGeneration` to `VirtualMachineScaleSetVmInstanceView` class
- Added new value `StandardSsdLrs` to `ImageStorageAccountType`

### Breaking Changes

- Class `VirtualMachineScaleSetNetworkConfiguration` and `VirtualMachineScaleSetIPConfiguration` no longer have the property `Id`

### Bugs Fixed

### Other Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2951,7 +2951,7 @@ internal ComputeUsageName() { }
public partial class ComputeWriteableSubResourceData
{
public ComputeWriteableSubResourceData() { }
public Azure.Core.ResourceIdentifier Id { get { throw null; } set { } }
public virtual Azure.Core.ResourceIdentifier Id { get { throw null; } set { } }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct ConfidentialVmEncryptionType : System.IEquatable<Azure.ResourceManager.Compute.Models.ConfidentialVmEncryptionType>
Expand Down Expand Up @@ -3924,6 +3924,7 @@ public ImageReference() { }
public ImageStorageAccountType(string value) { throw null; }
public static Azure.ResourceManager.Compute.Models.ImageStorageAccountType PremiumLrs { get { throw null; } }
public static Azure.ResourceManager.Compute.Models.ImageStorageAccountType StandardLrs { get { throw null; } }
public static Azure.ResourceManager.Compute.Models.ImageStorageAccountType StandardSsdLrs { get { throw null; } }
public static Azure.ResourceManager.Compute.Models.ImageStorageAccountType StandardZrs { get { throw null; } }
public bool Equals(Azure.ResourceManager.Compute.Models.ImageStorageAccountType other) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
Expand Down Expand Up @@ -5781,6 +5782,8 @@ public partial class VirtualMachineScaleSetIPConfiguration : Azure.ResourceManag
public VirtualMachineScaleSetIPConfiguration(string name) { }
public System.Collections.Generic.IList<Azure.ResourceManager.Resources.Models.WritableSubResource> ApplicationGatewayBackendAddressPools { get { throw null; } }
public System.Collections.Generic.IList<Azure.ResourceManager.Resources.Models.WritableSubResource> ApplicationSecurityGroups { get { throw null; } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override Azure.Core.ResourceIdentifier Id { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.Resources.Models.WritableSubResource> LoadBalancerBackendAddressPools { get { throw null; } }
public System.Collections.Generic.IList<Azure.ResourceManager.Resources.Models.WritableSubResource> LoadBalancerInboundNatPools { get { throw null; } }
public string Name { get { throw null; } set { } }
Expand Down Expand Up @@ -5810,6 +5813,8 @@ public VirtualMachineScaleSetNetworkConfiguration(string name) { }
public bool? EnableAcceleratedNetworking { get { throw null; } set { } }
public bool? EnableFpga { get { throw null; } set { } }
public bool? EnableIPForwarding { get { throw null; } set { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override Azure.Core.ResourceIdentifier Id { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetIPConfiguration> IPConfigurations { get { throw null; } }
public bool? IsTcpStateTrackingDisabled { get { throw null; } set { } }
public string Name { get { throw null; } set { } }
Expand Down Expand Up @@ -6074,9 +6079,13 @@ public partial class VirtualMachineScaleSetVmInstanceView
internal VirtualMachineScaleSetVmInstanceView() { }
public Azure.Core.ResourceIdentifier AssignedHost { get { throw null; } }
public Azure.ResourceManager.Compute.Models.BootDiagnosticsInstanceView BootDiagnostics { get { throw null; } }
public string ComputerName { get { throw null; } }
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Compute.Models.DiskInstanceView> Disks { get { throw null; } }
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Compute.Models.VirtualMachineExtensionInstanceView> Extensions { get { throw null; } }
public Azure.ResourceManager.Compute.Models.HyperVGeneration? HyperVGeneration { get { throw null; } }
public Azure.ResourceManager.Compute.Models.MaintenanceRedeployStatus MaintenanceRedeployStatus { get { throw null; } }
public string OSName { get { throw null; } }
public string OSVersion { get { throw null; } }
public string PlacementGroupId { get { throw null; } }
public int? PlatformFaultDomain { get { throw null; } }
public int? PlatformUpdateDomain { get { throw null; } }
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading