Skip to content

Commit

Permalink
ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
amarzavery committed Dec 9, 2015
1 parent 7ecc094 commit 3ea086a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions arm-network/2015-06-15/swagger/network.json
Original file line number Diff line number Diff line change
Expand Up @@ -5923,23 +5923,23 @@
},
"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. Asterix '*' 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. Asterix '*' 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. 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. "
},
"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. Asterix '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. "
},
"access": {
"type": "string",
"description": "Gets or sets network traffic is allowed or denied. Possible values are "Allow" and "Deny"",
"description": "Gets or sets network traffic is allowed or denied. Possible values are 'Allow' and 'Deny'",
"enum": [
"Allow",
"Deny"
Expand Down

0 comments on commit 3ea086a

Please sign in to comment.