diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/applicationGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/applicationGateway.json index 036c94134bfb..81bfd0f7766b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/applicationGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/applicationGateway.json @@ -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", @@ -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", @@ -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", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/expressRoutePort.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/expressRoutePort.json index 29781a83acfa..306c6b24cbc9 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/expressRoutePort.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/expressRoutePort.json @@ -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" @@ -516,7 +516,7 @@ { "$ref": "./network.json#/definitions/Resource" } - ] + ] }, "ExpressRoutePortsLocationListResult": { "title": "ExpressRoutePorts Location List Result", @@ -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, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/networkInterface.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/networkInterface.json index 50c2e25c532a..a38142312476 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/networkInterface.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/networkInterface.json @@ -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", @@ -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", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/networkSecurityGroup.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/networkSecurityGroup.json index 833f7ef86322..7c20c056a491 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/networkSecurityGroup.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/networkSecurityGroup.json @@ -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", @@ -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",