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

Replaced double and single quote characters #88

Merged
merged 4 commits into from
Dec 9, 2015
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
ci fixes
  • Loading branch information
amarzavery committed Dec 9, 2015
commit 3ea086ad3d06445b092df6403563c16c8b92f48c
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