Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect specs in Network #5202

Merged
merged 3 commits into from
Feb 14, 2019
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 All @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
"description": "Request successful.",
"body": {
"supportedProviders": [
{
"name": "Zscaler",
"url": "",
"type": "External"
},
{
"name": "AzureFirewall",
"url": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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
Original file line number Diff line number Diff line change
Expand Up @@ -2997,7 +2997,7 @@
],
"description": "Properties of Radius Server root certificate of P2SVpnServerConfiguration."
},
"P2SVpnServerConfigRadiusServerRootCertificate": {
"P2SVpnServerConfigRadiusServerRootCertificate": {
"properties": {
"properties": {
"x-ms-client-flatten": true,
Expand Down Expand Up @@ -3097,7 +3097,7 @@
],
"description": "Radius client root certificate of P2SVpnServerConfiguration."
},
"P2SVpnServerConfigurationProperties": {
"P2SVpnServerConfigurationProperties": {
"properties": {
"name": {
"type": "string",
Expand Down Expand Up @@ -3249,7 +3249,7 @@
},
"description": "VpnClientConnectionHealth properties"
},
"P2SVpnGatewayProperties": {
"P2SVpnGatewayProperties": {
"properties": {
"virtualHub": {
"$ref": "./network.json#/definitions/SubResource",
Expand Down