Skip to content

Commit

Permalink
typo: Fix network/resource-manager/Microsoft.Network/network (#5001)
Browse files Browse the repository at this point in the history
- resrources -> resources
- retreive -> retrieve
- opertion -> operation
- Various stuck together words
- Pering -> Peering
- curcuit -> circuit
- Various "network" typo variations
- specifed -> specified
- conenction -> connection
- appliation -> application
- mircosoft -> Microsoft
- wher -> where
- addresseses -> addresses
- compotnent -> component
- emlement -> element
- endponints -> endpoints
- potocol -> protocol
- servive -> service
- outcoming -> outgoing
- Sests -> Sets
- Gateay -> Gateway
- Maxium -> Maximum
- Double word "curcuit"
- Prodiver -> Provider
- Spepcified -> Specified
- Succeded -> Succeeded
- crossconnection -> cross connection
- retriving -> retrieving
- Etherype -> Ether type
- seperator -> separator
- asterix -> asterisk
- Aure -> Azure
- Prefx -> Prefix
- profilees -> profiles
- conatinaer -> container
- configruation -> configuration
- outcoming -> outgoing
- snaphots -> snapshots
- Traffice -> Traffic
- Policys -> Policies
- specificed -> specified
- VPNsite -> VPN site
- provisisoning -> provisioning
- Double word "for"
- vpnclients -> VPN clients
  • Loading branch information
nschonni authored and sergey-shandar committed Jan 16, 2019
1 parent 868fd68 commit aa18874
Show file tree
Hide file tree
Showing 123 changed files with 1,882 additions and 1,882 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@
"$ref": "./network.json#/definitions/SubResource"
}
],
"description": "A loag balancing rule for a load balancer."
"description": "A load balancing rule for a load balancer."
},
"ProbePropertiesFormat": {
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -458,19 +458,19 @@
},
"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. "
},
"destinationAddressPrefix": {
"type": "string",
"description": "The destination address prefix. 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."
"description": "The destination address prefix. 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."
},
"access": {
"type": "string",
Expand All @@ -491,7 +491,7 @@
},
"direction": {
"type": "string",
"description": "The direction of the rule. The direction specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'.",
"description": "The direction of the rule. The direction specifies if rule will be evaluated on incoming or outgoing traffic. Possible values are: 'Inbound' and 'Outbound'.",
"enum": [
"Inbound",
"Outbound"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@
"schema": {
"$ref": "#/definitions/ConnectionSharedKey"
},
"description": "Parameters supplied to the Begin Set Virtual Network Gateway conection Shared key operation throughNetwork resource provider."
"description": "Parameters supplied to the Begin Set Virtual Network Gateway connection Shared key operation throughNetwork resource provider."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -1121,7 +1121,7 @@
},
"connectionType": {
"type": "string",
"description": "Gateway connection type. Possible values are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient.",
"description": "Gateway connection type. Possible values are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient.",
"enum": [
"IPsec",
"Vnet2Vnet",
Expand Down Expand Up @@ -1211,7 +1211,7 @@
"description": "The virtual network connection shared key value"
}
},
"description": "Response for CheckConnectionSharedKey Api servive call"
"description": "Response for CheckConnectionSharedKey API service call"
},
"VirtualNetworkGatewayConnectionListResult": {
"properties": {
Expand Down Expand Up @@ -1245,7 +1245,7 @@
"description": "The virtual network connection shared key value"
}
},
"description": "Response for GetConnectionSharedKey Api servive call"
"description": "Response for GetConnectionSharedKey API service call"
},
"LocalNetworkGatewayPropertiesFormat": {
"properties": {
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,7 @@
"NetworkInterfaces"
],
"operationId": "NetworkInterfaces_Delete",
"description": "The delete netwokInterface operation deletes the specified netwokInterface.",
"description": "The delete networkInterface operation deletes the specified networkInterface.",
"parameters": [
{
"name": "resourceGroupName",
Expand Down Expand Up @@ -1915,7 +1915,7 @@
"NetworkInterfaces"
],
"operationId": "NetworkInterfaces_GetEffectiveRouteTable",
"description": "The get effective routetable operation retrieves all the route tables applied on a networkInterface.",
"description": "Retrieves all the route tables applied on a networkInterface.",
"parameters": [
{
"name": "resourceGroupName",
Expand Down Expand Up @@ -5301,7 +5301,7 @@
},
"microsoftPeeringConfig": {
"$ref": "#/definitions/ExpressRouteCircuitPeeringConfig",
"description": "Gets or sets the mircosoft peering config"
"description": "Gets or sets the Microsoft peering config"
},
"stats": {
"$ref": "#/definitions/ExpressRouteCircuitStats",
Expand Down Expand Up @@ -6594,19 +6594,19 @@
},
"sourcePortRange": {
"type": "string",
"description": "Gets or sets Source Port or Range. Integer or range between 0 and 65535. Asterix '*' can also be used to match all ports."
"description": "Gets or sets Source Port or Range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports."
},
"destinationPortRange": {
"type": "string",
"description": "Gets or sets Destination Port or Range. Integer or range between 0 and 65535. Asterix '*' can also be used to match all ports."
"description": "Gets or sets Destination Port or Range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports."
},
"sourceAddressPrefix": {
"type": "string",
"description": "Gets or sets source address prefix. 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": "Gets or sets source address prefix. 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. "
},
"destinationAddressPrefix": {
"type": "string",
"description": "Gets or sets destination address prefix. 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. "
"description": "Gets or sets destination address prefix. 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. "
},
"access": {
"type": "string",
Expand All @@ -6627,7 +6627,7 @@
},
"direction": {
"type": "string",
"description": "Gets or sets the direction of the rule.InBound or Outbound. The direction specifies if rule will be evaluated on incoming or outcoming traffic.",
"description": "Gets or sets the direction of the rule.InBound or Outbound. The direction specifies if rule will be evaluated on incoming or outgoing traffic.",
"enum": [
"Inbound",
"Outbound"
Expand Down Expand Up @@ -6935,7 +6935,7 @@
"idleTimeoutInMinutes": {
"type": "integer",
"format": "int32",
"description": "Gets or sets the Idletimeout of the public IP address"
"description": "Gets or sets the idle timeout of the public IP address"
},
"resourceGuid": {
"type": "string",
Expand Down Expand Up @@ -7401,7 +7401,7 @@
"$ref": "#/definitions/SubResource"
}
],
"description": "Subnet in a VirtualNework resource"
"description": "Subnet in a VirtualNetwork resource"
},
"VirtualNetworkPeering": {
"properties": {
Expand All @@ -7423,7 +7423,7 @@
"$ref": "#/definitions/SubResource"
}
],
"description": "Peerings in a VirtualNework resource"
"description": "Peerings in a VirtualNetwork resource"
},
"SubnetListResult": {
"properties": {
Expand Down Expand Up @@ -7754,7 +7754,7 @@
},
"connectionType": {
"type": "string",
"description": "Gateway connection type -Ipsec/Dedicated/VpnClient/Vnet2Vnet",
"description": "Gateway connection type IPsec/Dedicated/VpnClient/Vnet2Vnet",
"enum": [
"IPsec",
"Vnet2Vnet",
Expand All @@ -7773,7 +7773,7 @@
},
"sharedKey": {
"type": "string",
"description": "The Ipsec share key."
"description": "The IPsec share key."
},
"connectionStatus": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@
"$ref": "./network.json#/definitions/SubResource"
}
],
"description": "A loag balancing rule for a load balancer."
"description": "A load balancing rule for a load balancer."
},
"ProbePropertiesFormat": {
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -458,19 +458,19 @@
},
"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. "
},
"destinationAddressPrefix": {
"type": "string",
"description": "The destination address prefix. 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."
"description": "The destination address prefix. 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."
},
"access": {
"type": "string",
Expand All @@ -491,7 +491,7 @@
},
"direction": {
"type": "string",
"description": "The direction of the rule. The direction specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'.",
"description": "The direction of the rule. The direction specifies if rule will be evaluated on incoming or outgoing traffic. Possible values are: 'Inbound' and 'Outbound'.",
"enum": [
"Inbound",
"Outbound"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@
"type": "string",
"description": "The name of the virtual network gateway."
},
{
"name": "gatewayVip",
{
"name": "gatewayVip",
"in": "query",
"required": false,
"type": "string",
Expand Down Expand Up @@ -577,7 +577,7 @@
},
"x-ms-long-running-operation": true
}
},
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/connections/{virtualNetworkGatewayConnectionName}/sharedkey": {
"put": {
"tags": [
Expand Down Expand Up @@ -668,7 +668,7 @@
}
}
}
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/connections": {
"get": {
Expand Down Expand Up @@ -1421,19 +1421,19 @@
}
},
"ingressBytesTransferred": {
"readOnly": true,
"readOnly": true,
"type": "integer",
"format": "int64",
"description": "The Ingress Bytes Transferred in this connection"
},
"egressBytesTransferred": {
"readOnly": true,
"readOnly": true,
"type": "integer",
"format": "int64",
"description": "The Egress Bytes Transferred in this connection"
},
},
"lastConnectionEstablishedUtcTime": {
"readOnly": true,
"readOnly": true,
"type": "string",
"description": "The time at which connection was established in Utc format."
}
Expand All @@ -1457,7 +1457,7 @@
},
"connectionType": {
"type": "string",
"description": "Gateway connection type. Possible values are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient.",
"description": "Gateway connection type. Possible values are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient.",
"enum": [
"IPsec",
"Vnet2Vnet",
Expand Down Expand Up @@ -1597,7 +1597,7 @@
},
"required": [
"value"
],
],
"description": "Response for GetConnectionSharedKey API service call"
},
"LocalNetworkGatewayPropertiesFormat": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -458,19 +458,19 @@
},
"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. "
},
"destinationAddressPrefix": {
"type": "string",
"description": "The destination address prefix. 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."
"description": "The destination address prefix. 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."
},
"access": {
"type": "string",
Expand All @@ -491,7 +491,7 @@
},
"direction": {
"type": "string",
"description": "The direction of the rule. The direction specifies if rule will be evaluated on incoming or outcoming traffic. Possible values are: 'Inbound' and 'Outbound'.",
"description": "The direction of the rule. The direction specifies if rule will be evaluated on incoming or outgoing traffic. Possible values are: 'Inbound' and 'Outbound'.",
"enum": [
"Inbound",
"Outbound"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@
"type": "string",
"description": "The name of the virtual network gateway."
},
{
"name": "gatewayVip",
{
"name": "gatewayVip",
"in": "query",
"required": false,
"type": "string",
Expand Down Expand Up @@ -577,7 +577,7 @@
},
"x-ms-long-running-operation": true
}
},
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/connections/{virtualNetworkGatewayConnectionName}/sharedkey": {
"put": {
"tags": [
Expand Down Expand Up @@ -668,7 +668,7 @@
}
}
}
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/connections": {
"get": {
Expand Down Expand Up @@ -1408,19 +1408,19 @@
}
},
"ingressBytesTransferred": {
"readOnly": true,
"readOnly": true,
"type": "integer",
"format": "int64",
"description": "The Ingress Bytes Transferred in this connection"
},
"egressBytesTransferred": {
"readOnly": true,
"readOnly": true,
"type": "integer",
"format": "int64",
"description": "The Egress Bytes Transferred in this connection"
},
},
"lastConnectionEstablishedUtcTime": {
"readOnly": true,
"readOnly": true,
"type": "string",
"description": "The time at which connection was established in Utc format."
}
Expand All @@ -1444,7 +1444,7 @@
},
"connectionType": {
"type": "string",
"description": "Gateway connection type. Possible values are: 'Ipsec','Vnet2Vnet','ExpressRoute', and 'VPNClient.",
"description": "Gateway connection type. Possible values are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient.",
"enum": [
"IPsec",
"Vnet2Vnet",
Expand Down Expand Up @@ -1584,7 +1584,7 @@
},
"required": [
"value"
],
],
"description": "Response for GetConnectionSharedKey API service call"
},
"LocalNetworkGatewayPropertiesFormat": {
Expand Down
Loading

0 comments on commit aa18874

Please sign in to comment.