Skip to content

Commit

Permalink
Merge pull request Azure#88 from amarzavery/master
Browse files Browse the repository at this point in the history
Replaced double and single quote characters
  • Loading branch information
amarzavery committed Dec 9, 2015
2 parents e3a1b84 + 89234ae commit d82c31b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions arm-network/2015-05-01-preview/swagger/network.json
Original file line number Diff line number Diff line change
Expand Up @@ -5732,23 +5732,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
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
12 changes: 6 additions & 6 deletions arm-storage/2015-05-01-preview/swagger/storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The name of the resource group within the users subscription."
"description": "The name of the resource group within the user's subscription."
},
{
"name": "accountName",
Expand Down Expand Up @@ -115,7 +115,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The name of the resource group within the users subscription."
"description": "The name of the resource group within the user's subscription."
},
{
"name": "accountName",
Expand Down Expand Up @@ -152,7 +152,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The name of the resource group within the users subscription."
"description": "The name of the resource group within the user's subscription."
},
{
"name": "accountName",
Expand Down Expand Up @@ -189,7 +189,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The name of the resource group within the users subscription."
"description": "The name of the resource group within the user's subscription."
},
{
"name": "accountName",
Expand Down Expand Up @@ -304,7 +304,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The name of the resource group within the users subscription."
"description": "The name of the resource group within the user's subscription."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -339,7 +339,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The name of the resource group within the users subscription."
"description": "The name of the resource group within the user's subscription."
},
{
"name": "accountName",
Expand Down
2 changes: 1 addition & 1 deletion arm-web/2015-08-01/swagger/service.json
Original file line number Diff line number Diff line change
Expand Up @@ -18013,7 +18013,7 @@
"type": "boolean"
},
"reason": {
"description": "Required if nameAvailable is false. 'Invalid' indicates the name provided does not match Azure WebApp services naming requirements. 'AlreadyExists' indicates that the name is already in use and is therefore unavailable.",
"description": "Required if nameAvailable is false. 'Invalid' indicates the name provided does not match Azure WebApp service's naming requirements. 'AlreadyExists' indicates that the name is already in use and is therefore unavailable.",
"type": "string"
},
"message": {
Expand Down

0 comments on commit d82c31b

Please sign in to comment.