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..35b48a5cb3fb 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", @@ -2143,9 +2143,9 @@ "minCapacity": { "type": "integer", "format": "int32", - "minimum": 2, + "minimum": 0, "exclusiveMinimum": false, - "description": "Lower bound on number of Application Gateway instances" + "description": "Lower bound on number of Application Gateway capacity" }, "maxCapacity": { "type": "integer", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/VirtualWanSupportedSecurityProviders.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/VirtualWanSupportedSecurityProviders.json index 47315d082b19..0c14b91cdd96 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/VirtualWanSupportedSecurityProviders.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/examples/VirtualWanSupportedSecurityProviders.json @@ -10,11 +10,6 @@ "description": "Request successful.", "body": { "supportedProviders": [ - { - "name": "Zscaler", - "url": "", - "type": "External" - }, { "name": "AzureFirewall", "url": "", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/expressRouteCircuit.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/expressRouteCircuit.json index 3f395c07da06..1c0ee5960e4b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/expressRouteCircuit.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/expressRouteCircuit.json @@ -607,7 +607,7 @@ "schema": { "$ref": "#/definitions/ExpressRouteCircuitConnection" }, - "description": "Parameters supplied to the create or update express route circuit circuit connection operation." + "description": "Parameters supplied to the create or update express route circuit connection operation." }, { "$ref": "./network.json#/parameters/ApiVersionParameter" 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", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/virtualWan.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/virtualWan.json index e54eaff6d51e..16e60797b11c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/virtualWan.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/virtualWan.json @@ -2997,7 +2997,7 @@ ], "description": "Properties of Radius Server root certificate of P2SVpnServerConfiguration." }, - "P2SVpnServerConfigRadiusServerRootCertificate": { + "P2SVpnServerConfigRadiusServerRootCertificate": { "properties": { "properties": { "x-ms-client-flatten": true, @@ -3097,7 +3097,7 @@ ], "description": "Radius client root certificate of P2SVpnServerConfiguration." }, - "P2SVpnServerConfigurationProperties": { + "P2SVpnServerConfigurationProperties": { "properties": { "name": { "type": "string", @@ -3249,7 +3249,7 @@ }, "description": "VpnClientConnectionHealth properties" }, - "P2SVpnGatewayProperties": { + "P2SVpnGatewayProperties": { "properties": { "virtualHub": { "$ref": "./network.json#/definitions/SubResource",