diff --git a/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2023-03-01/virtualMachineScaleSet.json b/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2023-03-01/virtualMachineScaleSet.json index 7654b5ae3989..a3ecd73cfe77 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2023-03-01/virtualMachineScaleSet.json +++ b/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2023-03-01/virtualMachineScaleSet.json @@ -4159,11 +4159,6 @@ "$ref": "#/definitions/VirtualMachineScaleSetUpdateIPConfigurationProperties" } }, - "allOf": [ - { - "$ref": "../../../common-types/v1/common.json#/definitions/SubResource" - } - ], "description": "Describes a virtual machine scale set network profile's IP configuration. NOTE: The subnet of a scale set may be modified as long as the original subnet and the new subnet are in the same virtual network", "x-ms-azure-resource": true }, @@ -4198,7 +4193,9 @@ "items": { "$ref": "#/definitions/VirtualMachineScaleSetIPConfiguration" }, - "x-ms-identifiers": [], + "x-ms-identifiers": [ + "name" + ], "description": "Specifies the IP configurations of the network interface." }, "enableIPForwarding": { @@ -4254,6 +4251,9 @@ "items": { "$ref": "#/definitions/VirtualMachineScaleSetUpdateIPConfiguration" }, + "x-ms-identifiers": [ + "name" + ], "description": "The virtual machine scale set IP Configuration." }, "enableIPForwarding": { @@ -4302,11 +4302,6 @@ "$ref": "#/definitions/VirtualMachineScaleSetUpdateNetworkConfigurationProperties" } }, - "allOf": [ - { - "$ref": "../../../common-types/v1/common.json#/definitions/SubResource" - } - ], "description": "Describes a virtual machine scale set network profile's network configurations.", "x-ms-azure-resource": true }, @@ -4498,6 +4493,9 @@ "items": { "$ref": "#/definitions/VirtualMachineScaleSetUpdateNetworkConfiguration" }, + "x-ms-identifiers": [ + "name" + ], "description": "The list of network configurations." }, "networkApiVersion": { @@ -5601,7 +5599,9 @@ "items": { "$ref": "#/definitions/VirtualMachineScaleSetNetworkConfiguration" }, - "x-ms-identifiers": [], + "x-ms-identifiers": [ + "name" + ], "description": "The list of network configurations." } },