Skip to content

Commit

Permalink
Fix json pretty errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilambari committed Apr 30, 2020
1 parent 827e882 commit bd52939
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
}
],
"vpnGatewayScaleUnit": 1,
"customDnsServers": [
"1.1.1.1",
"2.2.2.2"
]
"customDnsServers": [
"1.1.1.1",
"2.2.2.2"
]
}
}
},
Expand Down Expand Up @@ -69,10 +69,10 @@
}
],
"vpnGatewayScaleUnit": 1,
"customDnsServers": [
"1.1.1.1",
"2.2.2.2"
],
"customDnsServers": [
"1.1.1.1",
"2.2.2.2"
],
"vpnClientConnectionHealth": {
"vpnClientConnectionsCount": 0,
"allocatedIpAddresses": [],
Expand Down Expand Up @@ -113,10 +113,10 @@
}
],
"vpnGatewayScaleUnit": 1,
"customDnsServers": [
"1.1.1.1",
"2.2.2.2"
],
"customDnsServers": [
"1.1.1.1",
"2.2.2.2"
],
"vpnClientConnectionHealth": {
"vpnClientConnectionsCount": 0,
"allocatedIpAddresses": [],
Expand Down

0 comments on commit bd52939

Please sign in to comment.