Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"NetworkInterfaces"
],
"operationId": "NetworkInterfaces_ListCloudServiceRoleInstanceNetworkInterfaces",
"description": "Gets information about all network interfaces in a role instance in a cloud service",
"description": "Gets information about all network interfaces in a role instance in a cloud service.",
"parameters": [
{
"name": "resourceGroupName",
Expand Down Expand Up @@ -174,7 +174,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The name of role instance"
"description": "The name of role instance."
},
{
"name": "networkInterfaceName",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The name of role instance"
"description": "The name of role instance."
},
{
"name": "networkInterfaceName",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -396,12 +396,20 @@
"readOnly": true,
"$ref": "./network.json#/definitions/ProvisioningState",
"description": "The provisioning state of the custom IP prefix resource."
},
"edgeZone": {
"type": "string",
"description": "The edge zone of the custom IP prefix."
}
},
"description": "Custom IP prefix properties."
},
"CustomIpPrefix": {
"properties": {
"extendedLocation": {
"$ref": "./network.json#/definitions/ExtendedLocation",
"description": "The extended location of the custom IP prefix."
},
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/CustomIpPrefixPropertiesFormat",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"parameters": {
"location": "westus",
"properties": {
"cidr": "0.0.0.0/24"
"cidr": "0.0.0.0/24",
"edgeZone": "edgeZone0"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"parameters": {
"location": "eastus",
"properties": {
"edgeZone": "edgeZone0",
"frontendIPConfigurations": [
{
"name": "fe-lb",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"networkInterfaceName": "test-nic",
"parameters": {
"properties": {
"edgeZone": "edgeZone0",
"enableAcceleratedNetworking": true,
"ipConfigurations": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"properties": {
"publicIPAllocationMethod": "Static",
"idleTimeoutInMinutes": 10,
"publicIPAddressVersion": "IPv4"
"publicIPAddressVersion": "IPv4",
"edgeZone": "edgeZone0"
},
"sku": {
"name": "Standard",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"parameters": {
"location": "westus",
"properties": {
"edgeZone": "edgeZone0",
"publicIPAddressVersion": "IPv4",
"prefixLength": 30
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"addressPrefixes": [
"10.0.0.0/16"
]
}
},
"edgeZone": "edgeZone0"
},
"location": "eastus"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2096,6 +2096,10 @@
"readOnly": true,
"$ref": "./network.json#/definitions/ProvisioningState",
"description": "The provisioning state of the load balancer resource."
},
"edgeZone": {
"type": "string",
"description": "The edge zone of the load balancer."
}
},
"description": "Properties of the load balancer."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1153,6 +1153,10 @@
"readOnly": true,
"$ref": "./network.json#/definitions/ProvisioningState",
"description": "The provisioning state of the network interface resource."
},
"edgeZone": {
"type": "string",
"description": "The edge zone of the network interface."
}
},
"description": "NetworkInterface properties."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,10 @@
"readOnly": true,
"$ref": "./network.json#/definitions/ProvisioningState",
"description": "The provisioning state of the public IP address resource."
},
"edgeZone": {
"type": "string",
"description": "The edge zone of the public IP address."
}
},
"description": "Public IP address properties."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,10 @@
"readOnly": true,
"$ref": "./network.json#/definitions/ProvisioningState",
"description": "The provisioning state of the public IP prefix resource."
},
"edgeZone": {
"type": "string",
"description": "The edge zone of the public IP prefix."
}
},
"description": "Public IP prefix properties."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1752,6 +1752,10 @@
"$ref": "./network.json#/definitions/SubResource"
},
"description": "Array of IpAllocation which reference this VNET."
},
"edgeZone": {
"type": "string",
"description": "The edge zone of the virtual network."
}
},
"description": "Properties of the virtual network."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6106,7 +6106,7 @@
"items": {
"$ref": "./network.json#/definitions/SubResource"
},
"description": "List of egress VpnSiteLinkConnections"
"description": "List of egress VpnSiteLinkConnections."
},
"ingressVpnSiteLinkConnections": {
"type": "array",
Expand Down Expand Up @@ -6365,7 +6365,7 @@
"InitiatorOnly"
],
"x-ms-enum": {
"name": "vpnLinkConnectionMode",
"name": "VpnLinkConnectionMode",
"modelAsString": true
}
},
Expand Down Expand Up @@ -6431,7 +6431,7 @@
"items": {
"$ref": "./network.json#/definitions/SubResource"
},
"description": "List of ingress NatRules"
"description": "List of ingress NatRules."
},
"egressNatRules": {
"type": "array",
Expand Down