Skip to content

Commit

Permalink
Rename TargetUrls to TargetFqdns (#3739)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanymanea authored and jianghaolu committed Sep 6, 2018
1 parent cbb2ecf commit a3b4803
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
"type":"string",
"description":"Description of the rule."
},
"sourceAddresses":{
"sourceAddresses":{
"type":"array",
"description":"List of source IP addresses for this rule.",
"items":{
Expand All @@ -467,9 +467,9 @@
},
"description":"Array of ApplicationRuleProtocols."
},
"targetUrls":{
"targetFqdns":{
"type":"array",
"description":"List of URLs for this rule.",
"description":"List of FQDNs for this rule.",
"items":{
"type":"string"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"port":443
}
],
"targetUrls":[
"targetFqdns":[
"www.test.com"
],
"sourceAddresses":[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"port":443
}
],
"targetUrls":[
"targetFqdns":[
"www.test.com"
],
"sourceAddresses":[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"port":443
}
],
"targetUrls":[
"targetFqdns":[
"www.test.com"
],
"sourceAddresses":[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"port":443
}
],
"targetUrls":[
"targetFqdns":[
"www.test.com"
],
"sourceAddresses":[
Expand Down Expand Up @@ -157,7 +157,7 @@
"port":443
}
],
"targetUrls":[
"targetFqdns":[
"www.test.com"
],
"sourceAddresses":[
Expand Down Expand Up @@ -275,7 +275,7 @@
"port":443
}
],
"targetUrls":[
"targetFqdns":[
"www.test.com"
],
"sourceAddresses":[
Expand Down

0 comments on commit a3b4803

Please sign in to comment.