Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -4254,6 +4251,9 @@
"items": {
"$ref": "#/definitions/VirtualMachineScaleSetUpdateIPConfiguration"
},
"x-ms-identifiers": [
"name"
],
"description": "The virtual machine scale set IP Configuration."
},
"enableIPForwarding": {
Expand Down Expand Up @@ -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
},
Expand Down Expand Up @@ -4498,6 +4493,9 @@
"items": {
"$ref": "#/definitions/VirtualMachineScaleSetUpdateNetworkConfiguration"
},
"x-ms-identifiers": [
"name"
],
"description": "The list of network configurations."
},
"networkApiVersion": {
Expand Down Expand Up @@ -5601,7 +5599,9 @@
"items": {
"$ref": "#/definitions/VirtualMachineScaleSetNetworkConfiguration"
},
"x-ms-identifiers": [],
"x-ms-identifiers": [
"name"
],
"description": "The list of network configurations."
}
},
Expand Down