Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d82c31b

Browse files
committed
Merge pull request Azure#88 from amarzavery/master
Replaced double and single quote characters
2 parents e3a1b84 + 89234ae commit d82c31b

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

arm-network/2015-05-01-preview/swagger/network.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5732,23 +5732,23 @@
57325732
},
57335733
"sourcePortRange": {
57345734
"type": "string",
5735-
"description": "Gets or sets Source Port or Range. Integer or range between 0 and 65535. Asterix “*” can also be used to match all ports."
5735+
"description": "Gets or sets Source Port or Range. Integer or range between 0 and 65535. Asterix '*' can also be used to match all ports."
57365736
},
57375737
"destinationPortRange": {
57385738
"type": "string",
5739-
"description": "Gets or sets Destination Port or Range. Integer or range between 0 and 65535. Asterix “*” can also be used to match all ports."
5739+
"description": "Gets or sets Destination Port or Range. Integer or range between 0 and 65535. Asterix '*' can also be used to match all ports."
57405740
},
57415741
"sourceAddressPrefix": {
57425742
"type": "string",
5743-
"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. "
5743+
"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. "
57445744
},
57455745
"destinationAddressPrefix": {
57465746
"type": "string",
5747-
"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. "
5747+
"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. "
57485748
},
57495749
"access": {
57505750
"type": "string",
5751-
"description": "Gets or sets network traffic is allowed or denied. Possible values are Allow and Deny",
5751+
"description": "Gets or sets network traffic is allowed or denied. Possible values are 'Allow' and 'Deny'",
57525752
"enum": [
57535753
"Allow",
57545754
"Deny"

arm-network/2015-06-15/swagger/network.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5923,23 +5923,23 @@
59235923
},
59245924
"sourcePortRange": {
59255925
"type": "string",
5926-
"description": "Gets or sets Source Port or Range. Integer or range between 0 and 65535. Asterix “*” can also be used to match all ports."
5926+
"description": "Gets or sets Source Port or Range. Integer or range between 0 and 65535. Asterix '*' can also be used to match all ports."
59275927
},
59285928
"destinationPortRange": {
59295929
"type": "string",
5930-
"description": "Gets or sets Destination Port or Range. Integer or range between 0 and 65535. Asterix “*” can also be used to match all ports."
5930+
"description": "Gets or sets Destination Port or Range. Integer or range between 0 and 65535. Asterix '*' can also be used to match all ports."
59315931
},
59325932
"sourceAddressPrefix": {
59335933
"type": "string",
5934-
"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. "
5934+
"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. "
59355935
},
59365936
"destinationAddressPrefix": {
59375937
"type": "string",
5938-
"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. "
5938+
"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. "
59395939
},
59405940
"access": {
59415941
"type": "string",
5942-
"description": "Gets or sets network traffic is allowed or denied. Possible values are Allow and Deny",
5942+
"description": "Gets or sets network traffic is allowed or denied. Possible values are 'Allow' and 'Deny'",
59435943
"enum": [
59445944
"Allow",
59455945
"Deny"

arm-storage/2015-05-01-preview/swagger/storage.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"in": "path",
6666
"required": true,
6767
"type": "string",
68-
"description": "The name of the resource group within the users subscription."
68+
"description": "The name of the resource group within the user's subscription."
6969
},
7070
{
7171
"name": "accountName",
@@ -115,7 +115,7 @@
115115
"in": "path",
116116
"required": true,
117117
"type": "string",
118-
"description": "The name of the resource group within the users subscription."
118+
"description": "The name of the resource group within the user's subscription."
119119
},
120120
{
121121
"name": "accountName",
@@ -152,7 +152,7 @@
152152
"in": "path",
153153
"required": true,
154154
"type": "string",
155-
"description": "The name of the resource group within the users subscription."
155+
"description": "The name of the resource group within the user's subscription."
156156
},
157157
{
158158
"name": "accountName",
@@ -189,7 +189,7 @@
189189
"in": "path",
190190
"required": true,
191191
"type": "string",
192-
"description": "The name of the resource group within the users subscription."
192+
"description": "The name of the resource group within the user's subscription."
193193
},
194194
{
195195
"name": "accountName",
@@ -304,7 +304,7 @@
304304
"in": "path",
305305
"required": true,
306306
"type": "string",
307-
"description": "The name of the resource group within the users subscription."
307+
"description": "The name of the resource group within the user's subscription."
308308
},
309309
{
310310
"$ref": "#/parameters/ApiVersionParameter"
@@ -339,7 +339,7 @@
339339
"in": "path",
340340
"required": true,
341341
"type": "string",
342-
"description": "The name of the resource group within the users subscription."
342+
"description": "The name of the resource group within the user's subscription."
343343
},
344344
{
345345
"name": "accountName",

arm-web/2015-08-01/swagger/service.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18013,7 +18013,7 @@
1801318013
"type": "boolean"
1801418014
},
1801518015
"reason": {
18016-
"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.",
18016+
"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.",
1801718017
"type": "string"
1801818018
},
1801918019
"message": {

0 commit comments

Comments
 (0)