Skip to content

Commit

Permalink
DnsProxySettings to DNSSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishani Gupta committed May 18, 2020
1 parent 74ca179 commit b0d53e2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}
],
"firewalls": [],
"dnsProxySettings": {
"dnsSettings": {
"servers": [
"30.3.4.5"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"firewalls": [],
"dnsProxySettings": {
"dnsSettings": {
"servers": [
"30.3.4.5"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
],
"firewalls": [],
"dnsProxySettings": {
"dnsSettings": {
"servers": [
"30.3.4.5"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
}
],
"firewalls": [],
"dnsProxySettings": {
"dnsSettings": {
"servers": [
"30.3.4.5"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -631,9 +631,9 @@
"description": "TLS Configuration definition.",
"$ref": "#/definitions/FirewallPolicyTransportSecurity"
},
"dnsProxySettings": {
"dnsSettings": {
"description": "DNS Proxy Settings definition.",
"$ref": "#/definitions/DnsProxySettings"
"$ref": "#/definitions/DnsSettings"
}
},
"description": "Firewall Policy definition."
Expand Down Expand Up @@ -1188,9 +1188,9 @@
}
}
},
"DnsProxySettings": {
"DnsSettings": {
"description": "DNS Proxy Settings in Firewall Policy.",
"x-ms-discriminator-value": "DnsProxySettings",
"x-ms-discriminator-value": "DnsSettings",
"properties": {
"servers": {
"type": "array",
Expand Down

0 comments on commit b0d53e2

Please sign in to comment.