Skip to content

Commit

Permalink
fix typo for 'outboundIPs' & 'publicIPs' properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuyang Cao committed Sep 9, 2020
1 parent 04fb583 commit 284f434
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
},
"serviceId": "12345678abcd1234abcd12345678abcd",
"networkProfile": {
"OutboundIPs": {
"PublicIPs": [
"outboundIPs": {
"publicIPs": [
"20.39.3.173",
"40.64.67.13"
]
Expand Down Expand Up @@ -100,8 +100,8 @@
},
"serviceId": "12345678abcd1234abcd12345678abcd",
"networkProfile": {
"OutboundIPs": {
"PublicIPs": [
"outboundIPs": {
"publicIPs": [
"20.39.3.173",
"40.64.67.13"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"serviceCidr": "10.8.0.0/16,10.244.0.0/16,10.245.0.1/16",
"serviceRuntimeNetworkResourceGroup": "my-service-runtime-network-rg",
"appNetworkResourceGroup": "my-app-network-rg",
"OutboundIPs": {
"PublicIPs": [
"outboundIPs": {
"publicIPs": [
"40.64.67.13"
]
}
Expand Down Expand Up @@ -66,8 +66,8 @@
"serviceCidr": "10.8.0.0/16,10.244.0.0/16,10.245.0.1/16",
"serviceRuntimeNetworkResourceGroup": "my-service-runtime-network-rg",
"appNetworkResourceGroup": "my-app-network-rg",
"OutboundIPs": {
"PublicIPs": [
"outboundIPs": {
"publicIPs": [
"40.64.67.13"
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
},
"serviceId": "12345678abcd1234abcd12345678abcd",
"networkProfile": {
"OutboundIPs": {
"PublicIPs": [
"outboundIPs": {
"publicIPs": [
"20.39.3.173",
"40.64.67.13"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"serviceId": "12345678abcd1234abcd12345678abcd",
"networkProfile": {
"OutboundIPs": {
"PublicIPs": [
"outboundIPs": {
"publicIPs": [
"20.39.3.173",
"40.64.67.13"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
},
"serviceId": "12345678abcd1234abcd12345678abcd",
"networkProfile": {
"OutboundIPs": {
"PublicIPs": [
"outboundIPs": {
"publicIPs": [
"20.39.3.173",
"40.64.67.13"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
},
"serviceId": "12345678abcd1234abcd12345678abcd",
"networkProfile": {
"OutboundIPs": {
"PublicIPs": [
"outboundIPs": {
"publicIPs": [
"20.39.3.173",
"40.64.67.13"
]
Expand Down Expand Up @@ -100,8 +100,8 @@
},
"serviceId": "12345678abcd1234abcd12345678abcd",
"networkProfile": {
"OutboundIPs": {
"PublicIPs": [
"outboundIPs": {
"publicIPs": [
"20.39.3.173",
"40.64.67.13"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"provisioningState": "Creating",
"serviceId": "12345678abcd1234abcd12345678abcd",
"networkProfile": {
"OutboundIPs": {
"PublicIPs": [
"outboundIPs": {
"publicIPs": [
"20.39.3.173",
"40.64.67.13"
]
Expand All @@ -50,8 +50,8 @@
"provisioningState": "Succeeded",
"serviceId": "12345678abcd1234abcd12345678abcd",
"networkProfile": {
"OutboundIPs": {
"PublicIPs": [
"outboundIPs": {
"publicIPs": [
"20.39.3.173",
"40.64.67.13"
]
Expand All @@ -77,8 +77,8 @@
"provisioningState": "Updating",
"serviceId": "12345678abcd1234abcd12345678abcd",
"networkProfile": {
"OutboundIPs": {
"PublicIPs": [
"outboundIPs": {
"publicIPs": [
"20.39.3.173",
"40.64.67.13"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"serviceCidr": "10.8.0.0/16,10.244.0.0/16,10.245.0.1/16",
"serviceRuntimeNetworkResourceGroup": "my-service-runtime-network-rg",
"appNetworkResourceGroup": "my-app-network-rg",
"OutboundIPs": {
"PublicIPs": [
"outboundIPs": {
"publicIPs": [
"40.64.67.13"
]
}
Expand Down Expand Up @@ -66,8 +66,8 @@
"serviceCidr": "10.8.0.0/16,10.244.0.0/16,10.245.0.1/16",
"serviceRuntimeNetworkResourceGroup": "my-service-runtime-network-rg",
"appNetworkResourceGroup": "my-app-network-rg",
"OutboundIPs": {
"PublicIPs": [
"outboundIPs": {
"publicIPs": [
"40.64.67.13"
]
}
Expand Down Expand Up @@ -97,8 +97,8 @@
"serviceCidr": "10.8.0.0/16,10.244.0.0/16,10.245.0.1/16",
"serviceRuntimeNetworkResourceGroup": "my-service-runtime-network-rg",
"appNetworkResourceGroup": "my-app-network-rg",
"OutboundIPs": {
"PublicIPs": [
"outboundIPs": {
"publicIPs": [
"40.64.67.13"
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"provisioningState": "Succeeded",
"serviceId": "12345678abcd1234abcd12345678abcd",
"networkProfile": {
"OutboundIPs": {
"PublicIPs": [
"outboundIPs": {
"publicIPs": [
"20.39.3.173",
"40.64.67.13"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"provisioningState": "Succeeded",
"serviceId": "12345678abcd1234abcd12345678abcd",
"networkProfile": {
"OutboundIPs": {
"PublicIPs": [
"outboundIPs": {
"publicIPs": [
"20.39.3.173",
"40.64.67.13"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"provisioningState": "Succeeded",
"serviceId": "12345678abcd1234abcd12345678abcd",
"networkProfile": {
"OutboundIPs": {
"PublicIPs": [
"outboundIPs": {
"publicIPs": [
"20.39.3.173",
"40.64.67.13"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"provisioningState": "Updating",
"serviceId": "12345678abcd1234abcd12345678abcd",
"networkProfile": {
"OutboundIPs": {
"PublicIPs": [
"outboundIPs": {
"publicIPs": [
"20.39.3.173",
"40.64.67.13"
]
Expand All @@ -50,8 +50,8 @@
"provisioningState": "Succeeded",
"serviceId": "12345678abcd1234abcd12345678abcd",
"networkProfile": {
"OutboundIPs": {
"PublicIPs": [
"outboundIPs": {
"publicIPs": [
"20.39.3.173",
"40.64.67.13"
]
Expand Down

0 comments on commit 284f434

Please sign in to comment.