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
Original file line number Diff line number Diff line change
Expand Up @@ -2102,7 +2102,7 @@
"exclusiveMaximum": false,
"minimum": 8,
"exclusiveMinimum": false,
"description": "Maxium request body size for WAF."
"description": "Maximum request body size for WAF."
},
"maxRequestBodySizeInKb": {
"type": "integer",
Expand All @@ -2111,7 +2111,7 @@
"exclusiveMaximum": false,
"minimum": 8,
"exclusiveMinimum": false,
"description": "Maxium request body size in Kb for WAF."
"description": "Maximum request body size in Kb for WAF."
},
"fileUploadLimitInMb": {
"type": "integer",
Expand All @@ -2120,7 +2120,7 @@
"exclusiveMaximum": false,
"minimum": 0,
"exclusiveMinimum": false,
"description": "Maxium file upload size in Mb for WAF."
"description": "Maximum file upload size in Mb for WAF."
},
"exclusions": {
"type": "array",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"ExpressRoutePortsLocations"
],
"operationId": "ExpressRoutePortsLocations_List",
"description": "Retrieves all ExpressRoutePort peering locations. Does not return available bandwidths for each location. Available bandwidths can only be obtained when retriving a specific peering location.",
"description": "Retrieves all ExpressRoutePort peering locations. Does not return available bandwidths for each location. Available bandwidths can only be obtained when retrieving a specific peering location.",
"parameters": [
{
"$ref": "./network.json#/parameters/SubscriptionIdParameter"
Expand Down Expand Up @@ -516,7 +516,7 @@
{
"$ref": "./network.json#/definitions/Resource"
}
]
]
},
"ExpressRoutePortsLocationListResult": {
"title": "ExpressRoutePorts Location List Result",
Expand Down Expand Up @@ -670,7 +670,7 @@
"etherType": {
"readOnly": true,
"type": "string",
"description": "Ethertype of the physical port."
"description": "Ether type of the physical port."
},
"allocationDate": {
"readOnly": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1158,14 +1158,14 @@
"items": {
"type": "string"
},
"description": "The source port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as separator (e.g. 100-400), or an asterix (*)"
"description": "The source port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as separator (e.g. 100-400), or an asterisk (*)"
},
"destinationPortRanges": {
"type": "array",
"items": {
"type": "string"
},
"description": "The destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as separator (e.g. 100-400), or an asterix (*)"
"description": "The destination port ranges. Expected values include a single integer between 0 and 65535, a range using '-' as separator (e.g. 100-400), or an asterisk (*)"
},
"sourceAddressPrefix": {
"type": "string",
Expand All @@ -1180,14 +1180,14 @@
"items": {
"type": "string"
},
"description": "The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, AzureLoadBalancer, Internet), System Tags, and the asterix (*)."
"description": "The source address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, AzureLoadBalancer, Internet), System Tags, and the asterisk (*)."
},
"destinationAddressPrefixes" : {
"type": "array",
"items": {
"type": "string"
},
"description": "The destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, AzureLoadBalancer, Internet), System Tags, and the asterix (*)."
"description": "The destination address prefixes. Expected values include CIDR IP ranges, Default Tags (VirtualNetwork, AzureLoadBalancer, Internet), System Tags, and the asterisk (*)."
},
"expandedSourceAddressPrefix": {
"type": "array",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -628,15 +628,15 @@
},
"sourcePortRange": {
"type": "string",
"description": "The source port or range. Integer or range between 0 and 65535. Asterix '*' can also be used to match all ports."
"description": "The source port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports."
},
"destinationPortRange": {
"type": "string",
"description": "The destination port or range. Integer or range between 0 and 65535. Asterix '*' can also be used to match all ports."
"description": "The destination port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports."
},
"sourceAddressPrefix": {
"type": "string",
"description": "The CIDR or source IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. "
"description": "The CIDR or source IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. "
},
"sourceAddressPrefixes": {
"type": "array",
Expand All @@ -654,7 +654,7 @@
},
"destinationAddressPrefix": {
"type": "string",
"description": "The destination address prefix. CIDR or destination IP range. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used."
"description": "The destination address prefix. CIDR or destination IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used."
},
"destinationAddressPrefixes": {
"type": "array",
Expand Down