Skip to content

Commit 8b788c5

Browse files
Revert "Track 2 updated with modelvalidation fixes (Azure#34541)" (Azure#34616)
This reverts commit d07b235.
1 parent 429f760 commit 8b788c5

File tree

35 files changed

+574
-617
lines changed

35 files changed

+574
-617
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2951,7 +2951,7 @@ internal ComputeUsageName() { }
29512951
public partial class ComputeWriteableSubResourceData
29522952
{
29532953
public ComputeWriteableSubResourceData() { }
2954-
public virtual Azure.Core.ResourceIdentifier Id { get { throw null; } set { } }
2954+
public Azure.Core.ResourceIdentifier Id { get { throw null; } set { } }
29552955
}
29562956
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
29572957
public readonly partial struct ConfidentialVmEncryptionType : System.IEquatable<Azure.ResourceManager.Compute.Models.ConfidentialVmEncryptionType>
@@ -5781,8 +5781,6 @@ public partial class VirtualMachineScaleSetIPConfiguration : Azure.ResourceManag
57815781
public VirtualMachineScaleSetIPConfiguration(string name) { }
57825782
public System.Collections.Generic.IList<Azure.ResourceManager.Resources.Models.WritableSubResource> ApplicationGatewayBackendAddressPools { get { throw null; } }
57835783
public System.Collections.Generic.IList<Azure.ResourceManager.Resources.Models.WritableSubResource> ApplicationSecurityGroups { get { throw null; } }
5784-
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
5785-
public override Azure.Core.ResourceIdentifier Id { get { throw null; } set { } }
57865784
public System.Collections.Generic.IList<Azure.ResourceManager.Resources.Models.WritableSubResource> LoadBalancerBackendAddressPools { get { throw null; } }
57875785
public System.Collections.Generic.IList<Azure.ResourceManager.Resources.Models.WritableSubResource> LoadBalancerInboundNatPools { get { throw null; } }
57885786
public string Name { get { throw null; } set { } }
@@ -5812,8 +5810,6 @@ public VirtualMachineScaleSetNetworkConfiguration(string name) { }
58125810
public bool? EnableAcceleratedNetworking { get { throw null; } set { } }
58135811
public bool? EnableFpga { get { throw null; } set { } }
58145812
public bool? EnableIPForwarding { get { throw null; } set { } }
5815-
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
5816-
public override Azure.Core.ResourceIdentifier Id { get { throw null; } set { } }
58175813
public System.Collections.Generic.IList<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetIPConfiguration> IPConfigurations { get { throw null; } }
58185814
public bool? IsTcpStateTrackingDisabled { get { throw null; } set { } }
58195815
public string Name { get { throw null; } set { } }

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

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

0 commit comments

Comments
 (0)