Skip to content

Commit

Permalink
Updated ExplicitProxySettings to ExplicitProxy on Firewall Policy ver…
Browse files Browse the repository at this point in the history
…2022-01-01 (#19299)

Co-authored-by: Gizachew Eshetie <v-geshetie@microsoft.com>
  • Loading branch information
Gizachew-Eshetie and Gizachew Eshetie authored Jun 10, 2022
1 parent 3537053 commit 8e96f39
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"enableProxy": true,
"requireProxyForNetworkRules": false
},
"explicitProxySettings": {
"explicitProxy": {
"enableExplicitProxy": true,
"httpPort": 8087,
"httpsPort": 8087,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"enableProxy": true,
"requireProxyForNetworkRules": false
},
"explicitProxySettings": {
"explicitProxy": {
"enableExplicitProxy": true,
"httpPort": 8087,
"httpsPort": 8087,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"enableProxy": true,
"requireProxyForNetworkRules": false
},
"explicitProxySettings": {
"explicitProxy": {
"enableExplicitProxy": true,
"httpPort": 8087,
"httpsPort": 8087,
Expand Down Expand Up @@ -173,7 +173,7 @@
"enableProxy": true,
"requireProxyForNetworkRules": false
},
"explicitProxySettings": {
"explicitProxy": {
"enableExplicitProxy": true,
"httpPort": 8087,
"httpsPort": 8087,
Expand Down Expand Up @@ -288,7 +288,7 @@
"enableProxy": true,
"requireProxyForNetworkRules": false
},
"explicitProxySettings": {
"explicitProxy": {
"enableExplicitProxy": true,
"httpPort": 8087,
"httpsPort": 8087,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1025,9 +1025,9 @@
"description": "DNS Proxy Settings definition.",
"$ref": "#/definitions/DnsSettings"
},
"explicitProxySettings": {
"explicitProxy": {
"description": "Explicit Proxy Settings definition.",
"$ref": "#/definitions/ExplicitProxySettings"
"$ref": "#/definitions/ExplicitProxy"
},
"intrusionDetection": {
"description": "The configuration for Intrusion detection.",
Expand Down Expand Up @@ -1634,7 +1634,7 @@
}
}
},
"ExplicitProxySettings": {
"ExplicitProxy": {
"description": "Explicit Proxy Settings in Firewall Policy.",
"type": "object",
"properties": {
Expand Down

0 comments on commit 8e96f39

Please sign in to comment.