From df3ebca4adcd6a6e3bddcb4873b4f884f3850db2 Mon Sep 17 00:00:00 2001 From: Ishan Jain Date: Sat, 29 Jul 2023 20:56:34 +0530 Subject: [PATCH] Added code to track aws/azure/gcp --- aws/main.go | 74 + azure/ServiceTags_Public_20230724.json | 104745 ++++++++++++++++++++++ azure/main.go | 83 + gcp/main.go | 76 + go.mod | 3 + 5 files changed, 104981 insertions(+) create mode 100644 aws/main.go create mode 100644 azure/ServiceTags_Public_20230724.json create mode 100644 azure/main.go create mode 100644 gcp/main.go create mode 100644 go.mod diff --git a/aws/main.go b/aws/main.go new file mode 100644 index 0000000..c8d751d --- /dev/null +++ b/aws/main.go @@ -0,0 +1,74 @@ +package main + +import ( + "encoding/json" + "fmt" + "math" + "net" + "net/http" +) + +type Aws struct { + Prefixes []struct { + IPPrefix string `json:"ip_prefix"` + Region string `json:"region"` + Service string `json:"service"` + NetworkBorderGroup string `json:"network_border_group"` + } `json:"prefixes"` + Ipv6Prefixes []struct { + Ipv6Prefix string `json:"ipv6_prefix"` + Region string `json:"region"` + Service string `json:"service"` + NetworkBorderGroup string `json:"network_border_group"` + } `json:"ipv6_prefixes"` +} + +func main() { + + resp, err := http.Get("https://ip-ranges.amazonaws.com/ip-ranges.json") + if err != nil { + panic(err) + } + defer resp.Body.Close() + + input := Aws{} + err = json.NewDecoder(resp.Body).Decode(&input) + if err != nil { + panic(err) + } + + total := 0 + smallestPrefix := 32 + for _, l := range input.Prefixes { + _, cidr, err := net.ParseCIDR(l.IPPrefix) + if err != nil { + panic(err) + } + ones, bits := cidr.Mask.Size() + if ones < smallestPrefix { + smallestPrefix = ones + } + + total += int(math.Pow(2.0, float64(bits-ones))) + } + + fmt.Println("Total Ipv4 Address Count", total, "Smallest Ipv4 Prefix", smallestPrefix) + var totalIpv6 int64 = 0 + smallestPrefix = 128 + for _, l := range input.Ipv6Prefixes { + _, cidr, err := net.ParseCIDR(l.Ipv6Prefix) + if err != nil { + panic(err) + } + ones, bits := cidr.Mask.Size() + if ones < smallestPrefix { + smallestPrefix = ones + } + + // Only count /64 blocks + bits = 64 + totalIpv6 += int64(math.Pow(2.0, float64(bits-ones))) + } + + fmt.Println("Total Ipv6 Address Count", totalIpv6, "Smallest Ipv6 Prefix", smallestPrefix) +} diff --git a/azure/ServiceTags_Public_20230724.json b/azure/ServiceTags_Public_20230724.json new file mode 100644 index 0000000..4c0effd --- /dev/null +++ b/azure/ServiceTags_Public_20230724.json @@ -0,0 +1,104745 @@ +{ + "changeNumber": 264, + "cloud": "Public", + "values": [ + { + "name": "ActionGroup", + "id": "ActionGroup", + "properties": { + "changeNumber": 28, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "4.232.106.88/30", + "13.66.143.220/30", + "13.67.10.124/30", + "13.69.109.132/30", + "13.71.199.112/30", + "13.77.53.216/30", + "13.78.109.156/30", + "13.86.221.220/30", + "13.106.38.142/32", + "13.106.38.148/32", + "13.106.54.3/32", + "13.106.54.19/32", + "13.106.57.181/32", + "13.106.57.196/31", + "20.17.66.88/30", + "20.17.130.24/30", + "20.21.42.88/30", + "20.38.133.4/30", + "20.38.149.132/30", + "20.42.64.36/30", + "20.43.121.124/30", + "20.44.17.220/30", + "20.45.123.236/30", + "20.47.194.50/32", + "20.47.194.102/32", + "20.52.95.254/31", + "20.52.214.122/32", + "20.52.214.191/32", + "20.53.1.68/30", + "20.53.62.100/31", + "20.69.8.102/31", + "20.72.27.152/30", + "20.90.38.38/31", + "20.92.5.114/31", + "20.105.215.20/31", + "20.116.43.108/31", + "20.117.193.34/31", + "20.118.78.36/31", + "20.119.28.220/31", + "20.125.4.168/31", + "20.125.199.59/32", + "20.135.70.51/32", + "20.135.74.3/32", + "20.150.172.228/30", + "20.192.238.124/30", + "20.193.96.28/30", + "20.193.202.4/30", + "20.195.87.54/31", + "20.199.201.66/31", + "20.203.88.62/31", + "20.204.192.216/31", + "20.210.69.140/31", + "20.215.154.88/30", + "20.217.58.88/30", + "20.221.192.80/32", + "20.225.21.250/32", + "20.225.22.84/32", + "20.228.34.17/32", + "20.228.34.19/32", + "20.240.1.100/31", + "40.69.111.196/30", + "40.74.102.24/30", + "40.121.67.30/32", + "51.12.101.172/30", + "51.12.204.244/30", + "51.53.106.88/30", + "51.53.186.88/30", + "51.104.9.100/30", + "52.147.98.52/30", + "52.160.97.65/32", + "52.183.31.0/32", + "52.184.145.166/32", + "52.240.244.140/30", + "68.221.98.88/30", + "104.214.165.80/30", + "158.23.10.88/30", + "168.61.142.52/30", + "191.233.50.4/30", + "191.233.207.64/26", + "2603:1000:4:402::178/125", + "2603:1000:104:402::178/125", + "2603:1010:6:402::178/125", + "2603:1010:101:402::178/125", + "2603:1010:304:402::178/125", + "2603:1010:404:402::178/125", + "2603:1020:5:402::178/125", + "2603:1020:206:402::178/125", + "2603:1020:305:402::178/125", + "2603:1020:405:402::178/125", + "2603:1020:605:402::178/125", + "2603:1020:705:402::178/125", + "2603:1020:805:402::178/125", + "2603:1020:905:402::178/125", + "2603:1020:a04:402::178/125", + "2603:1020:b04:402::178/125", + "2603:1020:c04:402::178/125", + "2603:1020:d04:402::178/125", + "2603:1020:e04:402::178/125", + "2603:1020:f04:402::178/125", + "2603:1020:1004:800::f8/125", + "2603:1020:1104:400::178/125", + "2603:1020:1204:400::c0/125", + "2603:1020:1302:400::180/125", + "2603:1020:1403:400::100/125", + "2603:1030:f:400::978/125", + "2603:1030:10:402::178/125", + "2603:1030:104:402::178/125", + "2603:1030:107:400::f0/125", + "2603:1030:210:402::178/125", + "2603:1030:40b:400::978/125", + "2603:1030:40c:402::178/125", + "2603:1030:504:802::f8/125", + "2603:1030:608:402::178/125", + "2603:1030:702:400::100/125", + "2603:1030:807:402::178/125", + "2603:1030:a07:402::8f8/125", + "2603:1030:b04:402::178/125", + "2603:1030:c06:400::978/125", + "2603:1030:f05:402::178/125", + "2603:1030:1005:402::178/125", + "2603:1040:5:402::178/125", + "2603:1040:207:402::178/125", + "2603:1040:407:402::178/125", + "2603:1040:606:402::178/125", + "2603:1040:806:402::178/125", + "2603:1040:904:402::178/125", + "2603:1040:a06:402::178/125", + "2603:1040:b04:402::178/125", + "2603:1040:c06:402::178/125", + "2603:1040:d04:800::f8/125", + "2603:1040:e05:402::180/125", + "2603:1040:f05:402::178/125", + "2603:1040:1002:400::180/125", + "2603:1040:1104:400::178/125", + "2603:1040:1202:400::180/125", + "2603:1040:1302:400::180/125", + "2603:1040:1402:400::180/125", + "2603:1040:1503:400::180/125", + "2603:1040:1602:400::40/125", + "2603:1050:6:402::178/125", + "2603:1050:403:400::1f8/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApplicationInsightsAvailability", + "id": "ApplicationInsightsAvailability", + "properties": { + "changeNumber": 3, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "ApplicationInsightsAvailability", + "addressPrefixes": [ + "13.86.97.224/28", + "20.37.156.64/27", + "20.37.192.80/29", + "20.38.80.80/28", + "20.40.104.96/28", + "20.40.124.176/28", + "20.40.129.32/28", + "20.40.129.96/28", + "20.42.4.64/27", + "20.42.35.32/28", + "20.42.129.32/27", + "20.43.40.80/28", + "20.43.64.80/29", + "20.43.128.96/29", + "20.45.5.160/28", + "20.189.106.64/29", + "23.100.224.16/28", + "40.74.24.80/28", + "40.80.186.128/26", + "40.91.82.48/28", + "40.119.8.96/27", + "51.104.24.80/29", + "51.105.9.128/28", + "51.137.160.80/29", + "51.144.56.96/28", + "52.139.250.96/28", + "52.140.232.160/28", + "52.158.28.64/28", + "52.229.216.48/28", + "191.233.26.176/28", + "191.235.224.80/29" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AutonomousDevelopmentPlatform", + "id": "AutonomousDevelopmentPlatform", + "properties": { + "changeNumber": 1, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AutonomousDevelopmentPlatform", + "addressPrefixes": [ + "20.14.121.176/31", + "20.21.83.140/31", + "20.21.83.142/32", + "20.24.3.12/31", + "20.24.3.14/32", + "20.26.17.248/31", + "20.26.17.250/32", + "20.45.242.21/32", + "20.45.242.212/31", + "20.47.236.90/31", + "20.51.21.253/32", + "20.53.54.178/31", + "20.53.55.152/32", + "20.53.62.99/32", + "20.53.62.110/31", + "20.59.81.226/31", + "20.59.81.228/30", + "20.59.84.229/32", + "20.59.87.96/31", + "20.69.5.163/32", + "20.69.8.0/31", + "20.74.197.84/31", + "20.74.197.86/32", + "20.79.108.99/32", + "20.83.222.103/32", + "20.83.222.110/31", + "20.87.86.193/32", + "20.87.86.194/31", + "20.90.38.51/32", + "20.91.12.238/31", + "20.91.146.10/31", + "20.92.5.122/31", + "20.98.149.239/32", + "20.98.195.184/31", + "20.98.198.32/28", + "20.100.7.33/32", + "20.100.7.34/31", + "20.105.211.94/31", + "20.105.211.104/30", + "20.105.215.34/31", + "20.105.215.36/30", + "20.105.243.144/30", + "20.105.243.148/31", + "20.107.239.204/30", + "20.107.239.216/31", + "20.111.3.221/32", + "20.111.3.222/31", + "20.116.43.118/31", + "20.118.78.44/30", + "20.118.78.104/29", + "20.118.139.214/31", + "20.118.141.32/29", + "20.118.141.40/31", + "20.118.141.43/32", + "20.118.196.132/31", + "20.119.28.252/31", + "20.119.158.1/32", + "20.119.158.2/31", + "20.125.4.174/31", + "20.125.4.200/30", + "20.125.164.103/32", + "20.125.166.40/31", + "20.189.198.127/32", + "20.192.159.65/32", + "20.192.159.66/31", + "20.199.201.74/31", + "20.199.203.72/32", + "20.200.160.253/32", + "20.200.160.254/31", + "20.200.199.87/32", + "20.203.88.78/31", + "20.203.89.36/32", + "20.204.194.130/31", + "20.204.194.132/32", + "20.205.50.118/31", + "20.205.55.208/32", + "20.206.3.5/32", + "20.206.5.32/31", + "20.206.183.24/31", + "20.206.183.26/32", + "20.207.5.94/31", + "20.207.5.96/32", + "20.207.169.138/31", + "20.207.169.140/32", + "20.208.145.129/32", + "20.208.148.4/31", + "20.210.71.248/31", + "20.210.71.250/32", + "20.210.145.54/31", + "20.211.224.36/32", + "20.213.196.192/31", + "20.213.196.194/32", + "20.214.131.40/31", + "20.218.184.172/31", + "20.220.0.244/32", + "20.223.64.136/30", + "20.223.64.140/31", + "20.232.88.16/28", + "20.232.92.207/32", + "20.232.93.108/31", + "20.236.145.194/31", + "20.236.146.156/32", + "40.64.14.56/31", + "40.64.14.58/32", + "40.80.100.192/31", + "40.80.100.194/32", + "51.12.22.205/32", + "51.12.75.179/32", + "51.116.78.34/31", + "51.116.78.248/32", + "51.120.178.136/31", + "51.120.178.138/32", + "51.142.130.4/31", + "52.146.141.240/30", + "52.146.141.244/31", + "52.242.46.238/31", + "52.242.47.0/32", + "102.37.87.252/31", + "102.37.87.254/32", + "2603:1020:5:4::240/124", + "2603:1020:5:4::250/125", + "2603:1020:206::7d0/124", + "2603:1020:206::7e0/125", + "2603:1030:f:3::724/126", + "2603:1030:210::7e0/123", + "2603:1030:40b:2::22c/126", + "2603:1030:40c::7e0/123", + "2603:1030:504:4::80/124", + "2603:1030:807:3::250/124", + "2603:1030:a07:9::1d8/125", + "2603:1030:b04::2ac/126", + "2603:1030:c06:2::22c/126", + "2603:1030:c06:5::1d0/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureActiveDirectory", + "id": "AzureActiveDirectory", + "properties": { + "changeNumber": 13, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureAD", + "addressPrefixes": [ + "13.64.151.161/32", + "13.66.141.64/27", + "13.67.9.224/27", + "13.69.66.160/27", + "13.69.229.96/27", + "13.70.73.32/27", + "13.71.172.160/27", + "13.71.195.224/27", + "13.71.201.64/26", + "13.73.240.32/27", + "13.74.104.0/26", + "13.74.249.156/32", + "13.75.38.32/27", + "13.75.105.168/32", + "13.77.52.160/27", + "13.78.108.192/27", + "13.78.172.246/32", + "13.79.37.247/32", + "13.86.219.0/27", + "13.87.16.0/26", + "13.87.57.160/27", + "13.87.123.160/27", + "13.89.174.0/27", + "20.20.32.0/19", + "20.36.107.192/27", + "20.36.115.64/27", + "20.37.75.96/27", + "20.40.228.64/28", + "20.43.120.32/27", + "20.44.3.160/27", + "20.44.16.32/27", + "20.46.10.64/27", + "20.51.9.80/28", + "20.51.14.72/31", + "20.51.16.128/27", + "20.61.98.160/27", + "20.61.99.128/28", + "20.62.58.80/28", + "20.62.129.0/27", + "20.62.129.240/28", + "20.62.134.74/31", + "20.65.132.96/28", + "20.66.2.32/27", + "20.66.3.16/28", + "20.72.21.64/26", + "20.88.66.0/27", + "20.187.197.32/27", + "20.187.197.240/28", + "20.190.128.0/18", + "20.194.73.0/28", + "20.195.56.102/32", + "20.195.57.118/32", + "20.195.64.192/27", + "20.195.64.240/28", + "20.231.128.0/19", + "23.101.0.70/32", + "23.101.6.190/32", + "40.68.160.142/32", + "40.69.107.160/27", + "40.71.13.0/27", + "40.74.101.64/27", + "40.74.146.192/27", + "40.78.195.160/27", + "40.78.203.64/27", + "40.79.131.128/27", + "40.79.179.128/27", + "40.83.144.56/32", + "40.126.0.0/18", + "51.140.148.192/27", + "51.140.208.0/26", + "51.140.211.192/27", + "52.138.65.157/32", + "52.138.68.41/32", + "52.146.132.96/27", + "52.146.133.80/28", + "52.146.137.66/31", + "52.150.157.0/27", + "52.157.20.148/32", + "52.157.20.186/32", + "52.157.20.205/32", + "52.159.175.31/32", + "52.159.175.117/32", + "52.159.175.121/32", + "52.161.13.71/32", + "52.161.13.95/32", + "52.161.110.169/32", + "52.162.110.96/27", + "52.169.125.119/32", + "52.169.218.0/32", + "52.174.189.149/32", + "52.175.18.134/32", + "52.178.27.112/32", + "52.179.122.218/32", + "52.179.126.223/32", + "52.180.177.87/32", + "52.180.179.108/32", + "52.180.181.61/32", + "52.180.183.8/32", + "52.187.19.1/32", + "52.187.113.48/32", + "52.187.117.83/32", + "52.187.120.237/32", + "52.225.184.198/32", + "52.225.188.89/32", + "52.226.169.40/32", + "52.226.169.45/32", + "52.226.169.53/32", + "52.231.19.128/27", + "52.231.147.192/27", + "52.249.207.8/32", + "52.249.207.23/32", + "52.249.207.27/32", + "65.52.251.96/27", + "104.40.84.19/32", + "104.40.87.209/32", + "104.40.156.18/32", + "104.40.168.0/26", + "104.41.159.212/32", + "104.45.138.161/32", + "104.46.178.128/27", + "104.211.147.160/27", + "191.233.204.160/27", + "2603:1006:2000::/48", + "2603:1007:200::/48", + "2603:1016:1400::/48", + "2603:1017::/48", + "2603:1026:3000::/48", + "2603:1027:1::/48", + "2603:1030:107:2::/120", + "2603:1030:107:2::100/121", + "2603:1036:3000::/48", + "2603:1037:1::/48", + "2603:1046:2000::/48", + "2603:1047:1::/48", + "2603:1056:2000::/48", + "2603:1057:2::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW", + "VSE" + ] + } + }, + { + "name": "AzureHealthcareAPIs", + "id": "AzureHealthcareAPIs", + "properties": { + "changeNumber": 11, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureAPIForFHIR", + "addressPrefixes": [ + "4.232.28.160/27", + "13.67.40.183/32", + "13.69.233.32/31", + "13.70.78.170/31", + "13.71.175.130/31", + "13.71.199.118/31", + "13.73.244.194/31", + "13.73.254.220/30", + "13.78.111.194/31", + "13.80.124.132/32", + "13.82.180.206/32", + "13.86.221.218/31", + "13.87.58.136/31", + "13.87.124.136/31", + "20.17.52.128/27", + "20.17.116.192/27", + "20.21.36.224/27", + "20.36.117.192/31", + "20.36.123.84/30", + "20.37.68.224/30", + "20.37.76.204/31", + "20.37.198.142/31", + "20.37.227.102/31", + "20.37.228.12/31", + "20.38.128.170/31", + "20.38.141.6/31", + "20.38.142.104/31", + "20.39.15.58/31", + "20.40.224.224/31", + "20.40.224.228/31", + "20.40.230.128/28", + "20.41.69.50/31", + "20.41.69.60/31", + "20.42.230.234/31", + "20.43.45.248/30", + "20.43.121.122/31", + "20.44.4.232/31", + "20.44.19.4/31", + "20.45.90.96/28", + "20.45.112.122/31", + "20.45.114.204/31", + "20.45.117.48/28", + "20.45.199.40/30", + "20.46.12.208/28", + "20.46.15.0/27", + "20.48.192.84/30", + "20.48.197.160/28", + "20.49.99.46/31", + "20.49.102.228/31", + "20.49.114.188/30", + "20.49.127.240/31", + "20.51.0.208/28", + "20.51.13.80/28", + "20.51.16.168/31", + "20.51.21.80/28", + "20.52.88.224/28", + "20.53.0.32/31", + "20.53.44.80/31", + "20.53.47.208/28", + "20.53.49.112/28", + "20.53.57.64/28", + "20.58.67.96/28", + "20.61.98.66/31", + "20.61.98.68/31", + "20.61.103.240/28", + "20.62.60.112/28", + "20.62.128.148/30", + "20.62.134.240/28", + "20.65.134.80/28", + "20.66.5.144/28", + "20.69.1.160/28", + "20.72.21.208/28", + "20.99.9.192/27", + "20.113.252.224/27", + "20.150.165.156/30", + "20.150.225.0/31", + "20.150.245.64/28", + "20.150.245.160/27", + "20.187.196.196/30", + "20.189.228.224/28", + "20.191.160.26/31", + "20.191.160.116/31", + "20.191.167.144/28", + "20.192.45.0/28", + "20.192.47.64/27", + "20.192.50.96/27", + "20.192.50.240/28", + "20.192.80.192/28", + "20.192.164.188/30", + "20.192.184.80/31", + "20.192.225.200/30", + "20.192.238.122/31", + "20.193.194.128/27", + "20.193.194.160/28", + "20.193.206.36/31", + "20.194.74.160/28", + "20.194.75.192/27", + "20.195.67.208/28", + "20.195.74.224/28", + "20.195.78.96/27", + "20.195.146.208/28", + "20.203.91.224/27", + "20.210.146.96/27", + "20.215.4.128/27", + "20.217.44.128/27", + "23.96.205.55/32", + "23.98.108.42/31", + "23.98.108.46/31", + "40.64.135.76/30", + "40.67.48.122/31", + "40.67.50.244/31", + "40.67.53.240/28", + "40.67.60.110/31", + "40.69.111.32/31", + "40.71.15.192/31", + "40.75.35.218/31", + "40.78.204.44/31", + "40.78.238.58/31", + "40.78.250.110/31", + "40.79.116.45/32", + "40.80.63.158/31", + "40.80.63.244/31", + "40.80.173.128/30", + "40.80.180.2/31", + "40.82.248.70/31", + "40.89.23.40/31", + "40.113.78.45/32", + "40.120.82.160/28", + "40.126.239.114/32", + "51.11.192.32/31", + "51.12.20.32/28", + "51.12.20.64/27", + "51.12.28.64/27", + "51.12.28.96/28", + "51.12.42.64/30", + "51.12.100.104/31", + "51.12.193.28/30", + "51.12.204.224/31", + "51.13.136.56/31", + "51.13.138.32/28", + "51.53.28.128/27", + "51.53.172.128/27", + "51.104.9.98/31", + "51.104.30.170/31", + "51.107.53.48/30", + "51.107.60.94/31", + "51.107.148.18/31", + "51.107.156.134/31", + "51.107.243.128/28", + "51.107.247.96/27", + "51.107.249.72/31", + "51.107.251.112/28", + "51.116.51.32/30", + "51.116.55.128/28", + "51.116.60.240/31", + "51.116.146.216/30", + "51.116.158.58/31", + "51.120.40.126/31", + "51.120.100.94/31", + "51.120.220.94/31", + "51.120.228.36/31", + "51.120.232.32/31", + "51.120.234.144/28", + "51.120.235.192/27", + "51.137.164.94/31", + "51.137.167.168/31", + "51.138.160.0/31", + "51.138.211.16/28", + "51.140.40.89/32", + "51.140.210.86/31", + "51.140.224.110/32", + "51.143.208.132/31", + "51.143.213.208/28", + "52.136.48.122/31", + "52.136.52.36/31", + "52.136.184.0/30", + "52.136.186.32/28", + "52.139.106.72/31", + "52.139.108.32/28", + "52.140.110.164/30", + "52.146.131.52/30", + "52.146.137.176/28", + "52.147.113.96/28", + "52.150.156.44/30", + "52.161.13.30/32", + "52.162.111.130/31", + "52.167.239.195/32", + "52.172.112.24/30", + "52.172.116.144/28", + "52.178.17.0/31", + "52.182.141.14/31", + "52.231.23.8/31", + "52.231.146.86/31", + "52.247.220.99/32", + "65.52.252.248/31", + "68.221.85.32/27", + "102.37.64.48/31", + "102.37.81.144/28", + "102.37.161.64/28", + "102.133.58.204/30", + "102.133.124.12/31", + "102.133.220.196/30", + "104.46.162.0/31", + "104.46.178.112/31", + "104.46.183.192/28", + "104.210.152.157/32", + "104.214.161.14/31", + "158.23.101.32/27", + "191.233.14.192/30", + "191.233.51.212/31", + "191.233.207.24/31", + "191.234.139.160/31", + "191.235.225.154/31", + "191.238.72.224/28", + "2603:1000:4:1::4c0/123", + "2603:1000:104:3::40/123", + "2603:1010:6:2::740/123", + "2603:1010:101:1::4c0/123", + "2603:1010:304:1::4c0/123", + "2603:1010:404:1::4c0/123", + "2603:1020:5:4::380/123", + "2603:1020:206:4::500/123", + "2603:1020:605:1::4c0/123", + "2603:1020:705:2::740/123", + "2603:1020:805:2::520/123", + "2603:1020:905:1::4c0/123", + "2603:1020:a04:2::540/123", + "2603:1020:b04:1::4c0/123", + "2603:1020:c04:2::520/123", + "2603:1020:d04:1::4c0/123", + "2603:1020:e04::7c0/123", + "2603:1020:f04:1::4c0/123", + "2603:1020:1004:2::c0/123", + "2603:1020:1104:1::4e0/123", + "2603:1020:1204::720/123", + "2603:1020:1302::660/123", + "2603:1020:1403::720/123", + "2603:1030:f:2::4e0/123", + "2603:1030:10:4::320/123", + "2603:1030:104::7c0/123", + "2603:1030:210:5::300/123", + "2603:1030:40b:3::7a0/123", + "2603:1030:40c:4::380/123", + "2603:1030:504:2::c0/123", + "2603:1030:608:3::660/123", + "2603:1030:608:4::2a0/123", + "2603:1030:702::720/123", + "2603:1030:807:3::380/123", + "2603:1030:a07:9::a0/123", + "2603:1030:a07:9::380/123", + "2603:1030:b04:1::4e0/123", + "2603:1030:c06:5::1e0/123", + "2603:1030:f05:2::720/123", + "2603:1030:1005:1::4c0/123", + "2603:1040:5:3::260/123", + "2603:1040:207:1::4e0/123", + "2603:1040:207:3::120/123", + "2603:1040:407:2::520/123", + "2603:1040:606:1::4c0/123", + "2603:1040:806:2::320/123", + "2603:1040:904:2::6c0/123", + "2603:1040:a06:2::2c0/123", + "2603:1040:b04:1::4c0/123", + "2603:1040:c06:1::4c0/123", + "2603:1040:d04:2::20/123", + "2603:1040:e05:1::300/123", + "2603:1040:f05::7c0/123", + "2603:1040:1002:1::a0/123", + "2603:1040:1104:1::440/123", + "2603:1040:1202::700/123", + "2603:1040:1302::700/123", + "2603:1040:1402::660/123", + "2603:1040:1503::660/123", + "2603:1040:1602::740/123", + "2603:1050:6:2::540/123", + "2603:1050:403:2::380/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureAdvancedThreatProtection", + "id": "AzureAdvancedThreatProtection", + "properties": { + "changeNumber": 17, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureAdvancedThreatProtection", + "addressPrefixes": [ + "4.232.24.24/29", + "20.17.48.24/29", + "20.17.112.24/29", + "20.21.32.24/29", + "20.36.120.112/29", + "20.37.64.112/29", + "20.37.156.192/29", + "20.37.195.8/29", + "20.37.224.112/29", + "20.38.84.96/29", + "20.38.136.112/29", + "20.39.11.16/29", + "20.41.4.96/29", + "20.41.65.128/29", + "20.41.192.112/29", + "20.42.4.192/29", + "20.42.129.176/29", + "20.42.224.112/29", + "20.43.41.144/29", + "20.43.65.136/29", + "20.43.130.88/29", + "20.45.112.112/29", + "20.45.192.112/29", + "20.51.14.64/29", + "20.62.135.224/29", + "20.66.6.80/29", + "20.72.16.24/29", + "20.82.244.24/29", + "20.86.88.184/29", + "20.113.248.104/29", + "20.150.160.112/29", + "20.189.106.120/29", + "20.192.160.24/29", + "20.192.225.16/29", + "20.195.69.80/29", + "20.215.0.24/29", + "20.217.40.24/29", + "40.67.48.112/29", + "40.74.30.96/29", + "40.80.56.112/29", + "40.80.168.112/29", + "40.80.188.16/29", + "40.82.253.64/29", + "40.89.16.112/29", + "40.119.9.224/29", + "51.12.46.232/29", + "51.12.198.192/29", + "51.53.24.24/29", + "51.53.168.24/29", + "51.104.25.144/29", + "51.105.80.112/29", + "51.105.88.112/29", + "51.107.48.112/29", + "51.107.144.112/29", + "51.120.40.112/29", + "51.120.224.112/29", + "51.137.161.128/29", + "51.143.192.112/29", + "51.143.214.56/29", + "52.136.48.112/29", + "52.140.104.112/29", + "52.150.139.64/29", + "52.228.81.128/29", + "68.221.80.24/29", + "158.23.96.24/29", + "191.233.8.24/29", + "191.235.225.136/29", + "2603:1000:4::140/123", + "2603:1000:104:1::140/123", + "2603:1010:6:1::140/123", + "2603:1010:101::140/123", + "2603:1010:304::140/123", + "2603:1010:404::140/123", + "2603:1020:5:1::140/123", + "2603:1020:206:1::140/123", + "2603:1020:305::140/123", + "2603:1020:405::140/123", + "2603:1020:605::140/123", + "2603:1020:705:1::140/123", + "2603:1020:805:1::140/123", + "2603:1020:905::140/123", + "2603:1020:a04:1::140/123", + "2603:1020:b04::140/123", + "2603:1020:c04:1::140/123", + "2603:1020:d04::140/123", + "2603:1020:e04:1::140/123", + "2603:1020:f04::140/123", + "2603:1020:1004::140/123", + "2603:1020:1104::140/123", + "2603:1020:1204::180/123", + "2603:1020:1302::180/123", + "2603:1020:1403::180/123", + "2603:1030:f:1::140/123", + "2603:1030:10:1::140/123", + "2603:1030:104:1::140/123", + "2603:1030:107::140/123", + "2603:1030:210:1::140/123", + "2603:1030:40b:1::140/123", + "2603:1030:40c:1::140/123", + "2603:1030:504:1::140/123", + "2603:1030:608::140/123", + "2603:1030:702::180/123", + "2603:1030:807:1::140/123", + "2603:1030:a07::140/123", + "2603:1030:b04::140/123", + "2603:1030:c06:1::140/123", + "2603:1030:f05:1::140/123", + "2603:1030:1005::140/123", + "2603:1040:5:1::140/123", + "2603:1040:207::140/123", + "2603:1040:407:1::140/123", + "2603:1040:606::140/123", + "2603:1040:806::140/123", + "2603:1040:904:1::140/123", + "2603:1040:a06:1::140/123", + "2603:1040:b04::140/123", + "2603:1040:c06::140/123", + "2603:1040:d04::140/123", + "2603:1040:e05:1::560/123", + "2603:1040:f05:1::140/123", + "2603:1040:1002::c0/123", + "2603:1040:1104::140/123", + "2603:1040:1202::180/123", + "2603:1040:1302::180/123", + "2603:1040:1402::180/123", + "2603:1040:1503::180/123", + "2603:1040:1602::180/123", + "2603:1050:6:1::140/123", + "2603:1050:403::140/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement", + "id": "ApiManagement", + "properties": { + "changeNumber": 38, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "4.232.28.0/28", + "13.64.39.16/32", + "13.64.109.111/32", + "13.66.138.92/31", + "13.66.140.176/28", + "13.67.8.108/31", + "13.67.9.208/28", + "13.69.64.76/31", + "13.69.66.144/28", + "13.69.227.76/31", + "13.69.229.80/28", + "13.70.72.28/31", + "13.70.72.240/28", + "13.71.49.1/32", + "13.71.170.44/31", + "13.71.172.144/28", + "13.71.194.116/31", + "13.71.196.32/28", + "13.75.34.148/31", + "13.75.38.16/28", + "13.75.67.143/32", + "13.75.217.184/32", + "13.75.221.78/32", + "13.77.50.68/31", + "13.77.52.224/28", + "13.78.106.92/31", + "13.78.108.176/28", + "13.82.71.152/32", + "13.84.189.17/32", + "13.85.22.63/32", + "13.86.102.66/32", + "13.87.56.84/31", + "13.87.57.144/28", + "13.87.122.84/31", + "13.87.123.144/28", + "13.89.33.185/32", + "13.89.170.204/31", + "13.89.174.64/28", + "20.17.51.224/28", + "20.17.114.240/28", + "20.21.36.96/28", + "20.36.106.68/31", + "20.36.107.176/28", + "20.36.114.20/31", + "20.36.115.128/28", + "20.37.52.67/32", + "20.37.74.224/31", + "20.37.76.32/28", + "20.37.81.41/32", + "20.39.80.2/32", + "20.39.99.81/32", + "20.40.125.155/32", + "20.40.160.107/32", + "20.40.231.62/31", + "20.44.2.4/31", + "20.44.3.224/28", + "20.44.33.246/32", + "20.44.72.3/32", + "20.46.13.224/28", + "20.46.144.85/32", + "20.47.232.184/31", + "20.48.201.76/31", + "20.51.6.224/28", + "20.52.94.112/31", + "20.59.81.16/28", + "20.62.63.254/31", + "20.70.220.182/31", + "20.72.26.16/28", + "20.83.221.20/30", + "20.83.221.64/28", + "20.83.221.86/31", + "20.86.92.254/31", + "20.88.154.20/31", + "20.90.131.114/31", + "20.92.3.250/31", + "20.97.32.190/31", + "20.99.8.80/28", + "20.113.251.240/28", + "20.150.167.160/28", + "20.150.170.224/28", + "20.167.130.96/28", + "20.188.77.119/32", + "20.191.167.246/31", + "20.192.45.112/28", + "20.192.50.64/28", + "20.192.234.160/28", + "20.193.192.48/28", + "20.193.202.160/28", + "20.194.74.240/28", + "20.195.78.64/28", + "20.200.166.32/28", + "20.203.91.208/28", + "20.207.174.224/28", + "20.210.144.64/28", + "20.212.226.151/32", + "20.213.226.240/28", + "20.215.3.224/28", + "20.217.43.224/28", + "23.96.224.175/32", + "23.101.67.140/32", + "23.101.166.38/32", + "40.66.60.111/32", + "40.67.58.224/28", + "40.69.106.68/31", + "40.69.107.224/28", + "40.69.202.80/32", + "40.70.146.76/31", + "40.70.148.16/28", + "40.71.10.204/31", + "40.71.13.128/28", + "40.74.100.52/31", + "40.74.101.48/28", + "40.74.146.80/31", + "40.74.147.32/28", + "40.78.194.68/31", + "40.78.195.224/28", + "40.78.202.128/31", + "40.78.203.160/28", + "40.79.130.44/31", + "40.79.131.192/28", + "40.79.178.68/31", + "40.79.179.192/28", + "40.80.232.185/32", + "40.81.47.216/32", + "40.81.89.24/32", + "40.81.185.8/32", + "40.82.157.167/32", + "40.90.185.46/32", + "40.112.94.196/32", + "40.112.242.148/31", + "40.112.243.240/28", + "40.117.134.189/32", + "40.118.162.35/32", + "40.120.87.48/31", + "40.121.13.26/32", + "51.12.17.0/28", + "51.12.25.16/28", + "51.12.98.224/28", + "51.12.202.224/28", + "51.53.27.224/28", + "51.53.171.224/28", + "51.107.0.91/32", + "51.107.59.0/28", + "51.107.96.8/32", + "51.107.155.0/28", + "51.107.246.176/28", + "51.116.0.0/32", + "51.116.59.0/28", + "51.116.96.0/32", + "51.116.155.64/28", + "51.120.2.185/32", + "51.120.98.176/28", + "51.120.130.134/32", + "51.120.182.240/28", + "51.120.218.224/28", + "51.120.234.240/28", + "51.137.136.0/32", + "51.138.215.124/31", + "51.140.146.60/31", + "51.140.149.0/28", + "51.140.210.84/31", + "51.140.211.176/28", + "51.143.127.203/32", + "51.145.56.125/32", + "51.145.179.78/32", + "52.139.20.34/32", + "52.139.80.117/32", + "52.139.152.27/32", + "52.140.238.179/32", + "52.142.95.35/32", + "52.146.139.194/31", + "52.162.106.148/31", + "52.162.110.80/28", + "52.183.115.244/32", + "52.224.186.99/32", + "52.231.18.44/31", + "52.231.19.192/28", + "52.231.146.84/31", + "52.231.147.176/28", + "52.242.47.80/28", + "52.253.135.58/32", + "52.253.159.160/32", + "52.253.229.253/32", + "65.52.115.58/32", + "65.52.164.91/32", + "65.52.173.247/32", + "65.52.250.4/31", + "65.52.252.32/28", + "68.221.84.128/28", + "102.37.166.220/31", + "102.133.0.79/32", + "102.133.26.4/31", + "102.133.28.0/28", + "102.133.130.197/32", + "102.133.154.4/31", + "102.133.156.0/28", + "104.41.217.243/32", + "104.41.218.160/32", + "104.211.81.28/31", + "104.211.81.240/28", + "104.211.146.68/31", + "104.211.147.144/28", + "104.214.18.172/31", + "104.214.19.224/28", + "137.117.160.56/32", + "158.23.100.128/28", + "191.232.18.181/32", + "191.233.24.179/32", + "191.233.50.192/28", + "191.233.203.28/31", + "191.233.203.240/28", + "191.238.73.14/31", + "191.238.241.97/32", + "2603:1000:4:402::140/124", + "2603:1000:104:402::140/124", + "2603:1010:6:402::140/124", + "2603:1010:101:402::140/124", + "2603:1010:304:2::690/124", + "2603:1010:304:402::140/124", + "2603:1010:404:2::720/124", + "2603:1010:404:402::140/124", + "2603:1020:5:402::140/124", + "2603:1020:206:402::140/124", + "2603:1020:305:402::140/124", + "2603:1020:405:402::140/124", + "2603:1020:605:402::140/124", + "2603:1020:705:402::140/124", + "2603:1020:805:402::140/124", + "2603:1020:905:402::140/124", + "2603:1020:a04:2::510/124", + "2603:1020:a04:402::140/124", + "2603:1020:b04:402::140/124", + "2603:1020:c04:402::140/124", + "2603:1020:d04:2::630/124", + "2603:1020:d04:402::140/124", + "2603:1020:e04::6f0/124", + "2603:1020:e04:402::140/124", + "2603:1020:f04:3::730/124", + "2603:1020:f04:402::140/124", + "2603:1020:1004:1::700/124", + "2603:1020:1004:800::c0/124", + "2603:1020:1104:1::3c0/124", + "2603:1020:1104:400::140/124", + "2603:1020:1204::5c0/124", + "2603:1020:1302::600/124", + "2603:1020:1403::5c0/124", + "2603:1030:f:2::490/124", + "2603:1030:f:400::940/124", + "2603:1030:10:402::140/124", + "2603:1030:104::780/124", + "2603:1030:104:402::140/124", + "2603:1030:107:400::c0/124", + "2603:1030:210:402::140/124", + "2603:1030:40b:400::940/124", + "2603:1030:40c:402::140/124", + "2603:1030:504:2::80/124", + "2603:1030:608:3::630/124", + "2603:1030:608:402::140/124", + "2603:1030:702::5c0/124", + "2603:1030:807:402::140/124", + "2603:1030:a07:9::70/124", + "2603:1030:a07:402::8c0/124", + "2603:1030:b04:402::140/124", + "2603:1030:c06:400::940/124", + "2603:1030:f05:402::140/124", + "2603:1030:1005:3::1c0/124", + "2603:1030:1005:402::140/124", + "2603:1040:5:402::140/124", + "2603:1040:207:1::4a0/124", + "2603:1040:207:402::140/124", + "2603:1040:407:402::140/124", + "2603:1040:606:3::c0/124", + "2603:1040:606:402::140/124", + "2603:1040:806:3::1d0/124", + "2603:1040:806:402::140/124", + "2603:1040:904:2::690/124", + "2603:1040:904:402::140/124", + "2603:1040:a06:2::280/124", + "2603:1040:a06:402::140/124", + "2603:1040:b04:2::690/124", + "2603:1040:b04:402::140/124", + "2603:1040:c06:402::140/124", + "2603:1040:d04:1::700/124", + "2603:1040:d04:800::c0/124", + "2603:1040:e05:5::210/124", + "2603:1040:f05::6f0/124", + "2603:1040:f05:402::140/124", + "2603:1040:1002::7e0/124", + "2603:1040:1104:1::400/124", + "2603:1040:1104:400::140/124", + "2603:1040:1202::560/124", + "2603:1040:1302::560/124", + "2603:1040:1402::600/124", + "2603:1040:1503::600/124", + "2603:1040:1602::5a0/124", + "2603:1050:6:402::140/124", + "2603:1050:403:400::2a0/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppConfiguration", + "id": "AppConfiguration", + "properties": { + "changeNumber": 42, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureAppConfiguration", + "addressPrefixes": [ + "4.232.98.0/26", + "4.232.108.0/27", + "4.232.123.128/27", + "4.232.195.128/27", + "13.66.142.72/29", + "13.66.143.192/28", + "13.66.143.208/29", + "13.67.10.112/29", + "13.67.13.192/28", + "13.67.13.208/29", + "13.69.67.112/29", + "13.69.67.240/28", + "13.69.71.128/29", + "13.69.107.72/29", + "13.69.112.144/28", + "13.69.112.160/29", + "13.69.230.8/29", + "13.69.230.40/29", + "13.69.231.144/28", + "13.70.74.128/29", + "13.70.78.144/28", + "13.70.78.160/29", + "13.71.175.64/28", + "13.71.175.96/28", + "13.71.196.176/28", + "13.71.199.80/28", + "13.73.242.56/29", + "13.73.244.96/28", + "13.73.244.112/29", + "13.73.255.128/26", + "13.74.108.160/28", + "13.74.108.240/28", + "13.77.53.88/29", + "13.77.53.192/28", + "13.77.53.208/29", + "13.78.109.144/29", + "13.78.109.208/28", + "13.78.111.128/29", + "13.86.219.192/29", + "13.86.221.192/28", + "13.86.221.208/29", + "13.87.58.64/29", + "13.87.58.80/28", + "13.87.58.128/29", + "13.87.124.64/29", + "13.87.124.80/28", + "13.87.124.128/29", + "13.89.175.208/28", + "13.89.178.16/29", + "13.89.178.32/29", + "20.17.58.192/26", + "20.17.68.64/27", + "20.17.120.64/26", + "20.17.130.224/27", + "20.18.179.128/27", + "20.21.39.128/26", + "20.21.44.64/27", + "20.21.67.128/27", + "20.21.75.128/27", + "20.21.83.0/27", + "20.36.108.120/29", + "20.36.108.136/29", + "20.36.108.144/28", + "20.36.115.248/29", + "20.36.117.40/29", + "20.36.117.48/28", + "20.36.123.16/28", + "20.36.124.64/26", + "20.37.67.96/28", + "20.37.69.64/26", + "20.37.76.112/29", + "20.37.76.144/28", + "20.37.76.192/29", + "20.37.198.144/28", + "20.37.227.32/28", + "20.37.228.128/26", + "20.38.128.96/29", + "20.38.128.112/28", + "20.38.128.160/29", + "20.38.133.128/27", + "20.38.139.96/28", + "20.38.141.64/26", + "20.38.147.176/28", + "20.38.147.240/28", + "20.38.155.192/27", + "20.39.14.16/28", + "20.40.206.144/28", + "20.40.206.160/28", + "20.40.224.128/26", + "20.41.68.64/28", + "20.41.69.192/26", + "20.41.197.48/28", + "20.42.64.16/28", + "20.42.230.144/28", + "20.43.44.144/28", + "20.43.46.128/26", + "20.43.70.128/28", + "20.43.121.40/29", + "20.43.121.96/28", + "20.43.121.112/29", + "20.44.4.96/29", + "20.44.4.120/29", + "20.44.4.160/28", + "20.44.8.168/29", + "20.44.10.96/28", + "20.44.10.112/29", + "20.44.17.56/29", + "20.44.17.192/28", + "20.44.17.208/29", + "20.44.27.224/28", + "20.44.29.32/28", + "20.45.116.0/26", + "20.45.123.120/29", + "20.45.123.176/28", + "20.45.123.224/29", + "20.45.126.0/27", + "20.45.198.0/27", + "20.45.199.64/26", + "20.48.192.192/26", + "20.49.83.96/27", + "20.49.91.96/27", + "20.49.99.80/28", + "20.49.103.0/26", + "20.49.109.96/28", + "20.49.115.64/26", + "20.49.120.80/28", + "20.49.127.64/26", + "20.50.1.240/28", + "20.50.65.96/28", + "20.51.8.0/26", + "20.51.16.0/26", + "20.53.1.96/27", + "20.53.41.192/26", + "20.61.98.0/26", + "20.62.128.64/26", + "20.72.20.192/26", + "20.72.28.128/27", + "20.125.171.128/27", + "20.125.203.128/27", + "20.150.165.176/28", + "20.150.167.0/26", + "20.150.172.64/27", + "20.150.173.32/27", + "20.150.179.200/29", + "20.150.181.0/28", + "20.150.181.16/29", + "20.150.181.128/27", + "20.150.187.200/29", + "20.150.189.0/28", + "20.150.189.16/29", + "20.150.190.32/27", + "20.168.163.128/27", + "20.187.194.224/28", + "20.187.196.128/26", + "20.189.224.64/26", + "20.191.160.192/26", + "20.192.99.200/29", + "20.192.101.0/28", + "20.192.101.16/29", + "20.192.167.0/26", + "20.192.231.64/26", + "20.192.235.240/29", + "20.192.238.112/29", + "20.192.238.192/27", + "20.193.97.64/27", + "20.193.203.224/27", + "20.194.67.64/27", + "20.205.75.96/27", + "20.205.83.96/27", + "20.208.19.128/27", + "20.215.7.64/26", + "20.215.15.128/28", + "20.215.19.128/27", + "20.215.27.128/27", + "20.215.156.64/27", + "20.217.47.64/26", + "20.217.60.64/27", + "20.217.75.128/27", + "20.217.91.128/27", + "23.98.83.72/29", + "23.98.86.32/28", + "23.98.86.48/29", + "23.98.86.96/27", + "23.98.104.176/28", + "23.98.108.64/26", + "40.64.132.144/28", + "40.67.52.0/26", + "40.67.60.72/29", + "40.67.60.112/28", + "40.67.60.160/29", + "40.69.108.80/29", + "40.69.108.176/28", + "40.69.110.160/29", + "40.69.117.128/27", + "40.70.148.56/29", + "40.70.151.48/28", + "40.70.151.64/29", + "40.71.13.248/29", + "40.71.14.120/29", + "40.71.15.128/28", + "40.74.99.0/27", + "40.74.149.40/29", + "40.74.149.56/29", + "40.74.149.80/28", + "40.75.35.72/29", + "40.75.35.192/28", + "40.75.35.208/29", + "40.78.196.80/29", + "40.78.196.144/28", + "40.78.196.160/29", + "40.78.204.8/29", + "40.78.204.144/28", + "40.78.204.192/29", + "40.78.229.80/28", + "40.78.229.112/28", + "40.78.236.136/29", + "40.78.238.32/28", + "40.78.238.48/29", + "40.78.243.176/28", + "40.78.245.128/28", + "40.78.251.144/28", + "40.78.251.208/28", + "40.79.132.88/29", + "40.79.139.64/28", + "40.79.139.128/28", + "40.79.146.208/28", + "40.79.148.64/28", + "40.79.150.64/27", + "40.79.156.96/28", + "40.79.163.64/29", + "40.79.163.128/28", + "40.79.163.144/29", + "40.79.165.96/27", + "40.79.171.112/28", + "40.79.171.176/28", + "40.79.180.48/29", + "40.79.180.128/28", + "40.79.180.144/29", + "40.79.187.192/29", + "40.79.189.32/28", + "40.79.189.48/29", + "40.79.190.224/27", + "40.79.195.176/28", + "40.79.195.240/28", + "40.80.51.112/28", + "40.80.51.176/28", + "40.80.54.0/27", + "40.80.62.32/28", + "40.80.172.48/28", + "40.80.173.64/26", + "40.80.176.40/29", + "40.80.176.56/29", + "40.80.176.112/28", + "40.80.191.240/28", + "40.89.20.160/28", + "40.89.23.128/26", + "40.119.11.192/28", + "40.120.75.128/27", + "51.11.192.0/28", + "51.11.192.16/29", + "51.12.43.64/26", + "51.12.99.216/29", + "51.12.100.48/28", + "51.12.100.96/29", + "51.12.102.128/27", + "51.12.195.64/26", + "51.12.204.48/28", + "51.12.204.96/28", + "51.12.206.32/27", + "51.12.227.200/29", + "51.12.229.0/28", + "51.12.229.16/29", + "51.12.229.192/27", + "51.12.235.200/29", + "51.12.237.0/28", + "51.12.237.16/29", + "51.12.237.96/27", + "51.53.31.64/26", + "51.53.108.64/27", + "51.53.178.64/26", + "51.53.188.64/27", + "51.103.203.128/27", + "51.104.9.48/28", + "51.104.29.224/28", + "51.105.67.184/29", + "51.105.67.216/29", + "51.105.69.64/28", + "51.105.75.224/28", + "51.105.77.32/28", + "51.105.83.64/26", + "51.105.90.176/28", + "51.105.93.0/26", + "51.107.51.48/28", + "51.107.53.128/26", + "51.107.60.56/29", + "51.107.60.128/28", + "51.107.60.144/29", + "51.107.147.48/28", + "51.107.148.192/26", + "51.107.156.64/29", + "51.107.156.136/29", + "51.107.156.144/28", + "51.116.49.192/28", + "51.116.51.64/26", + "51.116.60.56/29", + "51.116.60.88/29", + "51.116.60.128/28", + "51.116.145.176/28", + "51.116.148.0/26", + "51.116.156.56/29", + "51.116.156.168/29", + "51.116.158.32/28", + "51.116.158.48/29", + "51.116.243.152/29", + "51.116.243.192/28", + "51.116.243.208/29", + "51.116.245.128/27", + "51.116.251.40/29", + "51.116.251.160/28", + "51.116.251.176/29", + "51.116.253.64/27", + "51.120.43.96/28", + "51.120.45.0/26", + "51.120.100.56/29", + "51.120.100.128/28", + "51.120.100.144/29", + "51.120.107.200/29", + "51.120.109.0/28", + "51.120.109.16/29", + "51.120.110.160/27", + "51.120.211.200/29", + "51.120.213.0/28", + "51.120.213.16/29", + "51.120.214.96/27", + "51.120.220.56/29", + "51.120.220.96/28", + "51.120.220.112/29", + "51.120.227.96/28", + "51.120.229.0/26", + "51.137.164.128/28", + "51.137.167.0/26", + "51.140.148.40/29", + "51.140.149.16/29", + "51.140.212.96/29", + "51.140.212.192/28", + "51.140.212.208/29", + "51.143.195.64/26", + "51.143.208.64/26", + "52.136.51.96/28", + "52.136.52.128/26", + "52.138.92.88/29", + "52.138.92.144/28", + "52.138.92.160/29", + "52.138.227.176/28", + "52.138.229.48/28", + "52.140.108.112/28", + "52.140.108.128/28", + "52.140.111.0/26", + "52.146.131.192/26", + "52.147.98.128/27", + "52.150.152.64/28", + "52.150.156.128/26", + "52.162.111.32/28", + "52.162.111.112/28", + "52.167.107.112/28", + "52.167.107.240/28", + "52.168.117.64/27", + "52.172.112.64/26", + "52.182.141.0/29", + "52.182.141.32/28", + "52.182.141.48/29", + "52.228.85.208/28", + "52.231.20.8/29", + "52.231.20.80/28", + "52.231.23.0/29", + "52.231.148.112/29", + "52.231.148.176/28", + "52.231.148.192/29", + "52.236.186.248/29", + "52.236.187.96/28", + "52.236.189.64/29", + "52.246.155.176/28", + "52.246.155.240/28", + "52.246.157.32/27", + "65.52.252.112/29", + "65.52.252.224/28", + "65.52.252.240/29", + "68.220.83.64/27", + "68.221.87.128/26", + "68.221.100.0/27", + "68.221.147.128/27", + "74.243.18.192/27", + "102.133.28.96/29", + "102.133.28.152/29", + "102.133.28.192/28", + "102.133.58.240/28", + "102.133.60.128/26", + "102.133.124.80/29", + "102.133.124.112/28", + "102.133.124.128/29", + "102.133.156.120/29", + "102.133.156.152/29", + "102.133.156.160/28", + "102.133.218.160/28", + "102.133.220.128/26", + "102.133.251.88/29", + "102.133.251.192/28", + "102.133.251.208/29", + "104.46.177.192/26", + "104.214.161.0/29", + "104.214.161.16/28", + "104.214.161.32/29", + "104.214.166.64/27", + "158.23.12.0/27", + "158.23.103.128/26", + "158.23.123.128/27", + "158.23.195.128/27", + "168.61.142.96/27", + "191.233.11.144/28", + "191.233.14.128/26", + "191.233.51.224/27", + "191.233.205.112/28", + "191.233.205.176/28", + "191.234.136.96/28", + "191.234.139.64/26", + "191.234.147.200/29", + "191.234.149.16/28", + "191.234.149.128/29", + "191.234.149.192/27", + "191.234.155.200/29", + "191.234.157.16/28", + "191.234.157.32/29", + "191.234.157.96/27", + "2603:1000:4:402::2e0/123", + "2603:1000:104:402::2e0/123", + "2603:1000:104:802::220/123", + "2603:1000:104:c02::220/123", + "2603:1010:6:402::2e0/123", + "2603:1010:6:802::220/123", + "2603:1010:6:c02::220/123", + "2603:1010:101:402::2e0/123", + "2603:1010:304:5::140/122", + "2603:1010:304:402::2e0/123", + "2603:1010:404:5::300/122", + "2603:1010:404:402::2e0/123", + "2603:1020:5:402::2e0/123", + "2603:1020:5:802::220/123", + "2603:1020:5:c02::220/123", + "2603:1020:206:402::2e0/123", + "2603:1020:206:403::/123", + "2603:1020:206:802::220/123", + "2603:1020:206:803::/123", + "2603:1020:206:c02::220/123", + "2603:1020:206:c03::/123", + "2603:1020:305:402::2e0/123", + "2603:1020:405:402::2e0/123", + "2603:1020:605:402::2e0/123", + "2603:1020:705:402::2e0/123", + "2603:1020:705:802::220/123", + "2603:1020:705:c02::220/123", + "2603:1020:805:402::2e0/123", + "2603:1020:805:802::220/123", + "2603:1020:805:c02::220/123", + "2603:1020:905:402::2e0/123", + "2603:1020:a04:3::/122", + "2603:1020:a04:402::2e0/123", + "2603:1020:a04:802::220/123", + "2603:1020:a04:c02::220/123", + "2603:1020:b04:402::2e0/123", + "2603:1020:c04:402::2e0/123", + "2603:1020:c04:802::220/123", + "2603:1020:c04:c02::220/123", + "2603:1020:d04:5::c0/122", + "2603:1020:d04:402::2e0/123", + "2603:1020:e04:3::2c0/122", + "2603:1020:e04:402::2e0/123", + "2603:1020:e04:802::220/123", + "2603:1020:e04:c02::220/123", + "2603:1020:f04:6::1c0/122", + "2603:1020:f04:402::2e0/123", + "2603:1020:1004:1::340/122", + "2603:1020:1004:400::1e0/123", + "2603:1020:1004:400::380/123", + "2603:1020:1004:800::440/123", + "2603:1020:1004:c02::280/123", + "2603:1020:1104:1::100/122", + "2603:1020:1104:400::2e0/123", + "2603:1020:1204:1::2c0/122", + "2603:1020:1204:400::1c0/123", + "2603:1020:1204:800::100/123", + "2603:1020:1204:c00::100/123", + "2603:1020:1302:1::500/122", + "2603:1020:1302:400::200/123", + "2603:1020:1302:800::c0/123", + "2603:1020:1302:c00::c0/123", + "2603:1020:1403:1::2c0/122", + "2603:1020:1403:400::180/123", + "2603:1020:1403:800::100/123", + "2603:1030:f:2::680/122", + "2603:1030:f:400::ae0/123", + "2603:1030:10:402::2e0/123", + "2603:1030:10:802::220/123", + "2603:1030:10:c02::220/123", + "2603:1030:104:2::/122", + "2603:1030:104:402::2e0/123", + "2603:1030:104:402::720/123", + "2603:1030:104:802::1c0/123", + "2603:1030:107::7c0/122", + "2603:1030:107:400::260/123", + "2603:1030:210:402::2e0/123", + "2603:1030:210:802::220/123", + "2603:1030:210:c02::220/123", + "2603:1030:40b:400::ae0/123", + "2603:1030:40b:800::220/123", + "2603:1030:40b:c00::220/123", + "2603:1030:40b:1000::20/123", + "2603:1030:40c:402::2e0/123", + "2603:1030:40c:802::220/123", + "2603:1030:40c:c02::220/123", + "2603:1030:504::340/122", + "2603:1030:504:402::1e0/123", + "2603:1030:504:402::380/123", + "2603:1030:504:802::260/123", + "2603:1030:504:c02::280/123", + "2603:1030:608:4::200/122", + "2603:1030:608:402::2e0/123", + "2603:1030:608:800::c0/123", + "2603:1030:608:c00::c0/123", + "2603:1030:702:1::2c0/122", + "2603:1030:702:400::180/123", + "2603:1030:702:800::100/123", + "2603:1030:702:c00::100/123", + "2603:1030:807:402::2e0/123", + "2603:1030:807:802::220/123", + "2603:1030:807:c02::220/123", + "2603:1030:a07:9::180/122", + "2603:1030:a07:402::960/123", + "2603:1030:a07:c00::c0/123", + "2603:1030:b04:402::2e0/123", + "2603:1030:c06:400::ae0/123", + "2603:1030:c06:802::220/123", + "2603:1030:c06:c02::220/123", + "2603:1030:f05:402::2e0/123", + "2603:1030:f05:802::220/123", + "2603:1030:f05:c02::220/123", + "2603:1030:1005:3::440/122", + "2603:1030:1005:402::2e0/123", + "2603:1040:5:402::2e0/123", + "2603:1040:5:802::220/123", + "2603:1040:5:c02::220/123", + "2603:1040:207:2::240/122", + "2603:1040:207:402::2e0/123", + "2603:1040:207:800::c0/123", + "2603:1040:207:c00::c0/123", + "2603:1040:407:402::2e0/123", + "2603:1040:407:802::220/123", + "2603:1040:407:c02::220/123", + "2603:1040:606:3::340/122", + "2603:1040:606:402::2e0/123", + "2603:1040:606:800::100/123", + "2603:1040:806:3::4c0/122", + "2603:1040:806:402::2e0/123", + "2603:1040:904:3::200/122", + "2603:1040:904:402::2e0/123", + "2603:1040:904:802::220/123", + "2603:1040:904:c02::220/123", + "2603:1040:a06:2::500/122", + "2603:1040:a06:402::2e0/123", + "2603:1040:a06:802::220/123", + "2603:1040:a06:c02::220/123", + "2603:1040:b04:5::200/122", + "2603:1040:b04:402::2e0/123", + "2603:1040:b04:800::20/123", + "2603:1040:c06:402::2e0/123", + "2603:1040:d04:1::340/122", + "2603:1040:d04:400::1e0/123", + "2603:1040:d04:400::380/123", + "2603:1040:d04:c02::280/123", + "2603:1040:e05:1::360/123", + "2603:1040:e05:5::4c0/122", + "2603:1040:e05:402::1a0/123", + "2603:1040:f05:2::200/122", + "2603:1040:f05:402::2e0/123", + "2603:1040:f05:802::220/123", + "2603:1040:f05:c02::220/123", + "2603:1040:1002:1::540/122", + "2603:1040:1002:400::1a0/123", + "2603:1040:1002:800::c0/123", + "2603:1040:1002:c00::c0/123", + "2603:1040:1104:1::100/122", + "2603:1040:1104:400::2e0/123", + "2603:1040:1202:1::600/122", + "2603:1040:1202:400::200/123", + "2603:1040:1302:1::7c0/122", + "2603:1040:1302:400::200/123", + "2603:1040:1402:1::500/122", + "2603:1040:1402:400::200/123", + "2603:1040:1402:800::c0/123", + "2603:1040:1402:c00::c0/123", + "2603:1040:1503:1::540/122", + "2603:1040:1503:400::200/123", + "2603:1040:1602:1::500/122", + "2603:1040:1602:400::60/123", + "2603:1050:6:402::2e0/123", + "2603:1050:6:802::220/123", + "2603:1050:6:c02::220/123", + "2603:1050:403:400::200/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService", + "id": "AppService", + "properties": { + "changeNumber": 37, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "4.232.99.0/24", + "13.64.73.110/32", + "13.65.30.245/32", + "13.65.37.122/32", + "13.65.39.165/32", + "13.65.42.35/32", + "13.65.42.183/32", + "13.65.45.30/32", + "13.65.85.146/32", + "13.65.89.91/32", + "13.65.92.72/32", + "13.65.94.204/32", + "13.65.95.109/32", + "13.65.97.243/32", + "13.65.193.29/32", + "13.65.210.166/32", + "13.65.212.252/32", + "13.65.241.130/32", + "13.65.243.110/32", + "13.66.16.101/32", + "13.66.38.99/32", + "13.66.39.88/32", + "13.66.138.96/27", + "13.66.209.135/32", + "13.66.212.205/32", + "13.66.226.80/32", + "13.66.231.217/32", + "13.66.241.134/32", + "13.66.244.249/32", + "13.67.9.0/25", + "13.67.56.225/32", + "13.67.63.90/32", + "13.67.129.26/32", + "13.67.141.98/32", + "13.68.29.136/32", + "13.68.101.62/32", + "13.69.68.0/23", + "13.69.186.152/32", + "13.69.228.0/25", + "13.69.253.145/32", + "13.70.72.32/27", + "13.70.123.149/32", + "13.70.146.110/32", + "13.70.147.206/32", + "13.71.122.35/32", + "13.71.123.138/32", + "13.71.149.151/32", + "13.71.170.128/27", + "13.71.194.192/27", + "13.73.1.134/32", + "13.73.26.73/32", + "13.73.116.45/32", + "13.73.118.104/32", + "13.74.41.233/32", + "13.74.147.218/32", + "13.74.158.5/32", + "13.74.252.44/32", + "13.75.34.160/27", + "13.75.46.26/32", + "13.75.47.15/32", + "13.75.89.224/32", + "13.75.112.108/32", + "13.75.115.40/32", + "13.75.138.224/32", + "13.75.147.143/32", + "13.75.147.201/32", + "13.75.218.45/32", + "13.76.44.139/32", + "13.76.245.96/32", + "13.77.7.175/32", + "13.77.50.96/27", + "13.77.82.141/32", + "13.77.83.246/32", + "13.77.96.119/32", + "13.77.157.133/32", + "13.77.160.237/32", + "13.77.182.13/32", + "13.78.59.237/32", + "13.78.106.96/27", + "13.78.117.86/32", + "13.78.123.87/32", + "13.78.150.96/32", + "13.78.184.89/32", + "13.79.2.71/32", + "13.79.38.229/32", + "13.79.172.40/32", + "13.80.19.74/32", + "13.81.7.21/32", + "13.81.108.99/32", + "13.81.215.235/32", + "13.82.93.245/32", + "13.82.101.179/32", + "13.82.175.96/32", + "13.84.36.2/32", + "13.84.40.227/32", + "13.84.42.35/32", + "13.84.46.29/32", + "13.84.55.137/32", + "13.84.146.60/32", + "13.84.180.32/32", + "13.84.181.47/32", + "13.84.188.162/32", + "13.84.189.137/32", + "13.84.227.164/32", + "13.85.15.194/32", + "13.85.16.224/32", + "13.85.20.144/32", + "13.85.24.220/32", + "13.85.27.14/32", + "13.85.31.243/32", + "13.85.72.129/32", + "13.85.77.179/32", + "13.85.82.0/32", + "13.89.57.7/32", + "13.89.172.0/23", + "13.89.238.239/32", + "13.90.143.69/32", + "13.90.213.204/32", + "13.91.40.166/32", + "13.91.242.166/32", + "13.92.139.214/32", + "13.92.193.110/32", + "13.92.237.218/32", + "13.93.141.10/32", + "13.93.158.16/32", + "13.93.220.109/32", + "13.93.231.75/32", + "13.94.47.87/32", + "13.94.143.57/32", + "13.94.192.98/32", + "13.94.211.38/32", + "13.95.82.181/32", + "13.95.93.152/32", + "13.95.150.128/32", + "13.95.238.192/32", + "20.17.62.0/24", + "20.17.121.0/24", + "20.21.52.0/24", + "20.21.54.0/25", + "20.21.54.128/27", + "20.36.43.207/32", + "20.36.72.230/32", + "20.36.106.96/27", + "20.36.117.0/27", + "20.36.122.0/27", + "20.37.66.0/27", + "20.37.74.96/27", + "20.37.196.192/27", + "20.37.226.0/27", + "20.38.138.0/27", + "20.38.146.160/27", + "20.39.11.104/29", + "20.40.24.16/32", + "20.40.24.21/32", + "20.40.24.23/32", + "20.40.24.30/31", + "20.40.24.34/32", + "20.40.24.37/32", + "20.40.24.38/31", + "20.40.24.46/32", + "20.40.24.49/32", + "20.40.24.50/31", + "20.40.24.54/31", + "20.40.24.62/31", + "20.40.24.81/32", + "20.40.24.89/32", + "20.40.24.108/32", + "20.40.24.144/32", + "20.40.202.0/23", + "20.41.66.224/27", + "20.41.195.192/27", + "20.42.26.252/32", + "20.42.128.96/27", + "20.42.228.160/27", + "20.43.43.32/27", + "20.43.67.32/27", + "20.43.132.128/25", + "20.44.2.32/27", + "20.44.26.160/27", + "20.45.94.192/26", + "20.45.95.0/26", + "20.45.122.160/27", + "20.45.196.16/29", + "20.45.242.176/29", + "20.45.243.0/24", + "20.45.244.0/25", + "20.47.233.120/29", + "20.47.234.0/24", + "20.47.235.0/25", + "20.48.202.160/27", + "20.48.203.0/24", + "20.48.204.0/22", + "20.49.82.32/27", + "20.49.90.32/27", + "20.49.97.0/25", + "20.49.104.0/25", + "20.50.2.0/23", + "20.50.64.0/25", + "20.53.52.192/27", + "20.53.53.0/25", + "20.53.60.96/27", + "20.53.61.0/25", + "20.59.88.0/21", + "20.59.96.0/22", + "20.59.100.0/23", + "20.59.102.0/24", + "20.59.103.0/26", + "20.69.5.168/29", + "20.69.6.0/24", + "20.69.7.0/25", + "20.72.26.32/27", + "20.74.192.0/23", + "20.74.194.0/24", + "20.74.195.0/28", + "20.79.104.0/23", + "20.79.106.0/24", + "20.79.107.0/28", + "20.87.80.64/29", + "20.87.80.128/25", + "20.87.81.0/24", + "20.89.12.224/27", + "20.89.13.0/24", + "20.89.14.0/23", + "20.90.33.0/24", + "20.90.34.0/23", + "20.90.36.0/28", + "20.90.132.160/28", + "20.90.133.0/24", + "20.90.134.0/23", + "20.91.8.64/27", + "20.91.8.128/25", + "20.92.48.0/22", + "20.92.52.0/23", + "20.92.54.0/24", + "20.92.55.0/25", + "20.92.55.128/27", + "20.97.35.16/28", + "20.97.36.0/23", + "20.97.38.0/24", + "20.99.14.0/24", + "20.99.24.128/25", + "20.100.2.32/29", + "20.100.2.128/25", + "20.100.3.0/24", + "20.105.216.0/21", + "20.105.224.0/20", + "20.105.243.0/25", + "20.107.224.0/21", + "20.107.239.0/26", + "20.111.0.248/29", + "20.111.1.0/24", + "20.111.2.0/25", + "20.115.232.0/21", + "20.115.247.0/26", + "20.116.40.0/23", + "20.116.42.0/25", + "20.118.40.0/21", + "20.118.48.0/20", + "20.118.136.0/23", + "20.118.138.0/25", + "20.118.138.128/27", + "20.119.0.0/20", + "20.119.16.0/21", + "20.119.27.0/25", + "20.119.128.0/20", + "20.119.144.0/21", + "20.119.155.0/25", + "20.150.128.0/24", + "20.150.131.0/24", + "20.150.132.0/22", + "20.150.170.192/27", + "20.150.178.160/27", + "20.150.186.160/27", + "20.150.247.0/24", + "20.150.248.7/32", + "20.150.248.8/32", + "20.150.248.12/31", + "20.150.248.15/32", + "20.150.248.16/28", + "20.150.248.32/31", + "20.150.248.36/32", + "20.150.248.38/31", + "20.150.248.43/32", + "20.150.248.44/31", + "20.150.248.48/29", + "20.150.248.56/32", + "20.150.248.59/32", + "20.150.248.60/32", + "20.150.248.63/32", + "20.150.248.64/31", + "20.150.248.68/31", + "20.150.248.71/32", + "20.150.248.72/29", + "20.150.248.80/32", + "20.150.248.82/31", + "20.150.248.86/31", + "20.150.248.89/32", + "20.150.248.90/31", + "20.150.248.100/31", + "20.150.248.104/31", + "20.150.248.110/31", + "20.150.248.112/30", + "20.150.248.118/31", + "20.150.248.122/31", + "20.150.248.124/31", + "20.150.248.128/31", + "20.150.248.134/31", + "20.150.248.136/29", + "20.150.248.144/28", + "20.150.248.160/27", + "20.150.248.192/29", + "20.150.248.200/32", + "20.150.248.202/31", + "20.188.98.74/32", + "20.189.104.96/27", + "20.189.109.96/27", + "20.189.112.66/32", + "20.189.194.112/28", + "20.189.195.0/24", + "20.189.196.0/23", + "20.192.54.0/24", + "20.192.84.176/28", + "20.192.85.0/24", + "20.192.86.0/23", + "20.192.98.160/27", + "20.192.153.144/28", + "20.192.154.0/23", + "20.192.156.0/24", + "20.192.170.8/29", + "20.192.170.128/25", + "20.192.171.0/24", + "20.192.234.128/27", + "20.193.198.0/24", + "20.193.202.128/27", + "20.194.66.32/27", + "20.199.200.0/26", + "20.200.196.104/29", + "20.200.196.128/25", + "20.200.197.0/24", + "20.205.48.0/24", + "20.205.66.0/24", + "20.205.69.80/28", + "20.205.70.0/23", + "20.206.0.200/29", + "20.206.1.0/24", + "20.206.2.0/25", + "20.206.176.0/23", + "20.207.0.96/27", + "20.207.0.128/25", + "20.208.1.0/24", + "20.208.5.32/29", + "20.208.5.128/25", + "20.208.6.0/24", + "20.210.64.0/22", + "20.210.68.0/25", + "20.211.64.0/22", + "20.211.71.0/25", + "20.211.71.128/27", + "20.212.64.0/21", + "20.212.79.0/26", + "20.215.12.0/24", + "20.217.52.0/24", + "23.96.0.52/32", + "23.96.1.109/32", + "23.96.13.243/32", + "23.96.32.128/32", + "23.96.96.142/32", + "23.96.103.159/32", + "23.96.112.53/32", + "23.96.113.128/32", + "23.96.124.25/32", + "23.96.187.5/32", + "23.96.201.21/32", + "23.96.207.177/32", + "23.96.209.155/32", + "23.96.220.116/32", + "23.97.56.169/32", + "23.97.79.119/32", + "23.97.96.32/32", + "23.97.160.56/32", + "23.97.160.74/32", + "23.97.162.202/32", + "23.97.195.129/32", + "23.97.208.18/32", + "23.97.214.177/32", + "23.97.216.47/32", + "23.97.224.11/32", + "23.98.64.36/32", + "23.98.64.158/32", + "23.99.0.12/32", + "23.99.65.65/32", + "23.99.91.55/32", + "23.99.110.192/32", + "23.99.116.70/32", + "23.99.128.52/32", + "23.99.183.149/32", + "23.99.192.132/32", + "23.99.196.180/32", + "23.99.206.151/32", + "23.99.224.56/32", + "23.100.1.29/32", + "23.100.46.198/32", + "23.100.48.106/32", + "23.100.50.51/32", + "23.100.52.22/32", + "23.100.56.27/32", + "23.100.72.240/32", + "23.100.82.11/32", + "23.100.216.96/27", + "23.100.216.128/25", + "23.101.10.141/32", + "23.101.27.182/32", + "23.101.54.230/32", + "23.101.63.214/32", + "23.101.67.245/32", + "23.101.118.145/32", + "23.101.119.44/32", + "23.101.119.163/32", + "23.101.120.195/32", + "23.101.125.65/32", + "23.101.147.117/32", + "23.101.169.175/32", + "23.101.171.94/32", + "23.101.172.244/32", + "23.101.180.75/32", + "23.101.203.117/32", + "23.101.203.214/32", + "23.101.207.250/32", + "23.101.208.52/32", + "23.101.224.24/32", + "23.101.230.162/32", + "23.102.12.43/32", + "23.102.21.198/32", + "23.102.21.212/32", + "23.102.25.149/32", + "23.102.28.178/32", + "23.102.154.38/32", + "23.102.161.217/32", + "23.102.191.170/32", + "40.64.8.224/27", + "40.64.9.0/25", + "40.64.10.0/25", + "40.64.10.128/27", + "40.64.128.224/27", + "40.67.58.192/27", + "40.68.40.55/32", + "40.68.205.178/32", + "40.68.208.131/32", + "40.68.210.104/32", + "40.68.214.185/32", + "40.69.43.225/32", + "40.69.88.149/32", + "40.69.106.96/27", + "40.69.190.41/32", + "40.69.200.124/32", + "40.69.210.172/32", + "40.69.218.150/32", + "40.70.27.35/32", + "40.70.147.0/25", + "40.71.0.179/32", + "40.71.11.128/25", + "40.71.177.34/32", + "40.71.199.117/32", + "40.71.234.254/32", + "40.71.250.191/32", + "40.74.100.128/27", + "40.74.133.20/32", + "40.74.245.188/32", + "40.74.253.108/32", + "40.74.255.112/32", + "40.76.5.137/32", + "40.76.192.15/32", + "40.76.210.54/32", + "40.76.218.33/32", + "40.76.223.101/32", + "40.77.56.174/32", + "40.78.18.232/32", + "40.78.25.157/32", + "40.78.48.219/32", + "40.78.194.96/27", + "40.78.204.160/27", + "40.79.65.200/32", + "40.79.130.128/27", + "40.79.154.192/27", + "40.79.163.160/27", + "40.79.171.64/27", + "40.79.178.96/27", + "40.79.195.0/27", + "40.80.50.160/27", + "40.80.58.224/27", + "40.80.155.102/32", + "40.80.156.205/32", + "40.80.170.224/27", + "40.80.191.0/25", + "40.82.191.84/32", + "40.82.217.93/32", + "40.82.255.128/25", + "40.83.16.172/32", + "40.83.72.59/32", + "40.83.124.73/32", + "40.83.145.50/32", + "40.83.150.233/32", + "40.83.182.206/32", + "40.83.183.236/32", + "40.83.184.25/32", + "40.84.54.203/32", + "40.84.59.174/32", + "40.84.148.247/32", + "40.84.159.58/32", + "40.84.194.106/32", + "40.84.226.176/32", + "40.84.227.180/32", + "40.84.232.28/32", + "40.85.74.227/32", + "40.85.92.115/32", + "40.85.96.208/32", + "40.85.190.10/32", + "40.85.212.173/32", + "40.85.230.182/32", + "40.86.86.144/32", + "40.86.91.212/32", + "40.86.96.177/32", + "40.86.99.202/32", + "40.86.225.89/32", + "40.86.230.96/32", + "40.87.65.131/32", + "40.87.70.95/32", + "40.89.19.0/27", + "40.89.131.148/32", + "40.89.141.103/32", + "40.112.69.156/32", + "40.112.90.244/32", + "40.112.93.201/32", + "40.112.142.148/32", + "40.112.143.134/32", + "40.112.143.140/32", + "40.112.143.214/32", + "40.112.165.44/32", + "40.112.166.161/32", + "40.112.191.159/32", + "40.112.192.69/32", + "40.112.216.189/32", + "40.112.243.0/25", + "40.113.2.52/32", + "40.113.65.9/32", + "40.113.71.148/32", + "40.113.81.82/32", + "40.113.90.202/32", + "40.113.126.251/32", + "40.113.131.37/32", + "40.113.136.240/32", + "40.113.142.219/32", + "40.113.204.88/32", + "40.113.232.243/32", + "40.113.236.45/32", + "40.114.13.25/32", + "40.114.41.245/32", + "40.114.51.68/32", + "40.114.68.21/32", + "40.114.106.25/32", + "40.114.194.188/32", + "40.114.210.78/32", + "40.114.228.161/32", + "40.114.237.65/32", + "40.114.243.70/32", + "40.115.55.251/32", + "40.115.98.85/32", + "40.115.179.121/32", + "40.115.251.148/32", + "40.117.154.240/32", + "40.117.188.126/32", + "40.117.190.72/32", + "40.118.29.72/32", + "40.118.71.240/32", + "40.118.96.231/32", + "40.118.100.127/32", + "40.118.101.67/32", + "40.118.102.46/32", + "40.118.185.161/32", + "40.118.235.113/32", + "40.118.246.51/32", + "40.118.255.59/32", + "40.119.12.0/23", + "40.120.74.32/27", + "40.121.8.241/32", + "40.121.16.193/32", + "40.121.32.232/32", + "40.121.35.221/32", + "40.121.91.199/32", + "40.121.212.165/32", + "40.121.221.52/32", + "40.122.36.65/32", + "40.122.65.162/32", + "40.122.110.154/32", + "40.122.114.229/32", + "40.123.45.47/32", + "40.123.47.58/32", + "40.124.12.75/32", + "40.124.13.58/32", + "40.126.227.158/32", + "40.126.236.22/32", + "40.126.242.59/32", + "40.126.245.169/32", + "40.127.132.204/32", + "40.127.139.252/32", + "40.127.192.244/32", + "40.127.196.56/32", + "51.12.23.0/24", + "51.12.31.0/24", + "51.12.73.224/27", + "51.12.74.0/25", + "51.12.98.192/27", + "51.12.202.192/27", + "51.12.226.160/27", + "51.12.234.160/27", + "51.13.142.128/25", + "51.13.143.64/27", + "51.13.143.128/25", + "51.53.100.0/24", + "51.53.179.0/24", + "51.104.28.64/26", + "51.105.66.160/27", + "51.105.74.160/27", + "51.105.83.24/29", + "51.105.83.128/25", + "51.105.84.0/24", + "51.105.90.32/27", + "51.105.172.25/32", + "51.107.50.0/27", + "51.107.58.160/27", + "51.107.146.0/27", + "51.107.154.160/27", + "51.107.255.192/26", + "51.116.49.32/27", + "51.116.58.160/27", + "51.116.75.128/25", + "51.116.76.0/24", + "51.116.77.0/29", + "51.116.145.32/27", + "51.116.154.224/27", + "51.116.242.160/27", + "51.116.250.160/27", + "51.120.42.0/27", + "51.120.98.192/27", + "51.120.106.160/27", + "51.120.210.160/27", + "51.120.218.192/27", + "51.120.226.0/27", + "51.136.14.31/32", + "51.137.106.13/32", + "51.137.163.32/27", + "51.140.37.241/32", + "51.140.57.176/32", + "51.140.59.233/32", + "51.140.75.147/32", + "51.140.84.145/32", + "51.140.85.106/32", + "51.140.87.39/32", + "51.140.122.226/32", + "51.140.146.128/26", + "51.140.152.154/32", + "51.140.153.150/32", + "51.140.180.76/32", + "51.140.185.151/32", + "51.140.191.223/32", + "51.140.210.96/27", + "51.140.244.162/32", + "51.140.245.89/32", + "51.141.12.112/32", + "51.141.37.245/32", + "51.141.44.139/32", + "51.141.45.207/32", + "51.141.90.252/32", + "51.143.102.21/32", + "51.143.191.44/32", + "51.144.7.192/32", + "51.144.107.53/32", + "51.144.116.43/32", + "51.144.164.215/32", + "51.144.182.8/32", + "52.136.50.0/27", + "52.136.138.55/32", + "52.136.190.0/25", + "52.136.190.128/27", + "52.138.196.70/32", + "52.138.218.121/32", + "52.140.106.224/27", + "52.143.137.150/32", + "52.147.117.224/27", + "52.147.118.128/25", + "52.147.119.64/27", + "52.147.119.128/25", + "52.150.140.224/27", + "52.151.62.51/32", + "52.159.64.0/22", + "52.159.68.0/23", + "52.159.70.0/24", + "52.159.71.0/25", + "52.159.71.128/27", + "52.160.40.218/32", + "52.161.96.193/32", + "52.162.107.0/25", + "52.162.208.73/32", + "52.163.122.160/32", + "52.164.201.186/32", + "52.164.250.133/32", + "52.165.129.203/32", + "52.165.135.234/32", + "52.165.155.12/32", + "52.165.155.237/32", + "52.165.163.223/32", + "52.165.168.40/32", + "52.165.174.123/32", + "52.165.184.170/32", + "52.165.220.33/32", + "52.165.224.81/32", + "52.165.237.15/32", + "52.166.78.97/32", + "52.166.113.188/32", + "52.166.119.99/32", + "52.166.178.208/32", + "52.166.181.85/32", + "52.166.198.163/32", + "52.168.125.188/32", + "52.169.73.236/32", + "52.169.78.163/32", + "52.169.180.223/32", + "52.169.184.163/32", + "52.169.188.236/32", + "52.169.191.40/32", + "52.170.7.25/32", + "52.170.46.174/32", + "52.171.56.101/32", + "52.171.56.110/32", + "52.171.136.200/32", + "52.171.140.237/32", + "52.171.218.239/32", + "52.171.221.170/32", + "52.171.222.247/32", + "52.172.54.225/32", + "52.172.195.80/32", + "52.172.204.196/32", + "52.172.219.121/32", + "52.173.28.95/32", + "52.173.36.83/32", + "52.173.76.33/32", + "52.173.77.140/32", + "52.173.83.49/32", + "52.173.84.157/32", + "52.173.87.130/32", + "52.173.94.173/32", + "52.173.134.115/32", + "52.173.139.99/32", + "52.173.139.125/32", + "52.173.149.254/32", + "52.173.151.229/32", + "52.173.184.147/32", + "52.173.245.249/32", + "52.173.249.137/32", + "52.174.3.80/32", + "52.174.7.133/32", + "52.174.35.5/32", + "52.174.106.15/32", + "52.174.150.25/32", + "52.174.181.178/32", + "52.174.184.18/32", + "52.174.193.210/32", + "52.174.235.29/32", + "52.175.158.219/32", + "52.175.202.25/32", + "52.175.254.10/32", + "52.176.2.229/32", + "52.176.5.241/32", + "52.176.6.0/32", + "52.176.6.37/32", + "52.176.61.128/32", + "52.176.104.120/32", + "52.176.149.197/32", + "52.176.165.69/32", + "52.177.169.150/32", + "52.177.189.138/32", + "52.177.206.73/32", + "52.178.29.39/32", + "52.178.37.244/32", + "52.178.43.209/32", + "52.178.45.139/32", + "52.178.46.181/32", + "52.178.75.200/32", + "52.178.79.163/32", + "52.178.89.129/32", + "52.178.90.230/32", + "52.178.92.96/32", + "52.178.105.179/32", + "52.178.114.226/32", + "52.178.158.175/32", + "52.178.164.235/32", + "52.178.179.169/32", + "52.178.190.191/32", + "52.178.201.147/32", + "52.178.208.12/32", + "52.178.212.17/32", + "52.178.214.89/32", + "52.179.97.15/32", + "52.179.188.206/32", + "52.180.178.6/32", + "52.180.183.66/32", + "52.183.82.125/32", + "52.184.162.135/32", + "52.184.193.103/32", + "52.184.193.104/32", + "52.187.17.126/32", + "52.187.36.104/32", + "52.187.52.94/32", + "52.187.135.79/32", + "52.187.206.243/32", + "52.187.229.23/32", + "52.189.213.49/32", + "52.225.179.39/32", + "52.225.190.65/32", + "52.226.134.64/32", + "52.228.42.76/32", + "52.228.84.32/27", + "52.228.121.123/32", + "52.229.30.210/32", + "52.229.115.84/32", + "52.230.1.186/32", + "52.231.18.128/27", + "52.231.32.120/32", + "52.231.38.95/32", + "52.231.77.58/32", + "52.231.146.96/27", + "52.231.200.101/32", + "52.231.200.179/32", + "52.232.19.237/32", + "52.232.26.228/32", + "52.232.33.202/32", + "52.232.56.79/32", + "52.232.127.196/32", + "52.233.38.143/32", + "52.233.128.61/32", + "52.233.133.18/32", + "52.233.133.121/32", + "52.233.155.168/32", + "52.233.164.195/32", + "52.233.175.59/32", + "52.233.184.181/32", + "52.233.198.206/32", + "52.234.209.94/32", + "52.237.18.220/32", + "52.237.22.139/32", + "52.237.130.0/32", + "52.237.205.163/32", + "52.237.214.221/32", + "52.237.246.162/32", + "52.240.149.243/32", + "52.240.155.58/32", + "52.242.22.213/32", + "52.242.27.213/32", + "52.242.40.192/28", + "52.242.41.0/24", + "52.242.42.0/23", + "52.243.39.89/32", + "52.246.154.160/27", + "52.252.160.21/32", + "52.253.224.223/32", + "52.255.35.249/32", + "52.255.54.134/32", + "65.52.24.41/32", + "65.52.128.33/32", + "65.52.130.1/32", + "65.52.160.119/32", + "65.52.168.70/32", + "65.52.213.73/32", + "65.52.217.59/32", + "65.52.218.253/32", + "65.52.250.96/27", + "68.221.89.0/24", + "94.245.104.73/32", + "102.37.86.64/26", + "102.37.86.128/26", + "102.133.26.32/27", + "102.133.57.128/27", + "102.133.122.160/27", + "102.133.154.32/27", + "102.133.218.32/28", + "102.133.250.160/27", + "104.40.3.53/32", + "104.40.11.192/32", + "104.40.28.133/32", + "104.40.53.219/32", + "104.40.63.98/32", + "104.40.84.133/32", + "104.40.92.107/32", + "104.40.129.89/32", + "104.40.147.180/32", + "104.40.147.216/32", + "104.40.158.55/32", + "104.40.179.243/32", + "104.40.183.236/32", + "104.40.185.192/32", + "104.40.187.26/32", + "104.40.191.174/32", + "104.40.210.25/32", + "104.40.215.219/32", + "104.40.222.81/32", + "104.40.250.100/32", + "104.41.9.139/32", + "104.41.13.179/32", + "104.41.63.108/32", + "104.41.186.103/32", + "104.41.216.137/32", + "104.41.229.199/32", + "104.42.53.248/32", + "104.42.78.153/32", + "104.42.128.171/32", + "104.42.148.55/32", + "104.42.152.64/32", + "104.42.154.105/32", + "104.42.188.146/32", + "104.42.231.5/32", + "104.43.129.105/32", + "104.43.140.101/32", + "104.43.142.33/32", + "104.43.221.31/32", + "104.43.246.71/32", + "104.43.254.102/32", + "104.44.128.13/32", + "104.44.130.38/32", + "104.45.1.117/32", + "104.45.14.249/32", + "104.45.81.79/32", + "104.45.95.61/32", + "104.45.129.178/32", + "104.45.141.247/32", + "104.45.152.13/32", + "104.45.152.60/32", + "104.45.154.200/32", + "104.45.226.98/32", + "104.45.231.79/32", + "104.46.38.245/32", + "104.46.44.78/32", + "104.46.61.116/32", + "104.46.101.59/32", + "104.47.137.62/32", + "104.47.151.115/32", + "104.47.160.14/32", + "104.47.164.119/32", + "104.208.48.107/32", + "104.209.178.67/32", + "104.209.192.206/32", + "104.209.197.87/32", + "104.210.38.149/32", + "104.210.69.241/32", + "104.210.92.71/32", + "104.210.145.181/32", + "104.210.147.57/32", + "104.210.152.76/32", + "104.210.152.122/32", + "104.210.153.116/32", + "104.210.158.20/32", + "104.211.26.212/32", + "104.211.81.32/27", + "104.211.97.138/32", + "104.211.146.96/27", + "104.211.160.159/32", + "104.211.179.11/32", + "104.211.184.197/32", + "104.211.224.252/32", + "104.211.225.167/32", + "104.214.20.0/23", + "104.214.29.203/32", + "104.214.64.238/32", + "104.214.74.110/32", + "104.214.77.221/32", + "104.214.110.60/32", + "104.214.110.226/32", + "104.214.118.174/32", + "104.214.119.36/32", + "104.214.137.236/32", + "104.214.231.110/32", + "104.214.236.47/32", + "104.214.237.135/32", + "104.215.11.176/32", + "104.215.58.230/32", + "104.215.73.236/32", + "104.215.78.13/32", + "104.215.89.22/32", + "104.215.147.45/32", + "104.215.155.1/32", + "111.221.95.27/32", + "137.116.78.243/32", + "137.116.88.213/32", + "137.116.128.188/32", + "137.116.153.238/32", + "137.117.9.212/32", + "137.117.17.70/32", + "137.117.58.204/32", + "137.117.66.167/32", + "137.117.84.54/32", + "137.117.90.63/32", + "137.117.93.87/32", + "137.117.166.35/32", + "137.117.175.14/32", + "137.117.203.130/32", + "137.117.211.244/32", + "137.117.218.101/32", + "137.117.224.218/32", + "137.117.225.87/32", + "137.135.91.176/32", + "137.135.107.235/32", + "137.135.129.175/32", + "137.135.133.221/32", + "138.91.0.30/32", + "138.91.16.18/32", + "138.91.224.84/32", + "138.91.225.40/32", + "138.91.240.81/32", + "157.56.13.114/32", + "158.23.105.0/24", + "168.61.152.29/32", + "168.61.159.114/32", + "168.61.217.214/32", + "168.61.218.125/32", + "168.62.20.37/32", + "168.62.48.183/32", + "168.62.180.173/32", + "168.62.224.13/32", + "168.62.225.23/32", + "168.63.5.231/32", + "168.63.53.239/32", + "168.63.107.5/32", + "191.232.16.16/32", + "191.232.16.52/32", + "191.232.38.77/32", + "191.232.176.16/32", + "191.233.50.32/27", + "191.233.82.44/32", + "191.233.85.165/32", + "191.233.87.194/32", + "191.233.203.32/27", + "191.234.16.188/32", + "191.234.146.160/27", + "191.234.154.160/27", + "191.235.81.73/32", + "191.235.90.70/32", + "191.235.160.13/32", + "191.235.176.12/32", + "191.235.177.30/32", + "191.235.208.12/32", + "191.235.215.184/32", + "191.235.228.32/27", + "191.236.16.12/32", + "191.236.59.67/32", + "191.236.80.12/32", + "191.236.106.123/32", + "191.236.148.9/32", + "191.236.192.121/32", + "191.237.24.89/32", + "191.237.27.74/32", + "191.237.128.238/32", + "191.238.8.26/32", + "191.238.33.50/32", + "191.238.78.16/28", + "191.238.79.0/24", + "191.238.176.139/32", + "191.238.240.12/32", + "191.239.58.162/32", + "191.239.188.11/32", + "207.46.144.49/32", + "207.46.147.148/32", + "2603:1000:4:2::400/120", + "2603:1000:4:402::a0/123", + "2603:1000:104:3::200/119", + "2603:1000:104:402::a0/123", + "2603:1000:104:802::a0/123", + "2603:1000:104:c02::a0/123", + "2603:1010:6:3::/117", + "2603:1010:6:402::a0/123", + "2603:1010:6:802::a0/123", + "2603:1010:6:c02::a0/123", + "2603:1010:101:3::/117", + "2603:1010:101:402::a0/123", + "2603:1010:304:2::300/120", + "2603:1010:304:402::a0/123", + "2603:1010:404:2::300/120", + "2603:1010:404:402::a0/123", + "2603:1020:5:5::/117", + "2603:1020:5:6::/117", + "2603:1020:5:402::a0/123", + "2603:1020:5:802::a0/123", + "2603:1020:5:c02::a0/123", + "2603:1020:206:5::/117", + "2603:1020:206:6::/117", + "2603:1020:206:7::/117", + "2603:1020:206:8::/117", + "2603:1020:206:402::a0/123", + "2603:1020:206:802::a0/123", + "2603:1020:206:c02::a0/123", + "2603:1020:305:1::200/119", + "2603:1020:305:402::a0/123", + "2603:1020:405:402::a0/123", + "2603:1020:605:2::400/118", + "2603:1020:605:402::a0/123", + "2603:1020:705:402::a0/123", + "2603:1020:705:802::a0/123", + "2603:1020:705:c02::a0/123", + "2603:1020:805:2::600/119", + "2603:1020:805:402::a0/123", + "2603:1020:805:802::a0/123", + "2603:1020:805:c02::a0/123", + "2603:1020:905:2::300/120", + "2603:1020:905:402::a0/123", + "2603:1020:a04:3::100/120", + "2603:1020:a04:3::400/119", + "2603:1020:a04:402::a0/123", + "2603:1020:a04:802::a0/123", + "2603:1020:a04:c02::a0/123", + "2603:1020:b04:2::400/120", + "2603:1020:b04:402::a0/123", + "2603:1020:c04:402::a0/123", + "2603:1020:c04:802::a0/123", + "2603:1020:c04:c02::a0/123", + "2603:1020:d04:2::200/119", + "2603:1020:d04:402::a0/123", + "2603:1020:e04:4::200/119", + "2603:1020:e04:402::a0/123", + "2603:1020:e04:802::a0/123", + "2603:1020:e04:c02::a0/123", + "2603:1020:f04:3::400/120", + "2603:1020:f04:402::a0/123", + "2603:1020:1004:2::500/120", + "2603:1020:1004:3::100/120", + "2603:1020:1004:400::a0/123", + "2603:1020:1004:800::160/123", + "2603:1020:1004:800::360/123", + "2603:1020:1104:2::300/120", + "2603:1020:1104:400::a0/123", + "2603:1020:1204:1::700/120", + "2603:1020:1302:1::700/120", + "2603:1020:1403:1::700/120", + "2603:1030:f:4::/119", + "2603:1030:f:400::8a0/123", + "2603:1030:10:5::/117", + "2603:1030:10:6::/117", + "2603:1030:10:7::/117", + "2603:1030:10:8::/117", + "2603:1030:10:402::a0/123", + "2603:1030:10:802::a0/123", + "2603:1030:10:c02::a0/123", + "2603:1030:104:2::100/120", + "2603:1030:104:2::600/120", + "2603:1030:104:402::a0/123", + "2603:1030:107:400::20/123", + "2603:1030:210:6::/117", + "2603:1030:210:7::/117", + "2603:1030:210:8::/117", + "2603:1030:210:9::/117", + "2603:1030:210:402::a0/123", + "2603:1030:210:802::a0/123", + "2603:1030:210:c02::a0/123", + "2603:1030:302::600/120", + "2603:1030:40b:3::400/119", + "2603:1030:40b:400::8a0/123", + "2603:1030:40b:800::a0/123", + "2603:1030:40b:c00::a0/123", + "2603:1030:40c:5::/117", + "2603:1030:40c:6::/117", + "2603:1030:40c:7::/117", + "2603:1030:40c:8::/117", + "2603:1030:40c:402::a0/123", + "2603:1030:40c:802::a0/123", + "2603:1030:40c:c02::a0/123", + "2603:1030:504:3::/117", + "2603:1030:504:402::a0/123", + "2603:1030:504:802::160/123", + "2603:1030:504:802::360/123", + "2603:1030:504:c02::3a0/123", + "2603:1030:608:2::/117", + "2603:1030:608:402::a0/123", + "2603:1030:702:1::700/120", + "2603:1030:807:3::400/118", + "2603:1030:807:402::a0/123", + "2603:1030:807:802::a0/123", + "2603:1030:807:c02::a0/123", + "2603:1030:a07:2::/117", + "2603:1030:a07:6::/117", + "2603:1030:a07:402::a0/123", + "2603:1030:b04:3::200/119", + "2603:1030:b04:402::a0/123", + "2603:1030:c06:6::/117", + "2603:1030:c06:7::/117", + "2603:1030:c06:400::8a0/123", + "2603:1030:c06:802::a0/123", + "2603:1030:c06:c02::a0/123", + "2603:1030:f05:3::/117", + "2603:1030:f05:402::a0/123", + "2603:1030:f05:802::a0/123", + "2603:1030:f05:c02::a0/123", + "2603:1030:1005:2::400/118", + "2603:1030:1005:402::a0/123", + "2603:1040:5:4::/117", + "2603:1040:5:5::/117", + "2603:1040:5:402::a0/123", + "2603:1040:5:802::a0/123", + "2603:1040:5:c02::a0/123", + "2603:1040:207:2::400/120", + "2603:1040:207:3::400/118", + "2603:1040:207:402::a0/123", + "2603:1040:407:3::/117", + "2603:1040:407:402::a0/123", + "2603:1040:407:802::a0/123", + "2603:1040:407:c02::a0/123", + "2603:1040:606:2::400/118", + "2603:1040:606:402::a0/123", + "2603:1040:806:2::400/118", + "2603:1040:806:402::a0/123", + "2603:1040:904:3::300/120", + "2603:1040:904:402::a0/123", + "2603:1040:904:802::a0/123", + "2603:1040:904:c02::a0/123", + "2603:1040:a06:3::400/119", + "2603:1040:a06:402::a0/123", + "2603:1040:a06:802::a0/123", + "2603:1040:a06:c02::a0/123", + "2603:1040:b04:2::400/120", + "2603:1040:b04:402::a0/123", + "2603:1040:c06:2::400/118", + "2603:1040:c06:402::a0/123", + "2603:1040:d04:3::100/120", + "2603:1040:d04:400::a0/123", + "2603:1040:d04:800::160/123", + "2603:1040:d04:800::360/123", + "2603:1040:e05:1::200/120", + "2603:1040:f05:3::200/119", + "2603:1040:f05:402::a0/123", + "2603:1040:f05:802::a0/123", + "2603:1040:f05:c02::a0/123", + "2603:1040:1002:2::100/120", + "2603:1040:1002:2::400/120", + "2603:1040:1104:2::300/120", + "2603:1040:1104:400::a0/123", + "2603:1040:1202:2::/120", + "2603:1040:1302:1::/120", + "2603:1040:1402:1::700/120", + "2603:1040:1503:2::100/120", + "2603:1040:1602:1::700/120", + "2603:1050:6:3::/118", + "2603:1050:6:402::a0/123", + "2603:1050:6:802::a0/123", + "2603:1050:6:c02::a0/123", + "2603:1050:403:2::400/119", + "2603:1050:403:400::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW", + "VSE" + ] + } + }, + { + "name": "AppServiceManagement", + "id": "AppServiceManagement", + "properties": { + "changeNumber": 44, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "4.232.43.128/26", + "4.232.122.192/26", + "4.232.194.192/26", + "13.66.140.0/26", + "13.66.225.188/32", + "13.67.8.128/26", + "13.69.64.128/26", + "13.69.116.0/26", + "13.69.227.128/26", + "13.70.73.128/26", + "13.71.170.64/26", + "13.71.194.128/26", + "13.75.34.192/26", + "13.75.127.117/32", + "13.77.50.128/26", + "13.78.109.0/26", + "13.78.148.75/32", + "13.86.120.89/32", + "13.87.56.128/26", + "13.87.122.128/26", + "13.89.171.0/26", + "13.94.141.115/32", + "13.94.143.126/32", + "13.94.149.179/32", + "20.17.27.128/26", + "20.17.126.0/26", + "20.21.53.160/28", + "20.36.42.12/32", + "20.36.78.208/32", + "20.36.106.128/26", + "20.36.114.64/26", + "20.36.144.192/26", + "20.37.74.128/26", + "20.42.68.128/26", + "20.44.13.128/26", + "20.45.75.173/32", + "20.45.94.96/28", + "20.45.242.144/28", + "20.47.233.128/28", + "20.48.202.48/28", + "20.50.72.192/26", + "20.50.201.128/26", + "20.51.5.48/28", + "20.52.95.16/28", + "20.53.53.208/28", + "20.53.60.208/28", + "20.59.79.208/28", + "20.69.5.128/28", + "20.70.222.64/28", + "20.83.192.128/26", + "20.83.221.240/28", + "20.87.80.32/28", + "20.88.157.128/28", + "20.89.12.144/28", + "20.90.32.160/28", + "20.90.132.96/28", + "20.92.4.160/28", + "20.97.34.224/28", + "20.98.146.32/28", + "20.98.193.224/28", + "20.99.24.16/28", + "20.100.2.0/28", + "20.105.208.208/28", + "20.111.0.208/28", + "20.125.202.192/26", + "20.150.130.208/28", + "20.150.248.2/32", + "20.150.251.21/32", + "20.168.162.192/26", + "20.189.194.64/28", + "20.192.84.144/28", + "20.192.153.112/28", + "20.192.170.16/28", + "20.192.234.192/26", + "20.193.202.192/26", + "20.195.85.128/28", + "20.200.196.64/28", + "20.205.69.32/28", + "20.205.74.192/26", + "20.205.82.192/26", + "20.205.192.0/26", + "20.206.0.112/28", + "20.207.1.32/28", + "20.208.5.0/28", + "20.215.128.50/32", + "20.215.128.214/32", + "20.215.130.192/32", + "20.215.208.45/32", + "20.217.11.64/26", + "20.217.58.192/26", + "20.217.74.192/26", + "20.217.90.192/26", + "23.96.195.3/32", + "23.97.120.79/32", + "23.99.115.5/32", + "23.99.217.42/32", + "23.100.216.80/28", + "23.101.234.41/32", + "23.102.188.65/32", + "40.64.9.160/28", + "40.64.113.192/26", + "40.69.106.128/26", + "40.70.146.128/26", + "40.71.13.64/26", + "40.74.100.64/26", + "40.78.194.128/26", + "40.79.130.64/26", + "40.79.178.128/26", + "40.83.120.64/32", + "40.83.121.56/32", + "40.83.125.161/32", + "40.85.230.101/32", + "40.86.229.100/32", + "40.89.122.64/26", + "40.112.242.192/26", + "40.120.74.128/26", + "40.120.87.208/28", + "40.123.229.242/32", + "40.127.3.19/32", + "51.12.20.192/27", + "51.12.22.224/28", + "51.12.29.32/27", + "51.12.73.192/28", + "51.12.203.0/26", + "51.13.143.16/28", + "51.53.43.0/26", + "51.53.139.0/26", + "51.107.58.192/26", + "51.107.68.94/32", + "51.107.154.192/26", + "51.107.232.208/32", + "51.107.255.144/28", + "51.116.58.192/26", + "51.116.75.96/28", + "51.116.155.0/26", + "51.116.175.204/32", + "51.116.208.94/32", + "51.120.79.170/32", + "51.120.99.0/26", + "51.120.164.77/32", + "51.120.219.0/26", + "51.140.146.64/26", + "51.140.185.75/32", + "51.140.210.128/26", + "51.141.8.34/32", + "52.136.136.72/32", + "52.136.191.16/28", + "52.143.136.64/32", + "52.146.139.224/28", + "52.147.119.32/28", + "52.151.25.45/32", + "52.162.106.192/26", + "52.165.152.214/32", + "52.165.153.122/32", + "52.165.154.193/32", + "52.165.158.140/32", + "52.167.111.64/26", + "52.174.22.21/32", + "52.178.177.147/32", + "52.178.184.149/32", + "52.178.190.65/32", + "52.178.195.197/32", + "52.180.179.14/32", + "52.182.143.128/26", + "52.187.56.50/32", + "52.187.59.251/32", + "52.187.63.19/32", + "52.187.63.37/32", + "52.224.105.172/32", + "52.225.177.15/32", + "52.225.177.153/32", + "52.225.177.238/32", + "52.231.18.64/26", + "52.231.32.117/32", + "52.231.146.128/26", + "52.231.200.177/32", + "52.242.40.112/28", + "65.52.172.237/32", + "65.52.250.128/26", + "68.220.82.192/26", + "68.221.43.0/26", + "70.37.57.58/32", + "70.37.89.222/32", + "102.37.85.224/28", + "102.133.26.192/26", + "102.133.64.41/32", + "104.41.46.178/32", + "104.41.185.116/32", + "104.43.165.73/32", + "104.44.129.141/32", + "104.44.129.243/32", + "104.44.129.255/32", + "104.44.134.255/32", + "104.45.227.37/32", + "104.46.108.135/32", + "104.208.54.11/32", + "104.210.90.65/32", + "104.211.81.64/26", + "104.211.98.24/32", + "104.211.146.128/26", + "104.211.160.229/32", + "104.211.225.66/32", + "104.215.158.33/32", + "157.55.208.185/32", + "158.23.114.64/26", + "168.61.143.0/26", + "168.63.132.240/32", + "168.63.241.160/32", + "191.233.50.128/26", + "191.233.94.45/32", + "191.236.60.72/32", + "191.236.154.88/32", + "191.237.222.191/32", + "191.238.77.240/28", + "191.239.104.48/32", + "2603:1000:4:1::480/123", + "2603:1000:4:402::100/122", + "2603:1000:104:3::20/123", + "2603:1000:104:402::100/122", + "2603:1000:104:802::100/122", + "2603:1000:104:c02::100/122", + "2603:1010:6:2::700/123", + "2603:1010:6:402::100/122", + "2603:1010:6:802::100/122", + "2603:1010:6:c02::100/122", + "2603:1010:101:1::4a0/123", + "2603:1010:101:402::100/122", + "2603:1010:304:1::480/123", + "2603:1010:304:5::440/122", + "2603:1010:304:402::100/122", + "2603:1010:404:1::480/123", + "2603:1010:404:5::500/122", + "2603:1010:404:402::100/122", + "2603:1020:5:4::220/123", + "2603:1020:5:402::100/122", + "2603:1020:5:802::100/122", + "2603:1020:5:c02::100/122", + "2603:1020:206::7a0/123", + "2603:1020:206:402::100/122", + "2603:1020:206:802::100/122", + "2603:1020:206:c02::100/122", + "2603:1020:305:402::100/122", + "2603:1020:405:402::100/122", + "2603:1020:605:1::4a0/123", + "2603:1020:605:402::100/122", + "2603:1020:705:2::720/123", + "2603:1020:705:402::100/122", + "2603:1020:705:802::100/122", + "2603:1020:705:c02::100/122", + "2603:1020:805:2::500/123", + "2603:1020:805:402::100/122", + "2603:1020:805:802::100/122", + "2603:1020:805:c02::100/122", + "2603:1020:905:1::480/123", + "2603:1020:905:402::100/122", + "2603:1020:a04:3::200/123", + "2603:1020:a04:402::100/122", + "2603:1020:a04:802::100/122", + "2603:1020:a04:c02::100/122", + "2603:1020:b04:1::4a0/123", + "2603:1020:b04:402::100/122", + "2603:1020:c04:2::500/123", + "2603:1020:c04:402::100/122", + "2603:1020:c04:802::100/122", + "2603:1020:c04:c02::100/122", + "2603:1020:d04:1::480/123", + "2603:1020:d04:402::100/122", + "2603:1020:e04:3::4c0/123", + "2603:1020:e04:402::100/122", + "2603:1020:e04:802::100/122", + "2603:1020:e04:c02::100/122", + "2603:1020:f04:1::480/123", + "2603:1020:f04:6::500/122", + "2603:1020:f04:402::100/122", + "2603:1020:1004:3::60/123", + "2603:1020:1004:400::440/122", + "2603:1020:1004:800::80/122", + "2603:1020:1004:800::200/122", + "2603:1020:1004:800::380/122", + "2603:1020:1004:c02::3c0/122", + "2603:1020:1104:2::200/123", + "2603:1020:1104:400::100/122", + "2603:1020:1204:3::400/123", + "2603:1020:1204:400::80/122", + "2603:1020:1204:800::40/122", + "2603:1020:1204:c00::40/122", + "2603:1020:1302:400::80/122", + "2603:1020:1302:800::80/122", + "2603:1020:1302:c00::80/122", + "2603:1020:1403:2::7c0/123", + "2603:1030:f:3::700/123", + "2603:1030:f:400::900/122", + "2603:1030:10::7a0/123", + "2603:1030:10:402::100/122", + "2603:1030:10:802::100/122", + "2603:1030:10:c02::100/122", + "2603:1030:104:2::c0/123", + "2603:1030:104:402::100/122", + "2603:1030:104:402::600/122", + "2603:1030:104:802::c0/122", + "2603:1030:107:400::80/122", + "2603:1030:210::7a0/123", + "2603:1030:210:402::100/122", + "2603:1030:210:802::100/122", + "2603:1030:210:c02::100/122", + "2603:1030:302::a0/123", + "2603:1030:40b:3::360/123", + "2603:1030:40b:400::900/122", + "2603:1030:40b:800::100/122", + "2603:1030:40b:c00::100/122", + "2603:1030:40b:1000::40/122", + "2603:1030:40c::7c0/123", + "2603:1030:40c:402::100/122", + "2603:1030:40c:802::100/122", + "2603:1030:40c:c02::100/122", + "2603:1030:504:2::740/123", + "2603:1030:504:402::400/122", + "2603:1030:504:802::80/122", + "2603:1030:504:802::380/122", + "2603:1030:504:c02::440/122", + "2603:1030:608:1::4a0/123", + "2603:1030:608:402::100/122", + "2603:1030:608:800::80/122", + "2603:1030:608:c00::80/122", + "2603:1030:702:2::7c0/123", + "2603:1030:807:3::220/123", + "2603:1030:807:402::100/122", + "2603:1030:807:802::100/122", + "2603:1030:807:c02::100/122", + "2603:1030:a07:4::140/123", + "2603:1030:a07:402::880/122", + "2603:1030:a07:c00::80/122", + "2603:1030:b04:1::4a0/123", + "2603:1030:b04:402::100/122", + "2603:1030:c06:5::180/123", + "2603:1030:c06:400::900/122", + "2603:1030:c06:802::100/122", + "2603:1030:c06:c02::100/122", + "2603:1030:f05:2::700/123", + "2603:1030:f05:402::100/122", + "2603:1030:f05:802::100/122", + "2603:1030:f05:c02::100/122", + "2603:1030:1005:1::4a0/123", + "2603:1030:1005:402::100/122", + "2603:1040:5:3::220/123", + "2603:1040:5:402::100/122", + "2603:1040:5:802::100/122", + "2603:1040:5:c02::100/122", + "2603:1040:207:402::100/122", + "2603:1040:207:800::80/122", + "2603:1040:207:c00::80/122", + "2603:1040:407:2::500/123", + "2603:1040:407:402::100/122", + "2603:1040:407:802::100/122", + "2603:1040:407:c02::100/122", + "2603:1040:606:1::4a0/123", + "2603:1040:606:402::100/122", + "2603:1040:606:800::40/122", + "2603:1040:806:1::2a0/123", + "2603:1040:806:6::/122", + "2603:1040:806:402::100/122", + "2603:1040:904:2::500/123", + "2603:1040:904:402::100/122", + "2603:1040:904:802::100/122", + "2603:1040:904:c02::100/122", + "2603:1040:a06:3::220/123", + "2603:1040:a06:402::100/122", + "2603:1040:a06:802::100/122", + "2603:1040:a06:c02::100/122", + "2603:1040:b04:1::480/123", + "2603:1040:b04:402::100/122", + "2603:1040:c06:1::4a0/123", + "2603:1040:c06:402::100/122", + "2603:1040:d04:3::40/123", + "2603:1040:d04:400::440/122", + "2603:1040:d04:800::80/122", + "2603:1040:d04:800::200/122", + "2603:1040:d04:800::380/122", + "2603:1040:e05:1::e0/123", + "2603:1040:e05:6::c0/122", + "2603:1040:f05:3::100/123", + "2603:1040:f05:402::100/122", + "2603:1040:f05:802::100/122", + "2603:1040:f05:c02::100/122", + "2603:1040:1002:2::340/123", + "2603:1040:1002:400::80/122", + "2603:1040:1002:800::80/122", + "2603:1040:1002:c00::80/122", + "2603:1040:1104:2::260/123", + "2603:1040:1104:400::100/122", + "2603:1040:1202:2::6a0/123", + "2603:1040:1302:2::660/123", + "2603:1040:1402:3::3c0/123", + "2603:1040:1402:400::80/122", + "2603:1040:1402:800::80/122", + "2603:1040:1402:c00::80/122", + "2603:1040:1503:2::6c0/123", + "2603:1040:1503:400::80/122", + "2603:1040:1602:2::240/122", + "2603:1050:6:2::500/123", + "2603:1050:6:402::100/122", + "2603:1050:6:802::100/122", + "2603:1050:6:c02::100/122", + "2603:1050:403:1::4c0/123", + "2603:1050:403:400::100/122", + "2603:10e1:100:2::14d7:8032/128", + "2603:10e1:100:2::14d7:80d6/128" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureArcInfrastructure", + "id": "AzureArcInfrastructure", + "properties": { + "changeNumber": 18, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "4.150.242.0/29", + "4.232.42.12/30", + "4.232.125.178/32", + "13.66.143.219/32", + "13.66.149.68/31", + "13.67.15.1/32", + "13.67.15.124/30", + "13.69.239.84/30", + "13.69.239.88/32", + "13.70.79.64/32", + "13.70.79.198/31", + "13.71.175.129/32", + "13.71.177.224/32", + "13.71.199.117/32", + "13.73.244.196/32", + "13.73.253.124/30", + "13.74.107.94/31", + "13.77.53.221/32", + "13.78.111.193/32", + "13.81.244.155/32", + "13.86.223.80/32", + "13.89.179.20/30", + "13.89.179.24/32", + "13.90.194.180/32", + "20.17.125.68/30", + "20.17.131.32/32", + "20.21.46.136/31", + "20.21.69.176/31", + "20.21.77.184/31", + "20.36.122.52/30", + "20.37.66.52/30", + "20.37.196.248/30", + "20.37.226.52/30", + "20.37.228.8/30", + "20.38.87.188/30", + "20.38.138.56/30", + "20.38.141.8/30", + "20.38.149.130/32", + "20.38.157.132/31", + "20.39.12.228/30", + "20.39.14.84/30", + "20.40.200.152/29", + "20.40.224.52/30", + "20.41.67.84/30", + "20.41.69.52/30", + "20.41.195.252/30", + "20.41.208.16/30", + "20.42.65.86/31", + "20.42.74.230/32", + "20.42.74.232/30", + "20.42.228.216/30", + "20.43.43.160/30", + "20.43.45.240/30", + "20.43.67.88/30", + "20.43.121.252/32", + "20.43.123.220/30", + "20.44.13.240/31", + "20.44.19.6/31", + "20.44.29.50/31", + "20.44.31.36/30", + "20.45.127.8/30", + "20.45.127.12/32", + "20.45.197.224/30", + "20.45.199.32/30", + "20.45.208.12/30", + "20.45.208.40/30", + "20.48.192.76/30", + "20.49.95.58/31", + "20.49.99.12/30", + "20.49.102.212/30", + "20.49.109.32/30", + "20.49.113.12/30", + "20.49.114.52/30", + "20.49.120.32/30", + "20.49.125.188/30", + "20.50.1.196/30", + "20.50.201.210/31", + "20.50.201.212/30", + "20.52.72.60/30", + "20.53.0.34/31", + "20.53.0.112/30", + "20.53.0.120/29", + "20.53.41.44/30", + "20.61.96.184/30", + "20.83.192.208/30", + "20.83.192.212/32", + "20.125.173.160/31", + "20.125.205.160/31", + "20.150.165.140/30", + "20.150.190.84/30", + "20.151.32.136/30", + "20.187.194.204/30", + "20.189.111.204/30", + "20.189.171.108/30", + "20.189.173.48/30", + "20.191.160.28/30", + "20.192.34.68/32", + "20.192.101.26/31", + "20.192.164.176/30", + "20.192.228.252/30", + "20.193.96.16/30", + "20.193.160.230/32", + "20.194.68.148/31", + "20.194.129.106/31", + "20.205.77.198/32", + "20.205.77.208/30", + "20.205.85.198/31", + "20.206.6.188/30", + "20.208.21.162/31", + "20.215.21.178/32", + "20.215.170.104/30", + "20.217.10.36/30", + "20.217.62.136/32", + "23.98.86.58/31", + "23.98.104.12/30", + "23.98.108.32/30", + "40.64.132.84/30", + "40.64.135.72/30", + "40.67.122.108/30", + "40.67.122.112/32", + "40.67.122.120/29", + "40.69.111.34/31", + "40.69.111.192/30", + "40.69.116.96/29", + "40.70.151.194/32", + "40.70.151.196/30", + "40.71.15.194/32", + "40.74.102.16/30", + "40.74.150.116/30", + "40.74.150.120/32", + "40.78.204.46/32", + "40.78.239.96/31", + "40.78.253.84/31", + "40.79.138.46/31", + "40.79.146.46/32", + "40.79.150.112/30", + "40.79.167.16/30", + "40.79.167.20/32", + "40.79.173.36/32", + "40.79.191.216/32", + "40.80.53.2/31", + "40.80.59.24/30", + "40.80.172.12/30", + "40.89.20.128/30", + "40.89.23.32/30", + "40.89.121.188/31", + "40.115.144.0/30", + "40.119.9.232/30", + "40.120.8.184/30", + "40.120.75.58/32", + "40.120.77.176/30", + "40.124.65.160/31", + "51.11.98.64/29", + "51.11.192.34/31", + "51.12.22.220/30", + "51.12.75.188/30", + "51.12.168.72/30", + "51.12.229.232/30", + "51.13.128.80/30", + "51.53.41.76/30", + "51.53.110.138/32", + "51.53.182.200/30", + "51.53.191.138/32", + "51.103.205.160/31", + "51.104.15.254/32", + "51.104.28.216/30", + "51.104.31.172/30", + "51.105.71.144/31", + "51.105.77.50/31", + "51.105.90.148/30", + "51.107.50.56/30", + "51.107.53.32/30", + "51.107.60.152/32", + "51.107.129.104/30", + "51.107.146.52/30", + "51.107.193.4/30", + "51.116.49.136/30", + "51.116.145.136/30", + "51.116.146.212/30", + "51.116.158.60/31", + "51.116.243.218/31", + "51.116.251.186/32", + "51.116.253.164/30", + "51.120.42.56/30", + "51.120.44.196/30", + "51.120.100.156/31", + "51.120.109.26/31", + "51.120.213.26/32", + "51.120.214.148/30", + "51.120.226.52/30", + "51.137.164.76/30", + "51.137.166.40/30", + "51.138.160.92/30", + "51.140.151.168/30", + "51.140.212.216/31", + "51.140.215.180/30", + "52.136.51.68/30", + "52.138.90.54/31", + "52.138.229.96/31", + "52.140.107.92/30", + "52.140.110.108/30", + "52.146.79.132/30", + "52.146.130.180/30", + "52.150.152.204/30", + "52.150.156.36/30", + "52.162.111.132/32", + "52.167.111.168/31", + "52.168.118.130/32", + "52.178.17.240/31", + "52.182.141.60/31", + "52.228.84.80/30", + "52.231.23.10/32", + "52.231.151.80/30", + "52.236.189.74/32", + "52.240.244.228/30", + "52.246.157.2/31", + "65.52.252.250/31", + "68.221.41.72/30", + "68.221.98.112/32", + "102.37.64.160/30", + "102.133.57.188/30", + "102.133.127.176/31", + "102.133.154.6/31", + "102.133.218.52/30", + "102.133.219.188/30", + "102.133.254.200/30", + "102.133.254.204/32", + "104.46.162.2/32", + "104.46.162.28/30", + "104.46.163.96/29", + "104.46.178.0/30", + "104.211.146.248/30", + "104.214.164.48/31", + "137.135.98.137/32", + "158.23.10.112/32", + "158.23.96.20/30", + "191.233.207.26/32", + "191.233.207.30/31", + "191.234.136.44/30", + "191.234.138.144/30", + "191.234.149.138/32", + "191.234.157.42/32", + "191.234.157.172/30", + "191.237.224.230/32", + "2603:1010:304:5::420/124", + "2603:1010:404:5::4d0/124", + "2603:1020:d04:5::4c0/124", + "2603:1020:f04:6::4c0/124", + "2603:1020:1204:2::670/124", + "2603:1020:1403:2::570/124", + "2603:1030:702:2::570/124", + "2603:1040:806:3::7c0/124", + "2603:1040:e05:6::90/124", + "2603:1040:1002:5::420/124", + "2603:1040:1202:2::680/124", + "2603:1040:1302:2::620/124", + "2603:1040:1402:3::2b0/124", + "2603:1040:1602:2::130/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureAttestation", + "id": "AzureAttestation", + "properties": { + "changeNumber": 19, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "4.232.28.24/30", + "13.66.145.224/30", + "13.69.109.140/30", + "13.69.233.128/30", + "13.70.79.80/30", + "13.71.175.208/30", + "13.86.223.192/30", + "20.17.51.36/30", + "20.17.112.20/30", + "20.21.32.44/30", + "20.37.71.40/30", + "20.37.229.172/30", + "20.38.132.24/30", + "20.38.143.40/30", + "20.40.225.60/30", + "20.43.123.196/30", + "20.44.4.248/30", + "20.44.12.140/30", + "20.44.19.164/30", + "20.45.116.92/30", + "20.45.126.116/30", + "20.46.11.4/30", + "20.48.193.180/30", + "20.49.83.244/30", + "20.49.103.124/30", + "20.49.118.20/30", + "20.49.127.244/30", + "20.51.8.204/30", + "20.51.20.80/30", + "20.52.72.44/30", + "20.53.0.104/30", + "20.53.47.64/30", + "20.53.56.4/30", + "20.61.99.100/30", + "20.62.129.148/30", + "20.65.130.92/30", + "20.72.21.144/30", + "20.72.30.180/30", + "20.150.174.132/30", + "20.150.244.32/30", + "20.187.197.228/30", + "20.189.225.84/30", + "20.191.161.220/30", + "20.192.43.76/30", + "20.192.166.188/30", + "20.192.184.116/30", + "20.192.231.240/30", + "20.192.238.188/30", + "20.193.96.12/30", + "20.194.72.148/30", + "20.195.146.64/30", + "20.215.0.44/30", + "20.217.40.44/30", + "23.98.109.52/30", + "40.67.52.116/30", + "40.67.121.196/30", + "40.69.111.116/30", + "40.71.15.204/30", + "40.78.239.116/30", + "40.79.141.132/30", + "40.79.189.116/30", + "40.80.173.216/30", + "40.80.180.196/30", + "40.89.23.44/30", + "40.89.121.168/30", + "40.120.8.176/30", + "40.120.75.60/30", + "51.12.46.224/30", + "51.12.198.4/30", + "51.13.128.64/30", + "51.13.136.184/30", + "51.53.27.240/30", + "51.53.171.240/30", + "51.107.53.52/30", + "51.107.128.36/30", + "51.107.192.152/30", + "51.107.250.40/30", + "51.116.54.72/30", + "51.116.149.224/30", + "51.116.246.16/30", + "51.120.100.244/30", + "51.120.233.128/30", + "51.137.167.184/30", + "51.138.160.76/30", + "51.138.210.128/30", + "51.140.149.84/30", + "51.140.215.168/30", + "51.143.209.132/30", + "52.136.53.132/30", + "52.136.184.232/30", + "52.146.132.244/30", + "52.150.157.172/30", + "52.162.111.140/30", + "52.172.116.0/30", + "52.231.23.116/30", + "52.231.151.68/30", + "68.221.84.152/30", + "102.37.64.120/30", + "102.37.80.52/30", + "102.133.126.132/30", + "102.133.221.196/30", + "104.46.162.16/30", + "104.46.179.240/30", + "104.214.164.108/30", + "158.23.100.152/30", + "168.61.140.108/30", + "191.233.51.220/30", + "191.233.207.212/30", + "191.238.72.72/30", + "2603:1010:304:2::6b0/124", + "2603:1010:404:2::740/124", + "2603:1020:a04:2::530/124", + "2603:1020:d04:2::650/124", + "2603:1020:e04::7a0/123", + "2603:1020:f04:3::750/124", + "2603:1020:1004:1::720/123", + "2603:1020:1104:1::3e0/123", + "2603:1020:1204::5e0/124", + "2603:1020:1302::620/124", + "2603:1020:1403::5e0/124", + "2603:1030:f:2::4c0/123", + "2603:1030:104::7a0/124", + "2603:1030:504:2::a0/123", + "2603:1030:608:3::650/124", + "2603:1030:702::5e0/124", + "2603:1030:a07:9::90/124", + "2603:1030:1005:3::1e0/124", + "2603:1040:207:1::4c0/124", + "2603:1040:606:3::e0/124", + "2603:1040:806:3::1f0/124", + "2603:1040:904:2::6b0/124", + "2603:1040:a06:2::2a0/123", + "2603:1040:b04:2::6b0/124", + "2603:1040:d04:1::720/123", + "2603:1040:e05:5::230/124", + "2603:1040:f05::7a0/123", + "2603:1040:1002:1::80/124", + "2603:1040:1104:1::420/123", + "2603:1040:1104:400::420/123", + "2603:1040:1202::600/124", + "2603:1040:1302::600/124", + "2603:1040:1402::620/124", + "2603:1040:1503::620/124", + "2603:1040:1602::5c0/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "GuestAndHybridManagement", + "id": "GuestAndHybridManagement", + "properties": { + "changeNumber": 34, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureAutomation", + "addressPrefixes": [ + "4.232.28.32/27", + "4.232.106.112/29", + "4.232.122.88/29", + "4.232.194.88/29", + "13.65.24.129/32", + "13.66.138.94/31", + "13.66.141.224/29", + "13.66.145.80/28", + "13.67.8.110/31", + "13.67.10.72/29", + "13.69.64.78/31", + "13.69.67.48/29", + "13.69.107.64/29", + "13.69.109.128/31", + "13.69.109.176/28", + "13.69.227.78/31", + "13.69.229.248/29", + "13.70.72.30/31", + "13.70.74.80/29", + "13.70.123.166/32", + "13.71.170.46/31", + "13.71.173.208/29", + "13.71.175.144/28", + "13.71.194.118/31", + "13.71.196.128/29", + "13.71.199.176/28", + "13.73.242.40/29", + "13.73.242.210/31", + "13.73.244.208/28", + "13.74.107.92/31", + "13.74.108.136/29", + "13.75.34.150/31", + "13.75.39.104/29", + "13.77.1.26/32", + "13.77.1.212/32", + "13.77.50.70/31", + "13.77.53.56/29", + "13.77.55.192/28", + "13.78.59.184/32", + "13.78.106.94/31", + "13.78.109.120/29", + "13.78.111.208/28", + "13.86.219.200/29", + "13.86.221.216/31", + "13.86.223.64/28", + "13.87.56.86/31", + "13.87.58.72/29", + "13.87.122.86/31", + "13.87.124.72/29", + "13.88.240.74/32", + "13.88.244.195/32", + "13.89.170.206/31", + "13.89.174.136/29", + "13.89.178.96/28", + "13.94.240.75/32", + "20.17.52.64/27", + "20.17.66.112/29", + "20.17.116.128/27", + "20.18.178.88/29", + "20.21.42.112/29", + "20.21.53.176/28", + "20.21.66.88/29", + "20.21.74.88/29", + "20.21.80.8/29", + "20.21.80.16/31", + "20.21.87.96/27", + "20.36.39.150/32", + "20.36.106.70/31", + "20.36.108.128/29", + "20.36.108.240/28", + "20.36.114.22/31", + "20.36.117.32/29", + "20.36.117.144/28", + "20.37.74.226/31", + "20.37.76.120/29", + "20.38.128.104/29", + "20.38.128.168/31", + "20.38.132.0/28", + "20.38.147.152/29", + "20.38.149.128/31", + "20.38.152.88/29", + "20.40.231.60/31", + "20.42.64.32/31", + "20.42.72.128/31", + "20.42.72.144/28", + "20.43.120.248/29", + "20.43.121.120/31", + "20.43.123.48/28", + "20.44.2.6/31", + "20.44.4.104/29", + "20.44.8.200/29", + "20.44.10.120/31", + "20.44.17.8/29", + "20.44.17.216/31", + "20.44.19.16/28", + "20.44.27.112/29", + "20.44.29.48/31", + "20.44.29.96/28", + "20.45.90.94/31", + "20.45.93.144/28", + "20.45.94.64/29", + "20.45.123.88/29", + "20.45.123.232/31", + "20.45.241.184/29", + "20.45.242.0/28", + "20.45.242.16/31", + "20.47.232.160/28", + "20.47.232.176/29", + "20.48.201.74/31", + "20.48.201.80/28", + "20.48.202.0/29", + "20.49.82.24/29", + "20.49.90.24/29", + "20.51.5.2/31", + "20.51.5.8/29", + "20.51.5.16/28", + "20.51.14.78/31", + "20.51.21.250/31", + "20.52.89.54/31", + "20.52.93.216/29", + "20.52.94.96/28", + "20.53.52.224/28", + "20.53.52.240/29", + "20.53.52.248/31", + "20.53.57.62/31", + "20.53.60.80/28", + "20.53.60.192/29", + "20.58.68.60/31", + "20.58.71.72/29", + "20.58.71.224/28", + "20.59.79.64/28", + "20.62.63.252/31", + "20.66.6.88/29", + "20.69.2.14/31", + "20.69.4.200/29", + "20.69.4.208/28", + "20.70.220.180/31", + "20.70.221.16/28", + "20.70.221.192/29", + "20.72.27.176/29", + "20.82.246.152/29", + "20.83.221.112/28", + "20.83.221.192/29", + "20.86.92.252/31", + "20.88.154.18/31", + "20.88.156.168/29", + "20.88.156.176/28", + "20.89.11.118/31", + "20.89.11.120/29", + "20.89.11.224/28", + "20.90.129.72/29", + "20.90.131.96/28", + "20.90.131.112/31", + "20.92.3.224/28", + "20.92.3.240/29", + "20.92.3.248/31", + "20.97.32.188/31", + "20.97.33.120/29", + "20.97.33.224/28", + "20.98.145.72/29", + "20.98.145.96/28", + "20.98.192.224/28", + "20.98.192.240/29", + "20.100.1.128/28", + "20.100.1.144/29", + "20.100.1.152/31", + "20.105.208.104/29", + "20.105.208.112/28", + "20.111.0.32/28", + "20.111.0.48/29", + "20.113.252.192/27", + "20.125.170.88/29", + "20.125.202.88/29", + "20.150.129.250/31", + "20.150.130.32/28", + "20.150.130.48/29", + "20.150.171.216/29", + "20.150.172.224/31", + "20.150.179.192/29", + "20.150.181.24/31", + "20.150.181.176/28", + "20.150.187.192/29", + "20.150.189.24/31", + "20.168.162.88/29", + "20.189.193.16/28", + "20.189.193.160/29", + "20.189.228.220/31", + "20.192.50.230/31", + "20.192.99.192/29", + "20.192.101.24/31", + "20.192.152.148/31", + "20.192.152.152/29", + "20.192.153.64/28", + "20.192.168.148/31", + "20.192.168.152/29", + "20.192.169.96/28", + "20.192.184.64/28", + "20.192.234.176/28", + "20.192.235.8/29", + "20.192.238.120/31", + "20.193.202.176/28", + "20.193.203.192/29", + "20.194.66.24/29", + "20.195.83.58/31", + "20.195.84.176/28", + "20.195.85.0/29", + "20.195.146.206/31", + "20.200.194.236/31", + "20.200.194.240/28", + "20.200.195.160/29", + "20.205.67.112/28", + "20.205.68.96/29", + "20.205.68.104/31", + "20.205.74.88/29", + "20.205.82.88/29", + "20.206.0.72/29", + "20.206.0.80/28", + "20.207.0.88/29", + "20.207.1.0/28", + "20.207.175.64/27", + "20.208.4.96/31", + "20.208.18.88/29", + "20.210.146.64/27", + "20.215.4.64/27", + "20.215.18.88/29", + "20.215.26.88/29", + "20.215.154.112/29", + "20.217.44.64/27", + "20.217.58.112/29", + "20.217.74.88/29", + "20.217.90.88/29", + "23.96.225.107/32", + "23.96.225.182/32", + "23.98.83.64/29", + "23.98.86.56/31", + "40.64.8.178/31", + "40.64.8.184/29", + "40.64.9.128/28", + "40.67.60.96/29", + "40.67.60.108/31", + "40.69.106.70/31", + "40.69.108.88/29", + "40.69.110.240/28", + "40.70.146.78/31", + "40.70.148.48/29", + "40.71.10.206/31", + "40.71.13.240/29", + "40.71.30.252/32", + "40.74.146.82/31", + "40.74.149.32/29", + "40.74.150.16/28", + "40.75.35.128/29", + "40.75.35.216/31", + "40.78.194.70/31", + "40.78.196.88/29", + "40.78.202.130/31", + "40.78.203.248/29", + "40.78.229.40/29", + "40.78.236.128/29", + "40.78.238.56/31", + "40.78.239.32/28", + "40.78.242.172/31", + "40.78.243.24/29", + "40.78.250.108/31", + "40.78.250.216/29", + "40.79.130.46/31", + "40.79.132.40/29", + "40.79.138.44/31", + "40.79.138.152/29", + "40.79.139.208/28", + "40.79.146.44/31", + "40.79.146.152/29", + "40.79.156.40/29", + "40.79.163.8/29", + "40.79.163.152/31", + "40.79.170.248/29", + "40.79.171.224/31", + "40.79.173.16/28", + "40.79.178.70/31", + "40.79.180.56/29", + "40.79.180.208/28", + "40.79.187.160/29", + "40.79.189.56/31", + "40.79.194.120/29", + "40.79.197.32/31", + "40.80.51.88/29", + "40.80.53.0/31", + "40.80.176.48/29", + "40.80.180.0/31", + "40.80.180.96/28", + "40.85.168.201/32", + "40.89.129.151/32", + "40.89.132.62/32", + "40.89.137.16/32", + "40.89.157.7/32", + "40.114.77.89/32", + "40.114.85.4/32", + "40.118.103.191/32", + "40.120.8.32/28", + "40.120.64.48/28", + "40.120.75.48/29", + "40.120.86.146/31", + "40.120.86.152/29", + "40.120.87.32/28", + "51.11.97.0/31", + "51.11.97.64/28", + "51.12.22.172/31", + "51.12.22.176/28", + "51.12.22.192/29", + "51.12.72.220/31", + "51.12.73.64/28", + "51.12.73.80/29", + "51.12.99.208/29", + "51.12.203.72/29", + "51.12.227.192/29", + "51.12.235.192/29", + "51.13.141.224/28", + "51.13.141.240/29", + "51.53.28.64/27", + "51.53.172.64/27", + "51.53.186.112/29", + "51.103.202.88/29", + "51.104.8.240/29", + "51.104.9.96/31", + "51.105.67.168/29", + "51.105.69.80/31", + "51.105.75.152/29", + "51.105.77.48/31", + "51.105.77.80/28", + "51.107.60.80/29", + "51.107.60.92/31", + "51.107.60.208/28", + "51.107.156.72/29", + "51.107.156.132/31", + "51.107.156.208/28", + "51.107.247.200/29", + "51.107.247.208/28", + "51.107.251.188/31", + "51.107.254.224/28", + "51.107.254.240/29", + "51.116.55.174/31", + "51.116.60.80/29", + "51.116.60.224/28", + "51.116.74.24/29", + "51.116.74.80/28", + "51.116.156.160/29", + "51.116.158.56/31", + "51.116.158.80/28", + "51.116.243.144/29", + "51.116.243.216/31", + "51.116.251.32/29", + "51.116.251.184/31", + "51.120.100.80/29", + "51.120.100.92/31", + "51.120.107.192/29", + "51.120.109.24/31", + "51.120.109.48/28", + "51.120.211.192/29", + "51.120.213.24/31", + "51.120.220.80/29", + "51.120.220.92/31", + "51.120.220.176/28", + "51.120.228.38/31", + "51.138.215.122/31", + "51.140.6.15/32", + "51.140.51.174/32", + "51.140.212.104/29", + "52.136.186.118/31", + "52.136.189.88/29", + "52.136.190.160/28", + "52.138.90.52/31", + "52.138.92.80/29", + "52.138.227.136/29", + "52.138.229.64/31", + "52.138.229.80/28", + "52.146.138.80/28", + "52.146.139.192/31", + "52.147.97.0/31", + "52.147.113.182/31", + "52.147.117.104/29", + "52.147.117.112/28", + "52.151.62.99/32", + "52.161.14.192/32", + "52.161.28.108/32", + "52.162.110.240/29", + "52.162.111.128/31", + "52.163.228.23/32", + "52.167.107.72/29", + "52.167.109.64/31", + "52.169.105.82/32", + "52.172.153.216/32", + "52.172.155.142/32", + "52.178.223.62/32", + "52.180.166.238/32", + "52.180.179.25/32", + "52.182.139.56/29", + "52.182.141.12/31", + "52.182.141.144/28", + "52.183.5.195/32", + "52.231.18.46/31", + "52.231.20.0/29", + "52.231.64.18/32", + "52.231.69.100/32", + "52.231.148.120/29", + "52.231.148.208/28", + "52.236.186.240/29", + "52.236.189.72/31", + "52.240.241.64/28", + "52.242.40.64/28", + "52.242.40.80/29", + "52.242.40.88/31", + "52.246.155.152/29", + "52.246.157.0/31", + "52.250.228.34/31", + "65.52.250.6/31", + "65.52.252.120/29", + "68.221.84.160/27", + "102.37.64.32/28", + "102.37.85.10/31", + "102.37.85.16/28", + "102.37.85.192/29", + "102.37.166.218/31", + "102.37.167.96/28", + "102.37.167.112/29", + "102.133.26.6/31", + "102.133.28.144/29", + "102.133.124.16/29", + "102.133.156.112/29", + "102.133.251.176/29", + "102.133.253.32/28", + "104.41.9.106/32", + "104.41.178.182/32", + "104.208.163.218/32", + "104.209.137.89/32", + "104.210.80.208/32", + "104.210.158.71/32", + "104.214.164.32/28", + "158.23.100.160/27", + "168.61.140.48/28", + "191.232.170.251/32", + "191.233.51.144/29", + "191.233.203.30/31", + "191.233.205.64/29", + "191.234.147.192/29", + "191.234.149.48/28", + "191.234.149.136/31", + "191.234.155.192/29", + "191.234.157.40/31", + "191.238.73.12/31", + "191.238.77.32/28", + "191.238.77.48/29", + "2603:1000:4:1::2a0/123", + "2603:1000:4:402::2c0/124", + "2603:1000:104:3::/123", + "2603:1000:104:402::2c0/124", + "2603:1000:104:802::200/124", + "2603:1000:104:c02::200/124", + "2603:1010:6::6a0/123", + "2603:1010:6:402::2c0/124", + "2603:1010:6:802::200/124", + "2603:1010:6:c02::200/124", + "2603:1010:101:1::480/123", + "2603:1010:101:402::2c0/124", + "2603:1010:304:1::2a0/123", + "2603:1010:304:402::2c0/124", + "2603:1010:404:1::2a0/123", + "2603:1010:404:402::2c0/124", + "2603:1020:5:4::200/123", + "2603:1020:5:402::2c0/124", + "2603:1020:5:802::200/124", + "2603:1020:5:c02::200/124", + "2603:1020:206::780/123", + "2603:1020:206:402::2c0/124", + "2603:1020:206:802::200/124", + "2603:1020:206:c02::200/124", + "2603:1020:305:402::2c0/124", + "2603:1020:405:402::2c0/124", + "2603:1020:605:1::480/123", + "2603:1020:605:402::2c0/124", + "2603:1020:705:2::700/123", + "2603:1020:705:402::2c0/124", + "2603:1020:705:802::200/124", + "2603:1020:705:c02::200/124", + "2603:1020:805::6a0/123", + "2603:1020:805:402::2c0/124", + "2603:1020:805:802::200/124", + "2603:1020:805:c02::200/124", + "2603:1020:905:1::2a0/123", + "2603:1020:905:402::2c0/124", + "2603:1020:a04:3::a0/123", + "2603:1020:a04:402::2c0/124", + "2603:1020:a04:802::200/124", + "2603:1020:a04:c02::200/124", + "2603:1020:b04:1::480/123", + "2603:1020:b04:402::2c0/124", + "2603:1020:c04::6a0/123", + "2603:1020:c04:402::2c0/124", + "2603:1020:c04:802::200/124", + "2603:1020:c04:c02::200/124", + "2603:1020:d04:1::2a0/123", + "2603:1020:d04:402::2c0/124", + "2603:1020:e04:3::460/123", + "2603:1020:e04:402::2c0/124", + "2603:1020:e04:802::200/124", + "2603:1020:e04:c02::200/124", + "2603:1020:f04:1::2a0/123", + "2603:1020:f04:402::2c0/124", + "2603:1020:1004:3::40/123", + "2603:1020:1004:400::1c0/124", + "2603:1020:1004:400::2e0/124", + "2603:1020:1004:400::3a0/124", + "2603:1020:1004:800::3d0/124", + "2603:1020:1004:800::3f0/124", + "2603:1020:1004:c02::390/124", + "2603:1020:1104:1::7a0/123", + "2603:1020:1104:400::2c0/124", + "2603:1020:1204::700/123", + "2603:1020:1204:400::e0/123", + "2603:1020:1204:800::20/123", + "2603:1020:1204:c00::20/123", + "2603:1020:1302::640/123", + "2603:1020:1302:400::1a0/123", + "2603:1020:1302:800::60/123", + "2603:1020:1302:c00::60/123", + "2603:1020:1403::700/123", + "2603:1030:f:3::2a0/123", + "2603:1030:f:400::ac0/124", + "2603:1030:10::780/123", + "2603:1030:10:402::2c0/124", + "2603:1030:10:802::200/124", + "2603:1030:10:c02::200/124", + "2603:1030:104:402::2c0/124", + "2603:1030:104:402::650/124", + "2603:1030:104:402::710/124", + "2603:1030:104:802::70/124", + "2603:1030:107:400::240/124", + "2603:1030:210::780/123", + "2603:1030:210:402::2c0/124", + "2603:1030:210:802::200/124", + "2603:1030:210:c02::200/124", + "2603:1030:40b:3::340/123", + "2603:1030:40b:400::ac0/124", + "2603:1030:40b:800::200/124", + "2603:1030:40b:c00::200/124", + "2603:1030:40c::760/123", + "2603:1030:40c:402::2c0/124", + "2603:1030:40c:802::200/124", + "2603:1030:40c:c02::200/124", + "2603:1030:504:2::2e0/123", + "2603:1030:504:402::1c0/124", + "2603:1030:504:402::2e0/124", + "2603:1030:504:402::3a0/124", + "2603:1030:504:402::440/124", + "2603:1030:504:802::3c0/123", + "2603:1030:504:802::3f0/124", + "2603:1030:504:c02::410/124", + "2603:1030:504:c02::420/123", + "2603:1030:608:1::480/123", + "2603:1030:608:402::2c0/124", + "2603:1030:608:402::5c0/123", + "2603:1030:608:800::60/123", + "2603:1030:608:c00::60/123", + "2603:1030:702::700/123", + "2603:1030:807:3::200/123", + "2603:1030:807:402::2c0/124", + "2603:1030:807:802::200/124", + "2603:1030:807:c02::200/124", + "2603:1030:a07:1::4e0/123", + "2603:1030:a07:402::940/124", + "2603:1030:a07:402::a40/123", + "2603:1030:a07:c00::60/123", + "2603:1030:b04:1::480/123", + "2603:1030:b04:402::2c0/124", + "2603:1030:c06:5::120/123", + "2603:1030:c06:400::ac0/124", + "2603:1030:c06:802::200/124", + "2603:1030:c06:c02::200/124", + "2603:1030:f05::6a0/123", + "2603:1030:f05:402::2c0/124", + "2603:1030:f05:802::200/124", + "2603:1030:f05:c02::200/124", + "2603:1030:1005:1::480/123", + "2603:1030:1005:402::2c0/124", + "2603:1040:5:3::200/123", + "2603:1040:5:402::2c0/124", + "2603:1040:5:802::200/124", + "2603:1040:5:c02::200/124", + "2603:1040:207:402::2c0/124", + "2603:1040:207:800::60/124", + "2603:1040:207:c00::60/124", + "2603:1040:407::6a0/123", + "2603:1040:407:402::2c0/124", + "2603:1040:407:802::200/124", + "2603:1040:407:c02::200/124", + "2603:1040:606:1::480/123", + "2603:1040:606:402::2c0/124", + "2603:1040:606:402::5c0/123", + "2603:1040:606:800::20/123", + "2603:1040:806:3::300/123", + "2603:1040:806:402::2c0/124", + "2603:1040:904::6a0/123", + "2603:1040:904:402::2c0/124", + "2603:1040:904:802::200/124", + "2603:1040:904:802::2a0/123", + "2603:1040:904:c02::200/124", + "2603:1040:904:c02::2a0/123", + "2603:1040:a06:3::200/123", + "2603:1040:a06:402::2c0/124", + "2603:1040:a06:802::200/124", + "2603:1040:a06:c02::200/124", + "2603:1040:b04:1::2a0/123", + "2603:1040:b04:402::2c0/124", + "2603:1040:c06:1::480/123", + "2603:1040:c06:402::2c0/124", + "2603:1040:d04:2::320/123", + "2603:1040:d04:400::1c0/124", + "2603:1040:d04:400::2e0/124", + "2603:1040:d04:400::3a0/124", + "2603:1040:d04:800::3d0/124", + "2603:1040:d04:800::3f0/124", + "2603:1040:e05:1::c0/123", + "2603:1040:f05:2::2a0/123", + "2603:1040:f05:402::2c0/124", + "2603:1040:f05:802::200/124", + "2603:1040:f05:c02::200/124", + "2603:1040:1002:2::500/121", + "2603:1040:1002:400::190/124", + "2603:1040:1002:800::60/124", + "2603:1040:1002:c00::60/124", + "2603:1040:1104:2::240/123", + "2603:1040:1104:400::2c0/124", + "2603:1040:1104:400::4c0/123", + "2603:1040:1202::620/123", + "2603:1040:1202:400::1a0/123", + "2603:1040:1302::620/123", + "2603:1040:1402::640/123", + "2603:1040:1402:400::1a0/123", + "2603:1040:1402:800::60/123", + "2603:1040:1402:c00::60/123", + "2603:1040:1503::640/123", + "2603:1040:1503:400::1a0/123", + "2603:1040:1602::5e0/123", + "2603:1050:6::6a0/123", + "2603:1050:6:402::2c0/124", + "2603:1050:6:802::200/124", + "2603:1050:6:c02::200/124", + "2603:1050:403:1::260/123", + "2603:1050:403:400::1e0/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureBackup", + "id": "AzureBackup", + "properties": { + "changeNumber": 43, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "4.232.28.64/26", + "4.232.107.0/26", + "4.232.123.0/26", + "4.232.125.192/27", + "4.232.195.0/26", + "13.66.140.192/26", + "13.66.141.0/27", + "13.67.12.0/24", + "13.67.13.0/25", + "13.69.65.32/27", + "13.69.65.128/25", + "13.69.107.0/27", + "13.69.107.128/25", + "13.69.228.128/25", + "13.69.229.0/27", + "13.70.73.192/27", + "13.70.74.0/26", + "13.71.172.0/26", + "13.71.172.64/27", + "13.71.195.64/26", + "13.71.195.128/27", + "13.74.107.192/27", + "13.74.108.0/25", + "13.75.36.128/25", + "13.75.37.0/24", + "13.77.52.32/27", + "13.77.52.64/26", + "13.78.108.32/27", + "13.78.108.64/26", + "13.86.218.0/25", + "13.86.218.128/26", + "13.87.57.0/26", + "13.87.57.64/27", + "13.87.123.0/26", + "13.87.123.64/27", + "13.89.171.128/26", + "13.89.171.192/27", + "20.17.52.0/26", + "20.17.67.64/26", + "20.17.116.64/26", + "20.18.179.0/26", + "20.21.36.128/26", + "20.21.43.64/26", + "20.21.67.0/26", + "20.21.75.0/26", + "20.36.107.32/27", + "20.36.107.64/26", + "20.36.114.224/27", + "20.36.115.0/26", + "20.37.75.0/26", + "20.37.75.64/27", + "20.38.147.0/27", + "20.38.147.64/26", + "20.38.155.64/26", + "20.40.229.128/25", + "20.44.3.64/26", + "20.44.3.128/27", + "20.44.8.32/27", + "20.44.8.64/26", + "20.44.16.128/27", + "20.44.16.192/26", + "20.44.27.128/27", + "20.44.31.192/26", + "20.45.90.0/26", + "20.45.123.0/26", + "20.45.123.64/28", + "20.45.125.192/27", + "20.46.12.0/25", + "20.48.197.0/26", + "20.49.82.192/26", + "20.49.83.0/27", + "20.49.90.192/26", + "20.49.91.0/27", + "20.51.0.0/26", + "20.51.12.128/26", + "20.51.20.128/25", + "20.52.88.0/26", + "20.53.47.128/26", + "20.53.49.0/26", + "20.53.56.192/26", + "20.58.67.128/25", + "20.61.102.128/25", + "20.61.103.0/26", + "20.62.59.128/25", + "20.62.133.128/25", + "20.62.134.0/26", + "20.65.133.128/26", + "20.66.4.0/25", + "20.66.4.128/26", + "20.69.1.0/26", + "20.72.27.64/26", + "20.99.9.128/26", + "20.125.171.0/26", + "20.125.203.0/26", + "20.150.171.96/27", + "20.150.171.128/26", + "20.150.179.80/28", + "20.150.179.128/26", + "20.150.181.64/27", + "20.150.187.80/28", + "20.150.187.128/26", + "20.150.190.0/27", + "20.150.244.64/26", + "20.168.163.0/26", + "20.189.228.64/26", + "20.191.166.128/26", + "20.192.44.128/26", + "20.192.50.128/26", + "20.192.80.64/26", + "20.192.99.80/28", + "20.192.99.128/26", + "20.192.235.32/27", + "20.192.235.64/26", + "20.193.192.192/26", + "20.193.203.0/26", + "20.193.203.64/27", + "20.194.66.192/26", + "20.194.67.0/27", + "20.194.74.0/26", + "20.195.66.0/24", + "20.195.67.0/25", + "20.195.73.0/24", + "20.195.74.0/25", + "20.195.146.128/26", + "20.205.74.96/27", + "20.205.75.0/26", + "20.205.82.96/27", + "20.205.83.0/26", + "20.208.19.0/26", + "20.215.4.0/26", + "20.215.19.0/26", + "20.215.27.0/26", + "20.215.155.64/26", + "20.217.44.0/26", + "20.217.59.64/26", + "20.217.75.0/26", + "20.217.91.0/26", + "23.98.83.0/27", + "23.98.83.128/25", + "23.98.84.0/24", + "40.67.59.96/27", + "40.67.59.128/26", + "40.69.107.32/27", + "40.69.107.64/26", + "40.70.147.128/26", + "40.70.147.192/27", + "40.71.12.0/25", + "40.71.12.128/26", + "40.74.98.64/26", + "40.74.98.128/27", + "40.74.146.96/27", + "40.74.146.128/26", + "40.75.34.96/27", + "40.75.34.192/26", + "40.78.195.32/27", + "40.78.195.64/26", + "40.78.202.160/27", + "40.78.202.192/26", + "40.78.227.64/26", + "40.78.227.128/25", + "40.78.234.192/27", + "40.78.235.0/24", + "40.78.236.0/25", + "40.78.243.32/27", + "40.78.243.64/26", + "40.78.250.224/27", + "40.78.251.0/26", + "40.79.131.0/26", + "40.79.131.64/27", + "40.79.142.192/26", + "40.79.150.0/26", + "40.79.155.64/26", + "40.79.155.128/25", + "40.79.162.128/27", + "40.79.162.192/26", + "40.79.170.64/26", + "40.79.170.128/27", + "40.79.171.32/27", + "40.79.179.32/27", + "40.79.179.64/26", + "40.79.187.32/27", + "40.79.187.64/26", + "40.79.195.32/27", + "40.79.195.64/26", + "40.80.51.0/27", + "40.80.53.192/26", + "40.120.74.192/26", + "40.120.75.0/27", + "40.120.82.0/26", + "51.12.17.64/26", + "51.12.25.128/26", + "51.12.99.96/27", + "51.12.99.128/26", + "51.12.203.96/27", + "51.12.203.128/26", + "51.12.227.80/28", + "51.12.227.128/26", + "51.12.235.80/28", + "51.12.235.128/26", + "51.13.137.128/26", + "51.53.28.0/26", + "51.53.172.0/26", + "51.53.187.64/26", + "51.103.203.0/26", + "51.105.67.32/27", + "51.105.67.64/26", + "51.105.75.0/27", + "51.105.75.64/26", + "51.107.59.64/26", + "51.107.59.128/27", + "51.107.155.64/26", + "51.107.155.128/27", + "51.107.243.0/26", + "51.107.251.0/26", + "51.116.55.0/26", + "51.116.59.64/26", + "51.116.59.128/27", + "51.116.155.128/26", + "51.116.155.192/27", + "51.116.156.144/28", + "51.116.156.192/26", + "51.116.245.0/26", + "51.116.245.64/27", + "51.116.250.240/28", + "51.116.251.64/26", + "51.116.253.0/27", + "51.120.99.96/27", + "51.120.99.128/26", + "51.120.107.80/28", + "51.120.107.128/26", + "51.120.110.128/27", + "51.120.211.80/28", + "51.120.211.128/26", + "51.120.214.64/27", + "51.120.219.96/27", + "51.120.219.128/26", + "51.120.233.192/26", + "51.138.210.192/26", + "51.140.148.64/26", + "51.140.148.128/27", + "51.140.211.32/27", + "51.140.211.64/26", + "51.143.212.192/26", + "51.143.213.0/25", + "52.136.185.192/26", + "52.138.90.160/27", + "52.138.90.192/26", + "52.138.226.192/27", + "52.138.227.0/25", + "52.139.107.128/26", + "52.146.136.64/26", + "52.146.136.128/25", + "52.147.113.0/26", + "52.162.107.192/26", + "52.162.110.0/27", + "52.167.106.192/27", + "52.167.107.0/26", + "52.172.116.64/26", + "52.182.139.64/27", + "52.182.139.128/26", + "52.231.19.0/26", + "52.231.19.64/27", + "52.231.147.32/27", + "52.231.147.64/26", + "52.236.187.0/27", + "52.236.187.128/25", + "52.246.155.0/27", + "52.246.155.64/26", + "65.52.251.0/26", + "65.52.251.64/27", + "68.221.84.192/26", + "102.37.81.0/26", + "102.37.160.192/26", + "102.133.27.64/26", + "102.133.27.128/27", + "102.133.123.96/27", + "102.133.155.64/26", + "102.133.155.128/27", + "102.133.251.0/27", + "102.133.254.128/26", + "104.46.183.64/26", + "104.211.82.0/26", + "104.211.82.64/27", + "104.211.147.0/26", + "104.211.147.64/27", + "104.214.19.96/27", + "104.214.19.128/26", + "104.214.165.96/27", + "104.214.165.192/26", + "158.23.100.192/26", + "191.233.50.224/27", + "191.233.51.64/26", + "191.233.204.0/26", + "191.233.204.64/27", + "191.234.147.80/28", + "191.234.147.128/26", + "191.234.149.160/27", + "191.234.155.80/28", + "191.234.155.128/26", + "191.234.157.64/27", + "191.238.72.0/26", + "2603:1000:4:402::200/121", + "2603:1000:104:402::200/121", + "2603:1000:104:802::180/121", + "2603:1000:104:c02::180/121", + "2603:1010:6:402::200/121", + "2603:1010:6:802::180/121", + "2603:1010:6:c02::180/121", + "2603:1010:101:402::200/121", + "2603:1010:304:2::780/121", + "2603:1010:304:402::200/121", + "2603:1010:404:5::/121", + "2603:1010:404:402::200/121", + "2603:1020:5:402::200/121", + "2603:1020:5:802::180/121", + "2603:1020:5:c02::180/121", + "2603:1020:206:402::200/121", + "2603:1020:206:802::180/121", + "2603:1020:206:c02::180/121", + "2603:1020:305:402::200/121", + "2603:1020:405:402::200/121", + "2603:1020:605:402::200/121", + "2603:1020:705:402::200/121", + "2603:1020:705:802::180/121", + "2603:1020:705:c02::180/121", + "2603:1020:805:402::200/121", + "2603:1020:805:802::180/121", + "2603:1020:805:c02::180/121", + "2603:1020:905:402::200/121", + "2603:1020:a04:2::600/121", + "2603:1020:a04:402::200/121", + "2603:1020:a04:802::180/121", + "2603:1020:a04:c02::180/121", + "2603:1020:b04:402::200/121", + "2603:1020:c04:402::200/121", + "2603:1020:c04:802::180/121", + "2603:1020:c04:c02::180/121", + "2603:1020:d04:2::700/121", + "2603:1020:d04:402::200/121", + "2603:1020:e04:3::200/121", + "2603:1020:e04:402::200/121", + "2603:1020:e04:802::180/121", + "2603:1020:e04:c02::180/121", + "2603:1020:f04:6::/121", + "2603:1020:f04:402::200/121", + "2603:1020:1004:1::780/121", + "2603:1020:1004:400::100/121", + "2603:1020:1004:400::300/121", + "2603:1020:1004:800::480/121", + "2603:1020:1004:c02::200/121", + "2603:1020:1104:1::400/121", + "2603:1020:1104:400::200/121", + "2603:1020:1204::680/121", + "2603:1020:1204:400::100/121", + "2603:1020:1204:800::80/121", + "2603:1020:1204:c00::80/121", + "2603:1020:1302::680/121", + "2603:1020:1302:400::100/121", + "2603:1020:1302:800::100/121", + "2603:1020:1302:c00::100/121", + "2603:1020:1403::680/121", + "2603:1020:1403:400::80/121", + "2603:1030:f:2::580/121", + "2603:1030:f:400::a00/121", + "2603:1030:10:402::200/121", + "2603:1030:10:802::180/121", + "2603:1030:10:c02::180/121", + "2603:1030:104:402::200/121", + "2603:1030:104:402::680/121", + "2603:1030:104:802::100/121", + "2603:1030:107:400::180/121", + "2603:1030:210:402::200/121", + "2603:1030:210:802::180/121", + "2603:1030:210:c02::180/121", + "2603:1030:40b:400::a00/121", + "2603:1030:40b:800::180/121", + "2603:1030:40b:c00::180/121", + "2603:1030:40c:402::200/121", + "2603:1030:40c:802::180/121", + "2603:1030:40c:c02::180/121", + "2603:1030:504:2::100/121", + "2603:1030:504:402::100/121", + "2603:1030:504:402::300/121", + "2603:1030:504:802::280/121", + "2603:1030:504:c02::200/121", + "2603:1030:608:3::700/121", + "2603:1030:608:402::200/121", + "2603:1030:608:800::100/121", + "2603:1030:608:c00::100/121", + "2603:1030:702::680/121", + "2603:1030:807:402::200/121", + "2603:1030:807:802::180/121", + "2603:1030:807:c02::180/121", + "2603:1030:a07:4::300/121", + "2603:1030:a07:402::180/121", + "2603:1030:a07:c00::100/121", + "2603:1030:b04:402::200/121", + "2603:1030:c06:400::a00/121", + "2603:1030:c06:802::180/121", + "2603:1030:c06:c02::180/121", + "2603:1030:f05:402::200/121", + "2603:1030:f05:802::180/121", + "2603:1030:f05:c02::180/121", + "2603:1030:1005:3::280/121", + "2603:1030:1005:402::200/121", + "2603:1040:5:402::200/121", + "2603:1040:5:802::180/121", + "2603:1040:5:c02::180/121", + "2603:1040:207:1::580/121", + "2603:1040:207:402::200/121", + "2603:1040:207:800::100/121", + "2603:1040:207:c00::100/121", + "2603:1040:407:402::200/121", + "2603:1040:407:802::180/121", + "2603:1040:407:c02::180/121", + "2603:1040:606:3::180/121", + "2603:1040:606:402::200/121", + "2603:1040:606:800::80/121", + "2603:1040:806:3::280/121", + "2603:1040:806:402::200/121", + "2603:1040:904:2::780/121", + "2603:1040:904:402::200/121", + "2603:1040:904:802::180/121", + "2603:1040:904:c02::180/121", + "2603:1040:a06:2::300/121", + "2603:1040:a06:402::200/121", + "2603:1040:a06:802::180/121", + "2603:1040:a06:c02::180/121", + "2603:1040:b04:2::780/121", + "2603:1040:b04:402::200/121", + "2603:1040:c06:402::200/121", + "2603:1040:d04:1::780/121", + "2603:1040:d04:400::100/121", + "2603:1040:d04:400::300/121", + "2603:1040:d04:c02::200/121", + "2603:1040:e05:5::300/121", + "2603:1040:f05:2::/121", + "2603:1040:f05:402::200/121", + "2603:1040:f05:802::180/121", + "2603:1040:f05:c02::180/121", + "2603:1040:1002:1::100/121", + "2603:1040:1002:400::100/121", + "2603:1040:1002:800::100/121", + "2603:1040:1002:c00::100/121", + "2603:1040:1104:1::480/121", + "2603:1040:1104:400::200/121", + "2603:1040:1202::680/121", + "2603:1040:1202:400::100/121", + "2603:1040:1302::680/121", + "2603:1040:1402::680/121", + "2603:1040:1402:400::100/121", + "2603:1040:1402:800::100/121", + "2603:1040:1402:c00::100/121", + "2603:1040:1503::680/121", + "2603:1040:1503:400::100/121", + "2603:1040:1602::680/121", + "2603:1050:6:402::200/121", + "2603:1050:6:802::180/121", + "2603:1050:6:c02::180/121", + "2603:1050:403:400::500/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureBotService", + "id": "AzureBotService", + "properties": { + "changeNumber": 12, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "4.232.24.16/30", + "13.66.142.64/30", + "13.67.10.88/30", + "13.69.67.56/30", + "13.69.227.252/30", + "13.70.74.112/30", + "13.71.173.240/30", + "13.71.196.160/30", + "13.73.248.0/30", + "13.75.39.72/30", + "13.77.53.80/30", + "13.78.108.172/30", + "13.86.219.168/30", + "13.87.58.40/30", + "13.87.124.40/30", + "13.89.171.116/30", + "20.17.48.16/30", + "20.17.112.16/30", + "20.21.32.16/30", + "20.36.108.112/30", + "20.36.115.240/30", + "20.36.120.64/30", + "20.37.64.64/30", + "20.37.76.104/30", + "20.37.152.64/30", + "20.37.192.64/30", + "20.37.224.64/30", + "20.38.80.64/30", + "20.38.128.72/30", + "20.38.136.64/30", + "20.39.8.64/30", + "20.41.0.64/30", + "20.41.64.64/30", + "20.41.192.64/30", + "20.42.0.64/30", + "20.42.128.64/30", + "20.42.224.64/30", + "20.43.40.64/30", + "20.43.64.64/30", + "20.43.121.8/30", + "20.43.128.64/30", + "20.44.4.72/30", + "20.44.17.24/30", + "20.44.27.208/30", + "20.45.112.64/30", + "20.45.123.112/30", + "20.45.192.64/30", + "20.72.16.16/30", + "20.150.160.120/30", + "20.189.104.64/30", + "20.192.160.16/30", + "20.192.224.64/26", + "20.215.0.16/30", + "20.217.40.16/30", + "40.67.48.64/30", + "40.67.58.4/30", + "40.69.108.56/30", + "40.71.12.244/30", + "40.74.24.64/30", + "40.74.147.168/30", + "40.78.196.56/30", + "40.78.202.132/30", + "40.79.132.56/30", + "40.79.180.24/30", + "40.80.56.64/30", + "40.80.168.64/30", + "40.80.176.32/30", + "40.80.184.64/30", + "40.82.248.64/30", + "40.89.16.64/30", + "51.12.40.64/26", + "51.12.192.64/26", + "51.53.24.16/30", + "51.53.168.16/30", + "51.104.8.248/30", + "51.104.24.64/30", + "51.105.80.64/30", + "51.105.88.64/30", + "51.107.48.64/30", + "51.107.58.4/30", + "51.107.144.64/30", + "51.107.154.4/30", + "51.116.48.64/30", + "51.116.144.64/30", + "51.120.40.64/30", + "51.120.98.12/30", + "51.120.218.4/30", + "51.120.224.64/30", + "51.137.160.64/30", + "51.140.212.72/30", + "51.143.192.64/30", + "52.136.48.64/30", + "52.140.104.64/30", + "52.150.136.64/30", + "52.162.111.16/30", + "52.228.80.64/30", + "52.231.148.88/30", + "65.52.252.104/30", + "68.221.80.16/30", + "102.133.28.88/30", + "102.133.56.64/30", + "102.133.124.8/30", + "102.133.216.64/30", + "158.23.96.16/30", + "191.233.8.16/30", + "191.233.205.96/30", + "191.235.224.64/30", + "2603:1000:4::20/123", + "2603:1000:104:1::20/123", + "2603:1010:6:1::20/123", + "2603:1010:101::20/123", + "2603:1010:304::20/123", + "2603:1010:404::20/123", + "2603:1020:5:1::20/123", + "2603:1020:206:1::20/123", + "2603:1020:305::20/123", + "2603:1020:405::20/123", + "2603:1020:605::20/123", + "2603:1020:705:1::20/123", + "2603:1020:805:1::20/123", + "2603:1020:905::20/123", + "2603:1020:a04:1::20/123", + "2603:1020:b04::20/123", + "2603:1020:c04:1::20/123", + "2603:1020:d04::20/123", + "2603:1020:e04:1::20/123", + "2603:1020:f04::20/123", + "2603:1020:1004::20/123", + "2603:1020:1104::20/123", + "2603:1020:1204::20/123", + "2603:1020:1302::20/123", + "2603:1020:1403::20/123", + "2603:1030:f:1::20/123", + "2603:1030:10:1::20/123", + "2603:1030:104:1::20/123", + "2603:1030:107::20/123", + "2603:1030:210:1::20/123", + "2603:1030:40b:1::20/123", + "2603:1030:40c:1::20/123", + "2603:1030:504:1::20/123", + "2603:1030:608::20/123", + "2603:1030:702::20/123", + "2603:1030:807:1::20/123", + "2603:1030:a07::20/123", + "2603:1030:b04::20/123", + "2603:1030:c06:1::20/123", + "2603:1030:f05:1::20/123", + "2603:1030:1005::20/123", + "2603:1040:5:1::20/123", + "2603:1040:207::20/123", + "2603:1040:407:1::20/123", + "2603:1040:606::20/123", + "2603:1040:806::20/123", + "2603:1040:904:1::20/123", + "2603:1040:a06:1::20/123", + "2603:1040:b04::20/123", + "2603:1040:c06::20/123", + "2603:1040:d04::20/123", + "2603:1040:e05:1::540/123", + "2603:1040:f05:1::20/123", + "2603:1040:1002::60/123", + "2603:1040:1104::20/123", + "2603:1040:1202::20/123", + "2603:1040:1302::20/123", + "2603:1040:1402::20/123", + "2603:1040:1503::20/123", + "2603:1040:1602::20/123", + "2603:1050:6:1::20/123", + "2603:1050:403::20/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCognitiveSearch", + "id": "AzureCognitiveSearch", + "properties": { + "changeNumber": 15, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "4.232.24.192/26", + "13.64.32.141/32", + "13.83.22.45/32", + "13.83.22.74/32", + "13.83.22.119/32", + "13.86.5.51/32", + "20.17.48.192/26", + "20.17.112.192/26", + "20.21.32.192/26", + "20.36.120.128/26", + "20.37.64.128/26", + "20.37.156.128/26", + "20.37.193.192/26", + "20.37.224.128/26", + "20.38.84.0/26", + "20.38.136.128/26", + "20.39.8.192/26", + "20.40.123.36/32", + "20.40.123.39/32", + "20.40.123.46/32", + "20.40.123.72/32", + "20.41.4.128/26", + "20.41.65.64/26", + "20.41.193.64/26", + "20.42.4.128/26", + "20.42.24.90/32", + "20.42.29.212/32", + "20.42.30.105/32", + "20.42.34.190/32", + "20.42.35.204/32", + "20.42.129.192/26", + "20.42.225.192/26", + "20.43.41.64/26", + "20.43.65.64/26", + "20.43.130.128/26", + "20.44.74.182/32", + "20.44.76.53/32", + "20.44.76.61/32", + "20.44.76.86/32", + "20.45.0.49/32", + "20.45.2.122/32", + "20.45.112.128/26", + "20.45.192.128/26", + "20.72.17.0/26", + "20.113.251.64/26", + "20.150.160.128/26", + "20.185.110.199/32", + "20.189.106.128/26", + "20.189.129.94/32", + "20.192.161.0/26", + "20.192.225.64/26", + "20.215.0.192/26", + "20.217.40.192/26", + "23.100.238.27/32", + "23.100.238.34/31", + "23.100.238.37/32", + "40.64.8.64/26", + "40.65.173.157/32", + "40.65.175.212/32", + "40.65.175.228/32", + "40.66.56.233/32", + "40.67.48.128/26", + "40.74.18.154/32", + "40.74.30.0/26", + "40.80.57.64/26", + "40.80.169.64/26", + "40.80.186.192/26", + "40.80.216.231/32", + "40.80.217.38/32", + "40.80.219.46/32", + "40.81.9.100/32", + "40.81.9.131/32", + "40.81.9.203/32", + "40.81.9.209/32", + "40.81.9.213/32", + "40.81.9.221/32", + "40.81.10.36/32", + "40.81.12.133/32", + "40.81.15.8/32", + "40.81.15.39/32", + "40.81.29.152/32", + "40.81.188.130/32", + "40.81.191.58/32", + "40.81.253.154/32", + "40.82.155.65/32", + "40.82.253.0/26", + "40.89.17.64/26", + "40.90.190.180/32", + "40.90.240.17/32", + "40.91.93.84/32", + "40.91.127.116/32", + "40.91.127.241/32", + "40.119.11.0/26", + "51.12.41.64/26", + "51.12.193.64/26", + "51.53.24.192/26", + "51.53.168.192/26", + "51.104.25.64/26", + "51.105.80.128/26", + "51.105.88.128/26", + "51.107.48.128/26", + "51.107.144.128/26", + "51.116.48.96/28", + "51.116.144.96/28", + "51.120.40.128/26", + "51.120.224.128/26", + "51.132.43.66/32", + "51.137.161.64/26", + "51.143.104.54/32", + "51.143.104.90/32", + "51.143.192.128/26", + "51.145.124.157/32", + "51.145.124.158/32", + "51.145.176.249/32", + "51.145.177.212/32", + "51.145.178.138/32", + "51.145.178.140/32", + "52.136.48.128/26", + "52.137.24.236/32", + "52.137.26.114/32", + "52.137.26.155/32", + "52.137.26.198/32", + "52.137.27.49/32", + "52.137.56.115/32", + "52.137.60.208/32", + "52.139.0.47/32", + "52.139.0.49/32", + "52.140.105.64/26", + "52.140.233.105/32", + "52.150.139.0/26", + "52.151.235.150/32", + "52.151.235.242/32", + "52.151.235.244/32", + "52.155.216.245/32", + "52.155.217.84/32", + "52.155.221.242/32", + "52.155.221.250/32", + "52.155.222.35/32", + "52.155.222.56/32", + "52.157.22.233/32", + "52.157.231.64/32", + "52.158.28.181/32", + "52.158.30.241/32", + "52.158.208.11/32", + "52.184.80.221/32", + "52.185.224.13/32", + "52.185.224.38/32", + "52.188.217.235/32", + "52.188.218.228/32", + "52.188.218.239/32", + "52.228.81.64/26", + "52.242.214.45/32", + "52.253.133.74/32", + "52.253.229.120/32", + "68.221.80.192/26", + "102.37.84.192/26", + "102.133.128.33/32", + "102.133.217.128/26", + "104.45.64.0/32", + "104.45.64.147/32", + "104.45.64.224/32", + "104.45.65.30/32", + "104.45.65.89/32", + "158.23.96.192/26", + "191.233.9.0/26", + "191.233.26.156/32", + "191.235.225.64/26", + "2603:1000:4::180/121", + "2603:1000:104:1::180/121", + "2603:1010:6:1::180/121", + "2603:1010:101::180/121", + "2603:1010:304::180/121", + "2603:1010:404::180/121", + "2603:1020:5:1::180/121", + "2603:1020:206:1::180/121", + "2603:1020:305::180/121", + "2603:1020:405::180/121", + "2603:1020:605::180/121", + "2603:1020:705:1::180/121", + "2603:1020:805:1::180/121", + "2603:1020:905::180/121", + "2603:1020:a04:1::180/121", + "2603:1020:b04::180/121", + "2603:1020:c04:1::180/121", + "2603:1020:d04::180/121", + "2603:1020:e04:1::180/121", + "2603:1020:f04::180/121", + "2603:1020:1004::180/121", + "2603:1020:1104::180/121", + "2603:1020:1204::100/121", + "2603:1020:1302::100/121", + "2603:1020:1403::100/121", + "2603:1030:f:1::180/121", + "2603:1030:10:1::180/121", + "2603:1030:104:1::180/121", + "2603:1030:107::180/121", + "2603:1030:210:1::180/121", + "2603:1030:302::500/121", + "2603:1030:40b:1::180/121", + "2603:1030:40c:1::180/121", + "2603:1030:504:1::180/121", + "2603:1030:608::180/121", + "2603:1030:702::100/121", + "2603:1030:807:1::180/121", + "2603:1030:a07::180/121", + "2603:1030:b04::180/121", + "2603:1030:c06:1::180/121", + "2603:1030:f05:1::180/121", + "2603:1030:1005::180/121", + "2603:1040:5:1::180/121", + "2603:1040:207::180/121", + "2603:1040:407:1::180/121", + "2603:1040:606::180/121", + "2603:1040:806::180/121", + "2603:1040:904:1::180/121", + "2603:1040:a06:1::180/121", + "2603:1040:b04::180/121", + "2603:1040:c06::180/121", + "2603:1040:d04::180/121", + "2603:1040:e05:1::/121", + "2603:1040:f05:1::180/121", + "2603:1040:1002::380/121", + "2603:1040:1104::180/121", + "2603:1040:1202::100/121", + "2603:1040:1302::100/121", + "2603:1040:1402::100/121", + "2603:1040:1503::100/121", + "2603:1040:1602::100/121", + "2603:1050:6:1::180/121", + "2603:1050:403::180/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors", + "id": "AzureConnectors", + "properties": { + "changeNumber": 34, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "4.171.26.0/26", + "4.232.98.192/26", + "13.65.86.57/32", + "13.66.130.243/32", + "13.66.140.128/28", + "13.66.145.96/27", + "13.67.8.240/28", + "13.67.15.32/27", + "13.69.64.208/28", + "13.69.71.192/27", + "13.69.171.0/32", + "13.69.227.208/28", + "13.69.231.192/27", + "13.70.72.192/28", + "13.70.78.224/27", + "13.70.136.174/32", + "13.71.30.211/32", + "13.71.125.22/32", + "13.71.127.26/32", + "13.71.127.169/32", + "13.71.128.159/32", + "13.71.153.19/32", + "13.71.170.208/28", + "13.71.175.160/27", + "13.71.195.32/28", + "13.71.199.192/27", + "13.72.243.10/32", + "13.73.21.230/32", + "13.73.244.224/27", + "13.75.36.64/28", + "13.75.110.131/32", + "13.75.113.224/32", + "13.75.139.0/32", + "13.77.45.34/32", + "13.77.50.240/28", + "13.77.55.160/27", + "13.78.108.0/28", + "13.78.132.82/32", + "13.78.178.187/32", + "13.86.223.32/27", + "13.87.56.224/28", + "13.87.122.224/28", + "13.89.171.80/28", + "13.89.178.64/27", + "13.91.93.63/32", + "13.91.97.196/32", + "13.93.148.62/32", + "20.17.25.0/26", + "20.17.67.0/26", + "20.17.124.128/26", + "20.21.43.0/26", + "20.21.210.110/32", + "20.21.210.196/32", + "20.36.107.0/28", + "20.36.114.176/28", + "20.36.117.160/27", + "20.37.74.192/28", + "20.38.128.224/27", + "20.43.123.0/27", + "20.44.3.0/28", + "20.44.29.64/27", + "20.45.67.36/32", + "20.45.67.45/32", + "20.45.90.208/28", + "20.45.90.224/27", + "20.45.240.112/28", + "20.45.241.128/27", + "20.47.232.80/28", + "20.47.232.96/27", + "20.48.200.192/27", + "20.48.200.224/28", + "20.51.4.192/27", + "20.51.4.224/28", + "20.52.93.80/28", + "20.52.93.96/27", + "20.53.0.0/27", + "20.53.52.64/27", + "20.53.52.96/28", + "20.53.60.16/28", + "20.53.60.32/27", + "20.58.70.192/27", + "20.58.70.224/28", + "20.59.77.0/27", + "20.66.6.112/28", + "20.69.4.0/27", + "20.69.4.32/28", + "20.70.220.192/27", + "20.70.220.224/28", + "20.72.27.0/26", + "20.79.226.84/32", + "20.80.123.57/32", + "20.80.123.134/32", + "20.82.224.59/32", + "20.82.226.52/32", + "20.82.246.112/28", + "20.83.220.208/28", + "20.83.220.224/27", + "20.85.80.197/32", + "20.85.81.137/32", + "20.86.93.32/27", + "20.86.93.64/28", + "20.88.66.32/27", + "20.88.66.64/28", + "20.88.153.176/28", + "20.88.153.192/27", + "20.89.11.48/28", + "20.89.11.64/27", + "20.89.163.9/32", + "20.89.163.17/32", + "20.90.124.134/32", + "20.90.125.211/32", + "20.90.129.0/27", + "20.90.129.32/28", + "20.92.3.64/27", + "20.92.3.96/28", + "20.94.164.201/32", + "20.94.164.244/32", + "20.97.33.48/28", + "20.97.33.64/27", + "20.98.144.224/27", + "20.98.145.0/28", + "20.98.192.80/28", + "20.98.192.96/27", + "20.100.0.96/27", + "20.100.0.128/28", + "20.103.131.1/32", + "20.103.132.139/32", + "20.106.70.224/32", + "20.106.71.20/32", + "20.113.17.89/32", + "20.115.168.34/32", + "20.115.169.20/32", + "20.126.241.238/32", + "20.126.243.151/32", + "20.150.129.176/28", + "20.150.129.192/27", + "20.150.170.240/28", + "20.150.173.64/26", + "20.173.2.102/32", + "20.189.192.144/28", + "20.189.192.160/27", + "20.192.32.64/26", + "20.192.82.48/28", + "20.192.82.64/27", + "20.192.152.64/27", + "20.192.152.96/28", + "20.192.168.64/27", + "20.192.168.96/28", + "20.192.184.32/27", + "20.193.206.192/26", + "20.194.40.106/32", + "20.195.82.240/28", + "20.195.83.0/27", + "20.196.249.145/32", + "20.196.250.135/32", + "20.198.148.72/32", + "20.200.194.160/27", + "20.200.194.192/28", + "20.201.68.20/32", + "20.201.68.30/32", + "20.204.203.193/32", + "20.204.204.5/32", + "20.205.67.48/28", + "20.205.67.64/27", + "20.205.248.224/32", + "20.206.0.0/26", + "20.207.0.0/26", + "20.210.146.128/26", + "20.213.202.51/32", + "20.213.202.84/32", + "20.215.144.243/32", + "20.215.144.251/32", + "20.215.155.0/26", + "20.215.169.128/26", + "20.217.55.192/26", + "20.217.59.0/26", + "23.97.120.109/32", + "23.100.208.0/27", + "40.64.8.48/28", + "40.64.8.128/27", + "40.67.58.240/28", + "40.67.60.224/27", + "40.69.106.240/28", + "40.69.111.0/27", + "40.70.146.208/28", + "40.70.151.96/27", + "40.71.11.80/28", + "40.71.15.160/27", + "40.71.193.203/32", + "40.71.249.139/32", + "40.71.249.205/32", + "40.74.100.224/28", + "40.74.146.64/28", + "40.78.194.240/28", + "40.78.202.96/28", + "40.79.130.208/28", + "40.79.148.96/27", + "40.79.178.240/28", + "40.79.180.224/27", + "40.79.189.64/27", + "40.80.180.64/27", + "40.80.181.128/26", + "40.82.184.6/32", + "40.82.184.43/32", + "40.85.206.95/32", + "40.89.131.3/32", + "40.89.135.2/32", + "40.89.155.59/32", + "40.91.208.65/32", + "40.112.195.87/32", + "40.112.243.160/28", + "40.113.242.246/32", + "40.114.40.132/32", + "40.119.162.44/32", + "40.120.8.0/27", + "40.120.64.64/27", + "40.120.86.16/28", + "40.120.86.32/27", + "51.11.229.148/32", + "51.11.229.156/32", + "51.12.20.224/27", + "51.12.22.128/28", + "51.12.29.112/28", + "51.12.72.128/27", + "51.12.98.240/28", + "51.12.102.0/26", + "51.12.202.240/28", + "51.12.205.192/26", + "51.13.18.216/32", + "51.13.18.233/32", + "51.13.139.160/27", + "51.13.139.192/28", + "51.53.40.64/26", + "51.53.107.0/26", + "51.53.136.64/26", + "51.53.187.0/26", + "51.103.142.22/32", + "51.103.143.163/32", + "51.105.77.96/27", + "51.107.59.16/28", + "51.107.60.224/27", + "51.107.86.217/32", + "51.107.155.16/28", + "51.107.156.224/27", + "51.107.246.112/28", + "51.107.246.128/27", + "51.107.254.32/27", + "51.107.254.64/28", + "51.116.55.240/28", + "51.116.59.16/28", + "51.116.60.192/27", + "51.116.74.32/27", + "51.116.155.80/28", + "51.116.158.96/27", + "51.116.211.212/32", + "51.116.236.78/32", + "51.120.98.224/28", + "51.120.100.192/27", + "51.120.218.240/28", + "51.120.220.192/27", + "51.138.215.48/28", + "51.138.215.64/27", + "51.140.61.124/32", + "51.140.74.150/32", + "51.140.77.227/32", + "51.140.80.51/32", + "51.140.148.0/28", + "51.140.211.0/28", + "51.140.212.224/27", + "51.140.245.29/32", + "51.141.47.105/32", + "51.141.52.185/32", + "51.141.124.13/32", + "52.136.133.184/32", + "52.136.142.154/32", + "52.136.189.16/28", + "52.136.189.32/27", + "52.138.92.192/27", + "52.139.111.0/27", + "52.139.111.32/28", + "52.141.1.104/32", + "52.141.36.214/32", + "52.146.138.32/27", + "52.147.117.32/27", + "52.147.117.64/28", + "52.151.42.172/32", + "52.151.221.119/32", + "52.151.221.184/32", + "52.161.101.204/32", + "52.161.102.22/32", + "52.162.107.160/28", + "52.162.111.192/27", + "52.162.126.4/32", + "52.162.242.161/32", + "52.171.130.92/32", + "52.172.80.0/26", + "52.172.211.12/32", + "52.172.212.129/32", + "52.173.241.27/32", + "52.173.245.164/32", + "52.174.88.118/32", + "52.174.180.160/32", + "52.175.23.169/32", + "52.178.150.68/32", + "52.180.164.214/32", + "52.183.78.157/32", + "52.187.68.19/32", + "52.187.147.27/32", + "52.225.129.144/32", + "52.225.188.182/32", + "52.225.190.190/32", + "52.231.18.208/28", + "52.231.147.0/28", + "52.231.148.224/27", + "52.231.163.10/32", + "52.231.201.173/32", + "52.232.188.154/32", + "52.237.24.126/32", + "52.237.32.212/32", + "52.237.214.72/32", + "52.242.30.112/32", + "52.242.35.152/32", + "52.242.36.40/32", + "52.255.48.202/32", + "65.52.197.64/32", + "65.52.250.208/28", + "68.221.92.64/26", + "94.245.91.93/32", + "102.37.64.0/27", + "102.37.84.128/27", + "102.37.84.160/28", + "102.37.166.80/28", + "102.37.166.96/27", + "102.133.27.0/28", + "102.133.72.85/32", + "102.133.155.0/28", + "102.133.168.167/32", + "102.133.203.251/32", + "102.133.204.65/32", + "102.133.253.0/27", + "104.41.59.51/32", + "104.41.132.180/32", + "104.42.122.49/32", + "104.209.247.23/32", + "104.210.14.156/32", + "104.211.81.192/28", + "104.211.146.224/28", + "104.211.189.124/32", + "104.211.189.218/32", + "104.214.19.48/28", + "104.214.70.191/32", + "104.214.107.148/32", + "104.214.164.0/27", + "104.214.165.128/26", + "104.215.27.24/32", + "104.215.28.128/32", + "104.215.61.248/32", + "137.117.161.181/32", + "158.23.108.64/26", + "168.61.140.0/27", + "168.61.143.64/26", + "191.232.191.157/32", + "191.233.51.0/26", + "191.233.203.192/28", + "191.233.207.160/27", + "191.234.180.112/32", + "191.238.76.112/28", + "191.238.76.128/27", + "2603:1000:4:402::180/122", + "2603:1000:104:402::180/122", + "2603:1010:6:402::180/122", + "2603:1010:101:402::180/122", + "2603:1010:304:5::340/122", + "2603:1010:304:402::180/122", + "2603:1010:404:5::480/122", + "2603:1010:404:402::180/122", + "2603:1020:5:402::180/122", + "2603:1020:206:402::180/122", + "2603:1020:305:402::180/122", + "2603:1020:405:402::180/122", + "2603:1020:605:402::180/122", + "2603:1020:705:402::180/122", + "2603:1020:805:402::180/122", + "2603:1020:905:402::180/122", + "2603:1020:a04:402::180/122", + "2603:1020:b04:402::180/122", + "2603:1020:c04:402::180/122", + "2603:1020:d04:5::3c0/122", + "2603:1020:d04:402::180/122", + "2603:1020:e04:402::180/122", + "2603:1020:f04:6::3c0/122", + "2603:1020:f04:402::180/122", + "2603:1020:1004:c02::80/122", + "2603:1020:1104:400::180/122", + "2603:1020:1204:1::6c0/122", + "2603:1020:1302:2::600/122", + "2603:1020:1302:400::c0/122", + "2603:1020:1403:2::80/122", + "2603:1030:f:400::980/122", + "2603:1030:10:402::180/122", + "2603:1030:104:402::180/122", + "2603:1030:107:400::100/122", + "2603:1030:210:402::180/122", + "2603:1030:40b:400::980/122", + "2603:1030:40c:402::180/122", + "2603:1030:504:c02::80/122", + "2603:1030:608:402::180/122", + "2603:1030:702:2::80/122", + "2603:1030:807:402::180/122", + "2603:1030:a07:402::100/122", + "2603:1030:b04:402::180/122", + "2603:1030:c06:400::980/122", + "2603:1030:f05:402::180/122", + "2603:1030:1005:3::640/122", + "2603:1030:1005:402::180/122", + "2603:1040:5:402::180/122", + "2603:1040:207:402::180/122", + "2603:1040:407:402::180/122", + "2603:1040:606:3::6c0/122", + "2603:1040:606:402::180/122", + "2603:1040:806:3::6c0/122", + "2603:1040:806:402::180/122", + "2603:1040:904:402::180/122", + "2603:1040:a06:402::180/122", + "2603:1040:b04:5::380/122", + "2603:1040:b04:402::180/122", + "2603:1040:c06:402::180/122", + "2603:1040:d04:c02::80/122", + "2603:1040:e05:5::7c0/122", + "2603:1040:f05:402::180/122", + "2603:1040:1002:5::380/122", + "2603:1040:1002:400::c0/122", + "2603:1040:1104:400::180/122", + "2603:1040:1202:2::4c0/122", + "2603:1040:1202:400::c0/122", + "2603:1040:1302:2::580/122", + "2603:1040:1302:400::c0/122", + "2603:1040:1402:2::3c0/122", + "2603:1040:1402:400::c0/122", + "2603:1040:1503:2::580/122", + "2603:1040:1503:400::c0/122", + "2603:1040:1602:2::40/122", + "2603:1050:6:402::180/122", + "2603:1050:403:400::2c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry", + "id": "AzureContainerRegistry", + "properties": { + "changeNumber": 59, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "4.232.26.128/26", + "4.232.106.128/26", + "4.232.108.128/25", + "4.232.122.128/26", + "4.232.125.0/25", + "4.232.194.128/26", + "4.232.197.0/25", + "13.66.140.72/29", + "13.66.146.0/24", + "13.66.147.0/25", + "13.66.148.0/24", + "13.67.8.120/29", + "13.67.14.0/24", + "13.69.64.88/29", + "13.69.106.80/29", + "13.69.110.0/24", + "13.69.112.192/26", + "13.69.227.88/29", + "13.69.236.0/23", + "13.69.238.0/24", + "13.70.72.136/29", + "13.70.78.0/25", + "13.70.114.192/26", + "13.71.170.56/29", + "13.71.176.0/24", + "13.71.194.224/29", + "13.73.245.64/26", + "13.73.245.128/25", + "13.73.255.64/26", + "13.74.107.80/29", + "13.74.110.0/24", + "13.75.36.0/29", + "13.77.50.80/29", + "13.78.106.200/29", + "13.78.111.0/25", + "13.87.56.96/29", + "13.87.122.96/29", + "13.89.170.216/29", + "13.89.175.0/25", + "13.89.178.192/26", + "20.17.51.128/26", + "20.17.66.128/26", + "20.17.68.128/25", + "20.17.114.128/26", + "20.17.130.64/26", + "20.17.131.128/25", + "20.18.178.128/26", + "20.18.181.0/25", + "20.21.36.0/26", + "20.21.42.128/26", + "20.21.44.128/25", + "20.21.46.192/26", + "20.21.66.128/26", + "20.21.69.0/25", + "20.21.74.128/26", + "20.21.77.0/25", + "20.37.69.0/26", + "20.37.74.72/29", + "20.38.132.192/26", + "20.38.134.0/25", + "20.38.140.192/26", + "20.38.146.144/29", + "20.38.149.0/25", + "20.38.152.192/26", + "20.38.157.0/25", + "20.39.15.128/25", + "20.40.224.64/26", + "20.41.69.128/26", + "20.41.199.192/26", + "20.41.208.64/26", + "20.42.66.0/23", + "20.42.74.64/26", + "20.43.46.64/26", + "20.43.121.128/26", + "20.43.123.64/26", + "20.43.127.0/25", + "20.44.2.24/29", + "20.44.11.0/25", + "20.44.11.128/26", + "20.44.12.0/25", + "20.44.19.64/26", + "20.44.22.0/23", + "20.44.26.144/29", + "20.44.29.128/25", + "20.45.122.144/29", + "20.45.125.0/25", + "20.45.199.128/25", + "20.48.192.128/26", + "20.49.82.16/29", + "20.49.84.64/26", + "20.49.86.0/25", + "20.49.90.16/29", + "20.49.92.0/24", + "20.49.93.0/26", + "20.49.102.128/26", + "20.49.115.0/26", + "20.49.127.0/26", + "20.50.72.128/26", + "20.50.200.0/24", + "20.52.72.128/26", + "20.52.73.0/26", + "20.52.88.64/26", + "20.53.0.192/26", + "20.53.1.0/26", + "20.53.2.0/25", + "20.53.41.128/26", + "20.61.97.128/25", + "20.62.128.0/26", + "20.65.0.0/24", + "20.72.18.128/26", + "20.72.26.128/26", + "20.72.30.0/25", + "20.83.192.64/26", + "20.89.0.192/26", + "20.99.8.192/26", + "20.113.252.128/26", + "20.125.170.128/26", + "20.125.173.0/25", + "20.125.202.128/26", + "20.125.205.0/25", + "20.150.170.24/29", + "20.150.173.128/26", + "20.150.174.0/25", + "20.150.175.128/26", + "20.150.178.144/29", + "20.150.181.192/26", + "20.150.182.128/25", + "20.150.186.144/29", + "20.150.189.192/26", + "20.150.190.128/25", + "20.150.225.64/26", + "20.150.241.0/26", + "20.167.130.192/26", + "20.168.162.128/26", + "20.168.165.0/25", + "20.187.196.64/26", + "20.189.169.0/24", + "20.189.171.128/25", + "20.189.224.0/26", + "20.191.160.128/26", + "20.192.32.0/26", + "20.192.33.0/26", + "20.192.33.128/25", + "20.192.50.0/26", + "20.192.98.144/29", + "20.192.101.64/26", + "20.192.101.128/26", + "20.192.234.24/29", + "20.192.236.0/26", + "20.193.96.64/26", + "20.193.96.128/26", + "20.193.97.128/25", + "20.193.160.64/26", + "20.193.192.128/26", + "20.193.202.16/29", + "20.193.204.128/26", + "20.193.205.0/25", + "20.193.206.64/26", + "20.194.66.16/29", + "20.194.68.0/25", + "20.194.70.0/25", + "20.194.80.128/26", + "20.194.81.0/25", + "20.194.81.128/26", + "20.194.128.0/25", + "20.195.64.128/26", + "20.195.136.0/24", + "20.195.137.0/25", + "20.195.152.192/26", + "20.195.153.128/25", + "20.200.166.64/26", + "20.205.74.128/26", + "20.205.77.0/25", + "20.205.82.128/26", + "20.205.85.0/25", + "20.208.18.128/26", + "20.208.21.0/25", + "20.213.227.64/26", + "20.215.3.128/26", + "20.215.18.128/26", + "20.215.21.0/25", + "20.215.26.128/26", + "20.215.29.0/25", + "20.215.154.128/26", + "20.215.156.128/25", + "20.217.43.128/26", + "20.217.58.128/26", + "20.217.60.128/25", + "20.217.74.128/26", + "20.217.77.0/25", + "20.217.90.128/26", + "20.217.93.0/25", + "23.98.82.112/29", + "23.98.86.128/25", + "23.98.87.0/25", + "23.98.112.0/25", + "40.64.112.0/24", + "40.64.113.128/26", + "40.64.135.128/25", + "40.67.58.24/29", + "40.67.121.0/25", + "40.67.122.128/26", + "40.69.106.80/29", + "40.69.110.0/25", + "40.69.116.0/26", + "40.70.146.88/29", + "40.70.150.0/24", + "40.71.10.216/29", + "40.74.100.160/29", + "40.74.146.48/29", + "40.74.149.128/25", + "40.74.151.64/26", + "40.75.34.32/29", + "40.78.194.80/29", + "40.78.196.192/26", + "40.78.202.72/29", + "40.78.226.208/29", + "40.78.231.0/24", + "40.78.234.48/29", + "40.78.239.128/25", + "40.78.242.160/29", + "40.78.246.0/24", + "40.78.250.96/29", + "40.79.130.56/29", + "40.79.132.192/26", + "40.79.138.32/29", + "40.79.141.0/25", + "40.79.143.128/25", + "40.79.146.32/29", + "40.79.148.128/25", + "40.79.150.128/25", + "40.79.154.104/29", + "40.79.162.32/29", + "40.79.165.128/25", + "40.79.166.0/25", + "40.79.170.0/29", + "40.79.173.128/25", + "40.79.174.0/25", + "40.79.178.80/29", + "40.79.186.8/29", + "40.79.189.128/25", + "40.79.190.0/25", + "40.79.194.96/29", + "40.79.197.128/25", + "40.80.50.144/29", + "40.80.51.192/26", + "40.80.53.64/26", + "40.80.54.128/25", + "40.80.176.128/25", + "40.80.181.0/26", + "40.89.23.64/26", + "40.89.120.0/24", + "40.89.121.0/25", + "40.112.242.160/29", + "40.120.8.64/26", + "40.120.9.0/26", + "40.120.66.0/25", + "40.120.74.16/29", + "40.120.77.0/25", + "40.124.64.0/25", + "51.11.97.128/26", + "51.11.193.0/26", + "51.11.193.128/25", + "51.12.25.64/26", + "51.12.32.0/25", + "51.12.32.128/26", + "51.12.98.24/29", + "51.12.100.192/26", + "51.12.101.0/26", + "51.12.168.128/26", + "51.12.199.192/26", + "51.12.202.24/29", + "51.12.205.128/26", + "51.12.206.128/25", + "51.12.226.144/29", + "51.12.229.128/26", + "51.12.230.0/25", + "51.12.234.144/29", + "51.12.237.128/26", + "51.12.238.0/25", + "51.13.0.0/25", + "51.13.1.64/26", + "51.13.128.128/25", + "51.13.129.0/26", + "51.53.27.64/26", + "51.53.106.128/26", + "51.53.108.128/25", + "51.53.171.64/26", + "51.53.186.128/26", + "51.53.188.128/25", + "51.103.202.128/26", + "51.103.205.0/25", + "51.104.9.128/25", + "51.105.66.144/29", + "51.105.69.128/25", + "51.105.70.0/25", + "51.105.74.144/29", + "51.105.77.128/25", + "51.107.53.64/26", + "51.107.56.192/26", + "51.107.58.24/29", + "51.107.148.128/26", + "51.107.152.192/26", + "51.107.154.24/29", + "51.107.192.0/26", + "51.116.58.24/29", + "51.116.154.88/29", + "51.116.158.128/25", + "51.116.242.144/29", + "51.116.250.144/29", + "51.116.254.64/26", + "51.116.254.128/25", + "51.120.98.160/29", + "51.120.106.144/29", + "51.120.109.128/26", + "51.120.110.0/25", + "51.120.182.128/26", + "51.120.210.144/29", + "51.120.213.128/25", + "51.120.214.0/26", + "51.120.218.24/29", + "51.120.234.0/26", + "51.132.192.0/25", + "51.137.166.192/26", + "51.138.160.128/26", + "51.140.146.200/29", + "51.140.151.64/26", + "51.140.210.192/29", + "51.140.215.0/25", + "51.143.208.0/26", + "52.138.90.32/29", + "52.138.93.0/24", + "52.138.226.80/29", + "52.138.230.0/23", + "52.140.110.192/26", + "52.146.131.128/26", + "52.147.97.128/25", + "52.150.156.64/26", + "52.162.104.192/26", + "52.162.106.160/29", + "52.167.106.80/29", + "52.167.110.0/24", + "52.167.111.0/26", + "52.168.112.192/26", + "52.168.114.0/23", + "52.178.18.0/23", + "52.178.20.0/24", + "52.182.138.208/29", + "52.182.142.0/24", + "52.231.18.56/29", + "52.231.20.128/26", + "52.231.146.192/29", + "52.231.151.128/26", + "52.236.186.80/29", + "52.236.191.0/24", + "52.240.241.128/25", + "52.240.244.0/25", + "52.246.154.144/29", + "52.246.157.128/25", + "52.246.158.0/25", + "65.52.248.192/26", + "65.52.250.16/29", + "68.220.82.128/26", + "68.220.83.128/25", + "68.221.84.0/26", + "68.221.98.128/26", + "68.221.100.128/25", + "68.221.146.128/26", + "68.221.149.0/25", + "74.243.18.64/26", + "74.243.20.0/25", + "102.37.65.64/26", + "102.37.65.192/26", + "102.37.72.128/26", + "102.133.26.24/29", + "102.133.122.144/29", + "102.133.124.192/26", + "102.133.126.0/26", + "102.133.154.24/29", + "102.133.156.192/26", + "102.133.220.64/26", + "102.133.250.144/29", + "102.133.253.64/26", + "102.133.253.128/26", + "104.46.161.128/25", + "104.46.162.128/26", + "104.46.177.128/26", + "104.208.16.80/29", + "104.208.144.80/29", + "104.211.81.136/29", + "104.211.146.80/29", + "104.214.18.184/29", + "104.214.161.128/25", + "104.214.165.0/26", + "158.23.10.128/26", + "158.23.12.128/25", + "158.23.100.0/26", + "158.23.122.128/26", + "158.23.125.0/25", + "158.23.194.128/26", + "158.23.197.0/25", + "168.61.140.128/25", + "168.61.141.0/24", + "168.61.142.192/26", + "191.233.50.16/29", + "191.233.54.64/26", + "191.233.54.128/26", + "191.233.203.136/29", + "191.233.205.192/26", + "191.234.139.0/26", + "191.234.146.144/29", + "191.234.149.64/26", + "191.234.150.0/26", + "191.234.151.0/25", + "191.234.154.144/29", + "191.234.157.192/26", + "2603:1000:4:402::90/125", + "2603:1000:4:402::340/122", + "2603:1000:4:402::580/122", + "2603:1000:104:402::90/125", + "2603:1000:104:402::340/122", + "2603:1000:104:402::580/121", + "2603:1000:104:802::90/125", + "2603:1000:104:802::2c0/122", + "2603:1000:104:802::400/121", + "2603:1000:104:c02::90/125", + "2603:1000:104:c02::400/121", + "2603:1010:6:402::90/125", + "2603:1010:6:402::340/122", + "2603:1010:6:402::580/121", + "2603:1010:6:802::90/125", + "2603:1010:6:802::2c0/122", + "2603:1010:6:802::400/121", + "2603:1010:6:c02::90/125", + "2603:1010:6:c02::400/121", + "2603:1010:101:402::90/125", + "2603:1010:101:402::340/122", + "2603:1010:101:402::580/122", + "2603:1010:304:1::4b0/125", + "2603:1010:304:402::90/125", + "2603:1010:304:402::340/122", + "2603:1010:304:402::580/122", + "2603:1010:304:402::600/121", + "2603:1010:404:1::4b8/125", + "2603:1010:404:402::90/125", + "2603:1010:404:402::340/122", + "2603:1010:404:402::580/122", + "2603:1010:404:402::600/121", + "2603:1020:5:402::90/125", + "2603:1020:5:402::340/122", + "2603:1020:5:402::580/121", + "2603:1020:5:802::90/125", + "2603:1020:5:802::2c0/122", + "2603:1020:5:802::400/121", + "2603:1020:5:c02::90/125", + "2603:1020:5:c02::400/121", + "2603:1020:206:402::90/125", + "2603:1020:206:402::340/122", + "2603:1020:206:402::580/121", + "2603:1020:206:802::90/125", + "2603:1020:206:802::2c0/122", + "2603:1020:206:802::400/121", + "2603:1020:206:c02::90/125", + "2603:1020:206:c02::400/121", + "2603:1020:305:402::90/125", + "2603:1020:305:402::340/122", + "2603:1020:405:402::90/125", + "2603:1020:405:402::340/122", + "2603:1020:605:402::90/125", + "2603:1020:605:402::340/122", + "2603:1020:605:402::580/122", + "2603:1020:705:402::90/125", + "2603:1020:705:402::340/122", + "2603:1020:705:402::580/121", + "2603:1020:705:802::90/125", + "2603:1020:705:802::2c0/122", + "2603:1020:705:802::400/121", + "2603:1020:705:c02::90/125", + "2603:1020:705:c02::400/121", + "2603:1020:805:402::90/125", + "2603:1020:805:402::340/122", + "2603:1020:805:402::580/121", + "2603:1020:805:802::90/125", + "2603:1020:805:802::2c0/122", + "2603:1020:805:802::400/121", + "2603:1020:805:c02::90/125", + "2603:1020:805:c02::400/121", + "2603:1020:905:402::90/125", + "2603:1020:905:402::340/122", + "2603:1020:905:402::580/122", + "2603:1020:a04::348/125", + "2603:1020:a04:402::90/125", + "2603:1020:a04:402::340/122", + "2603:1020:a04:402::580/121", + "2603:1020:a04:802::90/125", + "2603:1020:a04:802::2c0/122", + "2603:1020:a04:802::400/121", + "2603:1020:a04:c02::90/125", + "2603:1020:a04:c02::400/121", + "2603:1020:b04:402::90/125", + "2603:1020:b04:402::340/122", + "2603:1020:b04:402::580/122", + "2603:1020:c04:402::90/125", + "2603:1020:c04:402::340/122", + "2603:1020:c04:402::580/121", + "2603:1020:c04:802::90/125", + "2603:1020:c04:802::2c0/122", + "2603:1020:c04:802::400/121", + "2603:1020:c04:c02::90/125", + "2603:1020:c04:c02::400/121", + "2603:1020:d04:1::4b0/125", + "2603:1020:d04:402::90/125", + "2603:1020:d04:402::340/122", + "2603:1020:d04:402::580/122", + "2603:1020:e04::348/125", + "2603:1020:e04:402::90/125", + "2603:1020:e04:402::340/122", + "2603:1020:e04:402::580/121", + "2603:1020:e04:402::600/120", + "2603:1020:e04:802::90/125", + "2603:1020:e04:802::2c0/122", + "2603:1020:e04:802::400/121", + "2603:1020:e04:c02::90/125", + "2603:1020:e04:c02::400/121", + "2603:1020:f04:1::4b0/125", + "2603:1020:f04:402::90/125", + "2603:1020:f04:402::340/122", + "2603:1020:f04:402::580/122", + "2603:1020:f04:402::600/121", + "2603:1020:1004:1::1a0/125", + "2603:1020:1004:400::90/125", + "2603:1020:1004:400::3b8/125", + "2603:1020:1004:400::4c0/122", + "2603:1020:1004:400::500/121", + "2603:1020:1004:800::150/125", + "2603:1020:1004:800::180/121", + "2603:1020:1004:800::280/121", + "2603:1020:1004:c02::1b0/125", + "2603:1020:1004:c02::300/121", + "2603:1020:1104::5a0/125", + "2603:1020:1104:400::90/125", + "2603:1020:1104:400::380/121", + "2603:1020:1104:400::540/122", + "2603:1020:1204::580/125", + "2603:1020:1204:400::48/125", + "2603:1020:1204:400::200/121", + "2603:1020:1204:800::8/125", + "2603:1020:1204:800::180/121", + "2603:1020:1204:c00::8/125", + "2603:1020:1204:c00::180/121", + "2603:1020:1302::540/125", + "2603:1020:1302:400::48/125", + "2603:1020:1302:400::280/121", + "2603:1020:1302:800::48/125", + "2603:1020:1302:800::180/121", + "2603:1020:1302:c00::48/125", + "2603:1020:1302:c00::180/121", + "2603:1020:1403::580/125", + "2603:1020:1403:400::8/125", + "2603:1020:1403:400::200/121", + "2603:1020:1403:800::8/125", + "2603:1020:1403:800::180/121", + "2603:1030:f:1::2a8/125", + "2603:1030:f:400::890/125", + "2603:1030:f:400::b40/122", + "2603:1030:f:400::d80/122", + "2603:1030:f:400::e00/121", + "2603:1030:10:402::90/125", + "2603:1030:10:402::340/122", + "2603:1030:10:402::580/121", + "2603:1030:10:802::90/125", + "2603:1030:10:802::2c0/122", + "2603:1030:10:802::400/121", + "2603:1030:10:c02::90/125", + "2603:1030:10:c02::400/121", + "2603:1030:104::348/125", + "2603:1030:104:402::90/125", + "2603:1030:104:402::168/125", + "2603:1030:104:402::340/122", + "2603:1030:104:402::580/122", + "2603:1030:104:402::780/121", + "2603:1030:104:802::58/125", + "2603:1030:104:802::200/121", + "2603:1030:107::580/125", + "2603:1030:107:400::18/125", + "2603:1030:107:400::300/121", + "2603:1030:107:400::500/122", + "2603:1030:210:402::90/125", + "2603:1030:210:402::340/122", + "2603:1030:210:402::580/121", + "2603:1030:210:802::90/125", + "2603:1030:210:802::2c0/122", + "2603:1030:210:802::400/121", + "2603:1030:210:c02::90/125", + "2603:1030:210:c02::400/121", + "2603:1030:302:402::c0/122", + "2603:1030:40b:400::890/125", + "2603:1030:40b:400::b40/122", + "2603:1030:40b:800::90/125", + "2603:1030:40b:800::2c0/122", + "2603:1030:40b:c00::90/125", + "2603:1030:40b:c00::400/121", + "2603:1030:40b:1000::8/125", + "2603:1030:40b:1000::100/121", + "2603:1030:40c:402::90/125", + "2603:1030:40c:402::340/122", + "2603:1030:40c:402::580/121", + "2603:1030:40c:802::90/125", + "2603:1030:40c:802::2c0/122", + "2603:1030:40c:802::400/121", + "2603:1030:40c:c02::90/125", + "2603:1030:504::1a0/125", + "2603:1030:504:402::90/125", + "2603:1030:504:402::3b8/125", + "2603:1030:504:402::480/121", + "2603:1030:504:802::c0/125", + "2603:1030:504:802::150/125", + "2603:1030:504:802::180/121", + "2603:1030:504:c02::140/122", + "2603:1030:504:c02::300/121", + "2603:1030:504:c02::400/125", + "2603:1030:608::2a8/125", + "2603:1030:608:402::90/125", + "2603:1030:608:402::340/122", + "2603:1030:608:402::580/122", + "2603:1030:608:402::600/121", + "2603:1030:608:800::48/125", + "2603:1030:608:800::180/121", + "2603:1030:608:c00::48/125", + "2603:1030:608:c00::180/121", + "2603:1030:702::580/125", + "2603:1030:702:400::8/125", + "2603:1030:702:400::200/121", + "2603:1030:702:800::8/125", + "2603:1030:702:800::180/121", + "2603:1030:702:c00::8/125", + "2603:1030:702:c00::180/121", + "2603:1030:807:402::90/125", + "2603:1030:807:402::340/122", + "2603:1030:807:402::580/121", + "2603:1030:807:802::90/125", + "2603:1030:807:802::2c0/122", + "2603:1030:807:802::400/121", + "2603:1030:807:c02::90/125", + "2603:1030:807:c02::400/121", + "2603:1030:a07:9::10/125", + "2603:1030:a07:402::90/125", + "2603:1030:a07:402::9c0/122", + "2603:1030:a07:402::a00/122", + "2603:1030:a07:402::a80/121", + "2603:1030:a07:c00::48/125", + "2603:1030:a07:c00::180/121", + "2603:1030:b04:402::90/125", + "2603:1030:b04:402::340/122", + "2603:1030:b04:402::580/122", + "2603:1030:c06:400::890/125", + "2603:1030:c06:400::b40/122", + "2603:1030:c06:802::90/125", + "2603:1030:c06:802::2c0/122", + "2603:1030:c06:c02::90/125", + "2603:1030:c06:c02::400/121", + "2603:1030:f05:402::90/125", + "2603:1030:f05:402::340/122", + "2603:1030:f05:402::580/121", + "2603:1030:f05:802::90/125", + "2603:1030:f05:802::2c0/122", + "2603:1030:f05:802::400/121", + "2603:1030:f05:c02::90/125", + "2603:1030:f05:c02::400/121", + "2603:1030:1005:3::180/125", + "2603:1030:1005:402::90/125", + "2603:1030:1005:402::340/122", + "2603:1030:1005:402::580/122", + "2603:1030:1005:402::600/121", + "2603:1040:5:402::90/125", + "2603:1040:5:402::340/122", + "2603:1040:5:402::580/121", + "2603:1040:5:802::90/125", + "2603:1040:5:802::2c0/122", + "2603:1040:5:802::400/121", + "2603:1040:5:c02::90/125", + "2603:1040:5:c02::400/121", + "2603:1040:207::2a8/125", + "2603:1040:207:402::90/125", + "2603:1040:207:402::340/122", + "2603:1040:207:402::580/122", + "2603:1040:207:402::600/121", + "2603:1040:207:800::48/125", + "2603:1040:207:800::180/121", + "2603:1040:207:c00::48/125", + "2603:1040:207:c00::180/121", + "2603:1040:407:402::90/125", + "2603:1040:407:402::340/122", + "2603:1040:407:402::580/121", + "2603:1040:407:802::90/125", + "2603:1040:407:802::2c0/122", + "2603:1040:407:802::400/121", + "2603:1040:407:c02::90/125", + "2603:1040:407:c02::400/121", + "2603:1040:606:3::80/125", + "2603:1040:606:402::90/125", + "2603:1040:606:402::340/122", + "2603:1040:606:402::580/122", + "2603:1040:606:402::600/121", + "2603:1040:606:800::8/125", + "2603:1040:606:800::180/121", + "2603:1040:806:2::310/125", + "2603:1040:806:402::90/125", + "2603:1040:806:402::340/122", + "2603:1040:806:402::580/122", + "2603:1040:806:402::600/121", + "2603:1040:904::348/125", + "2603:1040:904:402::90/125", + "2603:1040:904:402::340/122", + "2603:1040:904:402::580/121", + "2603:1040:904:802::90/125", + "2603:1040:904:802::2c0/122", + "2603:1040:904:802::400/121", + "2603:1040:904:c02::90/125", + "2603:1040:904:c02::400/121", + "2603:1040:a06::448/125", + "2603:1040:a06:402::90/125", + "2603:1040:a06:402::340/122", + "2603:1040:a06:402::580/121", + "2603:1040:a06:802::90/125", + "2603:1040:a06:802::2c0/122", + "2603:1040:a06:802::400/121", + "2603:1040:a06:c02::90/125", + "2603:1040:a06:c02::400/121", + "2603:1040:b04:1::4b0/125", + "2603:1040:b04:402::90/125", + "2603:1040:b04:402::340/122", + "2603:1040:b04:402::580/122", + "2603:1040:b04:800::8/125", + "2603:1040:b04:800::80/121", + "2603:1040:c06:402::90/125", + "2603:1040:c06:402::340/122", + "2603:1040:c06:402::580/122", + "2603:1040:d04:1::1a0/125", + "2603:1040:d04:400::90/125", + "2603:1040:d04:400::3b8/125", + "2603:1040:d04:400::4c0/122", + "2603:1040:d04:400::500/121", + "2603:1040:d04:800::150/125", + "2603:1040:d04:800::180/121", + "2603:1040:d04:800::280/121", + "2603:1040:d04:c02::300/121", + "2603:1040:e05:1::450/125", + "2603:1040:e05:402::100/122", + "2603:1040:e05:402::148/125", + "2603:1040:e05:402::200/121", + "2603:1040:f05::348/125", + "2603:1040:f05:402::90/125", + "2603:1040:f05:402::340/122", + "2603:1040:f05:402::580/121", + "2603:1040:f05:402::600/120", + "2603:1040:f05:402::700/121", + "2603:1040:f05:802::90/125", + "2603:1040:f05:802::2c0/122", + "2603:1040:f05:802::400/121", + "2603:1040:f05:c02::90/125", + "2603:1040:f05:c02::400/121", + "2603:1040:1002::780/125", + "2603:1040:1002:400::48/125", + "2603:1040:1002:400::280/121", + "2603:1040:1002:800::48/125", + "2603:1040:1002:800::180/121", + "2603:1040:1002:c00::48/125", + "2603:1040:1002:c00::180/121", + "2603:1040:1104::5a0/125", + "2603:1040:1104:400::90/125", + "2603:1040:1104:400::380/121", + "2603:1040:1104:400::480/122", + "2603:1040:1202::520/125", + "2603:1040:1202:400::48/125", + "2603:1040:1202:400::280/121", + "2603:1040:1302::520/125", + "2603:1040:1302:400::48/125", + "2603:1040:1302:400::280/121", + "2603:1040:1402::540/125", + "2603:1040:1402:400::48/125", + "2603:1040:1402:400::280/121", + "2603:1040:1402:800::48/125", + "2603:1040:1402:800::180/121", + "2603:1040:1402:c00::48/125", + "2603:1040:1402:c00::180/121", + "2603:1040:1503::540/125", + "2603:1040:1503:400::48/125", + "2603:1040:1503:400::280/121", + "2603:1040:1602::560/125", + "2603:1040:1602:400::8/125", + "2603:1040:1602:400::100/121", + "2603:1050:6:402::90/125", + "2603:1050:6:402::340/122", + "2603:1050:6:402::500/121", + "2603:1050:6:802::90/125", + "2603:1050:6:802::2c0/122", + "2603:1050:6:802::400/121", + "2603:1050:6:c02::90/125", + "2603:1050:6:c02::400/121", + "2603:1050:403:400::98/125", + "2603:1050:403:400::480/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW", + "VSE" + ] + } + }, + { + "name": "AzureCosmosDB", + "id": "AzureCosmosDB", + "properties": { + "changeNumber": 51, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "4.149.114.0/25", + "4.149.114.128/26", + "4.171.24.128/25", + "4.171.25.0/26", + "4.190.131.64/26", + "4.190.131.128/25", + "4.194.225.0/25", + "4.194.225.128/26", + "4.232.26.64/27", + "4.232.42.64/26", + "13.64.69.151/32", + "13.64.113.68/32", + "13.64.194.140/32", + "13.65.145.92/32", + "13.66.26.107/32", + "13.66.138.0/26", + "13.67.8.0/26", + "13.68.28.135/32", + "13.69.66.0/25", + "13.69.66.128/29", + "13.69.112.0/25", + "13.69.226.0/25", + "13.70.74.136/29", + "13.71.115.125/32", + "13.71.124.81/32", + "13.71.170.0/28", + "13.71.194.0/26", + "13.72.255.150/32", + "13.73.100.183/32", + "13.73.254.224/27", + "13.74.106.0/25", + "13.75.34.0/26", + "13.75.134.84/32", + "13.76.161.130/32", + "13.77.50.0/28", + "13.78.106.0/26", + "13.78.188.25/32", + "13.79.34.236/32", + "13.81.51.99/32", + "13.82.53.191/32", + "13.84.150.178/32", + "13.84.157.70/32", + "13.85.16.188/32", + "13.87.56.0/27", + "13.87.122.0/27", + "13.88.30.39/32", + "13.88.253.180/32", + "13.89.41.245/32", + "13.89.142.173/32", + "13.89.170.0/25", + "13.89.190.186/32", + "13.89.224.229/32", + "13.90.199.155/32", + "13.91.246.52/32", + "13.93.153.80/32", + "13.93.156.125/32", + "13.93.207.66/32", + "13.94.201.5/32", + "13.95.234.68/32", + "20.6.137.192/26", + "20.6.140.0/25", + "20.6.140.128/26", + "20.9.156.128/26", + "20.14.122.192/26", + "20.14.126.128/25", + "20.14.127.0/26", + "20.15.9.64/26", + "20.15.13.128/25", + "20.15.14.0/26", + "20.15.132.192/26", + "20.15.133.0/25", + "20.17.24.64/26", + "20.17.51.0/27", + "20.17.66.0/26", + "20.17.114.64/26", + "20.18.3.0/26", + "20.18.5.64/26", + "20.18.5.128/25", + "20.18.178.0/26", + "20.19.28.128/26", + "20.19.30.128/25", + "20.19.31.0/26", + "20.21.34.160/27", + "20.21.42.0/26", + "20.21.66.0/26", + "20.21.74.0/26", + "20.21.85.192/26", + "20.24.6.64/26", + "20.26.21.128/26", + "20.36.26.132/32", + "20.36.42.8/32", + "20.36.75.163/32", + "20.36.106.0/26", + "20.36.114.0/28", + "20.36.123.96/27", + "20.37.68.160/27", + "20.37.75.128/26", + "20.37.84.77/32", + "20.37.228.32/27", + "20.38.140.128/27", + "20.38.146.0/26", + "20.38.152.128/26", + "20.39.15.64/27", + "20.39.65.58/32", + "20.39.80.153/32", + "20.39.99.230/32", + "20.40.207.160/27", + "20.41.69.64/27", + "20.41.146.81/32", + "20.41.199.128/27", + "20.42.169.192/26", + "20.42.170.128/25", + "20.43.46.0/27", + "20.43.126.128/26", + "20.44.2.64/26", + "20.44.10.0/26", + "20.44.26.0/26", + "20.45.115.160/27", + "20.45.122.0/26", + "20.45.198.96/27", + "20.47.145.17/32", + "20.48.192.32/27", + "20.49.82.64/26", + "20.49.90.64/26", + "20.49.102.64/27", + "20.49.114.128/27", + "20.49.126.160/27", + "20.50.93.128/26", + "20.53.41.0/27", + "20.53.63.192/26", + "20.53.91.208/32", + "20.54.38.35/32", + "20.61.97.0/27", + "20.63.129.107/32", + "20.64.41.89/32", + "20.71.82.202/32", + "20.72.18.64/27", + "20.72.26.64/26", + "20.74.199.64/26", + "20.87.34.33/32", + "20.87.87.128/26", + "20.89.0.128/26", + "20.91.13.128/26", + "20.91.15.128/25", + "20.91.96.0/26", + "20.91.147.192/26", + "20.91.150.0/25", + "20.91.150.128/26", + "20.100.16.0/26", + "20.100.19.192/26", + "20.100.20.0/25", + "20.113.248.192/26", + "20.113.250.64/26", + "20.113.250.128/25", + "20.118.199.192/26", + "20.125.170.0/26", + "20.125.202.0/26", + "20.150.166.192/27", + "20.150.170.64/26", + "20.150.178.0/26", + "20.150.186.0/26", + "20.151.81.25/32", + "20.164.153.0/25", + "20.164.153.128/26", + "20.166.42.128/26", + "20.166.46.128/25", + "20.166.47.0/26", + "20.167.128.128/26", + "20.167.129.128/25", + "20.168.162.0/26", + "20.175.0.128/26", + "20.175.6.0/25", + "20.175.6.128/26", + "20.187.196.0/27", + "20.191.160.32/27", + "20.192.98.0/26", + "20.192.166.192/27", + "20.192.231.0/27", + "20.192.234.64/26", + "20.193.202.64/26", + "20.193.249.3/32", + "20.194.3.114/32", + "20.194.66.64/26", + "20.194.80.64/26", + "20.195.58.26/32", + "20.199.204.0/26", + "20.199.204.192/26", + "20.199.205.128/25", + "20.200.163.64/26", + "20.200.164.192/26", + "20.200.165.0/25", + "20.203.5.86/32", + "20.203.91.0/26", + "20.203.91.84/30", + "20.203.92.0/25", + "20.203.92.128/26", + "20.204.195.64/26", + "20.204.197.0/25", + "20.204.197.128/26", + "20.205.74.0/26", + "20.205.82.0/26", + "20.206.6.64/26", + "20.207.6.0/26", + "20.207.6.192/26", + "20.207.7.128/25", + "20.207.170.64/26", + "20.207.173.128/25", + "20.207.174.0/26", + "20.208.18.0/26", + "20.208.148.192/26", + "20.208.151.0/25", + "20.208.151.128/26", + "20.210.149.192/26", + "20.211.225.128/26", + "20.211.229.192/26", + "20.211.230.0/25", + "20.213.197.192/26", + "20.213.199.128/25", + "20.213.224.128/26", + "20.213.225.192/26", + "20.213.226.0/25", + "20.214.132.0/26", + "20.214.134.64/26", + "20.214.134.128/25", + "20.215.3.32/27", + "20.215.18.0/26", + "20.215.26.0/26", + "20.215.154.0/26", + "20.217.10.64/26", + "20.217.43.32/27", + "20.218.185.192/26", + "20.218.188.192/26", + "20.218.189.0/25", + "20.220.2.0/26", + "20.220.4.64/26", + "20.220.4.128/25", + "20.221.141.0/26", + "20.226.208.0/26", + "20.226.210.0/25", + "20.226.210.128/26", + "20.228.4.64/26", + "20.228.6.64/26", + "20.228.6.128/25", + "20.233.131.64/26", + "20.233.131.128/25", + "20.236.151.0/26", + "20.241.114.0/26", + "20.241.116.192/26", + "20.241.117.0/25", + "20.244.192.0/26", + "20.244.193.128/25", + "20.252.208.64/26", + "20.252.208.128/25", + "23.96.180.213/32", + "23.96.219.207/32", + "23.96.242.234/32", + "23.98.82.0/26", + "23.98.107.224/27", + "23.101.240.99/32", + "23.102.191.13/32", + "23.102.239.134/32", + "40.64.15.0/26", + "40.64.135.0/27", + "40.65.106.154/32", + "40.65.114.105/32", + "40.65.244.141/32", + "40.67.51.160/27", + "40.67.58.64/26", + "40.68.44.85/32", + "40.69.106.0/28", + "40.69.117.0/26", + "40.70.0.140/32", + "40.70.220.202/32", + "40.71.10.0/25", + "40.71.17.19/32", + "40.71.203.37/32", + "40.71.204.115/32", + "40.71.216.114/32", + "40.74.98.0/26", + "40.74.143.235/32", + "40.74.147.192/26", + "40.75.32.32/29", + "40.75.34.128/26", + "40.77.63.179/32", + "40.78.194.0/28", + "40.78.203.32/27", + "40.78.226.0/25", + "40.78.236.192/26", + "40.78.243.192/26", + "40.78.250.0/26", + "40.79.39.162/32", + "40.79.59.92/32", + "40.79.67.136/32", + "40.79.130.0/28", + "40.79.138.48/28", + "40.79.142.64/26", + "40.79.146.48/28", + "40.79.149.128/26", + "40.79.154.128/26", + "40.79.163.72/29", + "40.79.163.192/26", + "40.79.170.48/28", + "40.79.174.192/26", + "40.79.178.0/28", + "40.79.186.16/28", + "40.79.191.0/26", + "40.79.194.128/26", + "40.80.50.0/26", + "40.80.63.160/27", + "40.80.101.128/26", + "40.80.103.0/25", + "40.80.103.128/26", + "40.80.173.0/27", + "40.80.236.159/32", + "40.81.88.229/32", + "40.81.183.24/32", + "40.83.137.191/32", + "40.85.178.211/32", + "40.86.229.245/32", + "40.89.22.224/27", + "40.89.67.208/32", + "40.89.132.238/32", + "40.112.140.12/32", + "40.112.241.0/24", + "40.112.249.60/32", + "40.113.90.91/32", + "40.114.240.253/32", + "40.115.241.37/32", + "40.117.25.64/26", + "40.117.27.0/25", + "40.117.27.128/26", + "40.118.245.44/32", + "40.118.245.251/32", + "40.120.74.64/26", + "40.122.132.89/32", + "40.122.174.140/32", + "40.126.244.209/32", + "51.11.169.104/32", + "51.11.192.192/26", + "51.12.43.0/27", + "51.12.98.64/26", + "51.12.195.0/27", + "51.12.202.64/26", + "51.12.226.0/26", + "51.12.234.0/26", + "51.13.25.182/32", + "51.13.150.175/32", + "51.53.27.0/27", + "51.53.103.64/26", + "51.53.171.0/27", + "51.53.183.64/26", + "51.53.186.0/26", + "51.103.6.27/32", + "51.103.202.0/26", + "51.104.31.128/27", + "51.105.66.0/26", + "51.105.74.0/26", + "51.105.92.192/27", + "51.107.7.191/32", + "51.107.52.224/27", + "51.107.58.64/26", + "51.107.148.32/27", + "51.107.154.64/26", + "51.107.227.85/32", + "51.116.1.247/32", + "51.116.50.224/27", + "51.116.58.64/26", + "51.116.123.237/32", + "51.116.146.224/27", + "51.116.154.128/26", + "51.116.242.0/26", + "51.116.250.0/26", + "51.120.44.128/27", + "51.120.98.64/26", + "51.120.106.0/26", + "51.120.179.192/26", + "51.120.181.192/26", + "51.120.182.0/25", + "51.120.210.0/26", + "51.120.218.64/26", + "51.120.228.160/27", + "51.132.66.99/32", + "51.137.166.128/27", + "51.140.70.75/32", + "51.140.75.146/32", + "51.140.83.56/32", + "51.140.99.233/32", + "51.140.146.0/27", + "51.140.210.0/27", + "51.141.25.77/32", + "51.141.53.76/32", + "51.141.55.229/32", + "51.142.130.192/26", + "51.142.132.128/25", + "51.142.133.0/26", + "51.143.189.37/32", + "51.144.177.166/32", + "51.144.182.233/32", + "52.136.52.64/27", + "52.136.134.250/32", + "52.136.136.70/32", + "52.138.66.90/32", + "52.138.92.0/26", + "52.138.141.112/32", + "52.138.197.33/32", + "52.138.201.47/32", + "52.138.205.97/32", + "52.138.206.153/32", + "52.138.227.192/26", + "52.139.86.210/32", + "52.140.110.64/27", + "52.143.85.231/32", + "52.143.136.41/32", + "52.146.79.160/27", + "52.146.131.0/27", + "52.148.41.0/26", + "52.148.42.128/25", + "52.148.43.0/26", + "52.150.38.36/32", + "52.150.154.224/27", + "52.151.16.118/32", + "52.156.170.104/32", + "52.158.234.203/32", + "52.159.50.179/32", + "52.159.201.128/26", + "52.161.13.67/32", + "52.161.22.131/32", + "52.161.100.126/32", + "52.162.106.0/26", + "52.162.252.26/32", + "52.163.63.20/32", + "52.163.249.82/32", + "52.165.42.204/32", + "52.165.46.249/32", + "52.165.129.184/32", + "52.165.229.112/32", + "52.167.82.80/32", + "52.167.107.128/26", + "52.168.28.222/32", + "52.169.122.37/32", + "52.169.219.183/32", + "52.170.204.83/32", + "52.172.55.127/32", + "52.172.82.64/26", + "52.172.84.64/26", + "52.172.84.128/25", + "52.173.148.217/32", + "52.173.196.170/32", + "52.173.240.244/32", + "52.174.253.239/32", + "52.175.25.211/32", + "52.175.39.232/32", + "52.176.0.136/32", + "52.176.7.71/32", + "52.176.155.127/32", + "52.176.251.87/32", + "52.177.172.74/32", + "52.177.206.153/32", + "52.178.108.222/32", + "52.179.73.128/26", + "52.179.141.33/32", + "52.179.143.233/32", + "52.179.200.0/25", + "52.180.160.251/32", + "52.180.161.1/32", + "52.180.177.137/32", + "52.182.138.0/25", + "52.183.42.252/32", + "52.183.66.36/32", + "52.183.119.101/32", + "52.184.152.241/32", + "52.186.69.224/32", + "52.187.11.8/32", + "52.187.12.93/32", + "52.191.40.64/26", + "52.191.41.128/25", + "52.191.197.220/32", + "52.226.18.140/32", + "52.226.21.178/32", + "52.230.15.63/32", + "52.230.23.170/32", + "52.230.70.94/32", + "52.230.87.21/32", + "52.231.18.0/28", + "52.231.25.123/32", + "52.231.39.143/32", + "52.231.56.0/28", + "52.231.146.0/27", + "52.231.206.234/32", + "52.231.207.31/32", + "52.232.59.220/32", + "52.232.229.24/32", + "52.233.128.86/32", + "52.235.40.247/32", + "52.235.46.28/32", + "52.236.189.0/26", + "52.237.20.252/32", + "52.246.154.0/26", + "52.255.52.19/32", + "52.255.58.221/32", + "65.52.210.9/32", + "65.52.251.128/26", + "68.218.120.0/26", + "68.219.171.64/26", + "68.219.171.128/25", + "68.220.34.64/26", + "68.220.35.0/25", + "68.220.82.0/26", + "68.221.42.0/26", + "68.221.82.64/27", + "102.133.26.64/26", + "102.133.60.64/27", + "102.133.122.0/26", + "102.133.154.64/26", + "102.133.220.0/27", + "102.133.250.0/26", + "104.40.8.88/32", + "104.41.52.61/32", + "104.41.54.69/32", + "104.41.177.93/32", + "104.45.16.183/32", + "104.45.131.193/32", + "104.45.144.73/32", + "104.46.177.64/27", + "104.208.231.0/25", + "104.210.89.99/32", + "104.210.217.251/32", + "104.211.84.0/28", + "104.211.102.50/32", + "104.211.146.0/28", + "104.211.162.94/32", + "104.211.184.117/32", + "104.211.188.174/32", + "104.211.227.84/32", + "104.214.18.0/25", + "104.214.23.192/27", + "104.214.26.177/32", + "104.215.1.53/32", + "104.215.21.39/32", + "104.215.55.227/32", + "108.140.0.0/25", + "108.140.0.128/26", + "137.116.165.204/32", + "137.117.9.157/32", + "157.55.170.133/32", + "158.23.113.192/26", + "168.61.142.128/26", + "172.167.232.0/25", + "172.167.232.128/26", + "191.232.51.175/32", + "191.232.53.203/32", + "191.233.11.192/27", + "191.233.50.64/26", + "191.233.204.128/27", + "191.234.138.160/27", + "191.234.146.0/26", + "191.234.154.0/26", + "191.234.179.157/32", + "191.234.206.81/32", + "191.239.179.124/32", + "207.46.150.252/32", + "2603:1000:4:402::c0/122", + "2603:1000:104:402::c0/122", + "2603:1000:104:802::c0/122", + "2603:1000:104:c02::c0/122", + "2603:1010:6:402::c0/122", + "2603:1010:6:802::c0/122", + "2603:1010:6:c02::c0/122", + "2603:1010:101:402::c0/122", + "2603:1010:304:2::4a0/123", + "2603:1010:304:402::c0/122", + "2603:1010:404:2::4a0/123", + "2603:1010:404:402::c0/122", + "2603:1020:5:402::c0/122", + "2603:1020:5:802::c0/122", + "2603:1020:5:c02::c0/122", + "2603:1020:206:402::c0/122", + "2603:1020:206:802::c0/122", + "2603:1020:206:c02::c0/122", + "2603:1020:305:402::c0/122", + "2603:1020:405:402::c0/122", + "2603:1020:605:402::c0/122", + "2603:1020:705:402::c0/122", + "2603:1020:705:802::c0/122", + "2603:1020:705:c02::c0/122", + "2603:1020:805:402::c0/122", + "2603:1020:805:802::c0/122", + "2603:1020:805:c02::c0/122", + "2603:1020:905:402::c0/122", + "2603:1020:a04::6a0/123", + "2603:1020:a04:402::c0/122", + "2603:1020:a04:802::c0/122", + "2603:1020:a04:c02::c0/122", + "2603:1020:b04:402::c0/122", + "2603:1020:c04:402::c0/122", + "2603:1020:c04:802::c0/122", + "2603:1020:c04:c02::c0/122", + "2603:1020:d04:2::420/123", + "2603:1020:d04:402::c0/122", + "2603:1020:e04::680/123", + "2603:1020:e04:402::c0/122", + "2603:1020:e04:802::c0/122", + "2603:1020:e04:c02::c0/122", + "2603:1020:f04:3::520/123", + "2603:1020:f04:402::c0/122", + "2603:1020:1004:1::60/123", + "2603:1020:1004:400::c0/122", + "2603:1020:1004:400::280/122", + "2603:1020:1004:400::3c0/122", + "2603:1020:1004:800::400/122", + "2603:1020:1004:c02::1c0/122", + "2603:1020:1104::520/123", + "2603:1020:1104:400::c0/122", + "2603:1020:1204::1e0/123", + "2603:1020:1302::500/123", + "2603:1020:1302:400::/122", + "2603:1020:1302:800::/122", + "2603:1020:1302:c00::/122", + "2603:1020:1403::1e0/123", + "2603:1030:f:2::2a0/123", + "2603:1030:f:400::8c0/122", + "2603:1030:10:402::c0/122", + "2603:1030:10:802::c0/122", + "2603:1030:10:c02::c0/122", + "2603:1030:104::680/123", + "2603:1030:104:402::c0/122", + "2603:1030:104:402::5c0/122", + "2603:1030:104:802::80/122", + "2603:1030:107::540/123", + "2603:1030:107:400::40/122", + "2603:1030:210:402::c0/122", + "2603:1030:210:802::c0/122", + "2603:1030:210:c02::c0/122", + "2603:1030:40b:400::8c0/122", + "2603:1030:40b:800::c0/122", + "2603:1030:40b:c00::c0/122", + "2603:1030:40c:402::c0/122", + "2603:1030:40c:802::c0/122", + "2603:1030:40c:c02::c0/122", + "2603:1030:504::60/123", + "2603:1030:504:402::c0/122", + "2603:1030:504:402::280/122", + "2603:1030:504:402::3c0/122", + "2603:1030:504:802::200/122", + "2603:1030:504:c02::3c0/122", + "2603:1030:608:1::4c0/123", + "2603:1030:608:402::c0/122", + "2603:1030:608:800::/122", + "2603:1030:608:c00::/122", + "2603:1030:702::1e0/123", + "2603:1030:807:402::c0/122", + "2603:1030:807:802::c0/122", + "2603:1030:807:c02::c0/122", + "2603:1030:a07:4::160/123", + "2603:1030:a07:402::c0/122", + "2603:1030:a07:c00::/122", + "2603:1030:b04:402::c0/122", + "2603:1030:c06:400::8c0/122", + "2603:1030:c06:802::c0/122", + "2603:1030:c06:c02::c0/122", + "2603:1030:f05:402::c0/122", + "2603:1030:f05:802::c0/122", + "2603:1030:f05:c02::c0/122", + "2603:1030:1005:3::20/123", + "2603:1030:1005:402::c0/122", + "2603:1040:5:402::c0/122", + "2603:1040:5:802::c0/122", + "2603:1040:5:c02::c0/122", + "2603:1040:207:1::2a0/123", + "2603:1040:207:402::c0/122", + "2603:1040:207:800::/122", + "2603:1040:207:c00::/122", + "2603:1040:407:402::c0/122", + "2603:1040:407:802::c0/122", + "2603:1040:407:c02::c0/122", + "2603:1040:606:1::4e0/123", + "2603:1040:606:402::c0/122", + "2603:1040:806:2::360/123", + "2603:1040:806:402::c0/122", + "2603:1040:904:2::520/123", + "2603:1040:904:402::c0/122", + "2603:1040:904:802::c0/122", + "2603:1040:904:c02::c0/122", + "2603:1040:a06::780/123", + "2603:1040:a06:402::c0/122", + "2603:1040:a06:802::c0/122", + "2603:1040:a06:c02::c0/122", + "2603:1040:b04:2::600/123", + "2603:1040:b04:402::c0/122", + "2603:1040:c06:402::c0/122", + "2603:1040:d04:1::60/123", + "2603:1040:d04:400::c0/122", + "2603:1040:d04:400::280/122", + "2603:1040:d04:400::3c0/122", + "2603:1040:e05:5::80/123", + "2603:1040:f05::680/123", + "2603:1040:f05:402::c0/122", + "2603:1040:f05:802::c0/122", + "2603:1040:f05:c02::c0/122", + "2603:1040:1002::740/123", + "2603:1040:1002:400::/122", + "2603:1040:1002:800::/122", + "2603:1040:1002:c00::/122", + "2603:1040:1104::520/123", + "2603:1040:1104:400::c0/122", + "2603:1040:1202::1e0/123", + "2603:1040:1202:400::/122", + "2603:1040:1302::1e0/123", + "2603:1040:1402::500/123", + "2603:1040:1503::1e0/123", + "2603:1040:1503:400::/122", + "2603:1040:1602::1e0/123", + "2603:1050:6:402::c0/122", + "2603:1050:6:802::c0/122", + "2603:1050:6:c02::c0/122", + "2603:1050:403:400::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW", + "VSE" + ] + } + }, + { + "name": "AzureDataExplorerManagement", + "id": "AzureDataExplorerManagement", + "properties": { + "changeNumber": 30, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "4.232.30.160/28", + "13.64.38.225/32", + "13.66.141.160/28", + "13.69.106.240/28", + "13.69.229.176/28", + "13.70.73.112/28", + "13.71.173.64/28", + "13.71.196.64/28", + "13.73.240.96/28", + "13.75.39.0/28", + "13.77.52.240/28", + "13.86.36.42/32", + "13.86.219.64/28", + "13.87.57.224/28", + "13.87.123.224/28", + "13.89.174.80/28", + "20.17.54.128/28", + "20.17.118.208/28", + "20.21.37.0/28", + "20.36.242.104/32", + "20.37.24.1/32", + "20.39.97.38/32", + "20.39.99.177/32", + "20.40.114.21/32", + "20.40.161.39/32", + "20.43.89.90/32", + "20.43.120.96/28", + "20.44.16.96/28", + "20.44.27.96/28", + "20.45.3.60/32", + "20.46.13.240/28", + "20.46.146.7/32", + "20.51.6.240/28", + "20.59.81.128/28", + "20.72.27.128/28", + "20.74.195.16/28", + "20.99.9.224/28", + "20.113.254.32/28", + "20.150.171.192/28", + "20.150.245.112/28", + "20.167.130.112/28", + "20.185.100.27/32", + "20.189.74.103/32", + "20.192.47.96/28", + "20.192.235.128/28", + "20.193.203.96/28", + "20.194.75.224/28", + "20.195.78.80/28", + "20.200.166.48/28", + "20.203.91.112/28", + "20.207.2.112/28", + "20.207.174.240/28", + "20.210.144.96/28", + "20.213.227.128/28", + "20.215.13.48/28", + "20.217.53.48/28", + "23.98.82.240/28", + "40.66.57.57/32", + "40.66.57.91/32", + "40.67.188.68/32", + "40.69.107.240/28", + "40.71.13.176/28", + "40.74.101.208/28", + "40.74.147.80/28", + "40.78.195.240/28", + "40.78.203.176/28", + "40.79.131.224/28", + "40.79.179.208/28", + "40.79.187.16/28", + "40.80.234.9/32", + "40.80.250.168/32", + "40.80.255.12/32", + "40.81.28.50/32", + "40.81.43.47/32", + "40.81.56.122/32", + "40.81.72.110/32", + "40.81.88.112/32", + "40.81.89.242/32", + "40.81.122.39/32", + "40.81.154.254/32", + "40.81.184.86/32", + "40.81.220.38/32", + "40.81.248.53/32", + "40.81.249.251/32", + "40.82.154.174/32", + "40.82.156.149/32", + "40.82.188.208/32", + "40.82.217.84/32", + "40.82.236.24/32", + "40.89.56.69/32", + "40.90.219.23/32", + "40.91.74.95/32", + "40.119.3.195/32", + "40.119.203.252/32", + "51.12.20.48/28", + "51.12.28.48/28", + "51.12.99.192/28", + "51.12.203.192/28", + "51.53.30.128/28", + "51.53.174.128/28", + "51.104.8.112/28", + "51.107.59.160/28", + "51.107.98.201/32", + "51.107.155.160/28", + "51.107.247.128/28", + "51.116.59.160/28", + "51.116.98.150/32", + "51.116.155.224/28", + "51.120.99.80/28", + "51.120.182.192/28", + "51.120.219.192/28", + "51.120.235.224/28", + "51.140.212.0/28", + "51.145.176.215/32", + "52.142.91.221/32", + "52.159.55.120/32", + "52.162.110.176/28", + "52.224.146.56/32", + "52.231.148.16/28", + "52.232.230.201/32", + "52.242.47.128/28", + "52.253.159.186/32", + "52.253.225.186/32", + "52.253.226.110/32", + "68.221.87.48/28", + "102.133.0.192/32", + "102.133.28.112/28", + "102.133.130.206/32", + "102.133.156.16/28", + "104.211.147.224/28", + "158.23.103.48/28", + "191.233.25.183/32", + "191.233.50.208/28", + "191.233.205.0/28", + "2603:1000:4:1::380/121", + "2603:1000:4:402::150/124", + "2603:1000:104:2::100/121", + "2603:1000:104:402::150/124", + "2603:1010:6::600/121", + "2603:1010:6:402::150/124", + "2603:1010:101:1::380/121", + "2603:1010:101:402::150/124", + "2603:1010:304:1::380/121", + "2603:1010:304:402::150/124", + "2603:1010:404:1::380/121", + "2603:1010:404:402::150/124", + "2603:1020:5::600/121", + "2603:1020:5:402::150/124", + "2603:1020:206::600/121", + "2603:1020:206:402::150/124", + "2603:1020:305:402::150/124", + "2603:1020:405:402::150/124", + "2603:1020:605:1::380/121", + "2603:1020:605:402::150/124", + "2603:1020:705::600/121", + "2603:1020:705:402::150/124", + "2603:1020:805::600/121", + "2603:1020:805:402::150/124", + "2603:1020:905:1::380/121", + "2603:1020:905:402::150/124", + "2603:1020:a04::600/121", + "2603:1020:a04:402::150/124", + "2603:1020:b04:1::380/121", + "2603:1020:b04:402::150/124", + "2603:1020:c04::600/121", + "2603:1020:c04:402::150/124", + "2603:1020:d04:1::380/121", + "2603:1020:d04:402::150/124", + "2603:1020:e04::600/121", + "2603:1020:e04:402::150/124", + "2603:1020:f04:1::380/121", + "2603:1020:f04:402::150/124", + "2603:1020:1004:2::100/121", + "2603:1020:1004:800::d0/124", + "2603:1020:1104:1::600/121", + "2603:1020:1104:400::150/124", + "2603:1020:1204:1::220/123", + "2603:1020:1302:2::120/123", + "2603:1020:1403:1::220/123", + "2603:1030:f:2::380/121", + "2603:1030:f:400::950/124", + "2603:1030:10::600/121", + "2603:1030:10:402::150/124", + "2603:1030:104::600/121", + "2603:1030:104:402::150/124", + "2603:1030:107:1::300/121", + "2603:1030:107:400::e0/124", + "2603:1030:210::600/121", + "2603:1030:210:402::150/124", + "2603:1030:40b:2::400/121", + "2603:1030:40b:400::950/124", + "2603:1030:40c::600/121", + "2603:1030:40c:402::150/124", + "2603:1030:504:2::180/121", + "2603:1030:504:802::d0/124", + "2603:1030:608:1::380/121", + "2603:1030:608:402::150/124", + "2603:1030:702:1::220/123", + "2603:1030:807::600/121", + "2603:1030:807:402::150/124", + "2603:1030:a07:1::380/121", + "2603:1030:a07:402::8d0/124", + "2603:1030:b04:1::380/121", + "2603:1030:b04:402::150/124", + "2603:1030:c06:2::400/121", + "2603:1030:c06:400::950/124", + "2603:1030:f05::600/121", + "2603:1030:f05:402::150/124", + "2603:1030:1005:1::380/121", + "2603:1030:1005:402::150/124", + "2603:1040:5::700/121", + "2603:1040:5:402::150/124", + "2603:1040:207:1::380/121", + "2603:1040:207:402::150/124", + "2603:1040:407::600/121", + "2603:1040:407:402::150/124", + "2603:1040:606:1::380/121", + "2603:1040:606:402::150/124", + "2603:1040:806:1::380/121", + "2603:1040:806:402::150/124", + "2603:1040:904::600/121", + "2603:1040:904:402::150/124", + "2603:1040:a06::700/121", + "2603:1040:a06:402::150/124", + "2603:1040:b04:1::380/121", + "2603:1040:b04:402::150/124", + "2603:1040:c06:1::380/121", + "2603:1040:c06:402::150/124", + "2603:1040:d04:2::280/121", + "2603:1040:d04:800::d0/124", + "2603:1040:e05::180/121", + "2603:1040:f05::600/121", + "2603:1040:f05:402::150/124", + "2603:1040:1002:1::180/123", + "2603:1040:1104:1::680/121", + "2603:1040:1104:400::150/124", + "2603:1040:1202:1::1c0/123", + "2603:1040:1302:1::4a0/123", + "2603:1040:1402:2::120/123", + "2603:1040:1503:1::1e0/123", + "2603:1040:1602:1::240/123", + "2603:1050:6::600/121", + "2603:1050:6:402::150/124", + "2603:1050:403:1::400/121", + "2603:1050:403:400::2b0/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureDataLake", + "id": "AzureDataLake", + "properties": { + "changeNumber": 3, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureDataLake", + "addressPrefixes": [ + "20.119.199.45/32", + "20.122.64.76/32", + "40.90.138.133/32", + "40.90.138.136/32", + "40.90.141.128/29", + "40.90.141.167/32", + "40.90.145.192/26", + "65.52.108.31/32", + "65.52.108.38/32", + "104.44.88.66/31", + "104.44.88.106/31", + "104.44.88.112/31", + "104.44.88.176/31", + "104.44.88.184/29", + "104.44.89.39/32", + "104.44.89.42/32", + "104.44.90.128/27", + "104.44.90.194/31", + "104.44.91.160/27" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureDatabricks", + "id": "AzureDatabricks", + "properties": { + "changeNumber": 22, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureDatabricks", + "addressPrefixes": [ + "4.232.24.32/29", + "13.70.105.50/32", + "13.70.107.141/32", + "13.71.184.74/32", + "13.71.187.166/32", + "13.75.164.249/32", + "13.75.218.172/32", + "13.78.18.152/32", + "13.78.19.235/32", + "13.86.58.215/32", + "13.88.249.244/32", + "20.17.48.32/29", + "20.17.112.32/29", + "20.21.32.32/29", + "20.36.120.68/30", + "20.37.156.208/28", + "20.37.195.16/29", + "20.37.224.68/30", + "20.38.84.80/28", + "20.38.136.120/29", + "20.39.8.68/30", + "20.41.4.112/28", + "20.41.65.136/29", + "20.41.192.68/30", + "20.42.4.208/28", + "20.42.129.160/28", + "20.42.224.68/30", + "20.43.41.152/29", + "20.43.65.144/29", + "20.43.130.96/28", + "20.45.112.68/30", + "20.45.192.68/30", + "20.46.12.200/29", + "20.46.121.76/32", + "20.52.93.40/29", + "20.72.16.32/29", + "20.99.8.64/29", + "20.150.160.104/30", + "20.150.160.208/29", + "20.186.83.56/32", + "20.189.106.192/28", + "20.192.160.32/29", + "20.192.225.24/29", + "20.194.4.102/32", + "20.203.90.136/29", + "20.210.146.0/29", + "20.215.0.32/29", + "20.217.40.32/29", + "23.97.106.142/32", + "23.97.201.41/32", + "23.100.0.135/32", + "23.100.226.13/32", + "23.101.147.147/32", + "23.101.152.95/32", + "40.67.48.68/30", + "40.70.58.221/32", + "40.74.30.80/28", + "40.80.56.68/30", + "40.80.168.68/30", + "40.80.188.0/28", + "40.82.248.112/28", + "40.83.176.199/32", + "40.83.178.242/32", + "40.85.223.25/32", + "40.86.167.110/32", + "40.89.16.68/30", + "40.89.168.225/32", + "40.89.170.184/32", + "40.89.171.101/32", + "40.118.174.12/32", + "40.119.9.208/28", + "40.123.212.253/32", + "40.123.218.63/32", + "40.123.219.125/32", + "40.123.225.135/32", + "40.127.5.82/32", + "40.127.5.124/32", + "40.127.147.196/32", + "51.12.41.16/30", + "51.12.47.16/29", + "51.12.193.16/30", + "51.12.198.200/29", + "51.53.24.32/29", + "51.53.168.32/29", + "51.103.18.111/32", + "51.104.25.136/30", + "51.105.80.68/30", + "51.105.88.68/30", + "51.107.48.120/30", + "51.107.144.68/30", + "51.107.203.195/32", + "51.107.246.160/29", + "51.116.74.16/29", + "51.120.40.120/30", + "51.120.180.120/30", + "51.120.224.68/30", + "51.120.234.176/29", + "51.137.160.120/29", + "51.138.96.158/32", + "51.140.200.46/32", + "51.140.203.27/32", + "51.140.204.4/32", + "51.141.103.193/32", + "51.143.192.68/30", + "52.136.48.68/30", + "52.140.104.120/29", + "52.141.6.71/32", + "52.141.6.181/32", + "52.141.22.164/32", + "52.146.50.16/32", + "52.150.136.68/30", + "52.172.133.58/32", + "52.187.0.85/32", + "52.187.3.203/32", + "52.187.145.107/32", + "52.228.81.136/29", + "52.230.27.216/32", + "52.232.19.246/32", + "52.246.160.72/32", + "52.247.0.200/32", + "68.221.80.32/29", + "102.37.41.3/32", + "102.133.56.68/30", + "102.133.216.96/29", + "102.133.224.24/32", + "104.41.54.118/32", + "104.45.7.191/32", + "104.211.89.81/32", + "104.211.101.14/32", + "104.211.103.82/32", + "158.23.96.32/29", + "191.232.53.223/32", + "191.233.8.32/29", + "191.234.160.82/32", + "191.235.225.144/29", + "2603:1000:4::160/123", + "2603:1000:104:1::160/123", + "2603:1010:6:1::160/123", + "2603:1010:101::160/123", + "2603:1010:304::160/123", + "2603:1010:404::160/123", + "2603:1020:5:1::160/123", + "2603:1020:206:1::160/123", + "2603:1020:305::160/123", + "2603:1020:405::160/123", + "2603:1020:605::160/123", + "2603:1020:705:1::160/123", + "2603:1020:805:1::160/123", + "2603:1020:905::160/123", + "2603:1020:a04:1::160/123", + "2603:1020:b04::160/123", + "2603:1020:c04:1::160/123", + "2603:1020:d04::160/123", + "2603:1020:e04:1::160/123", + "2603:1020:f04::160/123", + "2603:1020:1004::160/123", + "2603:1020:1104::160/123", + "2603:1020:1204::1a0/123", + "2603:1020:1302::1a0/123", + "2603:1020:1403::1a0/123", + "2603:1030:f:1::160/123", + "2603:1030:10:1::160/123", + "2603:1030:104:1::160/123", + "2603:1030:107::160/123", + "2603:1030:210:1::160/123", + "2603:1030:40b:1::160/123", + "2603:1030:40c:1::160/123", + "2603:1030:504:1::160/123", + "2603:1030:608::160/123", + "2603:1030:702::1a0/123", + "2603:1030:807:1::160/123", + "2603:1030:a07::160/123", + "2603:1030:b04::160/123", + "2603:1030:c06:1::160/123", + "2603:1030:f05:1::160/123", + "2603:1030:1005::160/123", + "2603:1040:5:1::160/123", + "2603:1040:207::160/123", + "2603:1040:407:1::160/123", + "2603:1040:606::160/123", + "2603:1040:806::160/123", + "2603:1040:904:1::160/123", + "2603:1040:a06:1::160/123", + "2603:1040:b04::160/123", + "2603:1040:c06::160/123", + "2603:1040:d04::160/123", + "2603:1040:e05:1::600/123", + "2603:1040:f05:1::160/123", + "2603:1040:1002::e0/123", + "2603:1040:1104::160/123", + "2603:1040:1202::1a0/123", + "2603:1040:1302::1a0/123", + "2603:1040:1402::1a0/123", + "2603:1040:1503::1a0/123", + "2603:1040:1602::1a0/123", + "2603:1050:6:1::160/123", + "2603:1050:403::160/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureDevOps", + "id": "AzureDevOps", + "properties": { + "changeNumber": 6, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureDevOps", + "addressPrefixes": [ + "20.37.158.0/23", + "20.37.194.0/24", + "20.39.13.0/26", + "20.41.6.0/23", + "20.41.194.0/24", + "20.42.5.0/24", + "20.42.134.0/23", + "20.42.226.0/24", + "20.45.196.64/26", + "20.91.148.128/25", + "20.125.155.0/24", + "20.166.41.0/24", + "20.189.107.0/24", + "20.195.68.0/24", + "20.204.197.192/26", + "20.233.130.0/25", + "40.74.28.0/23", + "40.80.187.0/24", + "40.82.252.0/24", + "40.119.10.0/24", + "51.104.26.0/24", + "52.150.138.0/24", + "52.228.82.0/24", + "191.235.226.0/24" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureDevSpaces", + "id": "AzureDevSpaces", + "properties": { + "changeNumber": 1, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureDevSpaces", + "addressPrefixes": [ + "13.69.71.144/28", + "13.70.78.176/28", + "13.71.175.112/28", + "13.71.199.96/28", + "13.73.244.128/28", + "13.74.111.128/28", + "13.78.111.144/28", + "13.86.221.224/28", + "20.37.157.64/28", + "20.37.195.80/28", + "20.38.85.128/28", + "20.39.11.64/28", + "20.41.5.128/28", + "20.42.6.32/27", + "20.42.6.128/28", + "20.42.64.64/26", + "20.42.131.192/27", + "20.42.230.64/28", + "20.43.65.208/28", + "20.43.130.240/28", + "20.189.108.32/28", + "40.69.110.176/28", + "40.70.151.80/28", + "40.74.30.144/28", + "40.75.35.224/28", + "40.78.239.0/28", + "40.78.251.224/27", + "40.82.253.112/28", + "40.89.17.192/28", + "40.119.9.240/28", + "51.104.25.208/28", + "51.105.77.64/28", + "52.150.139.144/28", + "52.182.141.128/28", + "52.228.81.224/28", + "104.214.161.48/28" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureDeviceUpdate", + "id": "AzureDeviceUpdate", + "properties": { + "changeNumber": 1, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureDeviceUpdate", + "addressPrefixes": [ + "20.37.71.192/28", + "20.38.143.224/28", + "20.40.229.32/28", + "20.45.116.224/28", + "20.45.241.192/26", + "20.46.11.192/28", + "20.47.236.192/26", + "20.47.237.128/26", + "20.48.196.112/28", + "20.49.119.192/28", + "20.51.7.64/26", + "20.51.12.64/26", + "20.51.20.64/28", + "20.53.47.16/28", + "20.53.48.160/28", + "20.53.56.96/28", + "20.58.67.0/28", + "20.59.77.64/26", + "20.59.81.64/26", + "20.61.102.96/28", + "20.62.59.16/28", + "20.62.132.240/28", + "20.62.135.128/27", + "20.62.135.160/28", + "20.65.133.64/28", + "20.66.3.208/28", + "20.69.0.112/28", + "20.69.4.64/26", + "20.69.4.128/26", + "20.69.8.192/26", + "20.70.223.192/26", + "20.83.222.128/26", + "20.86.93.128/26", + "20.90.38.64/26", + "20.90.38.128/26", + "20.91.9.192/26", + "20.91.11.64/26", + "20.91.144.0/26", + "20.92.5.128/25", + "20.97.35.64/26", + "20.97.39.192/26", + "20.98.148.64/26", + "20.98.148.192/26", + "20.98.195.192/26", + "20.105.211.0/26", + "20.105.211.192/26", + "20.117.192.0/26", + "20.117.193.64/26", + "20.118.138.192/26", + "20.118.141.64/26", + "20.119.27.192/26", + "20.119.28.128/26", + "20.119.155.192/26", + "20.125.0.128/26", + "20.125.4.0/25", + "20.125.162.0/26", + "20.150.244.16/28", + "20.189.225.240/28", + "20.191.165.240/28", + "20.192.43.240/28", + "20.192.48.112/28", + "20.192.80.0/28", + "20.192.167.208/28", + "20.194.73.224/28", + "20.195.65.112/28", + "20.195.72.112/28", + "20.195.87.128/26", + "20.205.49.128/26", + "20.205.67.192/26", + "20.211.71.192/26", + "20.212.79.64/26", + "20.223.64.64/26", + "20.228.1.0/26", + "40.67.53.144/28", + "51.12.46.112/28", + "51.12.74.192/26", + "51.12.198.96/28", + "51.13.137.48/28", + "51.107.242.112/28", + "51.107.250.224/28", + "51.116.54.160/28", + "51.116.149.192/28", + "51.120.233.80/28", + "51.138.210.80/28", + "51.143.212.48/28", + "52.136.185.128/28", + "52.139.107.80/28", + "52.146.136.16/28", + "52.146.141.64/26", + "52.147.112.192/28", + "52.172.113.176/28", + "102.37.80.176/28", + "102.37.160.128/28", + "104.46.179.224/28", + "191.233.15.240/28", + "191.234.142.240/28" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureDigitalTwins", + "id": "AzureDigitalTwins", + "properties": { + "changeNumber": 28, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "4.232.26.224/27", + "20.17.51.192/27", + "20.17.116.0/27", + "20.21.36.64/27", + "20.36.125.120/29", + "20.36.125.192/27", + "20.37.70.112/29", + "20.37.70.192/27", + "20.38.142.112/29", + "20.38.142.192/27", + "20.39.2.134/32", + "20.39.2.208/32", + "20.39.2.237/32", + "20.39.3.11/32", + "20.39.3.14/32", + "20.39.3.17/32", + "20.39.3.38/32", + "20.39.18.169/32", + "20.40.225.48/29", + "20.40.225.128/27", + "20.43.47.72/29", + "20.43.47.96/27", + "20.45.116.80/29", + "20.45.116.96/27", + "20.46.10.56/29", + "20.46.10.96/27", + "20.48.193.128/27", + "20.48.193.160/29", + "20.49.103.112/29", + "20.49.103.192/27", + "20.49.118.8/29", + "20.49.118.32/27", + "20.49.248.209/32", + "20.49.249.56/32", + "20.49.249.78/32", + "20.49.249.101/32", + "20.49.249.106/32", + "20.49.249.156/32", + "20.49.249.189/32", + "20.49.249.208/32", + "20.49.249.236/32", + "20.49.250.2/32", + "20.50.211.192/32", + "20.50.212.99/32", + "20.50.212.103/32", + "20.50.212.140/32", + "20.50.213.6/32", + "20.50.213.76/32", + "20.50.213.88/32", + "20.50.213.93/32", + "20.50.213.94/32", + "20.50.213.120/32", + "20.51.8.96/27", + "20.51.8.192/29", + "20.51.16.176/29", + "20.51.17.0/27", + "20.51.73.8/32", + "20.51.73.11/32", + "20.51.73.22/31", + "20.51.73.25/32", + "20.51.73.26/31", + "20.51.73.36/32", + "20.51.73.39/32", + "20.51.73.44/32", + "20.53.44.88/29", + "20.53.44.96/27", + "20.53.48.0/27", + "20.53.48.32/29", + "20.53.114.26/32", + "20.53.114.71/32", + "20.53.114.84/32", + "20.53.114.118/32", + "20.58.66.0/27", + "20.58.66.32/29", + "20.61.98.144/29", + "20.61.99.0/27", + "20.62.129.32/27", + "20.62.129.128/29", + "20.65.130.72/29", + "20.65.130.96/27", + "20.66.2.16/29", + "20.66.2.128/27", + "20.72.20.0/27", + "20.150.166.176/29", + "20.150.167.128/27", + "20.185.75.6/32", + "20.185.75.209/32", + "20.187.197.16/29", + "20.187.197.128/27", + "20.189.224.224/27", + "20.189.225.64/29", + "20.191.161.96/27", + "20.191.161.192/29", + "20.192.166.176/29", + "20.192.167.128/27", + "20.192.231.192/27", + "20.192.231.224/29", + "20.193.3.89/32", + "20.193.3.243/32", + "20.193.7.70/32", + "20.193.7.132/32", + "20.193.59.172/32", + "20.193.59.253/32", + "20.194.72.136/29", + "20.194.72.160/27", + "20.215.3.192/27", + "20.217.43.192/27", + "23.98.108.184/29", + "23.98.109.0/27", + "40.67.52.104/29", + "40.67.52.192/27", + "40.80.173.208/29", + "40.80.173.224/27", + "40.119.241.130/32", + "40.119.241.148/32", + "40.119.241.154/32", + "40.119.242.73/32", + "40.119.242.79/32", + "40.119.242.168/32", + "40.119.242.232/32", + "40.119.243.20/32", + "40.119.243.119/32", + "40.119.243.178/32", + "40.124.97.243/32", + "40.124.98.14/31", + "40.124.98.23/32", + "40.124.98.34/31", + "40.124.98.48/32", + "40.124.98.52/32", + "40.124.98.70/32", + "40.124.99.100/32", + "51.12.43.144/29", + "51.12.43.160/27", + "51.12.194.120/29", + "51.12.195.192/27", + "51.13.136.128/27", + "51.13.136.160/29", + "51.53.27.192/27", + "51.53.171.192/27", + "51.104.141.227/32", + "51.107.241.64/27", + "51.107.241.96/29", + "51.107.249.80/29", + "51.107.249.96/27", + "51.116.51.176/29", + "51.116.54.0/27", + "51.116.148.120/29", + "51.116.148.192/27", + "51.120.232.40/29", + "51.120.232.128/27", + "51.143.208.208/29", + "51.143.208.224/27", + "52.136.52.248/29", + "52.136.53.64/27", + "52.136.184.80/29", + "52.136.184.96/27", + "52.139.106.96/27", + "52.140.111.112/29", + "52.140.111.192/27", + "52.142.120.18/32", + "52.142.120.22/32", + "52.142.120.57/32", + "52.142.120.74/32", + "52.142.120.90/32", + "52.142.120.104/32", + "52.142.120.156/32", + "52.146.132.192/27", + "52.146.132.224/29", + "52.148.29.27/32", + "52.149.20.142/32", + "52.149.234.152/32", + "52.149.238.190/32", + "52.149.239.34/32", + "52.150.156.248/29", + "52.150.157.32/27", + "52.153.153.146/32", + "52.153.153.246/32", + "52.153.153.255/32", + "52.153.154.13/32", + "52.153.154.40/32", + "52.153.154.123/32", + "52.153.154.158/32", + "52.153.154.161/32", + "52.156.207.58/32", + "52.156.207.195/32", + "52.161.185.49/32", + "52.170.161.49/32", + "52.170.162.28/32", + "52.172.112.168/29", + "52.172.113.0/27", + "52.186.106.218/32", + "52.191.16.191/32", + "52.191.18.106/32", + "52.247.76.74/32", + "52.247.76.167/32", + "52.247.76.187/32", + "52.247.76.199/32", + "52.247.76.216/32", + "52.247.76.246/32", + "52.247.76.252/32", + "52.247.77.7/32", + "52.247.77.22/32", + "52.247.77.26/32", + "52.250.39.158/32", + "52.250.39.236/32", + "52.250.39.246/32", + "52.250.39.250/32", + "52.250.72.145/32", + "52.250.73.36/32", + "52.250.73.178/32", + "52.250.73.204/32", + "52.250.74.3/32", + "52.253.224.146/32", + "52.253.224.154/32", + "68.221.84.96/27", + "102.37.80.0/27", + "102.37.80.32/29", + "102.133.221.16/29", + "102.133.221.32/27", + "104.46.178.120/29", + "104.46.178.160/27", + "158.23.100.96/27", + "191.233.15.16/29", + "191.233.15.32/27", + "191.234.139.168/29", + "191.234.142.0/27", + "2603:1010:304:2::700/121", + "2603:1010:404:2::780/121", + "2603:1020:a04:2::580/121", + "2603:1020:d04:2::680/121", + "2603:1020:e04::700/121", + "2603:1020:f04:3::780/121", + "2603:1020:1004:1::540/122", + "2603:1020:1004:2::/121", + "2603:1020:1104:1::380/122", + "2603:1020:1104:1::680/121", + "2603:1020:1204::600/121", + "2603:1020:1302::580/121", + "2603:1020:1403::600/121", + "2603:1030:f:2::500/121", + "2603:1030:104::700/121", + "2603:1030:107::5c0/122", + "2603:1030:504::560/123", + "2603:1030:504:2::/121", + "2603:1030:608:3::680/121", + "2603:1030:702::600/121", + "2603:1030:a07:4::280/121", + "2603:1030:1005:3::200/121", + "2603:1040:207:1::500/121", + "2603:1040:606:3::100/121", + "2603:1040:806:3::200/121", + "2603:1040:904:2::700/121", + "2603:1040:a06:2::200/121", + "2603:1040:b04:2::700/121", + "2603:1040:d04:1::540/122", + "2603:1040:d04:2::80/121", + "2603:1040:e05:5::280/121", + "2603:1040:f05::700/121", + "2603:1040:1002::7c0/123", + "2603:1040:1002:1::/121", + "2603:1040:1104:1::380/121", + "2603:1040:1202::580/121", + "2603:1040:1302::580/121", + "2603:1040:1402::580/121", + "2603:1040:1503::580/121", + "2603:1040:1602::600/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureEventGrid", + "id": "AzureEventGrid", + "properties": { + "changeNumber": 18, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "4.151.98.0/24", + "4.210.129.0/24", + "4.232.25.128/25", + "13.71.56.240/28", + "13.71.57.0/28", + "13.73.248.128/25", + "13.86.56.32/27", + "13.86.56.160/27", + "13.88.73.16/28", + "13.88.73.32/27", + "13.88.135.208/28", + "13.91.193.0/28", + "20.6.143.0/24", + "20.17.49.128/25", + "20.17.113.128/25", + "20.21.33.128/25", + "20.36.121.0/25", + "20.37.55.32/27", + "20.37.65.0/25", + "20.37.82.224/27", + "20.37.157.128/25", + "20.37.196.0/25", + "20.37.225.0/25", + "20.38.87.0/25", + "20.38.137.0/25", + "20.39.11.128/25", + "20.39.20.16/28", + "20.39.80.112/28", + "20.39.80.128/28", + "20.39.99.64/28", + "20.39.99.240/28", + "20.40.152.128/27", + "20.40.175.48/28", + "20.40.175.64/28", + "20.41.66.0/25", + "20.41.136.240/28", + "20.41.195.0/25", + "20.42.7.0/25", + "20.42.228.0/25", + "20.43.42.128/25", + "20.43.66.128/25", + "20.43.131.128/25", + "20.43.165.144/28", + "20.43.172.128/27", + "20.44.39.176/28", + "20.44.39.192/28", + "20.44.168.64/28", + "20.44.205.112/28", + "20.45.113.0/25", + "20.45.195.0/25", + "20.46.152.112/28", + "20.46.152.128/28", + "20.49.96.0/25", + "20.52.90.128/25", + "20.72.17.128/25", + "20.150.164.0/25", + "20.189.108.128/25", + "20.189.115.80/28", + "20.189.123.80/28", + "20.189.125.32/27", + "20.191.59.128/28", + "20.191.59.176/28", + "20.192.164.0/25", + "20.192.228.0/25", + "20.215.1.128/25", + "20.217.41.128/25", + "40.64.128.0/25", + "40.67.49.0/25", + "40.74.31.128/25", + "40.74.106.96/27", + "40.80.58.0/25", + "40.80.170.0/25", + "40.80.190.0/25", + "40.80.236.192/27", + "40.81.93.240/28", + "40.81.95.128/28", + "40.82.254.128/25", + "40.89.18.0/25", + "40.89.240.144/28", + "40.114.160.176/28", + "40.114.160.192/28", + "40.114.169.0/28", + "40.127.155.192/28", + "40.127.251.144/28", + "51.12.47.128/25", + "51.12.199.0/25", + "51.53.25.128/25", + "51.53.169.128/25", + "51.104.27.128/25", + "51.105.81.0/25", + "51.105.89.0/25", + "51.107.4.128/27", + "51.107.49.0/25", + "51.107.99.32/27", + "51.107.145.0/25", + "51.116.3.32/27", + "51.116.72.0/25", + "51.116.100.208/28", + "51.116.100.224/28", + "51.120.4.0/27", + "51.120.41.0/25", + "51.120.131.64/27", + "51.120.225.0/25", + "51.132.161.160/28", + "51.132.170.64/28", + "51.137.16.224/28", + "51.137.142.32/28", + "51.137.162.0/25", + "51.143.193.0/25", + "52.136.49.0/25", + "52.139.9.80/28", + "52.139.11.16/28", + "52.139.85.16/28", + "52.139.85.32/28", + "52.140.106.0/25", + "52.142.152.144/28", + "52.148.45.0/24", + "52.149.23.160/27", + "52.149.48.80/28", + "52.149.48.96/27", + "52.149.248.0/28", + "52.149.248.64/27", + "52.149.248.96/28", + "52.150.140.0/25", + "52.154.57.48/28", + "52.154.57.80/28", + "52.154.68.16/28", + "52.154.68.32/28", + "52.156.103.192/28", + "52.159.49.144/28", + "52.159.51.160/28", + "52.159.53.64/28", + "52.159.53.112/28", + "52.160.136.16/28", + "52.160.136.32/28", + "52.161.186.128/28", + "52.161.186.208/28", + "52.167.21.160/27", + "52.167.21.208/28", + "52.167.21.224/28", + "52.170.171.192/28", + "52.170.171.240/28", + "52.177.38.160/27", + "52.185.176.112/28", + "52.185.212.176/28", + "52.185.212.192/28", + "52.186.36.16/28", + "52.228.83.0/25", + "52.231.112.192/28", + "52.231.112.224/28", + "52.233.104.0/24", + "52.250.28.176/28", + "52.250.32.160/28", + "52.252.213.192/28", + "52.255.80.16/28", + "52.255.82.160/28", + "68.219.195.0/24", + "68.221.81.128/25", + "74.249.122.0/24", + "74.249.137.0/24", + "102.37.162.0/25", + "102.133.0.240/28", + "102.133.1.0/28", + "102.133.57.0/25", + "102.133.135.16/28", + "102.133.135.32/28", + "158.23.97.128/25", + "191.233.9.128/25", + "191.235.126.0/28", + "191.235.126.144/28", + "191.235.227.0/25", + "2603:1000:4::380/121", + "2603:1000:104:1::380/121", + "2603:1010:6:1::380/121", + "2603:1010:101::380/121", + "2603:1010:304::380/121", + "2603:1010:404::380/121", + "2603:1020:5:1::380/121", + "2603:1020:206:1::380/121", + "2603:1020:305::380/121", + "2603:1020:405::380/121", + "2603:1020:605::380/121", + "2603:1020:705:1::380/121", + "2603:1020:805:1::380/121", + "2603:1020:905::380/121", + "2603:1020:a04:1::380/121", + "2603:1020:b04::380/121", + "2603:1020:c04:1::380/121", + "2603:1020:d04::380/121", + "2603:1020:e04:1::380/121", + "2603:1020:f04::380/121", + "2603:1020:1004::380/121", + "2603:1020:1104::280/121", + "2603:1020:1204::280/121", + "2603:1020:1302::280/121", + "2603:1020:1403::280/121", + "2603:1030:f:1::380/121", + "2603:1030:10:1::380/121", + "2603:1030:104:1::380/121", + "2603:1030:107::280/121", + "2603:1030:210:1::380/121", + "2603:1030:40b:1::380/121", + "2603:1030:40c:1::380/121", + "2603:1030:504:1::380/121", + "2603:1030:608::380/121", + "2603:1030:702::280/121", + "2603:1030:807:1::380/121", + "2603:1030:a07::380/121", + "2603:1030:b04::380/121", + "2603:1030:c06:1::380/121", + "2603:1030:f05:1::380/121", + "2603:1030:1005::380/121", + "2603:1040:5:1::380/121", + "2603:1040:207::380/121", + "2603:1040:407:1::380/121", + "2603:1040:606::380/121", + "2603:1040:806::380/121", + "2603:1040:904:1::380/121", + "2603:1040:a06:1::380/121", + "2603:1040:b04::380/121", + "2603:1040:c06::380/121", + "2603:1040:d04::380/121", + "2603:1040:e05:1::700/121", + "2603:1040:f05:1::380/121", + "2603:1040:1002::480/121", + "2603:1040:1104::280/121", + "2603:1040:1202::280/121", + "2603:1040:1302::280/121", + "2603:1040:1402::280/121", + "2603:1040:1503::280/121", + "2603:1040:1602::280/121", + "2603:1050:6:1::380/121", + "2603:1050:403::380/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub", + "id": "EventHub", + "properties": { + "changeNumber": 48, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "4.150.33.0/24", + "4.232.29.0/24", + "4.232.107.64/26", + "4.232.123.64/26", + "4.232.195.64/26", + "13.64.195.117/32", + "13.65.209.24/32", + "13.66.138.64/28", + "13.66.145.128/26", + "13.66.149.0/26", + "13.66.228.204/32", + "13.66.230.42/32", + "13.67.8.64/27", + "13.67.20.64/26", + "13.68.20.101/32", + "13.68.21.169/32", + "13.68.77.215/32", + "13.69.64.0/26", + "13.69.106.0/26", + "13.69.111.128/26", + "13.69.227.0/26", + "13.69.239.0/26", + "13.69.253.135/32", + "13.69.255.140/32", + "13.70.72.0/28", + "13.70.79.16/28", + "13.70.114.64/26", + "13.71.30.214/32", + "13.71.123.78/32", + "13.71.154.11/32", + "13.71.170.16/28", + "13.71.177.128/26", + "13.71.194.64/27", + "13.72.254.134/32", + "13.74.107.0/26", + "13.75.34.64/26", + "13.76.179.223/32", + "13.76.216.217/32", + "13.77.50.32/27", + "13.78.106.64/28", + "13.78.149.209/32", + "13.78.150.233/32", + "13.78.191.44/32", + "13.84.145.196/32", + "13.87.34.139/32", + "13.87.34.243/32", + "13.87.56.32/27", + "13.87.122.32/27", + "13.88.20.117/32", + "13.88.26.28/32", + "13.89.58.37/32", + "13.89.59.231/32", + "13.89.170.128/26", + "13.89.178.112/28", + "13.90.83.7/32", + "13.90.208.184/32", + "13.91.61.11/32", + "13.92.124.151/32", + "13.92.180.208/32", + "13.92.190.184/32", + "13.93.226.138/32", + "13.94.47.61/32", + "20.17.53.0/24", + "20.17.67.128/26", + "20.17.117.0/24", + "20.17.130.128/26", + "20.18.179.64/26", + "20.21.38.0/24", + "20.21.43.128/26", + "20.21.67.64/26", + "20.21.75.64/26", + "20.36.46.142/32", + "20.36.74.130/32", + "20.36.106.192/27", + "20.36.114.32/27", + "20.36.144.64/26", + "20.37.74.0/27", + "20.38.146.64/26", + "20.38.155.128/26", + "20.42.68.64/26", + "20.42.74.0/26", + "20.42.131.16/28", + "20.42.131.64/26", + "20.43.126.64/26", + "20.44.2.128/26", + "20.44.13.64/26", + "20.44.26.64/26", + "20.44.31.128/26", + "20.45.92.0/24", + "20.45.117.128/26", + "20.45.122.64/26", + "20.45.126.192/26", + "20.45.240.128/25", + "20.45.241.0/26", + "20.46.15.64/26", + "20.47.216.64/26", + "20.48.200.128/26", + "20.49.84.192/26", + "20.49.93.64/27", + "20.49.93.128/27", + "20.49.95.128/26", + "20.50.72.64/26", + "20.50.80.64/26", + "20.50.201.64/26", + "20.51.3.0/24", + "20.51.14.96/27", + "20.51.14.128/25", + "20.51.22.128/26", + "20.51.23.0/25", + "20.51.23.128/26", + "20.52.64.128/26", + "20.52.92.0/24", + "20.53.1.128/26", + "20.53.51.0/24", + "20.53.59.0/24", + "20.53.85.82/32", + "20.58.69.0/24", + "20.62.62.0/24", + "20.66.7.0/24", + "20.69.3.0/24", + "20.70.219.0/24", + "20.72.27.192/26", + "20.76.242.45/32", + "20.82.245.0/24", + "20.83.192.0/26", + "20.86.89.0/24", + "20.88.65.0/24", + "20.88.153.0/26", + "20.89.0.64/26", + "20.89.10.0/24", + "20.90.128.128/26", + "20.92.2.0/24", + "20.97.32.192/26", + "20.98.147.0/24", + "20.99.15.0/24", + "20.100.0.0/26", + "20.125.171.64/26", + "20.125.203.64/26", + "20.150.160.224/27", + "20.150.170.160/27", + "20.150.175.64/26", + "20.150.178.64/26", + "20.150.182.0/27", + "20.150.186.64/26", + "20.150.189.128/26", + "20.150.246.32/27", + "20.150.246.64/26", + "20.150.246.128/25", + "20.151.32.64/26", + "20.168.163.64/26", + "20.189.231.0/24", + "20.192.33.64/26", + "20.192.51.96/27", + "20.192.51.128/25", + "20.192.55.0/26", + "20.192.83.0/24", + "20.192.98.64/26", + "20.192.102.0/26", + "20.192.161.64/27", + "20.192.168.0/26", + "20.192.225.160/27", + "20.192.234.32/27", + "20.193.97.0/26", + "20.193.195.32/27", + "20.193.195.64/26", + "20.193.195.128/25", + "20.193.202.32/27", + "20.193.204.192/26", + "20.194.68.192/26", + "20.194.80.0/26", + "20.194.128.192/26", + "20.195.77.0/24", + "20.195.81.0/24", + "20.195.97.0/32", + "20.195.137.192/26", + "20.195.150.160/27", + "20.195.150.192/26", + "20.195.151.0/25", + "20.195.152.64/26", + "20.200.193.0/24", + "20.205.75.128/26", + "20.205.83.128/26", + "20.208.19.64/26", + "20.215.5.0/24", + "20.215.19.64/26", + "20.215.27.64/26", + "20.215.155.128/26", + "20.217.45.0/24", + "20.217.59.128/26", + "20.217.75.64/26", + "20.217.91.64/26", + "23.96.214.181/32", + "23.96.253.236/32", + "23.97.67.90/32", + "23.97.97.36/32", + "23.97.103.3/32", + "23.97.120.51/32", + "23.97.226.21/32", + "23.98.64.92/32", + "23.98.65.24/32", + "23.98.82.64/27", + "23.98.87.192/26", + "23.98.112.192/26", + "23.99.7.105/32", + "23.99.54.235/32", + "23.99.60.253/32", + "23.99.80.186/32", + "23.99.118.48/32", + "23.99.128.69/32", + "23.99.129.170/32", + "23.99.192.254/32", + "23.99.196.56/32", + "23.99.228.174/32", + "23.100.14.185/32", + "23.100.100.84/32", + "23.101.3.68/32", + "23.101.8.229/32", + "23.102.0.186/32", + "23.102.0.239/32", + "23.102.53.113/32", + "23.102.128.15/32", + "23.102.160.39/32", + "23.102.161.227/32", + "23.102.163.4/32", + "23.102.165.127/32", + "23.102.167.73/32", + "23.102.180.26/32", + "23.102.234.49/32", + "40.64.113.64/26", + "40.67.58.128/26", + "40.67.72.64/26", + "40.67.123.0/24", + "40.68.35.230/32", + "40.68.39.15/32", + "40.68.93.145/32", + "40.68.205.113/32", + "40.68.217.242/32", + "40.69.29.216/32", + "40.69.106.32/27", + "40.69.117.64/26", + "40.69.217.246/32", + "40.70.78.154/32", + "40.70.146.0/26", + "40.71.10.128/26", + "40.71.100.98/32", + "40.74.100.0/27", + "40.74.141.187/32", + "40.74.146.16/28", + "40.74.151.0/26", + "40.75.34.0/28", + "40.76.29.197/32", + "40.76.40.11/32", + "40.76.194.119/32", + "40.78.110.196/32", + "40.78.194.32/27", + "40.78.202.32/27", + "40.78.226.128/26", + "40.78.234.0/27", + "40.78.242.128/28", + "40.78.247.0/26", + "40.78.250.64/28", + "40.78.253.128/26", + "40.79.44.59/32", + "40.79.74.86/32", + "40.79.130.16/28", + "40.79.138.0/28", + "40.79.142.0/26", + "40.79.146.0/28", + "40.79.149.64/26", + "40.79.155.0/26", + "40.79.162.0/28", + "40.79.166.192/26", + "40.79.170.32/28", + "40.79.174.128/26", + "40.79.178.32/27", + "40.79.186.32/27", + "40.79.191.128/26", + "40.79.194.192/26", + "40.80.50.64/26", + "40.80.181.192/26", + "40.83.191.202/32", + "40.83.222.100/32", + "40.84.150.241/32", + "40.84.185.67/32", + "40.85.226.62/32", + "40.85.229.32/32", + "40.86.77.12/32", + "40.86.102.100/32", + "40.86.176.23/32", + "40.86.225.142/32", + "40.86.230.119/32", + "40.89.122.0/26", + "40.112.185.115/32", + "40.112.213.11/32", + "40.112.242.0/25", + "40.115.79.2/32", + "40.117.88.66/32", + "40.120.75.64/27", + "40.120.78.0/26", + "40.120.84.0/24", + "40.121.84.50/32", + "40.121.141.232/32", + "40.121.148.193/32", + "40.122.173.108/32", + "40.122.213.155/32", + "40.124.65.64/26", + "40.125.103.251/32", + "40.127.83.123/32", + "40.127.132.254/32", + "51.11.192.128/26", + "51.12.21.0/24", + "51.12.30.0/24", + "51.12.98.160/27", + "51.12.102.64/26", + "51.12.202.160/27", + "51.12.206.64/26", + "51.12.226.64/26", + "51.12.234.64/26", + "51.13.0.192/26", + "51.13.140.0/24", + "51.53.29.0/24", + "51.53.107.128/26", + "51.53.173.0/24", + "51.53.187.128/26", + "51.103.203.64/26", + "51.104.165.162/32", + "51.105.66.64/26", + "51.105.71.0/26", + "51.105.74.64/26", + "51.107.58.128/27", + "51.107.129.0/26", + "51.107.154.128/27", + "51.107.245.0/24", + "51.107.253.0/24", + "51.116.58.128/27", + "51.116.73.0/24", + "51.116.154.192/27", + "51.116.242.64/26", + "51.116.245.192/27", + "51.116.246.192/26", + "51.116.250.64/26", + "51.116.254.0/26", + "51.120.98.128/27", + "51.120.106.64/26", + "51.120.210.64/26", + "51.120.218.160/27", + "51.132.192.192/26", + "51.138.214.0/24", + "51.140.80.99/32", + "51.140.87.93/32", + "51.140.125.8/32", + "51.140.146.32/28", + "51.140.149.192/26", + "51.140.189.52/32", + "51.140.189.108/32", + "51.140.210.32/27", + "51.141.14.113/32", + "51.141.14.168/32", + "51.141.50.179/32", + "51.144.238.23/32", + "52.136.136.62/32", + "52.136.188.0/24", + "52.138.90.0/28", + "52.138.147.148/32", + "52.138.226.0/26", + "52.139.4.118/32", + "52.139.109.0/24", + "52.143.136.55/32", + "52.147.98.64/26", + "52.147.115.0/24", + "52.151.58.121/32", + "52.161.19.160/32", + "52.161.24.64/32", + "52.162.106.64/26", + "52.165.34.144/32", + "52.165.179.109/32", + "52.165.235.119/32", + "52.165.237.8/32", + "52.167.106.0/26", + "52.167.109.192/26", + "52.167.145.0/26", + "52.168.14.144/32", + "52.168.66.180/32", + "52.168.117.0/26", + "52.168.146.69/32", + "52.168.147.11/32", + "52.169.18.8/32", + "52.172.119.0/24", + "52.172.221.245/32", + "52.172.223.211/32", + "52.173.199.106/32", + "52.174.243.57/32", + "52.175.35.235/32", + "52.176.47.198/32", + "52.178.17.128/26", + "52.178.78.61/32", + "52.178.211.227/32", + "52.179.6.240/32", + "52.179.8.35/32", + "52.179.157.59/32", + "52.180.180.228/32", + "52.180.182.75/32", + "52.182.138.128/26", + "52.182.143.64/26", + "52.183.46.73/32", + "52.183.86.102/32", + "52.187.2.226/32", + "52.187.59.188/32", + "52.187.61.82/32", + "52.187.185.159/32", + "52.191.45.0/24", + "52.191.213.188/32", + "52.191.228.245/32", + "52.225.184.224/32", + "52.225.186.130/32", + "52.226.36.235/32", + "52.231.18.16/28", + "52.231.29.105/32", + "52.231.32.85/32", + "52.231.32.94/32", + "52.231.146.32/27", + "52.231.200.144/32", + "52.231.200.153/32", + "52.231.207.155/32", + "52.232.27.189/32", + "52.233.30.41/32", + "52.233.190.35/32", + "52.233.192.247/32", + "52.236.186.0/26", + "52.237.33.36/32", + "52.237.33.104/32", + "52.237.143.176/32", + "52.242.20.204/32", + "52.243.36.161/32", + "52.246.154.64/26", + "52.246.159.0/26", + "65.52.129.16/32", + "65.52.250.32/27", + "68.220.83.0/26", + "68.221.86.0/24", + "68.221.99.64/26", + "68.221.147.64/26", + "74.243.18.128/26", + "102.37.65.0/26", + "102.37.72.64/26", + "102.37.83.0/24", + "102.37.165.0/24", + "102.133.26.128/26", + "102.133.122.64/26", + "102.133.127.0/26", + "102.133.154.128/26", + "102.133.250.64/26", + "102.133.254.0/26", + "104.40.26.199/32", + "104.40.29.113/32", + "104.40.68.250/32", + "104.40.69.64/32", + "104.40.150.139/32", + "104.40.179.185/32", + "104.40.216.174/32", + "104.41.63.213/32", + "104.41.201.10/32", + "104.42.97.95/32", + "104.43.18.219/32", + "104.43.168.200/32", + "104.43.192.43/32", + "104.43.192.222/32", + "104.44.129.14/32", + "104.44.129.59/32", + "104.45.135.34/32", + "104.45.147.24/32", + "104.46.32.56/32", + "104.46.32.58/32", + "104.46.98.9/32", + "104.46.98.73/32", + "104.46.99.176/32", + "104.208.16.0/26", + "104.208.144.0/26", + "104.208.237.147/32", + "104.209.186.70/32", + "104.210.14.49/32", + "104.210.106.31/32", + "104.210.146.250/32", + "104.211.81.0/28", + "104.211.98.185/32", + "104.211.102.58/32", + "104.211.146.32/27", + "104.211.160.121/32", + "104.211.160.144/32", + "104.211.224.190/32", + "104.211.224.238/32", + "104.214.18.128/27", + "104.214.70.229/32", + "137.116.48.46/32", + "137.116.77.157/32", + "137.116.91.178/32", + "137.116.157.26/32", + "137.116.158.30/32", + "137.117.85.236/32", + "137.117.89.253/32", + "137.117.91.152/32", + "137.135.102.226/32", + "138.91.1.105/32", + "138.91.17.38/32", + "138.91.17.85/32", + "138.91.193.184/32", + "158.23.11.64/26", + "158.23.102.0/24", + "158.23.123.64/26", + "158.23.195.64/26", + "168.61.92.197/32", + "168.61.143.128/26", + "168.61.148.205/32", + "168.62.52.235/32", + "168.62.234.250/32", + "168.62.237.3/32", + "168.62.249.226/32", + "168.63.141.27/32", + "191.233.9.64/27", + "191.233.73.228/32", + "191.233.203.0/28", + "191.234.146.64/26", + "191.234.150.192/26", + "191.234.154.64/26", + "191.236.32.73/32", + "191.236.32.191/32", + "191.236.35.225/32", + "191.236.128.253/32", + "191.236.129.107/32", + "191.237.47.93/32", + "191.237.129.158/32", + "191.237.224.0/26", + "191.238.75.0/24", + "191.238.99.131/32", + "191.238.160.221/32", + "191.239.64.142/32", + "191.239.64.144/32", + "191.239.160.45/32", + "191.239.160.178/32", + "207.46.153.127/32", + "207.46.154.16/32", + "207.46.227.14/32", + "2603:1000:4::240/122", + "2603:1000:4:2::/120", + "2603:1000:4:402::1c0/123", + "2603:1000:104:1::240/122", + "2603:1000:104:2::500/120", + "2603:1000:104:402::1c0/123", + "2603:1000:104:802::160/123", + "2603:1000:104:c02::160/123", + "2603:1010:6:1::240/122", + "2603:1010:6:2::400/120", + "2603:1010:6:402::1c0/123", + "2603:1010:6:802::160/123", + "2603:1010:6:c02::160/123", + "2603:1010:101::240/122", + "2603:1010:101:2::600/119", + "2603:1010:101:402::1c0/123", + "2603:1010:304::240/122", + "2603:1010:304:2::/120", + "2603:1010:304:402::1c0/123", + "2603:1010:404::240/122", + "2603:1010:404:2::/120", + "2603:1010:404:402::1c0/123", + "2603:1020:5:1::240/122", + "2603:1020:5:9::/119", + "2603:1020:5:402::1c0/123", + "2603:1020:5:802::160/123", + "2603:1020:5:c02::160/123", + "2603:1020:206:1::240/122", + "2603:1020:206:4::100/120", + "2603:1020:206:b::78/125", + "2603:1020:206:b::80/123", + "2603:1020:206:b::a0/126", + "2603:1020:206:b::a4/127", + "2603:1020:206:b::100/120", + "2603:1020:206:402::1c0/123", + "2603:1020:206:802::160/123", + "2603:1020:206:c02::160/123", + "2603:1020:305::240/122", + "2603:1020:305:402::1c0/123", + "2603:1020:405::240/122", + "2603:1020:405:402::1c0/123", + "2603:1020:605::240/122", + "2603:1020:605:2::/120", + "2603:1020:605:402::1c0/123", + "2603:1020:705:1::240/122", + "2603:1020:705:2::400/120", + "2603:1020:705:402::1c0/123", + "2603:1020:705:802::160/123", + "2603:1020:705:c02::160/123", + "2603:1020:805:1::240/122", + "2603:1020:805:2::200/120", + "2603:1020:805:402::1c0/123", + "2603:1020:805:802::160/123", + "2603:1020:805:c02::160/123", + "2603:1020:905::240/122", + "2603:1020:905:2::/120", + "2603:1020:905:402::1c0/123", + "2603:1020:a04:1::240/122", + "2603:1020:a04:2::200/120", + "2603:1020:a04:402::1c0/123", + "2603:1020:a04:802::160/123", + "2603:1020:a04:c02::160/123", + "2603:1020:b04::240/122", + "2603:1020:b04:2::/120", + "2603:1020:b04:402::1c0/123", + "2603:1020:c04:1::240/122", + "2603:1020:c04:2::200/120", + "2603:1020:c04:402::1c0/123", + "2603:1020:c04:802::160/123", + "2603:1020:c04:c02::160/123", + "2603:1020:d04::240/122", + "2603:1020:d04:1::600/120", + "2603:1020:d04:402::1c0/123", + "2603:1020:e04:1::240/122", + "2603:1020:e04:3::600/120", + "2603:1020:e04:402::1c0/123", + "2603:1020:e04:802::160/123", + "2603:1020:e04:c02::160/123", + "2603:1020:f04::240/122", + "2603:1020:f04:3::/120", + "2603:1020:f04:402::1c0/123", + "2603:1020:1004::240/122", + "2603:1020:1004:2::400/120", + "2603:1020:1004:400::2c0/123", + "2603:1020:1004:c02::c0/123", + "2603:1020:1104:400::1c0/123", + "2603:1020:1204:1::/120", + "2603:1020:1302:1::/120", + "2603:1020:1403:1::/120", + "2603:1030:f:1::240/122", + "2603:1030:f:3::200/122", + "2603:1030:f:3::400/120", + "2603:1030:f:400::9c0/123", + "2603:1030:10:1::240/122", + "2603:1030:10:c::/119", + "2603:1030:10:402::1c0/123", + "2603:1030:10:802::160/123", + "2603:1030:10:c02::160/123", + "2603:1030:104:1::240/122", + "2603:1030:104:2::300/120", + "2603:1030:104:402::1c0/123", + "2603:1030:104:402::660/123", + "2603:1030:104:802::180/123", + "2603:1030:107:1::500/120", + "2603:1030:107:400::140/123", + "2603:1030:210:1::240/122", + "2603:1030:210:c::200/119", + "2603:1030:210:402::1c0/123", + "2603:1030:210:802::160/123", + "2603:1030:210:c02::160/123", + "2603:1030:302::200/120", + "2603:1030:40b:1::240/122", + "2603:1030:40b:2::4c0/122", + "2603:1030:40b:3::/120", + "2603:1030:40b:400::9c0/123", + "2603:1030:40b:800::160/123", + "2603:1030:40b:c00::160/123", + "2603:1030:40c:1::240/122", + "2603:1030:40c:b::600/119", + "2603:1030:40c:402::1c0/123", + "2603:1030:40c:802::160/123", + "2603:1030:40c:c02::160/123", + "2603:1030:504:1::240/122", + "2603:1030:504:2::400/120", + "2603:1030:504:7::/119", + "2603:1030:504:402::2c0/123", + "2603:1030:504:802::240/123", + "2603:1030:504:c02::c0/123", + "2603:1030:608::240/122", + "2603:1030:608:1::600/120", + "2603:1030:608:402::1c0/123", + "2603:1030:702:1::/120", + "2603:1030:807:1::240/122", + "2603:1030:807:7::200/119", + "2603:1030:807:402::1c0/123", + "2603:1030:807:802::160/123", + "2603:1030:807:c02::160/123", + "2603:1030:a07::240/122", + "2603:1030:a07:1::600/120", + "2603:1030:a07:4::750/125", + "2603:1030:a07:4::758/126", + "2603:1030:a07:4::760/123", + "2603:1030:a07:b::/120", + "2603:1030:a07:402::140/123", + "2603:1030:b04::240/122", + "2603:1030:b04:1::600/120", + "2603:1030:b04:402::1c0/123", + "2603:1030:c06:1::240/122", + "2603:1030:c06:2::600/120", + "2603:1030:c06:5::3f0/126", + "2603:1030:c06:a::360/125", + "2603:1030:c06:a::700/123", + "2603:1030:c06:c::/120", + "2603:1030:c06:400::9c0/123", + "2603:1030:c06:802::160/123", + "2603:1030:c06:c02::160/123", + "2603:1030:f05:1::240/122", + "2603:1030:f05:2::400/120", + "2603:1030:f05:402::1c0/123", + "2603:1030:f05:802::160/123", + "2603:1030:f05:c02::160/123", + "2603:1030:1005::240/122", + "2603:1030:1005:2::/120", + "2603:1030:1005:402::1c0/123", + "2603:1040:5:1::240/122", + "2603:1040:5:402::1c0/123", + "2603:1040:5:802::160/123", + "2603:1040:5:c02::160/123", + "2603:1040:207::240/122", + "2603:1040:207:2::100/120", + "2603:1040:207:402::1c0/123", + "2603:1040:407:1::240/122", + "2603:1040:407:2::200/120", + "2603:1040:407:402::1c0/123", + "2603:1040:407:802::160/123", + "2603:1040:407:c02::160/123", + "2603:1040:606::240/122", + "2603:1040:606:2::/120", + "2603:1040:606:402::1c0/123", + "2603:1040:806::240/122", + "2603:1040:806:2::/120", + "2603:1040:806:402::1c0/123", + "2603:1040:904:1::240/122", + "2603:1040:904:2::200/120", + "2603:1040:904:402::1c0/123", + "2603:1040:904:802::160/123", + "2603:1040:904:c02::160/123", + "2603:1040:a06:1::240/122", + "2603:1040:a06:2::700/120", + "2603:1040:a06:402::1c0/123", + "2603:1040:a06:802::160/123", + "2603:1040:a06:c02::160/123", + "2603:1040:b04::240/122", + "2603:1040:b04:2::/120", + "2603:1040:b04:402::1c0/123", + "2603:1040:c06::240/122", + "2603:1040:c06:2::/120", + "2603:1040:c06:402::1c0/123", + "2603:1040:d04::240/122", + "2603:1040:d04:2::500/120", + "2603:1040:d04:400::2c0/123", + "2603:1040:d04:c02::c0/123", + "2603:1040:e05::500/120", + "2603:1040:f05:1::240/122", + "2603:1040:f05:2::600/120", + "2603:1040:f05:402::1c0/123", + "2603:1040:f05:802::160/123", + "2603:1040:f05:c02::160/123", + "2603:1040:1002:1::200/120", + "2603:1040:1104:2::500/120", + "2603:1040:1104:400::1c0/123", + "2603:1040:1202:1::/120", + "2603:1040:1302:1::300/120", + "2603:1040:1402:1::/120", + "2603:1040:1503:1::/120", + "2603:1040:1602:1::/120", + "2603:1050:6:1::240/122", + "2603:1050:6:2::200/120", + "2603:1050:6:402::1c0/123", + "2603:1050:6:802::160/123", + "2603:1050:6:c02::160/123", + "2603:1050:403::240/122", + "2603:1050:403:2::/120", + "2603:1050:403:400::1c0/123", + "2603:10e1:100:2::1435:5552/128", + "2603:10e1:100:2::144c:f22d/128", + "2603:10e1:100:2::14c3:6100/128", + "2603:10e1:100:2::287d:67fb/128", + "2603:10e1:100:2::3368:a5a2/128", + "2603:10e1:100:2::348b:476/128", + "2603:10e1:100:2::34bf:e4f5/128" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW", + "VSE" + ] + } + }, + { + "name": "AzureInformationProtection", + "id": "AzureInformationProtection", + "properties": { + "changeNumber": 8, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureInformationProtection", + "addressPrefixes": [ + "4.156.0.76/31", + "4.156.0.80/28", + "4.194.225.192/31", + "13.66.153.57/32", + "13.66.245.220/32", + "13.66.251.171/32", + "13.67.114.221/32", + "13.68.179.152/32", + "13.76.139.8/32", + "13.76.244.119/32", + "13.77.166.40/32", + "13.77.203.47/32", + "13.78.130.67/32", + "13.78.130.185/32", + "13.78.178.191/32", + "13.79.189.239/32", + "13.79.189.241/32", + "13.82.198.231/32", + "13.83.91.144/32", + "13.92.58.123/32", + "13.92.61.93/32", + "13.93.72.133/32", + "13.93.75.214/32", + "13.94.98.184/32", + "13.94.116.226/32", + "20.6.138.63/32", + "20.6.138.92/31", + "20.15.11.232/32", + "20.15.11.234/31", + "20.15.132.161/32", + "20.15.132.162/31", + "20.24.4.174/32", + "20.36.148.2/32", + "20.36.148.56/29", + "20.50.80.216/29", + "20.50.80.224/32", + "20.50.94.197/32", + "20.50.94.198/31", + "20.51.7.58/31", + "20.59.81.14/31", + "20.59.81.200/30", + "20.98.148.138/31", + "20.98.148.140/30", + "20.98.195.122/31", + "20.98.195.124/30", + "20.105.215.22/31", + "20.105.215.24/30", + "20.119.28.240/29", + "20.119.28.248/30", + "20.125.162.140/30", + "20.166.44.141/32", + "20.166.46.100/31", + "20.189.173.60/32", + "20.189.175.96/29", + "20.195.87.88/30", + "20.195.87.92/31", + "20.205.49.102/31", + "20.205.49.116/30", + "20.223.64.52/30", + "20.241.116.152/32", + "20.241.116.154/31", + "23.97.70.206/32", + "23.98.113.90/32", + "23.98.113.192/29", + "23.99.106.184/32", + "23.99.114.156/32", + "23.99.251.107/32", + "23.101.112.34/32", + "23.101.147.227/32", + "23.101.163.169/32", + "40.69.191.65/32", + "40.70.16.196/32", + "40.76.94.49/32", + "40.83.177.47/32", + "40.83.223.214/32", + "40.87.2.166/32", + "40.87.67.213/32", + "40.87.94.91/32", + "40.114.2.72/32", + "40.117.180.9/32", + "40.121.48.207/32", + "40.121.49.153/32", + "40.121.90.82/32", + "40.127.160.102/32", + "40.127.175.173/32", + "51.136.18.12/32", + "51.141.184.35/32", + "51.143.32.47/32", + "51.143.88.135/32", + "51.144.167.90/32", + "51.145.146.97/32", + "52.146.141.254/31", + "52.159.202.218/32", + "52.159.204.8/31", + "52.162.33.18/32", + "52.162.37.146/32", + "52.162.88.200/32", + "52.162.95.132/32", + "52.162.208.48/32", + "52.163.61.51/32", + "52.163.85.21/32", + "52.163.85.129/32", + "52.163.87.92/32", + "52.163.89.155/32", + "52.163.89.160/32", + "52.165.189.139/32", + "52.167.1.118/32", + "52.167.225.247/32", + "52.167.226.2/32", + "52.167.227.104/32", + "52.167.227.154/32", + "52.173.21.111/32", + "52.173.89.54/32", + "52.173.89.66/32", + "52.173.93.137/32", + "52.176.44.178/32", + "52.178.145.186/32", + "52.178.147.96/32", + "52.179.136.129/32", + "52.184.34.233/32", + "52.184.35.49/32", + "52.191.40.12/30", + "52.191.42.0/29", + "52.232.110.114/32", + "52.232.113.160/32", + "52.232.118.97/32", + "52.232.119.81/32", + "52.237.141.83/32", + "52.237.141.229/32", + "52.240.245.230/32", + "52.240.245.240/29", + "52.250.56.125/32", + "65.52.36.85/32", + "65.52.55.108/32", + "65.52.176.250/32", + "65.52.177.192/32", + "65.52.184.44/32", + "65.52.184.218/32", + "65.52.236.123/32", + "70.37.163.131/32", + "94.245.88.160/32", + "104.40.16.135/32", + "104.40.30.29/32", + "104.40.170.66/32", + "104.40.170.72/29", + "104.41.143.145/32", + "104.208.16.184/29", + "104.208.16.200/32", + "104.214.166.110/32", + "104.214.166.128/29", + "137.116.91.123/32", + "137.117.47.75/32", + "138.91.121.248/32", + "138.91.122.178/32", + "157.55.177.248/32", + "157.55.185.205/32", + "157.56.8.93/32", + "157.56.8.135/32", + "157.56.9.127/32", + "168.61.46.212/32", + "168.62.5.167/32", + "168.62.8.139/32", + "168.62.25.173/32", + "168.62.25.179/32", + "168.62.48.148/32", + "168.62.49.18/32", + "168.62.52.244/32", + "168.62.53.73/32", + "168.62.53.132/32", + "168.62.54.75/32", + "168.62.54.211/32", + "168.62.54.212/32", + "2603:1020:5::34c/126", + "2603:1020:5:4::258/127", + "2603:1020:5:4::25c/126", + "2603:1020:5:4::700/125", + "2603:1020:206::34d/128", + "2603:1020:206::34e/127", + "2603:1020:206::7e8/127", + "2603:1020:206::7ea/128", + "2603:1020:206::7ec/126", + "2603:1020:206:b::60/125", + "2603:1030:10:4::362/127", + "2603:1030:10:4::364/126", + "2603:1030:10:4::450/126", + "2603:1030:10:4::458/125", + "2603:1030:210:5::456/127", + "2603:1030:210:5::458/125", + "2603:1030:210:5::580/124", + "2603:1030:210:c::60/124", + "2603:1030:40c:b::c6/127", + "2603:1030:40c:b::d0/124", + "2603:1030:608:4::14/126", + "2603:1030:608:4::18/127", + "2603:1030:608:4::1c/126", + "2603:1030:608:4::3b0/125", + "2603:1030:a07:4::513/128", + "2603:1030:a07:4::514/126", + "2603:1030:a07:4::630/126", + "2603:1030:a07:4::634/128", + "2603:1030:a07:4::638/125", + "2603:1040:5::44c/126", + "2603:1040:5:3::5b0/127", + "2603:1040:5:3::5b4/126", + "2603:1040:5:3::5b8/125", + "2603:1040:207:3::106/127", + "2603:1040:207:3::108/125", + "2603:1040:207:3::3e0/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureIoTHub", + "id": "AzureIoTHub", + "properties": { + "changeNumber": 33, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "4.232.108.32/27", + "4.232.123.160/27", + "4.232.195.160/27", + "13.66.142.96/27", + "13.67.10.224/27", + "13.67.234.22/32", + "13.69.71.0/25", + "13.69.109.0/25", + "13.69.192.43/32", + "13.69.230.64/27", + "13.70.74.192/27", + "13.70.182.204/32", + "13.70.182.210/32", + "13.71.84.34/32", + "13.71.113.127/32", + "13.71.150.19/32", + "13.71.175.32/27", + "13.71.196.224/27", + "13.73.115.51/32", + "13.73.244.0/27", + "13.73.252.128/25", + "13.74.108.192/27", + "13.75.39.160/27", + "13.76.83.155/32", + "13.76.217.46/32", + "13.77.53.128/27", + "13.78.109.160/27", + "13.78.129.154/32", + "13.78.130.69/32", + "13.79.172.43/32", + "13.82.93.138/32", + "13.84.189.6/32", + "13.85.68.113/32", + "13.86.221.0/25", + "13.87.58.96/27", + "13.87.124.96/27", + "13.89.174.160/27", + "13.89.231.149/32", + "13.94.40.72/32", + "13.95.15.251/32", + "20.17.68.96/27", + "20.17.131.0/27", + "20.18.179.160/27", + "20.21.12.43/32", + "20.21.14.72/32", + "20.21.44.96/27", + "20.21.67.160/27", + "20.21.75.160/27", + "20.21.82.64/27", + "20.21.82.128/25", + "20.36.108.160/27", + "20.36.117.64/27", + "20.36.123.32/27", + "20.36.123.128/25", + "20.37.67.128/25", + "20.37.68.0/27", + "20.37.76.160/27", + "20.37.198.160/27", + "20.37.199.0/25", + "20.37.227.64/27", + "20.37.227.128/25", + "20.38.128.128/27", + "20.38.139.128/25", + "20.38.140.0/27", + "20.38.147.192/27", + "20.38.155.224/27", + "20.39.14.32/27", + "20.39.14.128/25", + "20.40.206.192/27", + "20.40.207.0/25", + "20.41.68.96/27", + "20.41.68.128/25", + "20.41.197.64/27", + "20.41.197.128/25", + "20.42.230.160/27", + "20.42.231.0/25", + "20.43.44.160/27", + "20.43.45.0/25", + "20.43.70.160/27", + "20.43.71.0/25", + "20.43.121.64/27", + "20.44.4.128/27", + "20.44.8.224/27", + "20.44.17.96/27", + "20.44.29.0/27", + "20.45.114.224/27", + "20.45.115.0/25", + "20.45.123.128/27", + "20.45.198.32/27", + "20.45.198.128/25", + "20.49.83.128/27", + "20.49.91.128/27", + "20.49.99.96/27", + "20.49.99.128/25", + "20.49.109.128/25", + "20.49.110.0/26", + "20.49.110.128/25", + "20.49.113.32/27", + "20.49.113.128/25", + "20.49.120.96/27", + "20.49.120.128/25", + "20.49.121.0/25", + "20.50.65.128/25", + "20.50.68.0/27", + "20.72.28.160/27", + "20.72.188.101/32", + "20.72.188.160/32", + "20.88.176.170/32", + "20.88.224.170/32", + "20.88.224.174/32", + "20.118.98.243/32", + "20.121.97.114/32", + "20.125.171.160/27", + "20.125.203.160/27", + "20.150.165.192/27", + "20.150.166.0/25", + "20.150.172.192/27", + "20.150.179.224/27", + "20.150.187.224/27", + "20.168.163.160/27", + "20.187.195.0/25", + "20.188.0.51/32", + "20.188.3.145/32", + "20.188.39.126/32", + "20.189.109.192/27", + "20.192.99.224/27", + "20.192.165.224/27", + "20.192.166.0/25", + "20.192.230.32/27", + "20.192.230.128/25", + "20.192.238.0/27", + "20.193.206.0/27", + "20.194.67.96/27", + "20.205.75.192/27", + "20.205.83.192/27", + "20.208.19.160/27", + "20.215.19.160/27", + "20.215.27.160/27", + "20.215.156.96/27", + "20.217.60.96/27", + "20.217.75.160/27", + "20.217.91.160/27", + "23.96.222.45/32", + "23.96.223.89/32", + "23.98.86.0/27", + "23.98.104.192/27", + "23.98.106.0/25", + "23.99.109.81/32", + "23.100.4.253/32", + "23.100.8.130/32", + "23.100.105.192/32", + "23.101.29.228/32", + "23.102.235.31/32", + "40.64.132.160/27", + "40.64.134.0/25", + "40.67.51.0/25", + "40.67.51.128/27", + "40.67.60.128/27", + "40.69.108.128/27", + "40.70.148.128/27", + "40.71.14.128/25", + "40.74.66.139/32", + "40.74.125.44/32", + "40.74.149.0/27", + "40.75.35.96/27", + "40.76.71.185/32", + "40.77.23.107/32", + "40.78.22.17/32", + "40.78.196.96/27", + "40.78.204.64/27", + "40.78.229.128/25", + "40.78.238.0/27", + "40.78.245.32/27", + "40.78.251.160/27", + "40.79.114.144/32", + "40.79.132.128/27", + "40.79.139.32/27", + "40.79.148.0/27", + "40.79.156.128/25", + "40.79.163.32/27", + "40.79.171.128/27", + "40.79.180.96/27", + "40.79.187.224/27", + "40.79.195.192/27", + "40.80.51.128/27", + "40.80.62.64/27", + "40.80.62.128/25", + "40.80.172.64/27", + "40.80.172.128/25", + "40.80.176.64/27", + "40.83.177.42/32", + "40.84.53.157/32", + "40.87.138.172/32", + "40.87.143.97/32", + "40.89.20.192/27", + "40.89.21.0/25", + "40.112.221.188/32", + "40.112.223.235/32", + "40.113.153.50/32", + "40.113.176.160/27", + "40.113.176.192/27", + "40.113.177.0/24", + "40.114.53.146/32", + "40.118.27.192/32", + "40.119.11.224/27", + "40.120.75.160/27", + "40.127.132.17/32", + "51.12.42.32/27", + "51.12.42.128/25", + "51.12.100.64/27", + "51.12.194.32/27", + "51.12.194.128/25", + "51.12.204.64/27", + "51.12.227.224/27", + "51.12.235.224/27", + "51.13.129.224/27", + "51.53.108.96/27", + "51.53.188.96/27", + "51.103.203.160/27", + "51.104.30.0/25", + "51.104.30.128/27", + "51.105.69.0/27", + "51.105.75.192/27", + "51.105.91.128/25", + "51.105.92.0/27", + "51.107.51.64/27", + "51.107.51.128/25", + "51.107.60.96/27", + "51.107.147.64/27", + "51.107.147.128/25", + "51.107.156.96/27", + "51.116.49.224/27", + "51.116.50.0/25", + "51.116.60.96/27", + "51.116.145.192/27", + "51.116.146.0/25", + "51.116.158.0/27", + "51.116.243.160/27", + "51.116.251.128/27", + "51.120.43.128/25", + "51.120.44.0/27", + "51.120.100.96/27", + "51.120.107.224/27", + "51.120.211.224/27", + "51.120.227.128/25", + "51.120.228.0/27", + "51.137.164.160/27", + "51.137.165.0/25", + "51.140.84.251/32", + "51.140.126.10/32", + "51.140.149.32/27", + "51.140.212.160/27", + "51.140.226.207/32", + "51.140.240.234/32", + "51.141.49.253/32", + "51.144.118.31/32", + "52.136.51.128/25", + "52.136.52.0/27", + "52.136.132.236/32", + "52.138.92.96/27", + "52.138.229.0/27", + "52.140.108.160/27", + "52.140.109.0/25", + "52.147.10.141/32", + "52.147.10.149/32", + "52.150.152.96/27", + "52.150.153.128/25", + "52.151.6.77/32", + "52.151.78.51/32", + "52.152.247.195/32", + "52.158.236.252/32", + "52.161.15.247/32", + "52.162.111.64/27", + "52.163.212.39/32", + "52.163.215.122/32", + "52.167.107.192/27", + "52.167.155.89/32", + "52.168.180.95/32", + "52.169.138.222/32", + "52.172.203.144/32", + "52.175.221.106/32", + "52.176.4.4/32", + "52.176.92.27/32", + "52.177.196.50/32", + "52.178.147.144/32", + "52.179.159.231/32", + "52.180.165.88/32", + "52.180.165.248/32", + "52.180.177.125/32", + "52.182.139.224/27", + "52.186.41.15/32", + "52.225.176.167/32", + "52.225.177.25/32", + "52.225.179.220/32", + "52.225.180.26/32", + "52.225.180.217/32", + "52.225.187.149/32", + "52.228.85.224/27", + "52.228.86.0/25", + "52.231.20.32/27", + "52.231.32.236/32", + "52.231.148.128/27", + "52.231.205.15/32", + "52.236.189.128/25", + "52.237.27.123/32", + "52.242.31.77/32", + "52.246.155.192/27", + "52.250.225.32/27", + "65.52.252.160/27", + "68.220.83.96/27", + "68.221.100.32/27", + "68.221.147.160/27", + "74.243.18.224/27", + "102.133.28.160/27", + "102.133.59.0/25", + "102.133.59.128/27", + "102.133.124.32/27", + "102.133.156.64/27", + "102.133.218.192/27", + "102.133.219.0/25", + "102.133.251.128/27", + "104.40.49.44/32", + "104.41.34.180/32", + "104.43.252.98/32", + "104.46.115.237/32", + "104.210.105.7/32", + "104.211.18.153/32", + "104.211.210.195/32", + "104.214.34.123/32", + "137.117.83.38/32", + "157.55.253.43/32", + "158.23.12.32/27", + "158.23.123.160/27", + "158.23.195.160/27", + "168.61.54.255/32", + "168.61.208.218/32", + "191.233.11.160/27", + "191.233.14.0/25", + "191.233.54.0/27", + "191.233.205.128/27", + "191.234.136.128/25", + "191.234.137.0/27", + "191.234.147.224/27", + "191.234.155.224/27", + "207.46.138.102/32", + "2603:1000:4:402::300/123", + "2603:1000:104:402::300/123", + "2603:1000:104:802::240/123", + "2603:1000:104:c02::240/123", + "2603:1010:6:402::300/123", + "2603:1010:6:802::240/123", + "2603:1010:6:c02::240/123", + "2603:1010:101:402::300/123", + "2603:1010:304:402::300/123", + "2603:1010:404:402::300/123", + "2603:1020:5:402::300/123", + "2603:1020:5:802::240/123", + "2603:1020:5:c02::240/123", + "2603:1020:206:402::300/123", + "2603:1020:206:802::240/123", + "2603:1020:206:c02::240/123", + "2603:1020:305:402::300/123", + "2603:1020:405:402::300/123", + "2603:1020:605:402::300/123", + "2603:1020:705:402::300/123", + "2603:1020:705:802::240/123", + "2603:1020:705:c02::240/123", + "2603:1020:805:402::300/123", + "2603:1020:805:802::240/123", + "2603:1020:805:c02::240/123", + "2603:1020:905:402::300/123", + "2603:1020:a04:402::300/123", + "2603:1020:a04:802::240/123", + "2603:1020:a04:c02::240/123", + "2603:1020:b04:402::300/123", + "2603:1020:c04:402::300/123", + "2603:1020:c04:802::240/123", + "2603:1020:c04:c02::240/123", + "2603:1020:d04:402::300/123", + "2603:1020:e04:402::300/123", + "2603:1020:e04:802::240/123", + "2603:1020:e04:c02::240/123", + "2603:1020:f04:402::300/123", + "2603:1020:1004:400::480/123", + "2603:1020:1004:800::100/123", + "2603:1020:1004:800::240/123", + "2603:1020:1004:c02::2a0/123", + "2603:1020:1104:400::300/123", + "2603:1020:1204:400::1e0/123", + "2603:1020:1204:800::120/123", + "2603:1020:1204:c00::120/123", + "2603:1020:1302:400::220/123", + "2603:1020:1302:800::e0/123", + "2603:1020:1302:c00::e0/123", + "2603:1020:1403:400::1a0/123", + "2603:1020:1403:800::120/123", + "2603:1030:f:400::b00/123", + "2603:1030:10:402::300/123", + "2603:1030:10:802::240/123", + "2603:1030:10:c02::240/123", + "2603:1030:104:402::300/123", + "2603:1030:104:402::740/123", + "2603:1030:104:802::1e0/123", + "2603:1030:107:400::280/123", + "2603:1030:210:402::300/123", + "2603:1030:210:802::240/123", + "2603:1030:210:c02::240/123", + "2603:1030:40b:400::b00/123", + "2603:1030:40b:800::240/123", + "2603:1030:40b:c00::240/123", + "2603:1030:40b:1000::80/123", + "2603:1030:40c:402::300/123", + "2603:1030:40c:802::240/123", + "2603:1030:40c:c02::240/123", + "2603:1030:504:402::460/123", + "2603:1030:504:802::100/123", + "2603:1030:504:c02::2a0/123", + "2603:1030:608:402::300/123", + "2603:1030:608:800::e0/123", + "2603:1030:608:c00::e0/123", + "2603:1030:702:400::1a0/123", + "2603:1030:702:800::120/123", + "2603:1030:702:c00::120/123", + "2603:1030:807:402::300/123", + "2603:1030:807:802::240/123", + "2603:1030:807:c02::240/123", + "2603:1030:a07:402::980/123", + "2603:1030:a07:c00::e0/123", + "2603:1030:b04:402::300/123", + "2603:1030:c06:400::b00/123", + "2603:1030:c06:802::240/123", + "2603:1030:c06:c02::240/123", + "2603:1030:f05:402::300/123", + "2603:1030:f05:802::240/123", + "2603:1030:f05:c02::240/123", + "2603:1030:1005:402::300/123", + "2603:1040:5:402::300/123", + "2603:1040:5:802::240/123", + "2603:1040:5:c02::240/123", + "2603:1040:207:402::300/123", + "2603:1040:207:800::e0/123", + "2603:1040:207:c00::e0/123", + "2603:1040:407:402::300/123", + "2603:1040:407:802::240/123", + "2603:1040:407:c02::240/123", + "2603:1040:606:402::300/123", + "2603:1040:606:800::120/123", + "2603:1040:806:402::300/123", + "2603:1040:904:402::300/123", + "2603:1040:904:802::240/123", + "2603:1040:904:c02::240/123", + "2603:1040:a06:402::300/123", + "2603:1040:a06:802::240/123", + "2603:1040:a06:c02::240/123", + "2603:1040:b04:402::300/123", + "2603:1040:b04:800::40/123", + "2603:1040:c06:402::300/123", + "2603:1040:d04:400::480/123", + "2603:1040:d04:800::100/123", + "2603:1040:d04:800::240/123", + "2603:1040:d04:c02::2a0/123", + "2603:1040:e05:402::1c0/123", + "2603:1040:f05:402::300/123", + "2603:1040:f05:802::240/123", + "2603:1040:f05:c02::240/123", + "2603:1040:1002:2::f0/124", + "2603:1040:1002:2::360/124", + "2603:1040:1002:400::200/123", + "2603:1040:1002:800::e0/123", + "2603:1040:1002:c00::e0/123", + "2603:1040:1104:400::300/123", + "2603:1040:1202:400::220/123", + "2603:1040:1302:400::220/123", + "2603:1040:1402:400::220/123", + "2603:1040:1402:800::e0/123", + "2603:1040:1402:c00::e0/123", + "2603:1040:1503:400::220/123", + "2603:1040:1602:400::80/123", + "2603:1050:6:402::300/123", + "2603:1050:6:802::240/123", + "2603:1050:6:c02::240/123", + "2603:1050:403:400::220/123", + "2603:10e1:100:2::1415:e48/128", + "2603:10e1:100:2::1448:bca0/128", + "2603:10e1:100:2::1458:b0aa/128", + "2603:10e1:100:2::1458:e0aa/128", + "2603:10e1:100:2::1476:62f3/128", + "2603:10e1:100:2::1479:6172/128", + "2603:10e1:100:2::34ba:290f/128" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault", + "id": "AzureKeyVault", + "properties": { + "changeNumber": 34, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "4.232.30.216/29", + "4.232.106.124/30", + "4.232.122.76/30", + "4.232.194.76/30", + "13.66.138.88/30", + "13.66.226.249/32", + "13.66.230.241/32", + "13.67.8.104/30", + "13.68.24.216/32", + "13.68.29.203/32", + "13.68.104.240/32", + "13.69.64.72/30", + "13.69.111.192/30", + "13.69.227.72/30", + "13.70.72.24/30", + "13.70.138.129/32", + "13.71.170.40/30", + "13.71.194.112/30", + "13.72.250.239/32", + "13.74.10.39/32", + "13.74.10.113/32", + "13.74.111.148/30", + "13.75.34.144/30", + "13.77.50.64/30", + "13.78.106.88/30", + "13.80.247.19/32", + "13.80.247.42/32", + "13.84.174.143/32", + "13.87.34.51/32", + "13.87.39.0/32", + "13.87.56.80/30", + "13.87.122.80/30", + "13.89.61.248/32", + "13.89.170.200/30", + "20.17.58.48/29", + "20.17.66.124/30", + "20.17.120.32/29", + "20.17.130.52/30", + "20.18.178.76/30", + "20.21.37.112/30", + "20.21.43.244/30", + "20.21.66.76/30", + "20.21.74.76/30", + "20.21.80.0/29", + "20.36.40.39/32", + "20.36.40.42/32", + "20.36.72.34/32", + "20.36.72.38/32", + "20.36.106.64/30", + "20.36.114.16/30", + "20.37.74.228/30", + "20.38.149.196/30", + "20.38.157.128/30", + "20.40.230.32/28", + "20.40.230.48/29", + "20.42.64.44/30", + "20.42.73.8/30", + "20.43.56.38/32", + "20.43.56.66/32", + "20.44.2.0/30", + "20.44.13.224/30", + "20.44.19.172/30", + "20.44.29.112/30", + "20.45.90.72/29", + "20.45.90.80/30", + "20.45.117.32/29", + "20.45.117.40/30", + "20.45.123.240/30", + "20.45.123.252/30", + "20.45.208.8/30", + "20.45.241.176/29", + "20.46.11.248/29", + "20.46.12.192/30", + "20.48.197.104/29", + "20.48.197.112/30", + "20.49.82.0/30", + "20.49.90.0/30", + "20.49.91.232/30", + "20.49.119.232/29", + "20.49.119.240/28", + "20.50.80.192/30", + "20.51.12.248/29", + "20.51.13.64/30", + "20.51.20.84/30", + "20.51.21.64/29", + "20.52.88.144/29", + "20.52.88.152/30", + "20.53.47.68/30", + "20.53.47.200/29", + "20.53.48.40/29", + "20.53.49.96/30", + "20.53.57.40/29", + "20.53.57.48/30", + "20.58.67.48/29", + "20.58.67.56/30", + "20.61.103.224/29", + "20.61.103.232/30", + "20.62.60.128/27", + "20.62.134.76/30", + "20.62.134.224/29", + "20.65.134.48/28", + "20.65.134.64/29", + "20.66.2.28/30", + "20.66.5.128/29", + "20.69.1.104/29", + "20.69.1.112/30", + "20.72.21.148/30", + "20.72.21.192/29", + "20.72.26.0/30", + "20.83.221.96/28", + "20.88.156.160/29", + "20.98.145.80/28", + "20.98.192.176/28", + "20.125.170.76/30", + "20.125.202.76/30", + "20.150.170.0/30", + "20.150.181.28/30", + "20.150.181.164/30", + "20.150.189.32/30", + "20.150.244.36/30", + "20.150.245.56/29", + "20.168.162.76/30", + "20.185.217.251/32", + "20.185.218.1/32", + "20.186.41.83/32", + "20.186.47.182/32", + "20.188.2.148/32", + "20.188.2.156/32", + "20.188.40.44/32", + "20.188.40.46/32", + "20.189.228.136/29", + "20.189.228.208/30", + "20.191.166.120/29", + "20.191.167.128/30", + "20.192.44.112/29", + "20.192.44.120/30", + "20.192.50.216/29", + "20.192.50.224/30", + "20.192.80.48/29", + "20.192.80.56/30", + "20.192.102.64/30", + "20.192.234.0/30", + "20.193.194.44/30", + "20.193.194.80/29", + "20.193.202.0/30", + "20.194.66.0/30", + "20.194.74.80/29", + "20.194.74.88/30", + "20.195.67.192/29", + "20.195.67.200/30", + "20.195.74.168/29", + "20.195.74.176/30", + "20.195.83.60/30", + "20.195.84.168/29", + "20.195.146.68/30", + "20.195.146.192/29", + "20.205.74.76/30", + "20.205.82.76/30", + "20.205.192.64/30", + "20.208.18.76/30", + "20.215.7.32/29", + "20.215.13.128/30", + "20.215.18.76/30", + "20.215.26.76/30", + "20.215.155.240/30", + "20.217.47.32/29", + "20.217.59.240/30", + "20.217.74.76/30", + "20.217.90.76/30", + "23.96.210.207/32", + "23.96.250.48/32", + "23.97.50.43/32", + "23.97.120.25/32", + "23.97.120.29/32", + "23.97.120.39/32", + "23.97.120.57/32", + "23.97.178.0/32", + "23.99.132.207/32", + "23.100.57.24/32", + "23.100.58.149/32", + "23.101.21.103/32", + "23.101.21.193/32", + "23.101.23.190/32", + "23.101.23.192/32", + "23.101.159.107/32", + "23.102.72.114/32", + "23.102.75.18/32", + "40.65.188.244/32", + "40.65.189.219/32", + "40.67.53.184/29", + "40.67.53.224/30", + "40.67.58.0/30", + "40.69.106.64/30", + "40.70.146.72/30", + "40.70.186.91/32", + "40.70.204.6/32", + "40.70.204.32/32", + "40.71.10.200/30", + "40.74.100.48/30", + "40.74.150.68/30", + "40.76.196.75/32", + "40.76.212.37/32", + "40.78.194.64/30", + "40.78.239.124/30", + "40.78.245.200/30", + "40.78.253.68/30", + "40.79.118.1/32", + "40.79.118.5/32", + "40.79.130.40/30", + "40.79.141.136/30", + "40.79.148.84/30", + "40.79.163.156/30", + "40.79.173.4/30", + "40.79.178.64/30", + "40.79.191.192/30", + "40.79.197.112/30", + "40.80.53.8/30", + "40.84.47.24/32", + "40.85.185.208/32", + "40.85.229.9/32", + "40.85.231.231/32", + "40.86.224.94/32", + "40.86.231.180/32", + "40.87.69.184/32", + "40.89.121.172/30", + "40.89.145.89/32", + "40.89.145.93/32", + "40.89.180.10/32", + "40.89.180.25/32", + "40.91.193.78/32", + "40.91.199.213/32", + "40.112.242.144/30", + "40.117.157.122/32", + "40.120.74.0/30", + "40.120.82.104/29", + "40.120.82.112/30", + "40.124.64.128/30", + "51.12.17.232/29", + "51.12.17.240/30", + "51.12.25.204/30", + "51.12.28.32/29", + "51.12.98.0/30", + "51.12.202.0/30", + "51.12.229.24/30", + "51.12.237.24/30", + "51.13.136.188/30", + "51.13.137.216/29", + "51.53.31.128/29", + "51.53.101.128/30", + "51.53.106.124/30", + "51.53.178.16/29", + "51.53.178.204/30", + "51.53.186.124/30", + "51.103.202.76/30", + "51.104.192.129/32", + "51.104.192.138/32", + "51.105.4.67/32", + "51.105.4.75/32", + "51.105.71.160/30", + "51.105.77.56/30", + "51.107.58.0/30", + "51.107.154.0/30", + "51.107.241.116/30", + "51.107.242.248/29", + "51.107.250.44/30", + "51.107.251.104/29", + "51.116.54.76/30", + "51.116.55.88/29", + "51.116.58.0/30", + "51.116.154.64/30", + "51.116.243.220/30", + "51.116.251.188/30", + "51.120.98.8/30", + "51.120.110.192/30", + "51.120.214.128/30", + "51.120.218.0/30", + "51.120.233.132/30", + "51.120.234.128/29", + "51.138.210.132/30", + "51.138.211.8/29", + "51.140.146.56/30", + "51.140.157.60/32", + "51.140.184.38/31", + "51.140.210.80/30", + "51.141.8.42/31", + "51.143.6.21/32", + "51.143.212.184/29", + "51.143.213.192/30", + "52.136.136.15/32", + "52.136.136.16/32", + "52.136.184.236/30", + "52.136.185.176/29", + "52.138.73.5/32", + "52.138.73.51/32", + "52.138.92.188/30", + "52.138.160.103/32", + "52.138.160.105/32", + "52.139.107.208/29", + "52.139.107.216/30", + "52.146.137.68/30", + "52.146.137.168/29", + "52.147.113.72/29", + "52.147.113.80/30", + "52.148.84.142/32", + "52.148.84.145/32", + "52.151.41.92/32", + "52.151.47.4/32", + "52.151.75.86/32", + "52.154.176.47/32", + "52.154.177.179/32", + "52.157.162.137/32", + "52.157.162.147/32", + "52.158.236.253/32", + "52.158.239.35/32", + "52.161.25.42/32", + "52.161.31.136/32", + "52.161.31.139/32", + "52.162.106.144/30", + "52.162.255.194/32", + "52.165.21.159/32", + "52.165.208.47/32", + "52.167.111.160/30", + "52.167.143.179/32", + "52.167.228.54/32", + "52.168.109.101/32", + "52.169.232.147/32", + "52.172.116.4/30", + "52.172.116.136/29", + "52.173.90.250/32", + "52.173.199.154/32", + "52.173.216.55/32", + "52.175.236.86/32", + "52.176.48.58/32", + "52.176.254.165/32", + "52.177.71.51/32", + "52.180.176.121/32", + "52.180.176.122/32", + "52.182.143.192/30", + "52.183.24.22/32", + "52.183.80.133/32", + "52.183.93.92/32", + "52.183.94.166/32", + "52.184.155.181/32", + "52.184.158.37/32", + "52.184.164.12/32", + "52.187.161.13/32", + "52.187.163.139/32", + "52.225.179.130/32", + "52.225.182.225/32", + "52.225.188.225/32", + "52.225.191.36/32", + "52.225.218.218/32", + "52.231.18.40/30", + "52.231.32.65/32", + "52.231.32.66/32", + "52.231.146.80/30", + "52.231.200.107/32", + "52.231.200.108/32", + "52.236.189.80/30", + "52.237.253.194/32", + "52.246.157.4/30", + "52.247.193.69/32", + "52.255.63.107/32", + "52.255.152.252/32", + "52.255.152.255/32", + "65.52.250.0/30", + "68.220.82.76/30", + "68.221.87.112/29", + "68.221.98.124/30", + "68.221.146.76/30", + "74.243.18.12/30", + "102.37.81.88/29", + "102.37.81.128/30", + "102.37.160.176/29", + "102.37.160.184/30", + "102.133.26.0/30", + "102.133.124.140/30", + "102.133.154.0/30", + "102.133.251.220/30", + "104.41.0.141/32", + "104.41.1.239/32", + "104.41.162.219/32", + "104.41.162.228/32", + "104.42.6.91/32", + "104.42.136.180/32", + "104.43.161.34/32", + "104.43.192.26/32", + "104.44.136.42/32", + "104.46.40.31/32", + "104.46.179.244/30", + "104.46.183.152/29", + "104.46.219.151/32", + "104.46.219.184/32", + "104.208.26.47/32", + "104.210.195.61/32", + "104.211.81.24/30", + "104.211.98.11/32", + "104.211.99.174/32", + "104.211.146.64/30", + "104.211.166.82/32", + "104.211.167.57/32", + "104.211.224.186/32", + "104.211.225.134/32", + "104.214.18.168/30", + "104.215.18.67/32", + "104.215.31.67/32", + "104.215.94.76/32", + "104.215.99.117/32", + "104.215.139.166/32", + "104.215.140.132/32", + "137.116.44.148/32", + "137.116.120.244/32", + "137.116.233.191/32", + "158.23.10.124/30", + "158.23.103.112/29", + "158.23.122.76/30", + "158.23.194.76/30", + "168.62.108.27/32", + "168.62.237.29/32", + "168.63.167.27/32", + "168.63.219.200/32", + "168.63.219.205/32", + "191.233.50.0/30", + "191.233.203.24/30", + "191.234.149.140/30", + "191.234.157.44/30", + "191.238.72.76/30", + "191.238.72.152/29", + "2603:1000:4::2a0/125", + "2603:1000:4:402::80/125", + "2603:1000:104::660/125", + "2603:1000:104:402::80/125", + "2603:1000:104:802::80/125", + "2603:1000:104:c02::80/125", + "2603:1010:6::340/125", + "2603:1010:6:402::80/125", + "2603:1010:6:802::80/125", + "2603:1010:6:c02::80/125", + "2603:1010:101::2a0/125", + "2603:1010:101:402::80/125", + "2603:1010:304::2a0/125", + "2603:1010:304:402::80/125", + "2603:1010:404::2a0/125", + "2603:1010:404:402::80/125", + "2603:1020:5::340/125", + "2603:1020:5:402::80/125", + "2603:1020:5:802::80/125", + "2603:1020:5:c02::80/125", + "2603:1020:206::340/125", + "2603:1020:206:402::80/125", + "2603:1020:206:802::80/125", + "2603:1020:206:c02::80/125", + "2603:1020:305:402::80/125", + "2603:1020:405:402::80/125", + "2603:1020:605::2a0/125", + "2603:1020:605:402::80/125", + "2603:1020:705::340/125", + "2603:1020:705:402::80/125", + "2603:1020:705:802::80/125", + "2603:1020:705:c02::80/125", + "2603:1020:805::340/125", + "2603:1020:805:402::80/125", + "2603:1020:805:802::80/125", + "2603:1020:805:c02::80/125", + "2603:1020:905::2a0/125", + "2603:1020:905:402::80/125", + "2603:1020:a04::340/125", + "2603:1020:a04:402::80/125", + "2603:1020:a04:802::80/125", + "2603:1020:a04:c02::80/125", + "2603:1020:b04::2a0/125", + "2603:1020:b04:402::80/125", + "2603:1020:c04::340/125", + "2603:1020:c04:402::80/125", + "2603:1020:c04:802::80/125", + "2603:1020:c04:c02::80/125", + "2603:1020:d04::2a0/125", + "2603:1020:d04:402::80/125", + "2603:1020:e04::340/125", + "2603:1020:e04:402::80/125", + "2603:1020:e04:802::80/125", + "2603:1020:e04:c02::80/125", + "2603:1020:f04::2a0/125", + "2603:1020:f04:402::80/125", + "2603:1020:1004:1::1f8/125", + "2603:1020:1004:400::80/125", + "2603:1020:1004:400::2f8/125", + "2603:1020:1004:800::140/125", + "2603:1020:1104:1::158/125", + "2603:1020:1104:400::80/125", + "2603:1020:1204:1::208/125", + "2603:1020:1302:1::550/125", + "2603:1020:1403:1::208/125", + "2603:1030:f:1::2a0/125", + "2603:1030:f:400::880/125", + "2603:1030:10::340/125", + "2603:1030:10:402::80/125", + "2603:1030:10:802::80/125", + "2603:1030:10:c02::80/125", + "2603:1030:104::340/125", + "2603:1030:104:402::80/125", + "2603:1030:107::738/125", + "2603:1030:107:400::/125", + "2603:1030:107:400::10/125", + "2603:1030:210::340/125", + "2603:1030:210:402::80/125", + "2603:1030:210:802::80/125", + "2603:1030:210:c02::80/125", + "2603:1030:40b:2::220/125", + "2603:1030:40b:400::880/125", + "2603:1030:40b:800::80/125", + "2603:1030:40b:c00::80/125", + "2603:1030:40c::340/125", + "2603:1030:40c:402::80/125", + "2603:1030:40c:802::80/125", + "2603:1030:40c:c02::80/125", + "2603:1030:504::1f8/125", + "2603:1030:504:402::80/125", + "2603:1030:504:402::2f8/125", + "2603:1030:504:802::140/125", + "2603:1030:608::2a0/125", + "2603:1030:608:402::80/125", + "2603:1030:702:1::208/125", + "2603:1030:807::340/125", + "2603:1030:807:402::80/125", + "2603:1030:807:802::80/125", + "2603:1030:807:c02::80/125", + "2603:1030:a07::2a0/125", + "2603:1030:a07:402::80/125", + "2603:1030:b04::2a0/125", + "2603:1030:b04:402::80/125", + "2603:1030:c06:2::220/125", + "2603:1030:c06:400::880/125", + "2603:1030:c06:802::80/125", + "2603:1030:c06:c02::80/125", + "2603:1030:f05::340/125", + "2603:1030:f05:402::80/125", + "2603:1030:f05:802::80/125", + "2603:1030:f05:c02::80/125", + "2603:1030:1005::2a0/125", + "2603:1030:1005:402::80/125", + "2603:1040:5::440/125", + "2603:1040:5:402::80/125", + "2603:1040:5:802::80/125", + "2603:1040:5:c02::80/125", + "2603:1040:207::2a0/125", + "2603:1040:207:402::80/125", + "2603:1040:407::340/125", + "2603:1040:407:402::80/125", + "2603:1040:407:802::80/125", + "2603:1040:407:c02::80/125", + "2603:1040:606::2a0/125", + "2603:1040:606:402::80/125", + "2603:1040:806::2a0/125", + "2603:1040:806:402::80/125", + "2603:1040:904::340/125", + "2603:1040:904:402::80/125", + "2603:1040:904:802::80/125", + "2603:1040:904:c02::80/125", + "2603:1040:a06::440/125", + "2603:1040:a06:402::80/125", + "2603:1040:a06:802::80/125", + "2603:1040:a06:c02::80/125", + "2603:1040:b04::2a0/125", + "2603:1040:b04:402::80/125", + "2603:1040:c06::2a0/125", + "2603:1040:c06:402::80/125", + "2603:1040:d04:1::1f8/125", + "2603:1040:d04:400::80/125", + "2603:1040:d04:400::2f8/125", + "2603:1040:d04:800::140/125", + "2603:1040:e05::20/125", + "2603:1040:f05::340/125", + "2603:1040:f05:402::80/125", + "2603:1040:f05:802::80/125", + "2603:1040:f05:c02::80/125", + "2603:1040:1002:1::470/125", + "2603:1040:1104:1::158/125", + "2603:1040:1104:400::80/125", + "2603:1040:1202:1::1a8/125", + "2603:1040:1302:1::6e0/125", + "2603:1040:1402:1::550/125", + "2603:1040:1503:1::1c8/125", + "2603:1040:1602:1::228/125", + "2603:1050:6::340/125", + "2603:1050:6:402::80/125", + "2603:1050:6:802::80/125", + "2603:1050:6:c02::80/125", + "2603:1050:403:1::220/125", + "2603:1050:403:400::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW", + "VSE" + ] + } + }, + { + "name": "AzureLoadTestingInstanceManagement", + "id": "AzureLoadTestingInstanceManagement", + "properties": { + "changeNumber": 5, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureLoadTestingInstanceManagement", + "addressPrefixes": [ + "20.14.122.64/32", + "20.18.2.123/32", + "20.24.1.136/30", + "20.26.16.112/30", + "20.50.88.154/32", + "20.70.223.12/32", + "20.83.222.204/32", + "20.88.159.138/32", + "20.91.147.64/32", + "20.98.194.67/32", + "20.98.199.120/30", + "20.107.239.218/32", + "20.117.192.200/32", + "20.125.7.20/30", + "20.195.85.190/32", + "20.204.198.37/32", + "20.205.55.209/32", + "20.206.183.106/32", + "20.213.195.80/30", + "20.220.2.105/32", + "20.223.65.156/30", + "20.232.91.28/30", + "20.236.145.196/30", + "52.242.47.104/32" + ], + "networkFeatures": [ + "NSG", + "API" + ] + } + }, + { + "name": "AzureMachineLearning", + "id": "AzureMachineLearning", + "properties": { + "changeNumber": 31, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "4.171.27.64/27", + "4.171.27.160/28", + "4.232.25.0/27", + "13.66.87.135/32", + "13.66.140.80/28", + "13.67.8.224/28", + "13.69.64.192/28", + "13.69.106.192/28", + "13.69.227.192/28", + "13.70.72.144/28", + "13.71.170.192/28", + "13.71.173.80/28", + "13.71.194.240/28", + "13.73.240.16/28", + "13.73.240.112/28", + "13.73.240.240/28", + "13.73.248.96/28", + "13.74.107.160/28", + "13.75.36.16/28", + "13.77.50.224/28", + "13.78.106.208/28", + "13.86.195.35/32", + "13.87.56.112/28", + "13.87.122.112/28", + "13.87.160.129/32", + "13.89.171.64/28", + "20.17.49.0/27", + "20.17.113.0/27", + "20.21.33.0/27", + "20.21.83.64/27", + "20.36.106.80/28", + "20.36.114.160/28", + "20.37.67.80/28", + "20.37.74.208/28", + "20.37.152.240/28", + "20.37.192.96/28", + "20.38.80.96/28", + "20.38.128.48/28", + "20.38.147.128/28", + "20.39.1.205/32", + "20.39.11.80/28", + "20.40.141.171/32", + "20.40.231.32/28", + "20.41.0.240/28", + "20.41.64.80/28", + "20.41.197.0/28", + "20.42.0.240/28", + "20.42.129.16/28", + "20.42.227.48/28", + "20.43.40.96/28", + "20.43.64.96/28", + "20.43.120.112/28", + "20.43.128.112/28", + "20.44.3.32/28", + "20.44.26.224/28", + "20.44.132.166/32", + "20.45.240.64/28", + "20.46.13.192/28", + "20.48.197.240/28", + "20.51.1.48/28", + "20.51.14.48/28", + "20.51.21.224/28", + "20.62.61.128/28", + "20.62.135.208/28", + "20.65.135.0/28", + "20.66.6.48/28", + "20.69.1.240/28", + "20.70.216.96/28", + "20.72.16.48/28", + "20.74.195.32/27", + "20.82.244.0/28", + "20.86.88.160/28", + "20.89.9.0/28", + "20.98.195.64/27", + "20.99.8.96/27", + "20.150.161.128/28", + "20.150.171.80/28", + "20.150.179.64/28", + "20.150.187.64/28", + "20.150.246.16/28", + "20.188.219.157/32", + "20.188.221.15/32", + "20.189.106.80/28", + "20.189.229.176/28", + "20.192.47.112/28", + "20.192.99.64/28", + "20.192.160.48/28", + "20.192.225.144/28", + "20.192.235.16/28", + "20.193.194.176/28", + "20.195.69.64/28", + "20.195.75.48/28", + "20.195.75.96/27", + "20.200.192.16/28", + "20.210.146.32/27", + "20.213.226.160/28", + "20.215.1.0/27", + "20.217.41.0/27", + "23.98.82.192/28", + "23.100.232.216/32", + "40.66.61.146/32", + "40.67.59.80/28", + "40.69.106.224/28", + "40.70.146.192/28", + "40.70.154.161/32", + "40.71.11.64/28", + "40.74.24.96/28", + "40.74.100.176/28", + "40.74.147.48/28", + "40.75.35.48/28", + "40.78.194.224/28", + "40.78.202.80/28", + "40.78.227.32/28", + "40.78.234.128/28", + "40.78.242.176/28", + "40.78.250.112/28", + "40.79.130.192/28", + "40.79.138.128/28", + "40.79.146.128/28", + "40.79.154.64/28", + "40.79.162.48/28", + "40.79.170.224/28", + "40.79.178.224/28", + "40.79.186.160/28", + "40.79.194.64/28", + "40.80.51.64/28", + "40.80.57.176/28", + "40.80.169.160/28", + "40.80.184.80/28", + "40.80.188.96/28", + "40.81.27.228/32", + "40.82.187.230/32", + "40.82.248.80/28", + "40.89.17.208/28", + "40.90.184.249/32", + "40.91.77.76/32", + "40.112.242.176/28", + "40.119.8.80/28", + "51.11.24.49/32", + "51.12.29.0/28", + "51.12.29.64/27", + "51.12.47.32/28", + "51.12.99.80/28", + "51.12.198.224/28", + "51.12.203.80/28", + "51.12.227.64/28", + "51.12.235.64/28", + "51.53.25.0/27", + "51.53.169.0/27", + "51.104.8.64/27", + "51.104.24.96/28", + "51.105.67.16/28", + "51.105.75.128/28", + "51.105.88.224/28", + "51.105.129.135/32", + "51.107.59.48/28", + "51.107.147.32/28", + "51.107.155.48/28", + "51.107.247.64/27", + "51.116.49.176/28", + "51.116.59.48/28", + "51.116.155.112/28", + "51.116.156.128/28", + "51.116.250.224/28", + "51.120.99.64/28", + "51.120.107.64/28", + "51.120.211.64/28", + "51.120.219.80/28", + "51.120.227.80/28", + "51.120.234.224/28", + "51.137.161.224/28", + "51.138.213.16/28", + "51.140.146.208/28", + "51.140.210.208/28", + "51.143.214.32/28", + "51.144.184.47/32", + "52.138.90.144/28", + "52.138.226.160/28", + "52.139.3.33/32", + "52.140.107.96/28", + "52.141.25.58/32", + "52.141.26.97/32", + "52.148.163.43/32", + "52.150.136.80/28", + "52.151.111.249/32", + "52.155.90.254/32", + "52.155.115.7/32", + "52.156.193.50/32", + "52.162.106.176/28", + "52.167.106.160/28", + "52.177.164.219/32", + "52.182.139.32/28", + "52.184.87.76/32", + "52.185.70.56/32", + "52.228.80.80/28", + "52.230.56.136/32", + "52.231.18.192/28", + "52.231.146.208/28", + "52.236.186.192/28", + "52.242.224.215/32", + "52.246.155.128/28", + "52.249.59.91/32", + "52.252.160.26/32", + "52.253.131.79/32", + "52.253.131.198/32", + "52.253.227.208/32", + "52.255.214.109/32", + "52.255.217.127/32", + "65.52.250.192/28", + "68.221.81.0/27", + "102.37.163.32/28", + "102.133.27.32/28", + "102.133.58.224/28", + "102.133.122.224/27", + "102.133.155.32/28", + "102.133.251.64/28", + "104.208.16.160/28", + "104.208.144.160/28", + "104.211.81.144/28", + "104.214.19.32/28", + "108.140.0.224/28", + "158.23.97.0/27", + "191.233.8.48/28", + "191.233.203.144/28", + "191.233.240.165/32", + "191.233.242.167/32", + "191.234.147.64/28", + "191.234.155.64/28", + "191.235.224.96/28", + "191.238.73.80/28", + "2603:1000:4::300/122", + "2603:1000:104:1::2c0/122", + "2603:1010:6:1::2c0/122", + "2603:1010:101::300/122", + "2603:1010:304::300/122", + "2603:1010:404::300/122", + "2603:1020:5:1::2c0/122", + "2603:1020:206:1::2c0/122", + "2603:1020:305::300/122", + "2603:1020:405::300/122", + "2603:1020:605::300/122", + "2603:1020:705:1::2c0/122", + "2603:1020:805:1::2c0/122", + "2603:1020:905::300/122", + "2603:1020:a04:1::2c0/122", + "2603:1020:b04::300/122", + "2603:1020:c04:1::2c0/122", + "2603:1020:d04::300/122", + "2603:1020:e04:1::2c0/122", + "2603:1020:f04::300/122", + "2603:1020:1004::2c0/122", + "2603:1020:1104::240/122", + "2603:1020:1204::200/122", + "2603:1020:1302::200/122", + "2603:1020:1403::200/122", + "2603:1030:f:1::300/122", + "2603:1030:10:1::2c0/122", + "2603:1030:104:1::2c0/122", + "2603:1030:107::240/122", + "2603:1030:210:1::2c0/122", + "2603:1030:40b:1::2c0/122", + "2603:1030:40c:1::2c0/122", + "2603:1030:504:1::2c0/122", + "2603:1030:608::300/122", + "2603:1030:702::200/122", + "2603:1030:807:1::2c0/122", + "2603:1030:a07::300/122", + "2603:1030:b04::300/122", + "2603:1030:c06:1::2c0/122", + "2603:1030:f05:1::2c0/122", + "2603:1030:1005::300/122", + "2603:1040:5:1::2c0/122", + "2603:1040:207::300/122", + "2603:1040:407:1::2c0/122", + "2603:1040:606::300/122", + "2603:1040:806::300/122", + "2603:1040:904:1::2c0/122", + "2603:1040:a06:1::2c0/122", + "2603:1040:b04::300/122", + "2603:1040:c06::300/122", + "2603:1040:d04::2c0/122", + "2603:1040:e05:1::640/122", + "2603:1040:f05:1::2c0/122", + "2603:1040:1002::440/122", + "2603:1040:1104::240/122", + "2603:1040:1202::200/122", + "2603:1040:1302::200/122", + "2603:1040:1402::200/122", + "2603:1040:1503::200/122", + "2603:1040:1602::200/122", + "2603:1050:6:1::2c0/122", + "2603:1050:403::2c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureManagedGrafana", + "id": "AzureManagedGrafana", + "properties": { + "changeNumber": 2, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureManagedGrafana", + "addressPrefixes": [ + "20.6.137.178/31", + "20.6.137.180/32", + "20.9.156.214/31", + "20.9.156.216/32", + "20.14.122.106/31", + "20.14.122.124/32", + "20.15.9.131/32", + "20.15.9.136/31", + "20.15.133.195/32", + "20.15.134.22/31", + "20.18.6.121/32", + "20.18.7.58/31", + "20.19.29.147/32", + "20.19.29.158/31", + "20.24.4.166/31", + "20.24.4.168/32", + "20.26.17.251/32", + "20.26.18.124/31", + "20.50.93.107/32", + "20.50.93.108/31", + "20.91.147.65/32", + "20.91.147.66/31", + "20.100.7.47/32", + "20.100.21.118/31", + "20.164.154.162/31", + "20.164.154.164/32", + "20.166.40.54/31", + "20.166.40.116/32", + "20.204.198.34/31", + "20.204.198.36/32", + "20.213.196.244/31", + "20.213.196.246/32", + "20.220.1.122/32", + "20.220.2.96/31", + "20.220.2.104/32", + "20.220.2.106/31", + "20.221.140.6/31", + "20.221.140.12/32", + "20.226.211.154/31", + "20.226.211.156/32", + "20.228.3.181/32", + "20.228.3.182/31", + "20.232.93.237/32", + "20.232.93.238/31", + "20.233.132.202/31", + "20.233.132.204/32", + "20.236.151.78/31", + "20.236.151.80/32", + "51.142.130.45/32", + "51.142.130.46/31", + "51.142.131.209/32", + "51.142.131.216/31", + "52.148.40.60/31", + "52.148.40.62/32", + "68.220.37.120/31", + "68.220.37.122/32", + "98.66.128.32/31", + "98.66.128.34/32", + "2603:1000:104:3::1e2/127", + "2603:1000:104:3::1e8/128", + "2603:1010:6:4::440/127", + "2603:1010:6:4::442/128", + "2603:1020:5:9::280/127", + "2603:1020:5:9::282/128", + "2603:1020:206:b::a6/127", + "2603:1020:206:b::ac/128", + "2603:1020:605:3::a2/127", + "2603:1020:605:3::a8/128", + "2603:1020:705:3::222/127", + "2603:1020:705:3::230/128", + "2603:1020:805:3::204/126", + "2603:1020:805:3::208/127", + "2603:1020:e04:3::4f6/127", + "2603:1020:e04:3::4fc/128", + "2603:1020:1004:3::212/127", + "2603:1020:1004:3::214/128", + "2603:1030:f:8::420/127", + "2603:1030:f:8::422/128", + "2603:1030:10:b::1a8/127", + "2603:1030:10:b::1aa/128", + "2603:1030:210:d::2a8/127", + "2603:1030:210:d::2aa/128", + "2603:1030:40b:6::660/127", + "2603:1030:40b:6::662/128", + "2603:1030:40c:b::2ac/127", + "2603:1030:40c:b::2ae/128", + "2603:1030:504:7::260/127", + "2603:1030:504:7::262/128", + "2603:1030:807:7::4c0/127", + "2603:1030:807:7::4c2/128", + "2603:1030:a07:b::530/127", + "2603:1030:a07:b::532/128", + "2603:1030:b04:3::472/127", + "2603:1030:b04:3::474/128", + "2603:1030:c06:a::370/127", + "2603:1030:c06:a::372/128", + "2603:1030:f05:4::224/127", + "2603:1030:f05:4::226/128", + "2603:1040:5:3::5b2/127", + "2603:1040:5:3::5ec/128", + "2603:1040:207:6::c0/127", + "2603:1040:207:6::c2/128", + "2603:1040:407:7::80/127", + "2603:1040:407:7::82/128", + "2603:1040:904:3::29c/127", + "2603:1040:904:3::29e/128", + "2603:1040:a06:3::250/127", + "2603:1040:a06:3::252/128", + "2603:1050:6:3::480/127", + "2603:1050:6:3::482/128" + ], + "networkFeatures": [ + "NSG", + "API", + "FW", + "UDR" + ] + } + }, + { + "name": "AzureMonitor", + "id": "AzureMonitor", + "properties": { + "changeNumber": 101, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "4.187.64.64/27", + "4.232.98.110/31", + "4.232.98.164/30", + "4.232.101.64/29", + "4.232.101.96/27", + "4.232.101.128/27", + "4.232.111.64/29", + "4.232.111.80/28", + "4.232.123.200/29", + "4.232.125.160/28", + "4.232.195.200/29", + "4.232.197.160/28", + "13.65.96.175/32", + "13.65.206.67/32", + "13.65.211.125/32", + "13.66.36.144/32", + "13.66.37.172/32", + "13.66.59.226/32", + "13.66.60.151/32", + "13.66.140.168/29", + "13.66.141.152/29", + "13.66.143.218/32", + "13.66.145.232/29", + "13.66.147.144/28", + "13.66.160.124/32", + "13.66.220.187/32", + "13.66.231.27/32", + "13.67.9.192/28", + "13.67.10.64/29", + "13.67.10.92/30", + "13.67.15.0/32", + "13.67.15.112/29", + "13.67.77.233/32", + "13.67.89.191/32", + "13.68.31.237/32", + "13.68.101.211/32", + "13.68.106.77/32", + "13.68.109.212/32", + "13.68.111.247/32", + "13.69.51.175/32", + "13.69.51.218/32", + "13.69.65.16/28", + "13.69.66.136/29", + "13.69.67.60/30", + "13.69.67.126/32", + "13.69.106.88/29", + "13.69.106.208/28", + "13.69.109.224/27", + "13.69.111.200/29", + "13.69.229.64/29", + "13.69.229.240/29", + "13.69.233.0/30", + "13.69.233.96/27", + "13.69.239.96/29", + "13.69.239.106/31", + "13.69.239.108/31", + "13.70.72.232/29", + "13.70.73.104/29", + "13.70.79.88/29", + "13.70.79.96/27", + "13.70.114.176/28", + "13.70.124.27/32", + "13.70.127.61/32", + "13.71.172.128/28", + "13.71.172.248/29", + "13.71.175.128/32", + "13.71.175.216/29", + "13.71.177.32/27", + "13.71.187.91/32", + "13.71.191.47/32", + "13.71.195.192/27", + "13.71.196.56/29", + "13.71.199.116/32", + "13.73.26.213/32", + "13.73.240.0/29", + "13.73.242.32/29", + "13.73.244.192/31", + "13.73.248.6/31", + "13.73.253.104/29", + "13.73.253.112/29", + "13.73.253.120/32", + "13.74.107.88/30", + "13.74.108.128/29", + "13.74.111.152/29", + "13.74.201.88/30", + "13.74.203.16/28", + "13.75.38.0/28", + "13.75.38.120/29", + "13.75.39.76/30", + "13.75.117.221/32", + "13.75.119.169/32", + "13.75.195.15/32", + "13.76.85.243/32", + "13.76.87.86/32", + "13.77.52.16/28", + "13.77.53.48/29", + "13.77.53.220/32", + "13.77.150.166/32", + "13.77.155.39/32", + "13.77.174.177/32", + "13.78.10.58/32", + "13.78.13.189/32", + "13.78.108.160/29", + "13.78.108.168/30", + "13.78.109.112/29", + "13.78.111.192/32", + "13.78.135.15/32", + "13.78.145.11/32", + "13.78.172.58/32", + "13.78.189.112/32", + "13.78.236.149/32", + "13.80.134.255/32", + "13.82.100.176/32", + "13.82.184.151/32", + "13.84.134.59/32", + "13.84.148.7/32", + "13.84.149.186/32", + "13.84.173.179/32", + "13.84.189.95/32", + "13.84.225.10/32", + "13.85.70.142/32", + "13.86.218.224/28", + "13.86.218.248/29", + "13.86.223.128/26", + "13.87.56.248/29", + "13.87.57.128/28", + "13.87.122.248/29", + "13.87.123.128/28", + "13.88.177.28/32", + "13.88.230.43/32", + "13.88.247.208/32", + "13.88.255.115/32", + "13.89.42.127/32", + "13.89.171.112/30", + "13.89.174.128/29", + "13.89.179.0/29", + "13.90.93.206/32", + "13.90.248.141/32", + "13.90.249.229/32", + "13.90.251.123/32", + "13.91.42.27/32", + "13.91.102.27/32", + "13.92.40.198/32", + "13.92.40.223/32", + "13.92.138.16/32", + "13.92.179.52/32", + "13.92.211.249/32", + "13.92.232.146/32", + "13.92.254.218/32", + "13.92.255.146/32", + "13.93.215.80/32", + "13.93.233.49/32", + "13.93.236.73/32", + "13.94.39.13/32", + "20.9.155.144/28", + "20.14.121.192/27", + "20.14.121.240/28", + "20.15.8.128/28", + "20.15.135.160/28", + "20.17.25.192/27", + "20.17.59.36/30", + "20.17.59.40/29", + "20.17.59.48/30", + "20.17.59.64/27", + "20.17.71.128/29", + "20.17.126.74/31", + "20.17.126.88/29", + "20.17.126.208/30", + "20.17.127.0/26", + "20.17.134.80/29", + "20.17.134.128/28", + "20.18.2.64/28", + "20.18.179.200/29", + "20.18.181.160/28", + "20.19.27.128/28", + "20.21.37.116/30", + "20.21.37.120/29", + "20.21.39.224/29", + "20.21.46.128/29", + "20.21.46.144/28", + "20.21.46.160/31", + "20.21.53.0/27", + "20.21.54.164/31", + "20.21.67.200/29", + "20.21.69.160/28", + "20.21.75.200/29", + "20.21.77.160/28", + "20.21.83.160/27", + "20.21.84.128/28", + "20.24.4.128/28", + "20.26.20.64/28", + "20.36.107.24/29", + "20.36.107.160/28", + "20.36.114.200/29", + "20.36.114.208/28", + "20.36.125.224/27", + "20.36.144.166/31", + "20.37.71.0/27", + "20.37.74.232/29", + "20.37.74.240/28", + "20.37.152.68/31", + "20.37.192.68/31", + "20.37.195.26/31", + "20.37.198.112/28", + "20.37.198.140/32", + "20.37.198.232/29", + "20.37.198.240/28", + "20.37.227.16/28", + "20.37.227.100/31", + "20.37.227.104/29", + "20.37.227.112/28", + "20.38.80.68/31", + "20.38.128.64/29", + "20.38.132.64/27", + "20.38.133.168/29", + "20.38.143.0/27", + "20.38.143.44/30", + "20.38.146.152/29", + "20.38.147.144/29", + "20.38.149.200/29", + "20.38.152.32/27", + "20.38.157.136/29", + "20.38.158.48/28", + "20.39.14.0/28", + "20.39.15.16/28", + "20.39.15.32/28", + "20.40.124.0/32", + "20.40.137.91/32", + "20.40.140.212/32", + "20.40.160.120/32", + "20.40.200.172/31", + "20.40.200.174/32", + "20.40.206.128/28", + "20.40.206.232/29", + "20.40.207.128/28", + "20.40.228.0/26", + "20.41.49.208/32", + "20.41.64.68/31", + "20.41.67.112/28", + "20.41.69.4/30", + "20.41.69.16/28", + "20.41.69.48/31", + "20.41.69.62/31", + "20.41.208.32/27", + "20.42.0.68/31", + "20.42.65.72/29", + "20.42.65.128/25", + "20.42.73.16/29", + "20.42.73.128/25", + "20.42.128.68/31", + "20.42.230.112/28", + "20.42.230.208/28", + "20.42.230.224/29", + "20.42.230.232/31", + "20.43.40.68/31", + "20.43.41.178/31", + "20.43.44.128/28", + "20.43.44.216/29", + "20.43.44.224/28", + "20.43.64.68/31", + "20.43.65.154/31", + "20.43.70.96/28", + "20.43.70.192/29", + "20.43.70.200/30", + "20.43.70.204/32", + "20.43.70.224/29", + "20.43.98.234/32", + "20.43.99.158/32", + "20.43.120.0/29", + "20.43.120.240/29", + "20.43.123.200/29", + "20.43.128.68/31", + "20.43.152.45/32", + "20.44.3.48/28", + "20.44.8.0/28", + "20.44.11.192/26", + "20.44.12.192/26", + "20.44.13.232/29", + "20.44.16.0/29", + "20.44.17.0/29", + "20.44.26.152/29", + "20.44.26.248/29", + "20.44.29.120/29", + "20.44.73.196/32", + "20.44.192.217/32", + "20.45.95.68/31", + "20.45.122.152/29", + "20.45.123.80/29", + "20.45.123.116/30", + "20.45.125.224/28", + "20.45.127.64/29", + "20.45.208.32/29", + "20.46.10.224/27", + "20.46.12.196/30", + "20.46.13.216/29", + "20.46.15.48/29", + "20.47.216.200/32", + "20.47.217.0/29", + "20.48.193.224/27", + "20.49.83.32/28", + "20.49.84.32/27", + "20.49.91.32/28", + "20.49.93.192/26", + "20.49.95.48/29", + "20.49.99.44/31", + "20.49.99.64/28", + "20.49.102.24/29", + "20.49.102.32/28", + "20.49.109.46/31", + "20.49.109.80/28", + "20.49.111.16/28", + "20.49.111.32/28", + "20.49.114.20/30", + "20.49.114.32/28", + "20.49.114.48/31", + "20.49.120.64/28", + "20.50.65.80/28", + "20.50.68.112/29", + "20.50.68.120/30", + "20.50.68.124/31", + "20.50.68.128/29", + "20.50.73.16/30", + "20.50.74.146/31", + "20.50.74.148/31", + "20.50.74.176/28", + "20.50.80.200/29", + "20.50.80.228/30", + "20.50.83.96/28", + "20.50.88.224/27", + "20.51.5.44/31", + "20.51.7.0/27", + "20.51.9.0/26", + "20.51.17.64/27", + "20.52.64.24/29", + "20.52.64.32/27", + "20.52.65.96/28", + "20.52.72.64/27", + "20.52.72.96/28", + "20.52.95.50/31", + "20.52.95.220/31", + "20.53.0.128/27", + "20.53.1.208/29", + "20.53.46.64/27", + "20.53.48.64/27", + "20.53.55.160/29", + "20.53.60.224/31", + "20.53.63.96/29", + "20.58.66.96/27", + "20.59.81.12/31", + "20.61.99.64/27", + "20.62.132.0/25", + "20.65.1.64/28", + "20.65.132.0/26", + "20.66.2.192/26", + "20.69.13.112/28", + "20.72.20.48/28", + "20.72.21.0/30", + "20.72.21.32/27", + "20.72.28.192/27", + "20.74.195.64/29", + "20.74.195.72/31", + "20.74.197.96/27", + "20.74.198.160/28", + "20.83.192.192/29", + "20.87.86.208/28", + "20.89.1.32/29", + "20.91.12.240/29", + "20.91.13.0/27", + "20.91.146.64/27", + "20.91.146.112/28", + "20.98.192.0/27", + "20.99.11.48/28", + "20.99.11.96/30", + "20.100.7.0/27", + "20.100.7.48/28", + "20.111.2.192/27", + "20.111.72.96/27", + "20.113.254.30/31", + "20.113.254.76/31", + "20.118.198.32/28", + "20.125.171.200/29", + "20.125.203.200/29", + "20.125.205.224/28", + "20.150.130.240/31", + "20.150.167.184/29", + "20.150.171.208/29", + "20.150.173.0/28", + "20.150.178.152/29", + "20.150.181.96/28", + "20.150.181.168/29", + "20.150.182.32/27", + "20.150.186.152/29", + "20.150.189.40/29", + "20.150.190.92/30", + "20.150.190.96/30", + "20.150.225.8/29", + "20.150.241.64/29", + "20.150.241.72/30", + "20.150.241.96/27", + "20.166.40.64/28", + "20.167.131.24/29", + "20.167.131.80/30", + "20.168.163.200/29", + "20.170.168.160/29", + "20.175.2.254/31", + "20.175.5.128/29", + "20.175.5.136/31", + "20.187.197.192/27", + "20.188.36.28/32", + "20.189.81.11/32", + "20.189.81.14/32", + "20.189.81.24/31", + "20.189.81.26/32", + "20.189.81.28/32", + "20.189.81.31/32", + "20.189.81.32/31", + "20.189.81.34/32", + "20.189.109.144/28", + "20.189.111.0/28", + "20.189.111.16/29", + "20.189.111.24/31", + "20.189.172.0/25", + "20.189.194.102/31", + "20.189.225.128/27", + "20.190.60.38/32", + "20.191.165.64/27", + "20.192.32.192/27", + "20.192.34.80/28", + "20.192.43.96/27", + "20.192.45.100/31", + "20.192.48.0/27", + "20.192.50.192/28", + "20.192.84.164/31", + "20.192.98.152/29", + "20.192.101.32/27", + "20.192.102.72/29", + "20.192.102.160/28", + "20.192.153.106/31", + "20.192.159.80/29", + "20.192.167.160/27", + "20.192.231.244/30", + "20.192.235.144/28", + "20.193.96.32/27", + "20.193.96.248/29", + "20.193.160.40/29", + "20.193.160.48/28", + "20.193.194.24/29", + "20.193.194.32/29", + "20.193.194.40/30", + "20.193.203.112/28", + "20.193.204.64/27", + "20.194.67.32/28", + "20.194.67.216/29", + "20.194.67.224/27", + "20.194.72.224/27", + "20.195.74.188/31", + "20.195.82.160/27", + "20.199.203.80/29", + "20.200.162.168/29", + "20.200.166.138/31", + "20.200.166.140/30", + "20.200.166.192/29", + "20.203.89.40/29", + "20.203.91.152/29", + "20.203.94.192/30", + "20.203.94.208/28", + "20.204.194.144/28", + "20.205.55.224/28", + "20.205.77.184/29", + "20.205.78.160/28", + "20.205.83.232/29", + "20.205.86.0/28", + "20.205.192.72/29", + "20.206.0.196/31", + "20.206.5.40/29", + "20.206.183.64/28", + "20.207.5.104/29", + "20.207.175.98/31", + "20.207.175.100/31", + "20.207.175.120/29", + "20.208.19.200/29", + "20.208.21.224/28", + "20.208.148.16/28", + "20.210.144.114/31", + "20.210.144.116/30", + "20.210.144.120/29", + "20.210.145.96/29", + "20.210.146.192/27", + "20.211.224.56/29", + "20.213.196.208/28", + "20.213.226.210/31", + "20.214.131.48/28", + "20.215.0.40/31", + "20.215.4.250/31", + "20.215.7.48/29", + "20.215.7.56/30", + "20.215.7.192/27", + "20.215.19.200/29", + "20.215.21.160/28", + "20.215.27.200/29", + "20.215.29.160/28", + "20.215.158.128/29", + "20.215.158.144/28", + "20.215.168.224/27", + "20.217.9.0/27", + "20.217.40.40/31", + "20.217.44.250/31", + "20.217.47.48/29", + "20.217.47.56/30", + "20.217.47.192/27", + "20.217.62.128/29", + "20.217.62.144/28", + "20.217.75.200/29", + "20.217.77.160/28", + "20.217.91.200/29", + "20.217.93.160/28", + "20.218.184.192/27", + "20.218.185.16/28", + "20.220.1.64/28", + "20.221.140.16/28", + "20.226.211.224/27", + "20.236.150.0/27", + "20.241.112.224/29", + "20.241.119.32/28", + "23.96.28.38/32", + "23.96.252.161/32", + "23.96.252.216/32", + "23.97.65.103/32", + "23.98.82.120/29", + "23.98.82.208/28", + "23.98.104.160/28", + "23.98.106.136/29", + "23.98.106.144/30", + "23.98.106.148/31", + "23.98.106.150/32", + "23.98.106.152/29", + "23.98.113.96/29", + "23.98.113.112/28", + "23.99.130.172/32", + "23.100.90.7/32", + "23.100.94.221/32", + "23.100.122.113/32", + "23.100.218.160/27", + "23.100.228.32/32", + "23.101.0.142/32", + "23.101.9.4/32", + "23.101.13.65/32", + "23.101.69.223/32", + "23.101.225.155/32", + "23.101.232.120/32", + "23.101.239.238/32", + "23.102.44.211/32", + "23.102.45.216/32", + "23.102.66.132/32", + "23.102.77.48/32", + "23.102.181.197/32", + "40.64.8.180/31", + "40.64.14.64/27", + "40.64.14.96/29", + "40.64.132.128/28", + "40.64.132.240/28", + "40.64.134.128/29", + "40.64.134.136/31", + "40.64.134.138/32", + "40.67.52.224/27", + "40.67.59.192/28", + "40.67.122.0/26", + "40.67.122.96/29", + "40.68.61.229/32", + "40.68.154.39/32", + "40.69.81.159/32", + "40.69.107.16/28", + "40.69.108.48/29", + "40.69.111.128/27", + "40.69.116.112/29", + "40.69.194.158/32", + "40.70.23.205/32", + "40.70.148.0/30", + "40.70.148.8/29", + "40.70.151.208/31", + "40.71.12.224/28", + "40.71.12.240/30", + "40.71.12.248/29", + "40.71.13.168/29", + "40.71.14.112/30", + "40.71.183.225/32", + "40.74.24.68/31", + "40.74.36.208/32", + "40.74.59.40/32", + "40.74.99.64/29", + "40.74.101.32/28", + "40.74.101.200/29", + "40.74.146.84/30", + "40.74.147.160/29", + "40.74.150.32/27", + "40.74.150.72/29", + "40.74.249.98/32", + "40.75.34.40/29", + "40.75.35.64/29", + "40.76.29.55/32", + "40.76.53.225/32", + "40.77.17.183/32", + "40.77.22.234/32", + "40.77.24.27/32", + "40.77.101.95/32", + "40.77.109.134/32", + "40.78.23.86/32", + "40.78.57.61/32", + "40.78.107.177/32", + "40.78.195.16/28", + "40.78.196.48/29", + "40.78.202.144/28", + "40.78.203.240/29", + "40.78.226.216/29", + "40.78.229.32/29", + "40.78.234.56/29", + "40.78.234.144/28", + "40.78.242.168/30", + "40.78.243.16/29", + "40.78.247.64/26", + "40.78.247.160/32", + "40.78.250.104/30", + "40.78.250.208/29", + "40.78.253.72/29", + "40.78.253.192/26", + "40.79.130.240/29", + "40.79.132.32/29", + "40.79.138.40/30", + "40.79.138.144/29", + "40.79.141.144/29", + "40.79.143.16/30", + "40.79.143.24/31", + "40.79.143.28/30", + "40.79.143.80/28", + "40.79.146.40/30", + "40.79.146.144/29", + "40.79.150.96/29", + "40.79.151.2/31", + "40.79.151.10/31", + "40.79.151.12/31", + "40.79.151.64/28", + "40.79.154.80/29", + "40.79.156.32/29", + "40.79.162.40/29", + "40.79.163.0/29", + "40.79.165.64/28", + "40.79.165.88/29", + "40.79.170.24/29", + "40.79.170.240/29", + "40.79.173.8/29", + "40.79.179.8/29", + "40.79.179.16/28", + "40.79.187.8/29", + "40.79.190.160/27", + "40.79.191.200/29", + "40.79.191.218/31", + "40.79.194.104/29", + "40.79.194.112/29", + "40.79.197.120/29", + "40.80.50.152/29", + "40.80.51.80/29", + "40.80.54.32/29", + "40.80.100.200/29", + "40.80.180.160/27", + "40.80.191.224/28", + "40.81.58.225/32", + "40.84.133.5/32", + "40.84.150.47/32", + "40.84.189.107/32", + "40.84.192.116/32", + "40.85.180.90/32", + "40.85.201.168/32", + "40.85.218.175/32", + "40.85.248.43/32", + "40.86.89.165/32", + "40.86.201.128/32", + "40.87.67.118/32", + "40.87.138.220/32", + "40.87.140.215/32", + "40.89.121.176/29", + "40.89.153.171/32", + "40.89.189.61/32", + "40.112.49.101/32", + "40.112.74.241/32", + "40.113.176.128/28", + "40.113.178.16/28", + "40.113.178.32/28", + "40.113.178.48/32", + "40.114.241.141/32", + "40.115.54.120/32", + "40.115.103.168/32", + "40.115.104.31/32", + "40.117.24.128/27", + "40.117.80.207/32", + "40.117.95.162/32", + "40.117.147.74/32", + "40.117.190.239/32", + "40.117.197.224/32", + "40.118.129.58/32", + "40.119.4.128/32", + "40.119.8.72/31", + "40.119.11.160/28", + "40.119.11.180/30", + "40.120.8.192/27", + "40.120.9.88/29", + "40.120.64.200/29", + "40.120.65.0/28", + "40.120.75.32/28", + "40.120.77.160/29", + "40.120.78.64/28", + "40.120.87.204/30", + "40.121.57.2/32", + "40.121.61.208/32", + "40.121.135.131/32", + "40.121.163.228/32", + "40.121.165.150/32", + "40.121.210.163/32", + "40.124.64.144/29", + "40.124.64.192/26", + "40.126.246.183/32", + "40.127.75.125/32", + "40.127.84.197/32", + "40.127.144.141/32", + "51.11.97.96/27", + "51.11.192.40/29", + "51.11.193.112/30", + "51.11.194.0/28", + "51.12.17.20/30", + "51.12.17.56/29", + "51.12.17.128/29", + "51.12.22.206/31", + "51.12.25.56/29", + "51.12.25.192/29", + "51.12.25.200/30", + "51.12.46.0/27", + "51.12.73.94/31", + "51.12.99.72/29", + "51.12.102.192/27", + "51.12.102.224/29", + "51.12.102.240/28", + "51.12.168.64/29", + "51.12.168.80/28", + "51.12.195.224/27", + "51.12.203.208/28", + "51.12.205.96/27", + "51.12.226.152/29", + "51.12.229.224/29", + "51.12.229.248/29", + "51.12.234.152/29", + "51.12.237.32/27", + "51.12.237.192/29", + "51.12.238.160/29", + "51.13.1.8/29", + "51.13.1.144/28", + "51.13.128.32/27", + "51.13.128.96/28", + "51.13.136.192/27", + "51.13.143.48/31", + "51.53.28.214/31", + "51.53.30.156/30", + "51.53.31.144/29", + "51.53.31.152/31", + "51.53.31.224/27", + "51.53.42.0/27", + "51.53.110.128/29", + "51.53.110.144/28", + "51.53.137.192/27", + "51.53.172.214/31", + "51.53.172.220/30", + "51.53.178.192/29", + "51.53.178.200/31", + "51.53.178.224/27", + "51.53.191.128/29", + "51.53.191.144/28", + "51.103.203.200/29", + "51.103.205.176/28", + "51.104.8.104/29", + "51.104.15.255/32", + "51.104.24.68/31", + "51.104.25.142/31", + "51.104.29.192/28", + "51.104.30.160/29", + "51.104.30.168/32", + "51.104.30.176/28", + "51.104.252.13/32", + "51.104.255.249/32", + "51.105.66.152/29", + "51.105.67.160/29", + "51.105.70.128/27", + "51.105.71.168/29", + "51.105.74.152/29", + "51.105.75.144/29", + "51.105.248.23/32", + "51.107.48.68/31", + "51.107.48.126/31", + "51.107.51.16/28", + "51.107.51.120/29", + "51.107.52.192/30", + "51.107.52.200/29", + "51.107.59.176/28", + "51.107.75.144/32", + "51.107.75.207/32", + "51.107.128.56/29", + "51.107.128.96/27", + "51.107.129.112/28", + "51.107.129.128/27", + "51.107.147.16/28", + "51.107.147.116/30", + "51.107.148.0/28", + "51.107.148.16/31", + "51.107.155.176/28", + "51.107.156.48/29", + "51.107.192.160/27", + "51.107.242.0/27", + "51.107.243.172/31", + "51.107.250.0/27", + "51.116.54.32/27", + "51.116.59.176/28", + "51.116.75.92/31", + "51.116.77.254/31", + "51.116.149.0/27", + "51.116.155.240/28", + "51.116.242.152/29", + "51.116.245.96/28", + "51.116.246.96/29", + "51.116.250.152/29", + "51.116.253.32/28", + "51.116.253.136/29", + "51.120.40.68/31", + "51.120.98.0/29", + "51.120.98.248/29", + "51.120.106.152/29", + "51.120.110.200/29", + "51.120.111.16/28", + "51.120.178.144/29", + "51.120.180.124/30", + "51.120.183.160/29", + "51.120.210.152/29", + "51.120.213.64/27", + "51.120.214.136/29", + "51.120.214.224/28", + "51.120.219.208/28", + "51.120.232.34/31", + "51.120.232.160/27", + "51.120.234.140/31", + "51.120.235.240/28", + "51.132.193.96/29", + "51.137.164.92/31", + "51.137.164.112/28", + "51.137.164.200/29", + "51.137.164.208/28", + "51.138.160.80/29", + "51.140.6.23/32", + "51.140.54.208/32", + "51.140.60.235/32", + "51.140.69.144/32", + "51.140.148.48/28", + "51.140.151.160/29", + "51.140.152.61/32", + "51.140.152.186/32", + "51.140.163.207/32", + "51.140.180.52/32", + "51.140.181.40/32", + "51.140.211.160/28", + "51.140.212.64/29", + "51.141.113.128/32", + "51.142.130.8/29", + "51.143.88.183/32", + "51.143.165.22/32", + "51.143.209.96/27", + "51.144.41.38/32", + "51.144.81.252/32", + "51.145.44.242/32", + "52.136.53.96/27", + "52.136.191.12/31", + "52.138.31.112/32", + "52.138.31.127/32", + "52.138.90.48/30", + "52.138.90.56/29", + "52.138.222.110/32", + "52.138.226.88/29", + "52.138.227.128/29", + "52.139.8.32/32", + "52.139.106.160/27", + "52.140.104.68/31", + "52.140.108.96/28", + "52.140.108.216/29", + "52.140.108.224/28", + "52.140.108.240/31", + "52.141.22.149/32", + "52.141.22.239/32", + "52.146.133.32/27", + "52.147.97.64/27", + "52.147.112.96/27", + "52.147.119.96/31", + "52.148.44.224/27", + "52.150.36.187/32", + "52.150.152.48/28", + "52.150.152.90/31", + "52.150.154.24/29", + "52.150.154.32/28", + "52.151.11.176/32", + "52.155.118.97/32", + "52.155.162.238/32", + "52.156.40.142/32", + "52.156.168.82/32", + "52.159.200.64/29", + "52.161.8.76/32", + "52.161.11.71/32", + "52.162.87.50/32", + "52.162.110.64/28", + "52.162.110.168/29", + "52.162.214.75/32", + "52.163.94.131/32", + "52.163.122.20/32", + "52.164.120.183/32", + "52.164.125.22/32", + "52.164.225.5/32", + "52.165.27.187/32", + "52.165.34.117/32", + "52.165.38.20/32", + "52.165.150.242/32", + "52.167.106.88/29", + "52.167.107.64/29", + "52.167.109.72/29", + "52.167.145.160/29", + "52.167.145.176/28", + "52.167.221.184/32", + "52.168.112.64/32", + "52.168.116.72/29", + "52.168.136.177/32", + "52.169.4.236/32", + "52.169.15.254/32", + "52.169.30.110/32", + "52.169.64.244/32", + "52.171.56.178/32", + "52.171.138.167/32", + "52.172.113.64/27", + "52.172.209.125/32", + "52.173.25.25/32", + "52.173.33.254/32", + "52.173.90.199/32", + "52.173.185.24/32", + "52.173.196.209/32", + "52.173.196.230/32", + "52.173.249.138/32", + "52.175.198.74/32", + "52.175.231.105/32", + "52.175.235.148/32", + "52.176.42.206/32", + "52.176.46.30/32", + "52.176.49.206/32", + "52.176.55.135/32", + "52.176.92.196/32", + "52.177.223.60/32", + "52.178.17.224/29", + "52.178.26.73/32", + "52.178.37.209/32", + "52.179.73.32/27", + "52.179.192.178/32", + "52.180.160.132/32", + "52.180.164.91/32", + "52.180.178.187/32", + "52.180.182.209/32", + "52.182.138.216/29", + "52.182.139.48/29", + "52.182.143.200/29", + "52.182.144.224/28", + "52.183.41.109/32", + "52.183.66.112/32", + "52.183.73.112/32", + "52.183.95.86/32", + "52.183.127.155/32", + "52.184.158.205/32", + "52.185.132.101/32", + "52.185.132.170/32", + "52.185.215.171/32", + "52.186.121.41/32", + "52.186.126.31/32", + "52.188.247.144/28", + "52.191.170.253/32", + "52.191.197.52/32", + "52.224.125.230/32", + "52.224.162.220/32", + "52.224.235.3/32", + "52.226.151.250/32", + "52.228.80.68/31", + "52.228.81.162/31", + "52.228.85.192/28", + "52.228.86.152/29", + "52.228.86.160/28", + "52.228.86.176/32", + "52.229.25.130/32", + "52.229.37.75/32", + "52.229.218.221/32", + "52.229.225.6/32", + "52.230.224.237/32", + "52.231.18.240/28", + "52.231.23.120/29", + "52.231.23.208/28", + "52.231.28.204/32", + "52.231.33.16/32", + "52.231.64.72/32", + "52.231.67.208/32", + "52.231.70.0/32", + "52.231.108.46/32", + "52.231.111.52/32", + "52.231.147.160/28", + "52.231.148.80/29", + "52.231.151.208/29", + "52.232.35.33/32", + "52.232.65.133/32", + "52.232.106.242/32", + "52.236.186.88/29", + "52.236.186.208/28", + "52.236.189.88/29", + "52.237.34.41/32", + "52.237.157.70/32", + "52.240.244.144/29", + "52.240.244.236/31", + "52.240.245.64/28", + "52.242.40.208/30", + "52.242.47.8/29", + "52.242.230.209/32", + "52.246.154.152/29", + "52.246.155.144/29", + "52.246.157.16/28", + "52.246.158.160/29", + "52.247.202.90/32", + "52.250.228.8/29", + "52.250.228.16/28", + "52.250.228.32/31", + "65.52.2.145/32", + "65.52.5.76/32", + "65.52.122.208/32", + "65.52.250.232/29", + "65.52.250.240/28", + "68.219.174.192/28", + "68.220.85.64/29", + "68.220.85.80/28", + "68.221.40.16/30", + "68.221.40.64/26", + "68.221.92.6/31", + "68.221.93.152/29", + "68.221.103.64/29", + "68.221.103.80/28", + "68.221.147.200/29", + "68.221.149.160/28", + "74.243.21.0/29", + "74.243.21.16/28", + "102.37.64.128/27", + "102.37.72.240/29", + "102.37.80.64/27", + "102.37.86.196/31", + "102.133.27.48/28", + "102.133.28.64/29", + "102.133.122.152/29", + "102.133.123.240/29", + "102.133.126.64/27", + "102.133.126.152/29", + "102.133.155.48/28", + "102.133.161.73/32", + "102.133.162.233/32", + "102.133.216.68/31", + "102.133.216.106/31", + "102.133.218.144/28", + "102.133.218.244/30", + "102.133.219.128/28", + "102.133.221.160/27", + "102.133.250.152/29", + "102.133.251.80/29", + "102.133.254.224/29", + "104.40.170.64/31", + "104.40.222.36/32", + "104.41.61.169/32", + "104.41.152.101/32", + "104.41.157.59/32", + "104.41.224.134/32", + "104.42.40.28/32", + "104.44.140.84/32", + "104.45.136.42/32", + "104.45.230.69/32", + "104.45.232.72/32", + "104.46.123.164/32", + "104.46.162.64/27", + "104.46.179.128/27", + "104.208.33.155/32", + "104.208.34.98/32", + "104.208.35.169/32", + "104.208.144.88/29", + "104.208.170.144/28", + "104.208.170.160/28", + "104.208.231.128/28", + "104.209.156.106/32", + "104.209.161.217/32", + "104.210.9.42/32", + "104.211.79.84/32", + "104.211.90.234/32", + "104.211.91.254/32", + "104.211.92.54/32", + "104.211.92.218/32", + "104.211.95.59/32", + "104.211.96.228/32", + "104.211.103.96/32", + "104.211.147.128/28", + "104.211.216.161/32", + "104.214.70.219/32", + "104.214.104.109/32", + "104.214.164.128/27", + "104.214.166.96/29", + "104.215.81.124/32", + "104.215.96.105/32", + "104.215.100.22/32", + "104.215.103.78/32", + "104.215.115.118/32", + "111.221.88.173/32", + "137.116.82.175/32", + "137.116.146.215/32", + "137.116.151.139/32", + "137.116.226.81/32", + "137.117.144.33/32", + "138.91.9.98/32", + "138.91.32.98/32", + "138.91.37.93/32", + "157.55.177.6/32", + "158.23.15.64/29", + "158.23.15.80/28", + "158.23.109.130/31", + "158.23.112.32/29", + "158.23.112.40/30", + "158.23.112.64/26", + "158.23.123.200/29", + "158.23.125.160/28", + "158.23.195.200/29", + "158.23.197.160/28", + "168.61.142.0/27", + "168.61.179.178/32", + "168.62.169.17/32", + "168.63.174.169/32", + "168.63.242.221/32", + "172.173.8.80/28", + "191.232.33.83/32", + "191.232.161.75/32", + "191.232.213.239/32", + "191.232.214.6/32", + "191.232.239.181/32", + "191.233.15.128/27", + "191.233.51.128/28", + "191.233.203.232/29", + "191.233.204.248/29", + "191.233.207.216/29", + "191.234.136.60/31", + "191.234.136.80/28", + "191.234.137.40/29", + "191.234.137.48/28", + "191.234.146.152/29", + "191.234.149.40/29", + "191.234.149.144/28", + "191.234.154.152/29", + "191.234.157.48/28", + "191.234.157.160/29", + "191.235.224.68/31", + "191.237.224.176/28", + "191.237.224.192/27", + "191.239.251.90/32", + "207.46.224.101/32", + "207.46.236.191/32", + "2603:1000:4::780/121", + "2603:1000:4:1::280/123", + "2603:1000:4:1::300/121", + "2603:1000:4:2::500/121", + "2603:1000:4:402::500/121", + "2603:1000:104::4c0/122", + "2603:1000:104::600/122", + "2603:1000:104:1::280/122", + "2603:1000:104:2::/123", + "2603:1000:104:2::80/121", + "2603:1000:104:402::500/121", + "2603:1000:104:802::480/121", + "2603:1000:104:c02::480/121", + "2603:1010:2:3::c9/128", + "2603:1010:6::60/123", + "2603:1010:6::1c0/122", + "2603:1010:6::300/123", + "2603:1010:6::500/121", + "2603:1010:6:1::280/122", + "2603:1010:6:402::500/121", + "2603:1010:6:802::480/121", + "2603:1010:6:802::500/121", + "2603:1010:6:c00::100/121", + "2603:1010:6:c02::480/121", + "2603:1010:101::780/121", + "2603:1010:101:1::280/123", + "2603:1010:101:1::300/121", + "2603:1010:101:402::500/121", + "2603:1010:300::88/128", + "2603:1010:304::780/121", + "2603:1010:304:1::280/123", + "2603:1010:304:1::300/121", + "2603:1010:304:5::500/121", + "2603:1010:304:402::500/121", + "2603:1010:404::780/121", + "2603:1010:404:1::280/123", + "2603:1010:404:1::300/121", + "2603:1010:404:5::600/121", + "2603:1010:404:402::500/121", + "2603:1020:5::60/123", + "2603:1020:5::1c0/122", + "2603:1020:5::300/123", + "2603:1020:5::360/123", + "2603:1020:5::500/121", + "2603:1020:5:1::280/122", + "2603:1020:5:402::500/121", + "2603:1020:5:802::480/121", + "2603:1020:5:c02::480/121", + "2603:1020:200::682f:a517/128", + "2603:1020:200::682f:a52a/128", + "2603:1020:200::682f:a6f1/128", + "2603:1020:206::60/123", + "2603:1020:206::1c0/122", + "2603:1020:206::300/123", + "2603:1020:206::360/123", + "2603:1020:206::500/121", + "2603:1020:206:1::280/122", + "2603:1020:206:402::500/121", + "2603:1020:206:802::480/121", + "2603:1020:206:c00::100/121", + "2603:1020:305::780/121", + "2603:1020:405::780/121", + "2603:1020:605::780/121", + "2603:1020:605:1::280/123", + "2603:1020:605:1::300/121", + "2603:1020:605:3::/121", + "2603:1020:605:402::500/121", + "2603:1020:705::60/123", + "2603:1020:705::1c0/122", + "2603:1020:705::300/123", + "2603:1020:705::360/123", + "2603:1020:705::500/121", + "2603:1020:705:1::280/122", + "2603:1020:705:402::500/121", + "2603:1020:705:802::480/121", + "2603:1020:705:c02::480/121", + "2603:1020:805::60/123", + "2603:1020:805::1c0/122", + "2603:1020:805::300/123", + "2603:1020:805::360/123", + "2603:1020:805::500/121", + "2603:1020:805:1::280/122", + "2603:1020:805:402::500/121", + "2603:1020:805:802::480/121", + "2603:1020:805:c02::480/121", + "2603:1020:905::780/121", + "2603:1020:905:1::280/123", + "2603:1020:905:1::300/121", + "2603:1020:905:402::500/121", + "2603:1020:a04::60/123", + "2603:1020:a04::1c0/122", + "2603:1020:a04::300/123", + "2603:1020:a04::360/123", + "2603:1020:a04::500/121", + "2603:1020:a04:1::280/122", + "2603:1020:a04:402::500/121", + "2603:1020:a04:800::100/121", + "2603:1020:a04:c02::480/121", + "2603:1020:b04::780/121", + "2603:1020:b04:1::280/123", + "2603:1020:b04:1::300/121", + "2603:1020:b04:2::500/121", + "2603:1020:b04:402::500/121", + "2603:1020:c01:2::b/128", + "2603:1020:c01:2::e/128", + "2603:1020:c04::60/123", + "2603:1020:c04::1c0/122", + "2603:1020:c04::300/123", + "2603:1020:c04::360/123", + "2603:1020:c04::500/121", + "2603:1020:c04:1::280/122", + "2603:1020:c04:402::500/121", + "2603:1020:c04:800::100/121", + "2603:1020:c04:c02::480/121", + "2603:1020:d01:2::a/128", + "2603:1020:d04::780/121", + "2603:1020:d04:1::280/123", + "2603:1020:d04:1::300/121", + "2603:1020:d04:5::580/121", + "2603:1020:d04:402::500/121", + "2603:1020:e04::60/123", + "2603:1020:e04::1c0/122", + "2603:1020:e04::300/123", + "2603:1020:e04::360/123", + "2603:1020:e04::500/121", + "2603:1020:e04:1::280/122", + "2603:1020:e04:402::500/121", + "2603:1020:e04:802::480/121", + "2603:1020:e04:c00::80/121", + "2603:1020:f04::780/121", + "2603:1020:f04:1::280/123", + "2603:1020:f04:1::300/121", + "2603:1020:f04:6::580/121", + "2603:1020:f04:402::500/121", + "2603:1020:1001:6::1/128", + "2603:1020:1004::280/122", + "2603:1020:1004:1::380/121", + "2603:1020:1004:2::f0/126", + "2603:1020:1004:2::180/121", + "2603:1020:1004:3::300/121", + "2603:1020:1004:400::420/123", + "2603:1020:1004:400::4a0/123", + "2603:1020:1004:400::580/121", + "2603:1020:1004:800::500/121", + "2603:1020:1004:c02::100/121", + "2603:1020:1101::3/128", + "2603:1020:1104:1::160/123", + "2603:1020:1104:1::180/122", + "2603:1020:1104:1::1c0/123", + "2603:1020:1104:1::4c0/123", + "2603:1020:1104:1::500/121", + "2603:1020:1104:1::790/126", + "2603:1020:1104:2::480/121", + "2603:1020:1104:400::440/123", + "2603:1020:1104:400::480/121", + "2603:1020:1200:4::10/128", + "2603:1020:1200:4::12/128", + "2603:1020:1204:2::1e0/123", + "2603:1020:1204:2::2c0/122", + "2603:1020:1204:2::380/123", + "2603:1020:1204:2::400/120", + "2603:1020:1300:4::a/127", + "2603:1020:1302:1::5e0/123", + "2603:1020:1302:2::/122", + "2603:1020:1302:2::40/123", + "2603:1020:1302:2::80/121", + "2603:1020:1302:2::680/121", + "2603:1020:1403:2::380/121", + "2603:1020:1403:2::400/120", + "2603:1030:7::d4/128", + "2603:1030:7::155/128", + "2603:1030:7::79e/128", + "2603:1030:7:5::e/128", + "2603:1030:7:5::17/128", + "2603:1030:7:5::29/128", + "2603:1030:7:5::32/128", + "2603:1030:7:6::10/128", + "2603:1030:7:6::14/128", + "2603:1030:7:6::1b/128", + "2603:1030:7:6::25/128", + "2603:1030:7:6::28/128", + "2603:1030:7:6::37/128", + "2603:1030:7:6::3f/128", + "2603:1030:7:6::92/128", + "2603:1030:7:6::2ad/128", + "2603:1030:8:5::8/128", + "2603:1030:f:1::780/121", + "2603:1030:f:2::280/123", + "2603:1030:f:2::300/121", + "2603:1030:f:400::d00/121", + "2603:1030:10::60/123", + "2603:1030:10::1c0/122", + "2603:1030:10::300/123", + "2603:1030:10::360/123", + "2603:1030:10::500/121", + "2603:1030:10:1::280/122", + "2603:1030:10:402::500/121", + "2603:1030:10:802::480/121", + "2603:1030:10:c02::480/121", + "2603:1030:104::60/123", + "2603:1030:104::1c0/122", + "2603:1030:104::300/123", + "2603:1030:104::360/123", + "2603:1030:104::500/121", + "2603:1030:104:1::280/122", + "2603:1030:104:402::500/121", + "2603:1030:107:1::80/121", + "2603:1030:107:1::200/123", + "2603:1030:107:1::280/121", + "2603:1030:107:400::3c0/123", + "2603:1030:107:400::480/121", + "2603:1030:210::60/123", + "2603:1030:210::1c0/122", + "2603:1030:210::300/123", + "2603:1030:210::360/123", + "2603:1030:210::500/121", + "2603:1030:210:1::280/122", + "2603:1030:210:c::180/121", + "2603:1030:210:402::500/121", + "2603:1030:210:802::480/121", + "2603:1030:210:c00::100/121", + "2603:1030:302:1::/122", + "2603:1030:302:402::80/123", + "2603:1030:302:402::100/121", + "2603:1030:408::254/128", + "2603:1030:408:3::20/128", + "2603:1030:408:3::74/128", + "2603:1030:408:4::d/128", + "2603:1030:408:6::18/128", + "2603:1030:408:6::2a/128", + "2603:1030:408:6::3f/128", + "2603:1030:408:6::59/128", + "2603:1030:408:6::67/128", + "2603:1030:408:6::68/128", + "2603:1030:408:6::97/128", + "2603:1030:408:7::c/128", + "2603:1030:408:7::37/128", + "2603:1030:408:7::39/128", + "2603:1030:408:7::3b/128", + "2603:1030:408:7::48/128", + "2603:1030:408:7::4f/128", + "2603:1030:409:2::6/128", + "2603:1030:409:2::b/128", + "2603:1030:409:2::c/128", + "2603:1030:40b:1::280/122", + "2603:1030:40b:2::80/121", + "2603:1030:40b:2::240/123", + "2603:1030:40b:2::300/121", + "2603:1030:40b:400::d00/121", + "2603:1030:40b:800::400/121", + "2603:1030:40b:c00::480/121", + "2603:1030:40b:1000::200/121", + "2603:1030:40c::60/123", + "2603:1030:40c::1c0/122", + "2603:1030:40c::300/123", + "2603:1030:40c::360/123", + "2603:1030:40c::500/121", + "2603:1030:40c:1::280/122", + "2603:1030:40c:402::500/121", + "2603:1030:40c:802::480/121", + "2603:1030:40c:c02::400/121", + "2603:1030:501:2::1/128", + "2603:1030:501:2::b/128", + "2603:1030:501:2::c/128", + "2603:1030:501:2::20/128", + "2603:1030:501:2::5c/128", + "2603:1030:501:2::7a/128", + "2603:1030:501:2::cb/128", + "2603:1030:501:2::cf/128", + "2603:1030:504::380/121", + "2603:1030:504::540/123", + "2603:1030:504::700/121", + "2603:1030:504:1::280/122", + "2603:1030:504:2::760/126", + "2603:1030:504:402::500/121", + "2603:1030:504:802::400/121", + "2603:1030:504:c02::100/123", + "2603:1030:504:c02::180/121", + "2603:1030:504:c02::480/121", + "2603:1030:608::780/121", + "2603:1030:608:1::280/123", + "2603:1030:608:1::300/121", + "2603:1030:608:402::500/121", + "2603:1030:608:802::80/121", + "2603:1030:608:c00::300/121", + "2603:1030:702:2::380/121", + "2603:1030:702:2::400/120", + "2603:1030:800:5::bfee:a1fc/128", + "2603:1030:800:5::bfee:a2d3/128", + "2603:1030:800:5::bfee:a327/128", + "2603:1030:800:5::bfee:a401/128", + "2603:1030:800:5::bfee:a418/128", + "2603:1030:800:5::bfee:a429/128", + "2603:1030:800:5::bfee:a42a/128", + "2603:1030:800:5::bfee:a435/128", + "2603:1030:800:5::bfee:a436/128", + "2603:1030:800:5::bfee:a449/128", + "2603:1030:807::60/123", + "2603:1030:807::1c0/122", + "2603:1030:807::300/123", + "2603:1030:807::360/123", + "2603:1030:807::500/121", + "2603:1030:807:1::280/122", + "2603:1030:807:402::500/121", + "2603:1030:807:802::480/121", + "2603:1030:807:c02::480/121", + "2603:1030:a02::c5/128", + "2603:1030:a07::780/121", + "2603:1030:a07:1::280/123", + "2603:1030:a07:1::300/121", + "2603:1030:a07:9::320/123", + "2603:1030:a07:402::380/121", + "2603:1030:a07:800::/121", + "2603:1030:a07:c00::300/121", + "2603:1030:b00::68/128", + "2603:1030:b00::ca/128", + "2603:1030:b00::cf/128", + "2603:1030:b00::e8/128", + "2603:1030:b00::164/128", + "2603:1030:b00::2a1/128", + "2603:1030:b00::4d9/128", + "2603:1030:b00::4db/128", + "2603:1030:b00::50d/128", + "2603:1030:b04::780/121", + "2603:1030:b04:1::280/123", + "2603:1030:b04:1::300/121", + "2603:1030:b04:402::500/121", + "2603:1030:c02:2::285/128", + "2603:1030:c02:2::2da/128", + "2603:1030:c02:2::429/128", + "2603:1030:c02:2::443/128", + "2603:1030:c02:2::4e1/128", + "2603:1030:c06:1::280/122", + "2603:1030:c06:2::80/121", + "2603:1030:c06:2::240/123", + "2603:1030:c06:2::300/121", + "2603:1030:c06:400::d00/121", + "2603:1030:c06:802::400/121", + "2603:1030:c06:c02::480/121", + "2603:1030:d00::1d/128", + "2603:1030:d00::48/128", + "2603:1030:d00::5a/128", + "2603:1030:d00::82/128", + "2603:1030:d00::84/128", + "2603:1030:d00::9a/128", + "2603:1030:f05::60/123", + "2603:1030:f05::1c0/122", + "2603:1030:f05::300/123", + "2603:1030:f05::360/123", + "2603:1030:f05::500/121", + "2603:1030:f05:1::280/122", + "2603:1030:f05:402::500/121", + "2603:1030:f05:802::480/121", + "2603:1030:f05:c02::480/121", + "2603:1030:1005::2a8/126", + "2603:1030:1005::780/121", + "2603:1030:1005:1::280/123", + "2603:1030:1005:1::300/121", + "2603:1030:1005:3::780/121", + "2603:1030:1005:402::500/121", + "2603:1040:5::160/123", + "2603:1040:5::2c0/122", + "2603:1040:5::400/123", + "2603:1040:5::460/123", + "2603:1040:5::600/121", + "2603:1040:5:1::280/122", + "2603:1040:5:402::500/121", + "2603:1040:5:802::480/121", + "2603:1040:5:c02::480/121", + "2603:1040:207::780/121", + "2603:1040:207:1::280/123", + "2603:1040:207:1::300/121", + "2603:1040:207:402::500/121", + "2603:1040:207:800::300/121", + "2603:1040:207:c00::300/121", + "2603:1040:407::60/123", + "2603:1040:407::1c0/122", + "2603:1040:407::300/123", + "2603:1040:407::360/123", + "2603:1040:407::500/121", + "2603:1040:407:1::280/122", + "2603:1040:407:402::500/121", + "2603:1040:407:802::480/121", + "2603:1040:407:c00::100/121", + "2603:1040:606::780/121", + "2603:1040:606:1::280/123", + "2603:1040:606:1::300/121", + "2603:1040:606:3::600/123", + "2603:1040:606:3::780/121", + "2603:1040:606:402::500/121", + "2603:1040:606:800::300/121", + "2603:1040:606:c00::/121", + "2603:1040:806::780/121", + "2603:1040:806:1::280/123", + "2603:1040:806:1::300/121", + "2603:1040:806:6::100/121", + "2603:1040:806:402::500/121", + "2603:1040:900:2::e/128", + "2603:1040:904::60/123", + "2603:1040:904::1c0/122", + "2603:1040:904::300/123", + "2603:1040:904::360/123", + "2603:1040:904::500/121", + "2603:1040:904:1::280/122", + "2603:1040:904:402::500/121", + "2603:1040:904:800::100/121", + "2603:1040:904:c02::480/121", + "2603:1040:a06::160/123", + "2603:1040:a06::2c0/122", + "2603:1040:a06::400/123", + "2603:1040:a06::460/123", + "2603:1040:a06::600/121", + "2603:1040:a06:1::280/122", + "2603:1040:a06:402::500/121", + "2603:1040:a06:802::480/121", + "2603:1040:a06:c02::480/121", + "2603:1040:b00:2::b/128", + "2603:1040:b04::780/121", + "2603:1040:b04:1::280/123", + "2603:1040:b04:1::300/121", + "2603:1040:b04:5::480/121", + "2603:1040:b04:402::500/121", + "2603:1040:c06::780/121", + "2603:1040:c06:1::280/123", + "2603:1040:c06:1::300/121", + "2603:1040:c06:402::500/121", + "2603:1040:d01:4::7/128", + "2603:1040:d04::280/122", + "2603:1040:d04:1::380/121", + "2603:1040:d04:2::/123", + "2603:1040:d04:2::100/120", + "2603:1040:d04:3::60/126", + "2603:1040:d04:400::420/123", + "2603:1040:d04:400::580/121", + "2603:1040:d04:800::400/121", + "2603:1040:d04:c02::100/121", + "2603:1040:e05::28/126", + "2603:1040:e05::40/123", + "2603:1040:e05::80/121", + "2603:1040:e05:1::380/121", + "2603:1040:e05:6::220/123", + "2603:1040:e05:6::380/122", + "2603:1040:e05:6::3c0/123", + "2603:1040:e05:402::80/121", + "2603:1040:f05::60/123", + "2603:1040:f05::1c0/122", + "2603:1040:f05::300/123", + "2603:1040:f05::360/123", + "2603:1040:f05::500/121", + "2603:1040:f05:1::280/122", + "2603:1040:f05:402::500/121", + "2603:1040:f05:802::480/121", + "2603:1040:f05:c02::480/121", + "2603:1040:1001:4::/128", + "2603:1040:1001:4::d/128", + "2603:1040:1002:2::20/123", + "2603:1040:1002:2::40/122", + "2603:1040:1002:2::80/123", + "2603:1040:1002:2::200/121", + "2603:1040:1002:2::700/121", + "2603:1040:1101:2::3/128", + "2603:1040:1104:1::160/123", + "2603:1040:1104:1::180/122", + "2603:1040:1104:1::1c0/123", + "2603:1040:1104:1::580/121", + "2603:1040:1104:400::460/123", + "2603:1040:1202:1::6c0/122", + "2603:1040:1202:2::100/122", + "2603:1040:1202:2::140/123", + "2603:1040:1202:2::180/121", + "2603:1040:1202:2::700/121", + "2603:1040:1302:1::100/120", + "2603:1040:1302:1::200/123", + "2603:1040:1302:2::680/121", + "2603:1040:1401:4::c/127", + "2603:1040:1402:1::5e0/123", + "2603:1040:1402:2::/122", + "2603:1040:1402:2::40/123", + "2603:1040:1402:2::80/121", + "2603:1040:1402:3::180/121", + "2603:1040:1503:2::a0/123", + "2603:1040:1503:2::c0/122", + "2603:1040:1503:2::200/122", + "2603:1040:1503:2::280/121", + "2603:1040:1503:2::700/121", + "2603:1040:1602:2::440/122", + "2603:1040:1602:2::500/122", + "2603:1040:1602:2::580/121", + "2603:1040:1602:2::600/121", + "2603:1050:1:3::26/128", + "2603:1050:6::60/123", + "2603:1050:6::1c0/122", + "2603:1050:6::300/123", + "2603:1050:6::360/123", + "2603:1050:6::500/121", + "2603:1050:6:1::280/122", + "2603:1050:6:402::580/121", + "2603:1050:6:402::600/121", + "2603:1050:6:802::480/121", + "2603:1050:6:c00::100/121", + "2603:1050:6:c02::2a0/123", + "2603:1050:400:2::1a/128", + "2603:1050:403::280/122", + "2603:1050:403:1::80/121", + "2603:1050:403:1::240/123", + "2603:1050:403:1::300/121", + "2603:1050:403:400::580/121", + "2a01:111:f100:1002::4134:d975/128", + "2a01:111:f100:1002::4134:db68/128", + "2a01:111:f100:1003::4134:3641/128", + "2a01:111:f100:1003::4134:3677/128", + "2a01:111:f100:1003::4134:36c2/128", + "2a01:111:f100:1003::4134:36d9/128", + "2a01:111:f100:1003::4134:3704/128", + "2a01:111:f100:1003::4134:3707/128", + "2a01:111:f100:1003::4134:370b/128", + "2a01:111:f100:1003::4134:370d/128", + "2a01:111:f100:1003::4134:3785/128", + "2a01:111:f100:1003::4134:37c4/128", + "2a01:111:f100:1003::4134:37d9/128", + "2a01:111:f100:1005::a83e:f7fe/128", + "2a01:111:f100:2000::a83e:3011/128", + "2a01:111:f100:2000::a83e:3015/128", + "2a01:111:f100:2000::a83e:301c/128", + "2a01:111:f100:2000::a83e:3022/128", + "2a01:111:f100:2000::a83e:3024/128", + "2a01:111:f100:2000::a83e:3034/128", + "2a01:111:f100:2000::a83e:3039/128", + "2a01:111:f100:2000::a83e:3040/128", + "2a01:111:f100:2000::a83e:304a/128", + "2a01:111:f100:2000::a83e:3070/128", + "2a01:111:f100:2000::a83e:3076/128", + "2a01:111:f100:2000::a83e:3080/128", + "2a01:111:f100:2000::a83e:3083/128", + "2a01:111:f100:2000::a83e:3093/128", + "2a01:111:f100:2000::a83e:3097/128", + "2a01:111:f100:2000::a83e:30a9/128", + "2a01:111:f100:2000::a83e:30f3/128", + "2a01:111:f100:2000::a83e:312d/128", + "2a01:111:f100:2000::a83e:313a/128", + "2a01:111:f100:2000::a83e:313c/127", + "2a01:111:f100:2000::a83e:32a5/128", + "2a01:111:f100:2000::a83e:3344/128", + "2a01:111:f100:2000::a83e:3348/128", + "2a01:111:f100:2000::a83e:335c/128", + "2a01:111:f100:2000::a83e:3366/128", + "2a01:111:f100:2000::a83e:336c/128", + "2a01:111:f100:2000::a83e:3370/128", + "2a01:111:f100:2000::a83e:3375/128", + "2a01:111:f100:2000::a83e:337e/128", + "2a01:111:f100:2000::a83e:33ad/128", + "2a01:111:f100:2000::a83e:33bf/128", + "2a01:111:f100:2000::a83e:35d4/128", + "2a01:111:f100:2000::a83e:3649/128", + "2a01:111:f100:2000::a83e:3670/128", + "2a01:111:f100:2002::8975:2c4c/128", + "2a01:111:f100:2002::8975:2c8c/128", + "2a01:111:f100:2002::8975:2c8e/128", + "2a01:111:f100:2002::8975:2ce6/128", + "2a01:111:f100:2002::8975:2d44/128", + "2a01:111:f100:2002::8975:2d6a/128", + "2a01:111:f100:2002::8975:2d83/128", + "2a01:111:f100:2002::8975:2e91/128", + "2a01:111:f100:2002::8975:2eaa/128", + "2a01:111:f100:2002::8975:2fa3/128", + "2a01:111:f100:2002::8975:2fac/128", + "2a01:111:f100:2002::8975:2fc3/128", + "2a01:111:f100:2002::a83e:bfc9/128", + "2a01:111:f100:2003::a83d:27c7/128", + "2a01:111:f100:3000::a83e:1817/128", + "2a01:111:f100:3000::a83e:1840/128", + "2a01:111:f100:3000::a83e:187a/128", + "2a01:111:f100:3000::a83e:187c/128", + "2a01:111:f100:3000::a83e:18be/128", + "2a01:111:f100:3000::a83e:18cc/128", + "2a01:111:f100:3000::a83e:18e1/128", + "2a01:111:f100:3000::a83e:18f3/128", + "2a01:111:f100:3000::a83e:1913/128", + "2a01:111:f100:3000::a83e:192e/128", + "2a01:111:f100:3000::a83e:1978/128", + "2a01:111:f100:3000::a83e:197f/128", + "2a01:111:f100:3000::a83e:1990/128", + "2a01:111:f100:3000::a83e:19b3/128", + "2a01:111:f100:3000::a83e:19c0/128", + "2a01:111:f100:3000::a83e:1a00/128", + "2a01:111:f100:3000::a83e:1a54/127", + "2a01:111:f100:3000::a83e:1a8e/128", + "2a01:111:f100:3000::a83e:1a94/128", + "2a01:111:f100:3000::a83e:1a9f/128", + "2a01:111:f100:3000::a83e:1adf/128", + "2a01:111:f100:3000::a83e:1afe/128", + "2a01:111:f100:3000::a83e:1b12/128", + "2a01:111:f100:3000::a83e:1b31/128", + "2a01:111:f100:3000::a83e:1b83/128", + "2a01:111:f100:3000::a83e:1b92/128", + "2a01:111:f100:3001::8987:114c/128", + "2a01:111:f100:3001::8987:1164/128", + "2a01:111:f100:3001::8987:1179/128", + "2a01:111:f100:3001::8987:11da/128", + "2a01:111:f100:3001::8987:11ea/128", + "2a01:111:f100:3001::8987:12cf/128", + "2a01:111:f100:3001::8987:13fe/128", + "2a01:111:f100:3001::a83d:17ef/128", + "2a01:111:f100:3001::a83e:884/128", + "2a01:111:f100:3001::a83e:a67/128", + "2a01:111:f100:4002::9d37:c071/128", + "2a01:111:f100:4002::9d37:c073/128", + "2a01:111:f100:4002::9d37:c0bd/128", + "2a01:111:f100:4002::9d37:c153/128", + "2a01:111:f100:6000::4134:a688/128", + "2a01:111:f100:6000::4134:a6cf/128", + "2a01:111:f100:7000::6fdd:5343/128", + "2a01:111:f100:7000::6fdd:5431/128", + "2a01:111:f100:9001::1761:91e4/128", + "2a01:111:f100:9001::1761:9323/128", + "2a01:111:f100:9001::1761:958a/128", + "2a01:111:f100:9001::1761:9638/128", + "2a01:111:f100:9001::1761:9696/128", + "2a01:111:f100:9001::1761:97ac/128", + "2a01:111:f100:a001::4134:e463/128", + "2a01:111:f100:a001::a83f:5c0a/128", + "2a01:111:f100:a001::a83f:5c0c/128", + "2a01:111:f100:a004::bfeb:8a59/128", + "2a01:111:f100:a004::bfeb:8af8/128", + "2a01:111:f100:a004::bfeb:8ba9/128", + "2a01:111:f100:a004::bfeb:8c93/128", + "2a01:111:f100:a004::bfeb:8d32/128", + "2a01:111:f100:a004::bfeb:8dc7/128" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureOpenDatasets", + "id": "AzureOpenDatasets", + "properties": { + "changeNumber": 1, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "13.73.248.32/28", + "20.36.120.192/28", + "20.37.64.192/28", + "20.37.156.224/28", + "20.37.195.32/28", + "20.37.224.192/28", + "20.38.84.112/28", + "20.38.136.192/28", + "20.39.11.32/28", + "20.41.4.192/28", + "20.41.65.160/28", + "20.41.193.128/28", + "20.42.4.224/28", + "20.42.131.0/28", + "20.42.227.0/28", + "20.43.41.160/28", + "20.43.65.160/28", + "20.43.130.112/28", + "20.45.112.192/28", + "20.45.192.192/28", + "20.150.160.192/28", + "20.189.106.208/28", + "20.192.225.128/28", + "40.67.48.192/28", + "40.74.30.112/28", + "40.80.57.128/28", + "40.80.169.128/28", + "40.80.188.32/28", + "40.82.253.80/28", + "40.89.17.128/28", + "51.12.41.32/28", + "51.12.193.32/28", + "51.104.25.160/28", + "51.105.80.192/28", + "51.105.88.192/28", + "51.107.48.192/28", + "51.107.144.192/28", + "51.116.48.112/28", + "51.116.144.112/28", + "51.120.40.192/28", + "51.120.224.192/28", + "51.137.161.144/28", + "51.143.192.192/28", + "52.136.48.192/28", + "52.140.105.128/28", + "52.150.139.80/28", + "52.228.81.144/28", + "102.133.56.112/28", + "102.133.216.112/28", + "191.235.225.160/28" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzurePortal", + "id": "AzurePortal", + "properties": { + "changeNumber": 14, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "4.232.100.224/27", + "13.67.35.35/32", + "13.67.35.77/32", + "13.68.130.251/32", + "13.68.235.98/32", + "13.69.112.176/28", + "13.69.126.92/32", + "13.71.190.228/32", + "13.73.249.32/27", + "13.73.249.160/28", + "13.73.255.248/29", + "13.77.1.236/32", + "13.77.55.208/28", + "13.77.202.2/32", + "13.78.49.187/32", + "13.78.132.155/32", + "13.78.230.142/32", + "13.88.220.109/32", + "13.88.222.0/32", + "13.90.156.71/32", + "13.92.138.76/32", + "20.17.58.128/27", + "20.17.126.224/27", + "20.21.39.64/27", + "20.36.121.128/27", + "20.36.122.56/30", + "20.36.125.104/29", + "20.37.65.128/27", + "20.37.66.56/30", + "20.37.70.96/29", + "20.37.195.224/27", + "20.37.196.252/30", + "20.37.198.64/27", + "20.37.225.128/27", + "20.37.226.56/30", + "20.37.229.152/29", + "20.38.85.192/27", + "20.38.87.224/27", + "20.38.137.160/27", + "20.38.138.60/30", + "20.38.142.88/29", + "20.38.149.208/28", + "20.39.12.32/27", + "20.39.12.232/30", + "20.40.200.0/27", + "20.40.200.160/30", + "20.40.224.226/31", + "20.40.225.32/29", + "20.41.5.192/27", + "20.41.65.224/27", + "20.41.67.88/30", + "20.41.193.224/27", + "20.41.197.16/30", + "20.42.6.192/27", + "20.42.227.192/27", + "20.42.228.220/30", + "20.42.228.224/27", + "20.42.230.80/28", + "20.43.42.64/27", + "20.43.43.164/30", + "20.43.46.248/29", + "20.43.66.64/27", + "20.43.67.92/30", + "20.43.67.96/27", + "20.43.70.64/28", + "20.43.123.160/28", + "20.43.132.32/27", + "20.44.19.32/28", + "20.45.112.124/30", + "20.45.113.128/27", + "20.45.116.64/29", + "20.45.125.240/28", + "20.45.195.160/27", + "20.45.197.192/27", + "20.45.197.228/30", + "20.46.10.40/29", + "20.47.232.32/28", + "20.48.193.48/29", + "20.49.99.16/28", + "20.49.99.32/30", + "20.49.103.96/29", + "20.49.109.36/30", + "20.49.109.44/31", + "20.49.109.48/28", + "20.49.115.184/29", + "20.49.120.0/27", + "20.49.120.36/30", + "20.49.126.156/30", + "20.49.127.224/28", + "20.50.1.32/27", + "20.50.1.160/27", + "20.50.1.200/30", + "20.50.1.208/28", + "20.50.65.72/30", + "20.51.16.120/29", + "20.53.44.4/30", + "20.53.44.64/29", + "20.61.98.128/29", + "20.62.128.240/29", + "20.72.20.96/27", + "20.118.196.96/27", + "20.118.196.128/30", + "20.150.161.192/27", + "20.150.165.144/30", + "20.150.166.160/29", + "20.187.197.0/29", + "20.189.108.96/27", + "20.189.109.88/30", + "20.189.109.160/27", + "20.189.224.208/29", + "20.191.161.80/29", + "20.192.161.192/27", + "20.192.164.180/30", + "20.192.166.160/29", + "20.192.228.128/27", + "20.192.230.0/30", + "20.192.230.112/29", + "20.194.72.56/29", + "20.215.7.0/27", + "20.217.47.0/27", + "23.98.104.80/28", + "23.98.104.96/27", + "23.98.104.128/30", + "23.98.108.44/31", + "23.98.108.168/29", + "23.102.65.134/32", + "40.64.128.128/27", + "40.64.132.88/30", + "40.64.132.96/28", + "40.64.135.88/29", + "40.65.114.234/32", + "40.67.48.124/30", + "40.67.49.128/27", + "40.67.50.192/27", + "40.67.52.88/29", + "40.67.121.128/28", + "40.71.15.144/28", + "40.78.239.48/28", + "40.78.245.208/28", + "40.79.189.96/28", + "40.80.58.128/27", + "40.80.59.28/30", + "40.80.59.32/27", + "40.80.169.224/27", + "40.80.172.16/30", + "40.80.173.192/29", + "40.80.190.160/27", + "40.80.191.200/30", + "40.82.253.224/27", + "40.84.132.239/32", + "40.84.228.255/32", + "40.89.18.160/27", + "40.89.20.132/30", + "40.89.23.232/29", + "40.113.117.57/32", + "40.114.78.132/32", + "40.114.236.251/32", + "40.117.86.243/32", + "40.117.237.78/32", + "40.119.9.236/30", + "51.12.41.20/30", + "51.12.41.160/27", + "51.12.43.128/29", + "51.12.193.20/30", + "51.12.193.160/27", + "51.12.194.104/29", + "51.13.136.8/29", + "51.53.30.224/27", + "51.53.178.32/27", + "51.104.27.96/27", + "51.104.28.220/30", + "51.104.28.224/28", + "51.105.80.124/30", + "51.105.81.128/27", + "51.105.89.160/27", + "51.105.90.152/30", + "51.107.49.160/27", + "51.107.50.60/30", + "51.107.53.240/29", + "51.107.145.128/27", + "51.107.146.56/30", + "51.107.149.248/29", + "51.116.48.192/27", + "51.116.49.140/30", + "51.116.51.160/29", + "51.116.144.192/27", + "51.116.145.140/30", + "51.116.148.104/29", + "51.120.41.160/27", + "51.120.42.60/30", + "51.120.225.128/27", + "51.120.226.56/30", + "51.120.232.16/29", + "51.137.162.160/27", + "51.137.164.80/30", + "51.137.167.152/29", + "51.140.69.25/32", + "51.140.138.84/32", + "51.140.149.64/28", + "51.143.192.124/30", + "51.143.193.128/27", + "51.143.208.192/29", + "51.145.3.27/32", + "51.145.21.195/32", + "52.136.49.160/27", + "52.136.51.72/30", + "52.136.52.232/29", + "52.136.184.64/29", + "52.140.105.224/27", + "52.140.107.112/28", + "52.140.108.64/30", + "52.140.111.96/29", + "52.146.132.80/29", + "52.150.139.224/27", + "52.150.140.216/30", + "52.150.152.16/28", + "52.150.152.224/27", + "52.150.156.232/29", + "52.161.101.86/32", + "52.163.207.80/32", + "52.172.112.152/29", + "52.172.181.227/32", + "52.172.190.71/32", + "52.172.191.4/32", + "52.172.215.87/32", + "52.228.24.159/32", + "52.228.83.160/27", + "52.228.84.84/30", + "52.228.84.96/28", + "52.233.66.46/32", + "52.243.76.246/32", + "68.221.40.32/27", + "68.221.93.140/30", + "102.133.56.160/27", + "102.133.58.192/30", + "102.133.61.176/29", + "102.133.217.192/27", + "102.133.218.56/30", + "102.133.221.0/29", + "104.41.216.228/32", + "104.42.195.92/32", + "104.46.178.96/29", + "104.211.89.213/32", + "104.211.101.116/32", + "104.214.117.155/32", + "104.215.120.160/32", + "104.215.146.128/32", + "137.116.247.179/32", + "158.23.112.0/27", + "191.233.10.96/27", + "191.233.15.0/29", + "191.234.136.0/27", + "191.234.136.48/30", + "191.234.139.144/29", + "191.235.227.160/27", + "213.199.128.226/32", + "2603:1000:4::700/121", + "2603:1000:104::200/121", + "2603:1000:104::400/121", + "2603:1000:104:1::680/121", + "2603:1010:6::100/121", + "2603:1010:6:1::680/121", + "2603:1010:101::700/121", + "2603:1010:304::700/121", + "2603:1010:404::700/121", + "2603:1020:5::100/121", + "2603:1020:5:1::680/121", + "2603:1020:206::100/121", + "2603:1020:206:1::680/121", + "2603:1020:305::700/121", + "2603:1020:405::700/121", + "2603:1020:605::700/121", + "2603:1020:705::100/121", + "2603:1020:705:1::680/121", + "2603:1020:805::100/121", + "2603:1020:805:1::680/121", + "2603:1020:905::700/121", + "2603:1020:a04::100/121", + "2603:1020:a04:1::680/121", + "2603:1020:b04::700/121", + "2603:1020:c04::100/121", + "2603:1020:c04:1::680/121", + "2603:1020:d04::700/121", + "2603:1020:e04::100/121", + "2603:1020:e04:1::680/121", + "2603:1020:f04::700/121", + "2603:1020:1004::680/121", + "2603:1020:1004:1::100/121", + "2603:1020:1104::780/121", + "2603:1020:1204:2::300/121", + "2603:1020:1302:1::380/121", + "2603:1020:1403:2::300/121", + "2603:1030:f:1::700/121", + "2603:1030:10::100/121", + "2603:1030:10:1::680/121", + "2603:1030:104::100/121", + "2603:1030:104:1::680/121", + "2603:1030:107:1::/121", + "2603:1030:210::100/121", + "2603:1030:210:1::680/121", + "2603:1030:40b:1::680/121", + "2603:1030:40c::100/121", + "2603:1030:40c:1::680/121", + "2603:1030:504::100/121", + "2603:1030:504:1::680/121", + "2603:1030:608::700/121", + "2603:1030:702:2::300/121", + "2603:1030:807::100/121", + "2603:1030:807:1::680/121", + "2603:1030:a07::700/121", + "2603:1030:b04::700/121", + "2603:1030:c06:1::680/121", + "2603:1030:f05::100/121", + "2603:1030:f05:1::680/121", + "2603:1030:1005::700/121", + "2603:1040:5::200/121", + "2603:1040:5:1::680/121", + "2603:1040:207::700/121", + "2603:1040:407::100/121", + "2603:1040:407:1::680/121", + "2603:1040:606::700/121", + "2603:1040:806::700/121", + "2603:1040:904::100/121", + "2603:1040:904:1::680/121", + "2603:1040:a06::200/121", + "2603:1040:a06:1::680/121", + "2603:1040:b04::700/121", + "2603:1040:c06::700/121", + "2603:1040:d04::680/121", + "2603:1040:d04:1::100/121", + "2603:1040:e05:6::300/121", + "2603:1040:f05::100/121", + "2603:1040:f05:1::680/121", + "2603:1040:1002:1::580/121", + "2603:1040:1104::780/121", + "2603:1040:1202:1::480/121", + "2603:1040:1302:2::/121", + "2603:1040:1402:1::380/121", + "2603:1040:1503:1::580/121", + "2603:1040:1602:2::480/121", + "2603:1050:6::100/121", + "2603:1050:6:1::680/121", + "2603:1050:403::680/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureResourceManager", + "id": "AzureResourceManager", + "properties": { + "changeNumber": 33, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "4.150.240.0/23", + "4.232.96.0/23", + "4.232.107.192/26", + "13.66.141.176/28", + "13.67.18.0/23", + "13.69.67.32/28", + "13.69.114.0/23", + "13.69.229.224/28", + "13.69.234.0/23", + "13.70.74.64/28", + "13.70.76.0/23", + "13.71.173.192/28", + "13.71.196.80/28", + "13.71.198.0/24", + "13.73.240.224/28", + "13.73.246.0/23", + "13.75.39.16/28", + "13.77.53.32/28", + "13.77.55.0/25", + "13.78.109.96/28", + "13.86.219.80/28", + "13.86.222.0/24", + "13.87.57.240/28", + "13.87.60.0/23", + "13.87.123.240/28", + "13.87.126.0/24", + "13.89.180.0/23", + "13.104.150.85/32", + "20.17.60.0/23", + "20.17.68.0/26", + "20.17.122.0/23", + "20.21.44.0/26", + "20.21.50.0/23", + "20.36.108.48/28", + "20.36.110.0/23", + "20.36.115.144/28", + "20.36.118.0/23", + "20.36.126.0/23", + "20.37.76.48/28", + "20.37.78.0/23", + "20.37.230.0/23", + "20.38.128.32/28", + "20.38.130.0/23", + "20.38.150.0/23", + "20.40.206.240/28", + "20.40.226.0/23", + "20.41.70.0/23", + "20.43.120.224/28", + "20.43.124.0/23", + "20.44.3.240/28", + "20.44.6.0/23", + "20.44.8.16/28", + "20.44.16.112/28", + "20.44.20.0/23", + "20.44.30.0/24", + "20.45.88.0/23", + "20.45.118.0/23", + "20.46.8.0/23", + "20.48.194.0/23", + "20.49.116.0/23", + "20.50.68.96/28", + "20.51.10.0/23", + "20.51.18.0/23", + "20.53.42.0/23", + "20.58.64.0/23", + "20.61.100.0/23", + "20.62.56.0/23", + "20.62.130.0/23", + "20.65.128.0/23", + "20.66.0.0/23", + "20.72.28.64/26", + "20.88.64.64/26", + "20.135.84.112/32", + "20.135.86.130/32", + "20.135.88.129/32", + "20.135.136.30/32", + "20.135.138.85/32", + "20.150.225.128/26", + "20.150.242.0/23", + "20.187.198.0/23", + "20.189.168.0/24", + "20.189.226.0/23", + "20.191.162.0/23", + "20.192.32.128/26", + "20.192.40.0/23", + "20.192.52.0/23", + "20.193.196.0/23", + "20.193.204.0/26", + "20.195.144.0/23", + "20.215.10.0/23", + "20.215.156.0/26", + "20.217.50.0/23", + "20.217.60.0/26", + "23.98.110.0/23", + "40.67.54.0/23", + "40.67.59.208/28", + "40.67.62.0/23", + "40.67.120.0/24", + "40.69.108.32/28", + "40.69.112.0/22", + "40.71.13.224/28", + "40.74.102.0/28", + "40.75.35.32/28", + "40.75.38.0/23", + "40.78.196.32/28", + "40.78.198.0/23", + "40.78.203.224/28", + "40.78.206.0/23", + "40.78.234.176/28", + "40.78.254.0/23", + "40.79.131.240/28", + "40.79.134.0/23", + "40.79.158.0/23", + "40.79.180.0/28", + "40.79.182.0/23", + "40.79.198.0/23", + "40.80.174.0/23", + "40.80.178.0/23", + "40.113.178.0/28", + "40.120.80.0/23", + "51.11.64.0/24", + "51.11.96.0/24", + "51.12.44.0/23", + "51.12.101.64/26", + "51.12.196.0/23", + "51.12.205.0/26", + "51.53.98.0/23", + "51.53.180.0/23", + "51.53.188.0/26", + "51.104.8.224/28", + "51.105.78.0/23", + "51.105.94.0/23", + "51.107.54.0/23", + "51.107.60.32/28", + "51.107.62.0/23", + "51.107.150.0/23", + "51.107.156.32/28", + "51.107.158.0/23", + "51.116.52.0/23", + "51.116.60.32/28", + "51.116.62.0/23", + "51.116.150.0/23", + "51.116.156.32/28", + "51.116.159.0/24", + "51.120.46.0/23", + "51.120.100.32/28", + "51.120.102.0/23", + "51.120.220.32/28", + "51.120.222.0/23", + "51.120.230.0/23", + "51.138.208.0/23", + "51.140.212.16/28", + "51.140.214.0/24", + "51.143.210.0/23", + "52.136.54.0/23", + "52.138.94.0/23", + "52.139.104.0/23", + "52.146.134.0/23", + "52.147.96.0/24", + "52.148.174.212/32", + "52.150.158.0/23", + "52.162.110.224/28", + "52.172.114.0/23", + "52.231.19.208/28", + "52.231.22.0/24", + "52.231.148.64/28", + "52.231.150.0/24", + "52.240.242.0/23", + "65.52.252.48/28", + "65.52.254.0/23", + "68.221.90.0/23", + "102.133.28.16/28", + "102.133.30.0/23", + "102.133.62.0/23", + "102.133.123.224/28", + "102.133.158.0/23", + "102.133.222.0/23", + "104.46.160.0/24", + "104.46.161.0/25", + "104.46.180.0/23", + "104.214.162.0/23", + "104.214.166.0/26", + "158.23.106.0/23", + "168.61.138.0/23", + "168.61.143.192/26", + "191.233.52.0/23", + "191.233.205.16/28", + "191.234.140.0/23", + "191.234.158.0/23", + "2603:1000:4::6c0/122", + "2603:1000:4:402::280/122", + "2603:1000:104::480/122", + "2603:1000:104:402::280/122", + "2603:1010:6::180/122", + "2603:1010:6:402::280/122", + "2603:1010:101::6c0/122", + "2603:1010:101:402::280/122", + "2603:1010:304::6c0/122", + "2603:1010:304:5::200/120", + "2603:1010:304:402::280/122", + "2603:1010:404::6c0/122", + "2603:1010:404:5::200/120", + "2603:1010:404:402::280/122", + "2603:1020:5::180/122", + "2603:1020:5:402::280/122", + "2603:1020:206::180/122", + "2603:1020:206:402::280/122", + "2603:1020:305::6c0/122", + "2603:1020:305:402::280/122", + "2603:1020:405::6c0/122", + "2603:1020:405:402::280/122", + "2603:1020:605::6c0/122", + "2603:1020:605:402::280/122", + "2603:1020:705::180/122", + "2603:1020:705:402::280/122", + "2603:1020:805::180/122", + "2603:1020:805:402::280/122", + "2603:1020:905::6c0/122", + "2603:1020:905:402::280/122", + "2603:1020:a04::180/122", + "2603:1020:a04:2::700/120", + "2603:1020:a04:402::280/122", + "2603:1020:b04::6c0/122", + "2603:1020:b04:402::280/122", + "2603:1020:c04::180/122", + "2603:1020:c04:402::280/122", + "2603:1020:d04::6c0/122", + "2603:1020:d04:5::200/120", + "2603:1020:d04:402::280/122", + "2603:1020:e04::180/122", + "2603:1020:e04:3::300/120", + "2603:1020:e04:402::280/122", + "2603:1020:f04::6c0/122", + "2603:1020:f04:6::200/120", + "2603:1020:f04:402::280/122", + "2603:1020:1004:1::400/120", + "2603:1020:1004:400::180/122", + "2603:1020:1104:1::/120", + "2603:1020:1104:400::280/122", + "2603:1020:1204:1::400/120", + "2603:1020:1204:400::180/122", + "2603:1020:1302:1::400/120", + "2603:1020:1302:400::1c0/122", + "2603:1020:1403:1::400/120", + "2603:1030:f:1::6c0/122", + "2603:1030:f:2::700/120", + "2603:1030:f:400::a80/122", + "2603:1030:10::180/122", + "2603:1030:10:402::280/122", + "2603:1030:104::180/122", + "2603:1030:104:402::280/122", + "2603:1030:107:1::100/120", + "2603:1030:107:400::200/122", + "2603:1030:210::180/122", + "2603:1030:210:402::280/122", + "2603:1030:40b:2::40/122", + "2603:1030:40b:400::a80/122", + "2603:1030:40c::180/122", + "2603:1030:40c:402::280/122", + "2603:1030:504::400/120", + "2603:1030:504:402::180/122", + "2603:1030:608::6c0/122", + "2603:1030:608:4::100/120", + "2603:1030:608:402::280/122", + "2603:1030:702:1::400/120", + "2603:1030:807::180/122", + "2603:1030:807:402::280/122", + "2603:1030:a07::6c0/122", + "2603:1030:a07:9::200/120", + "2603:1030:a07:402::900/122", + "2603:1030:a0b::/48", + "2603:1030:a0c::/48", + "2603:1030:b04::6c0/122", + "2603:1030:b04:402::280/122", + "2603:1030:c06:2::40/122", + "2603:1030:c06:400::a80/122", + "2603:1030:f05::180/122", + "2603:1030:f05:402::280/122", + "2603:1030:1005::6c0/122", + "2603:1030:1005:3::500/120", + "2603:1030:1005:402::280/122", + "2603:1040:5::280/122", + "2603:1040:5:402::280/122", + "2603:1040:207::6c0/122", + "2603:1040:207:2::300/120", + "2603:1040:207:402::280/122", + "2603:1040:407::180/122", + "2603:1040:407:402::280/122", + "2603:1040:606::6c0/122", + "2603:1040:606:3::400/120", + "2603:1040:606:402::280/122", + "2603:1040:806::6c0/122", + "2603:1040:806:3::500/120", + "2603:1040:806:402::280/122", + "2603:1040:904::180/122", + "2603:1040:904:3::100/120", + "2603:1040:904:402::280/122", + "2603:1040:a06::280/122", + "2603:1040:a06:2::400/120", + "2603:1040:a06:402::280/122", + "2603:1040:b04::6c0/122", + "2603:1040:b04:5::100/120", + "2603:1040:b04:402::280/122", + "2603:1040:c06::6c0/122", + "2603:1040:c06:402::280/122", + "2603:1040:d04:1::400/120", + "2603:1040:d04:400::180/122", + "2603:1040:e05:5::500/120", + "2603:1040:f05::180/122", + "2603:1040:f05:2::100/120", + "2603:1040:f05:402::280/122", + "2603:1040:1002:1::600/120", + "2603:1040:1002:400::1c0/122", + "2603:1040:1104:1::/120", + "2603:1040:1104:400::280/122", + "2603:1040:1202:1::500/120", + "2603:1040:1202:400::1c0/122", + "2603:1040:1302:2::100/120", + "2603:1040:1402:1::400/120", + "2603:1040:1402:400::1c0/122", + "2603:1040:1503:1::600/120", + "2603:1040:1503:400::1c0/122", + "2603:1040:1602:1::400/120", + "2603:1050:6::180/122", + "2603:1050:6:402::280/122", + "2603:1050:403:1::40/122", + "2603:1050:403:400::440/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql", + "id": "Sql", + "properties": { + "changeNumber": 63, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "4.149.112.128/25", + "4.149.113.0/25", + "4.171.24.0/25", + "4.190.130.128/25", + "4.194.224.128/25", + "4.232.101.160/27", + "4.232.101.192/26", + "4.232.104.64/27", + "4.232.105.64/27", + "4.232.107.184/29", + "4.232.120.64/27", + "4.232.121.64/27", + "4.232.123.192/29", + "4.232.192.64/27", + "4.232.193.64/27", + "4.232.195.192/29", + "13.65.209.243/32", + "13.66.60.72/32", + "13.66.62.124/32", + "13.66.136.0/26", + "13.66.136.192/29", + "13.66.137.0/26", + "13.66.149.128/26", + "13.66.226.202/32", + "13.67.16.0/26", + "13.67.16.192/29", + "13.67.17.0/26", + "13.67.20.128/26", + "13.67.215.62/32", + "13.69.104.0/26", + "13.69.104.192/26", + "13.69.105.0/26", + "13.69.105.192/26", + "13.69.111.32/27", + "13.69.112.168/29", + "13.69.116.64/27", + "13.69.116.96/30", + "13.69.116.128/25", + "13.69.117.0/26", + "13.69.224.0/26", + "13.69.224.192/26", + "13.69.225.0/26", + "13.69.225.192/26", + "13.69.233.136/29", + "13.69.239.128/26", + "13.70.112.0/27", + "13.70.112.32/29", + "13.70.113.0/27", + "13.70.114.128/27", + "13.70.148.251/32", + "13.71.168.0/27", + "13.71.168.32/29", + "13.71.169.0/27", + "13.71.177.192/27", + "13.71.178.0/26", + "13.71.192.0/27", + "13.71.193.0/27", + "13.71.193.32/29", + "13.73.109.251/32", + "13.74.104.64/26", + "13.74.104.128/26", + "13.74.105.0/26", + "13.74.105.128/26", + "13.74.105.192/29", + "13.75.32.0/26", + "13.75.32.192/29", + "13.75.33.0/26", + "13.75.33.192/29", + "13.75.149.87/32", + "13.77.48.0/27", + "13.77.49.0/27", + "13.77.49.32/29", + "13.78.61.196/32", + "13.78.104.0/27", + "13.78.104.32/29", + "13.78.105.0/27", + "13.78.145.25/32", + "13.78.248.32/27", + "13.85.65.48/32", + "13.86.216.0/25", + "13.86.216.128/26", + "13.86.216.192/27", + "13.86.217.0/25", + "13.86.217.128/26", + "13.86.217.192/27", + "13.86.217.224/29", + "13.87.16.64/27", + "13.87.17.0/27", + "13.87.33.234/32", + "13.87.34.7/32", + "13.87.34.19/32", + "13.87.38.138/32", + "13.87.120.0/27", + "13.87.121.0/27", + "13.88.29.70/32", + "13.89.36.110/32", + "13.89.37.61/32", + "13.89.57.50/32", + "13.89.57.115/32", + "13.89.168.0/26", + "13.89.168.192/29", + "13.89.169.0/26", + "13.89.179.64/26", + "13.91.4.219/32", + "13.93.165.251/32", + "13.93.237.158/32", + "20.6.139.0/25", + "20.14.125.128/25", + "20.15.10.0/25", + "20.15.12.0/24", + "20.15.129.128/25", + "20.15.130.0/25", + "20.15.131.128/25", + "20.17.59.128/27", + "20.17.59.192/26", + "20.17.64.64/27", + "20.17.65.64/27", + "20.17.67.248/29", + "20.17.127.96/27", + "20.17.127.128/26", + "20.17.131.40/29", + "20.17.131.64/27", + "20.18.4.0/25", + "20.18.176.64/27", + "20.18.177.64/27", + "20.18.179.192/29", + "20.19.30.0/25", + "20.21.40.64/27", + "20.21.41.64/27", + "20.21.43.248/29", + "20.21.53.32/27", + "20.21.53.64/26", + "20.21.64.64/27", + "20.21.65.64/27", + "20.21.67.192/29", + "20.21.72.64/27", + "20.21.73.64/27", + "20.21.75.192/29", + "20.21.87.128/25", + "20.26.23.0/25", + "20.36.104.0/27", + "20.36.105.0/27", + "20.36.105.32/29", + "20.36.112.0/27", + "20.36.113.0/27", + "20.36.113.32/29", + "20.36.144.128/27", + "20.36.145.0/25", + "20.37.71.64/26", + "20.37.71.128/26", + "20.37.72.64/27", + "20.37.72.96/29", + "20.37.73.64/27", + "20.37.73.96/29", + "20.38.143.64/26", + "20.38.143.128/26", + "20.38.144.0/27", + "20.38.144.32/29", + "20.38.145.0/27", + "20.38.152.24/29", + "20.38.153.64/27", + "20.38.154.64/27", + "20.40.228.128/25", + "20.42.65.64/29", + "20.42.65.96/27", + "20.42.68.192/27", + "20.42.69.0/25", + "20.42.69.128/26", + "20.42.73.0/29", + "20.42.73.32/27", + "20.42.74.192/27", + "20.42.75.0/25", + "20.42.75.128/26", + "20.42.168.128/25", + "20.42.174.128/25", + "20.43.47.192/26", + "20.44.0.0/27", + "20.44.1.0/27", + "20.44.14.0/26", + "20.44.24.0/27", + "20.44.24.32/29", + "20.44.25.0/27", + "20.45.120.0/27", + "20.45.121.0/27", + "20.45.121.32/29", + "20.45.127.128/26", + "20.46.11.32/27", + "20.46.11.64/27", + "20.46.11.128/26", + "20.48.196.32/27", + "20.48.196.64/27", + "20.48.196.128/26", + "20.49.80.0/27", + "20.49.80.32/29", + "20.49.81.0/27", + "20.49.88.0/27", + "20.49.88.32/29", + "20.49.89.0/27", + "20.49.89.32/29", + "20.49.95.192/26", + "20.49.119.32/27", + "20.49.119.64/27", + "20.49.119.128/26", + "20.50.73.32/27", + "20.50.73.64/26", + "20.50.81.0/26", + "20.50.94.0/25", + "20.50.201.224/27", + "20.50.202.0/25", + "20.50.202.128/26", + "20.51.9.128/25", + "20.51.17.160/27", + "20.51.17.192/27", + "20.51.20.0/26", + "20.52.65.0/26", + "20.53.46.128/25", + "20.53.48.96/27", + "20.53.48.128/27", + "20.53.48.192/26", + "20.53.56.32/27", + "20.53.56.64/27", + "20.53.56.128/26", + "20.58.66.128/25", + "20.58.68.56/30", + "20.61.99.192/26", + "20.61.102.0/26", + "20.62.58.128/25", + "20.62.132.160/27", + "20.62.132.192/27", + "20.62.133.0/26", + "20.65.1.0/26", + "20.65.132.160/27", + "20.65.132.192/27", + "20.65.133.0/26", + "20.66.3.64/26", + "20.66.3.128/26", + "20.69.0.32/27", + "20.69.0.64/27", + "20.69.0.128/26", + "20.72.21.224/27", + "20.72.24.64/27", + "20.72.24.128/27", + "20.72.25.128/27", + "20.83.193.0/26", + "20.88.64.0/27", + "20.89.1.64/27", + "20.89.1.128/26", + "20.91.15.0/25", + "20.91.149.128/25", + "20.99.27.128/25", + "20.100.19.0/25", + "20.113.249.128/25", + "20.125.168.64/27", + "20.125.169.64/27", + "20.125.171.192/29", + "20.125.200.64/27", + "20.125.201.64/27", + "20.125.203.192/29", + "20.150.168.0/27", + "20.150.168.32/29", + "20.150.169.0/27", + "20.150.176.0/27", + "20.150.176.32/29", + "20.150.177.0/27", + "20.150.184.0/27", + "20.150.184.32/29", + "20.150.185.0/27", + "20.150.241.128/25", + "20.164.152.128/25", + "20.166.43.0/25", + "20.166.45.0/24", + "20.167.129.0/25", + "20.168.160.64/27", + "20.168.161.64/27", + "20.168.163.192/29", + "20.175.4.128/25", + "20.189.172.224/27", + "20.189.173.64/26", + "20.189.225.160/27", + "20.189.225.192/27", + "20.189.228.0/26", + "20.191.165.160/27", + "20.191.165.192/27", + "20.191.166.0/26", + "20.192.43.160/27", + "20.192.43.192/27", + "20.192.44.0/26", + "20.192.48.32/27", + "20.192.48.64/27", + "20.192.48.128/26", + "20.192.96.0/27", + "20.192.96.32/29", + "20.192.97.0/27", + "20.192.167.224/27", + "20.192.232.0/27", + "20.192.233.0/27", + "20.192.233.32/29", + "20.193.192.0/27", + "20.193.192.64/26", + "20.193.200.0/27", + "20.193.200.32/29", + "20.193.201.0/27", + "20.194.64.0/27", + "20.194.64.32/29", + "20.194.65.0/27", + "20.194.73.64/26", + "20.194.73.128/26", + "20.194.80.192/27", + "20.194.129.64/27", + "20.195.65.32/27", + "20.195.65.64/27", + "20.195.65.128/26", + "20.195.72.32/27", + "20.195.72.64/27", + "20.195.72.128/26", + "20.195.146.0/26", + "20.199.205.0/25", + "20.200.165.192/26", + "20.203.95.128/25", + "20.204.196.128/25", + "20.205.72.64/27", + "20.205.73.64/27", + "20.205.77.176/29", + "20.205.77.200/29", + "20.205.80.64/27", + "20.205.81.64/27", + "20.205.83.224/29", + "20.205.192.128/26", + "20.206.7.128/25", + "20.207.7.0/25", + "20.207.170.192/27", + "20.207.173.0/25", + "20.208.16.64/27", + "20.208.17.64/27", + "20.208.19.192/29", + "20.208.150.128/25", + "20.211.229.0/25", + "20.213.199.0/25", + "20.213.225.0/25", + "20.214.133.128/25", + "20.215.13.0/27", + "20.215.13.64/26", + "20.215.16.64/27", + "20.215.17.64/27", + "20.215.19.192/29", + "20.215.24.64/27", + "20.215.25.64/27", + "20.215.27.192/29", + "20.215.152.64/27", + "20.215.153.64/27", + "20.215.155.248/29", + "20.215.171.128/25", + "20.217.53.0/27", + "20.217.53.64/26", + "20.217.56.64/27", + "20.217.57.64/27", + "20.217.59.248/29", + "20.217.72.64/27", + "20.217.73.64/27", + "20.217.75.192/29", + "20.217.88.64/27", + "20.217.89.64/27", + "20.217.91.192/29", + "20.218.188.0/25", + "20.220.3.0/25", + "20.221.140.128/26", + "20.221.143.0/24", + "20.222.128.0/26", + "20.226.208.128/27", + "20.226.209.128/25", + "20.228.5.128/25", + "20.233.130.128/25", + "20.241.115.0/24", + "20.244.193.0/25", + "23.96.89.109/32", + "23.96.106.191/32", + "23.96.178.199/32", + "23.96.202.229/32", + "23.96.204.249/32", + "23.96.205.215/32", + "23.96.249.37/32", + "23.96.250.178/32", + "23.97.167.46/32", + "23.97.169.19/32", + "23.97.221.176/32", + "23.98.55.75/32", + "23.98.80.0/26", + "23.98.80.192/29", + "23.98.81.0/26", + "23.98.113.128/26", + "23.98.162.75/32", + "23.98.162.76/31", + "23.98.170.75/32", + "23.98.170.76/31", + "23.99.4.248/32", + "23.99.34.75/32", + "23.99.37.235/32", + "23.99.37.236/32", + "23.99.160.139/32", + "23.99.160.140/32", + "23.99.205.183/32", + "23.100.117.95/32", + "23.102.16.130/32", + "23.102.52.155/32", + "23.102.179.187/32", + "40.64.114.0/26", + "40.67.53.0/25", + "40.67.56.0/27", + "40.67.56.32/29", + "40.67.57.0/27", + "40.68.37.158/32", + "40.69.104.0/27", + "40.69.105.0/27", + "40.69.105.32/29", + "40.69.116.128/25", + "40.69.189.48/32", + "40.70.144.0/26", + "40.70.144.192/29", + "40.70.145.0/26", + "40.71.8.0/26", + "40.71.8.192/26", + "40.71.9.0/26", + "40.71.9.192/26", + "40.71.83.113/32", + "40.74.60.91/32", + "40.74.96.0/27", + "40.74.96.32/29", + "40.74.97.0/27", + "40.74.144.0/27", + "40.74.144.32/29", + "40.74.145.0/27", + "40.74.145.32/29", + "40.75.32.0/27", + "40.75.32.40/29", + "40.75.33.0/27", + "40.75.33.32/29", + "40.76.2.172/32", + "40.76.26.90/32", + "40.76.42.44/32", + "40.76.65.222/32", + "40.76.66.9/32", + "40.76.193.221/32", + "40.77.30.201/32", + "40.78.16.122/32", + "40.78.23.252/32", + "40.78.57.109/32", + "40.78.192.0/27", + "40.78.192.32/29", + "40.78.193.0/27", + "40.78.193.32/29", + "40.78.200.128/29", + "40.78.201.128/29", + "40.78.224.0/26", + "40.78.224.128/26", + "40.78.225.0/26", + "40.78.225.128/26", + "40.78.232.0/26", + "40.78.232.192/29", + "40.78.233.0/26", + "40.78.240.0/26", + "40.78.240.192/29", + "40.78.241.0/26", + "40.78.248.0/26", + "40.78.248.192/29", + "40.78.249.0/26", + "40.79.84.180/32", + "40.79.128.0/27", + "40.79.128.32/29", + "40.79.129.0/27", + "40.79.136.0/27", + "40.79.136.32/29", + "40.79.137.0/27", + "40.79.144.0/27", + "40.79.144.32/29", + "40.79.145.0/27", + "40.79.152.0/26", + "40.79.152.192/26", + "40.79.153.0/26", + "40.79.153.192/26", + "40.79.160.0/27", + "40.79.160.32/29", + "40.79.161.0/27", + "40.79.167.128/25", + "40.79.168.0/27", + "40.79.168.32/29", + "40.79.169.0/27", + "40.79.175.64/26", + "40.79.176.0/27", + "40.79.176.40/29", + "40.79.177.0/27", + "40.79.177.32/29", + "40.79.184.0/27", + "40.79.184.32/29", + "40.79.185.0/27", + "40.79.191.224/27", + "40.79.192.0/27", + "40.79.192.32/29", + "40.79.193.0/27", + "40.80.48.0/27", + "40.80.48.32/29", + "40.80.49.0/27", + "40.80.102.128/25", + "40.80.181.64/26", + "40.84.153.95/32", + "40.84.155.210/32", + "40.84.191.1/32", + "40.84.193.16/32", + "40.84.195.189/32", + "40.84.231.203/32", + "40.85.102.50/32", + "40.85.224.249/32", + "40.86.226.166/32", + "40.112.139.250/32", + "40.112.240.0/27", + "40.112.246.0/27", + "40.113.14.53/32", + "40.113.16.190/32", + "40.113.93.91/32", + "40.113.200.119/32", + "40.114.45.195/32", + "40.114.81.142/32", + "40.114.240.125/32", + "40.115.37.61/32", + "40.115.52.141/32", + "40.115.53.255/32", + "40.117.26.128/25", + "40.117.42.73/32", + "40.117.44.71/32", + "40.118.12.208/32", + "40.118.129.167/32", + "40.118.209.206/32", + "40.118.244.227/32", + "40.118.249.123/32", + "40.118.250.19/32", + "40.120.72.0/27", + "40.120.72.32/29", + "40.120.73.0/27", + "40.121.143.204/32", + "40.121.149.49/32", + "40.121.158.30/32", + "40.124.8.76/32", + "40.124.64.136/29", + "40.124.64.160/27", + "40.124.65.128/27", + "40.124.65.192/26", + "40.127.82.69/32", + "40.127.83.164/32", + "40.127.128.10/32", + "40.127.137.209/32", + "40.127.141.194/32", + "40.127.177.139/32", + "51.11.97.192/26", + "51.12.46.32/27", + "51.12.46.64/27", + "51.12.46.128/26", + "51.12.96.0/27", + "51.12.96.32/29", + "51.12.97.0/27", + "51.12.198.32/27", + "51.12.198.64/27", + "51.12.198.128/26", + "51.12.200.0/27", + "51.12.200.32/29", + "51.12.201.0/27", + "51.12.201.32/29", + "51.12.224.0/27", + "51.12.224.32/29", + "51.12.225.0/27", + "51.12.232.0/27", + "51.12.232.32/29", + "51.12.233.0/27", + "51.13.136.224/27", + "51.13.137.0/27", + "51.13.137.64/26", + "51.53.101.32/27", + "51.53.101.64/26", + "51.53.104.64/27", + "51.53.105.64/27", + "51.53.107.248/29", + "51.53.182.32/27", + "51.53.182.64/26", + "51.53.184.64/27", + "51.53.185.64/27", + "51.53.187.248/29", + "51.103.200.64/27", + "51.103.201.64/27", + "51.103.203.192/29", + "51.104.10.0/26", + "51.105.64.0/27", + "51.105.64.32/29", + "51.105.65.0/27", + "51.105.71.192/26", + "51.105.72.0/27", + "51.105.72.32/29", + "51.105.73.0/27", + "51.107.56.0/27", + "51.107.56.32/29", + "51.107.57.0/27", + "51.107.152.0/27", + "51.107.153.0/27", + "51.107.153.32/29", + "51.107.242.32/27", + "51.107.242.64/27", + "51.107.242.128/26", + "51.107.250.64/26", + "51.107.250.128/26", + "51.116.54.96/27", + "51.116.54.128/27", + "51.116.54.192/26", + "51.116.56.0/27", + "51.116.57.0/27", + "51.116.57.32/29", + "51.116.149.32/27", + "51.116.149.64/27", + "51.116.149.128/26", + "51.116.152.0/27", + "51.116.152.32/29", + "51.116.153.0/27", + "51.116.240.0/27", + "51.116.240.32/29", + "51.116.241.0/27", + "51.116.247.0/26", + "51.116.248.0/27", + "51.116.248.32/29", + "51.116.249.0/27", + "51.116.255.0/26", + "51.120.96.0/27", + "51.120.96.32/29", + "51.120.97.0/27", + "51.120.104.0/27", + "51.120.104.32/29", + "51.120.105.0/27", + "51.120.181.0/25", + "51.120.208.0/27", + "51.120.208.32/29", + "51.120.209.0/27", + "51.120.216.0/27", + "51.120.217.0/27", + "51.120.217.32/29", + "51.120.232.192/26", + "51.120.233.0/26", + "51.132.193.64/27", + "51.132.193.128/26", + "51.138.210.0/26", + "51.140.77.9/32", + "51.140.115.150/32", + "51.140.144.0/27", + "51.140.144.32/29", + "51.140.145.0/27", + "51.140.151.128/27", + "51.140.184.11/32", + "51.140.208.64/27", + "51.140.208.96/29", + "51.140.209.0/27", + "51.140.209.32/29", + "51.141.8.11/32", + "51.142.133.128/25", + "51.143.209.224/27", + "51.143.212.0/27", + "51.143.212.64/26", + "52.136.53.160/27", + "52.136.53.192/27", + "52.136.185.0/25", + "52.138.88.0/27", + "52.138.88.32/29", + "52.138.89.0/27", + "52.138.89.32/29", + "52.138.224.0/26", + "52.138.224.128/26", + "52.138.225.0/26", + "52.138.225.128/26", + "52.138.229.72/29", + "52.139.106.192/26", + "52.139.107.0/26", + "52.146.133.128/25", + "52.147.112.160/27", + "52.148.42.0/25", + "52.159.203.0/25", + "52.161.100.158/32", + "52.161.128.32/27", + "52.162.104.0/26", + "52.162.105.0/26", + "52.162.105.192/28", + "52.166.76.0/32", + "52.167.104.0/26", + "52.167.104.192/29", + "52.167.104.224/27", + "52.167.105.0/26", + "52.167.111.144/28", + "52.167.111.192/27", + "52.167.117.226/32", + "52.167.145.64/26", + "52.167.145.128/27", + "52.167.145.192/26", + "52.168.116.64/29", + "52.168.117.96/27", + "52.168.117.128/27", + "52.168.117.160/29", + "52.168.117.192/26", + "52.168.118.0/25", + "52.168.166.153/32", + "52.170.98.29/32", + "52.172.24.47/32", + "52.172.83.128/25", + "52.172.113.96/27", + "52.172.113.128/27", + "52.172.113.192/26", + "52.172.217.233/32", + "52.173.205.59/32", + "52.175.33.150/32", + "52.176.59.12/32", + "52.176.100.98/32", + "52.177.185.181/32", + "52.178.17.192/27", + "52.178.21.0/26", + "52.178.21.64/27", + "52.178.21.128/26", + "52.178.22.0/25", + "52.179.75.0/25", + "52.179.78.0/24", + "52.179.178.184/32", + "52.180.176.154/32", + "52.180.183.226/32", + "52.182.136.0/26", + "52.182.136.192/29", + "52.182.137.0/26", + "52.182.144.0/26", + "52.183.250.62/32", + "52.186.79.49/32", + "52.188.246.128/25", + "52.188.248.0/25", + "52.191.144.64/26", + "52.191.152.64/26", + "52.225.188.46/32", + "52.225.188.113/32", + "52.228.35.221/32", + "52.229.17.93/32", + "52.231.16.0/27", + "52.231.16.32/29", + "52.231.17.0/27", + "52.231.32.42/32", + "52.231.144.0/27", + "52.231.145.0/27", + "52.231.151.88/29", + "52.231.151.96/27", + "52.231.200.86/32", + "52.236.184.0/27", + "52.236.184.32/29", + "52.236.184.128/25", + "52.236.185.0/27", + "52.236.185.128/25", + "52.240.245.0/26", + "52.242.30.154/32", + "52.246.152.0/27", + "52.246.152.32/29", + "52.246.153.0/27", + "52.246.251.248/32", + "65.52.213.108/32", + "65.52.218.82/32", + "65.52.225.245/32", + "65.52.226.209/32", + "65.52.248.0/27", + "65.52.248.32/29", + "65.52.249.0/27", + "68.219.168.0/24", + "68.219.173.0/25", + "68.219.175.0/25", + "68.219.193.128/25", + "68.220.80.64/27", + "68.220.81.64/27", + "68.220.82.88/29", + "68.221.40.160/27", + "68.221.40.192/26", + "68.221.96.64/27", + "68.221.97.64/27", + "68.221.99.184/29", + "68.221.144.64/27", + "68.221.145.64/27", + "68.221.147.192/29", + "74.243.18.24/29", + "74.243.20.128/27", + "102.37.80.96/27", + "102.37.80.128/27", + "102.37.80.192/26", + "102.37.160.0/27", + "102.37.160.64/26", + "102.133.24.0/27", + "102.133.25.0/27", + "102.133.25.32/29", + "102.133.120.0/27", + "102.133.120.32/29", + "102.133.121.0/27", + "102.133.152.0/27", + "102.133.152.32/29", + "102.133.153.0/27", + "102.133.221.224/27", + "102.133.248.0/27", + "102.133.248.32/29", + "102.133.249.0/27", + "104.40.49.103/32", + "104.40.155.247/32", + "104.40.168.64/26", + "104.40.168.192/26", + "104.40.169.0/27", + "104.40.169.32/29", + "104.40.169.128/25", + "104.41.11.5/32", + "104.41.56.218/32", + "104.41.152.74/32", + "104.41.202.30/32", + "104.42.188.130/32", + "104.42.192.190/32", + "104.42.237.198/32", + "104.42.238.205/32", + "104.43.15.0/32", + "104.43.203.72/32", + "104.45.158.30/32", + "104.46.162.192/27", + "104.46.163.0/26", + "104.46.179.160/27", + "104.46.179.192/27", + "104.46.183.0/26", + "104.208.21.0/26", + "104.208.21.192/29", + "104.208.22.0/26", + "104.208.22.192/26", + "104.208.28.16/32", + "104.208.28.53/32", + "104.208.149.0/26", + "104.208.150.0/26", + "104.208.150.192/29", + "104.208.151.64/26", + "104.211.85.0/27", + "104.211.86.0/27", + "104.211.86.32/29", + "104.211.96.159/32", + "104.211.144.0/27", + "104.211.144.32/29", + "104.211.145.0/27", + "104.211.145.32/29", + "104.211.160.80/32", + "104.211.224.146/32", + "104.214.16.0/26", + "104.214.16.192/26", + "104.214.17.0/26", + "104.214.17.192/26", + "104.214.73.137/32", + "104.214.148.156/32", + "137.116.31.224/27", + "158.23.8.64/27", + "158.23.9.64/27", + "158.23.11.184/29", + "158.23.112.160/27", + "158.23.112.192/26", + "158.23.120.64/27", + "158.23.121.64/27", + "158.23.123.192/29", + "158.23.192.64/27", + "158.23.193.64/27", + "158.23.195.192/29", + "168.61.136.0/27", + "168.61.137.0/27", + "168.62.115.112/28", + "168.62.232.188/32", + "168.62.235.49/32", + "168.62.235.241/32", + "168.62.239.29/32", + "168.63.13.214/32", + "191.233.15.160/27", + "191.233.15.192/27", + "191.233.48.0/27", + "191.233.48.32/29", + "191.233.49.0/27", + "191.233.200.0/27", + "191.233.200.32/29", + "191.233.201.0/27", + "191.234.2.139/32", + "191.234.142.160/27", + "191.234.142.192/27", + "191.234.144.0/27", + "191.234.144.32/29", + "191.234.145.0/27", + "191.234.152.0/26", + "191.234.153.0/26", + "191.234.157.136/29", + "191.235.193.75/32", + "191.235.193.139/32", + "191.235.193.140/31", + "191.236.119.31/32", + "191.237.232.75/32", + "191.237.232.235/32", + "191.237.232.236/31", + "191.237.240.43/32", + "191.238.6.43/32", + "191.238.6.44/31", + "191.238.6.46/32", + "191.238.68.11/32", + "191.239.192.109/32", + "191.239.224.107/32", + "191.239.224.108/31", + "191.239.224.110/32", + "2603:1000:4::280/123", + "2603:1000:4:1::200/121", + "2603:1000:4:2::680/121", + "2603:1000:4:400::/123", + "2603:1000:4:401::/123", + "2603:1000:104::640/123", + "2603:1000:104::680/121", + "2603:1000:104:3::480/121", + "2603:1000:104:400::/123", + "2603:1000:104:401::/123", + "2603:1000:104:800::/123", + "2603:1000:104:801::/123", + "2603:1000:104:c00::/123", + "2603:1000:104:c01::/123", + "2603:1010:6::320/123", + "2603:1010:6::380/121", + "2603:1010:6:4::100/121", + "2603:1010:6:400::/123", + "2603:1010:6:401::/123", + "2603:1010:6:800::/123", + "2603:1010:6:801::/123", + "2603:1010:6:c00::/123", + "2603:1010:6:c01::/123", + "2603:1010:101::280/123", + "2603:1010:101:1::200/121", + "2603:1010:101:2::400/121", + "2603:1010:101:400::/123", + "2603:1010:304::280/123", + "2603:1010:304:1::200/121", + "2603:1010:304:2::580/121", + "2603:1010:304:400::/123", + "2603:1010:404::280/123", + "2603:1010:404:1::200/121", + "2603:1010:404:2::580/121", + "2603:1010:404:400::/123", + "2603:1020:5::320/123", + "2603:1020:5::380/121", + "2603:1020:5:4::500/121", + "2603:1020:5:4::780/121", + "2603:1020:5:400::/123", + "2603:1020:5:401::/123", + "2603:1020:5:800::/123", + "2603:1020:5:801::/123", + "2603:1020:5:c00::/123", + "2603:1020:5:c01::/123", + "2603:1020:206::320/123", + "2603:1020:206::380/121", + "2603:1020:206:4::680/121", + "2603:1020:206:b::200/120", + "2603:1020:206:400::/123", + "2603:1020:206:401::/123", + "2603:1020:206:800::/123", + "2603:1020:206:801::/123", + "2603:1020:206:c00::/123", + "2603:1020:206:c01::/123", + "2603:1020:605::280/123", + "2603:1020:605:1::200/121", + "2603:1020:605:3::180/121", + "2603:1020:605:400::/123", + "2603:1020:705::320/123", + "2603:1020:705::380/121", + "2603:1020:705:3::180/121", + "2603:1020:705:400::/123", + "2603:1020:705:401::/123", + "2603:1020:705:800::/123", + "2603:1020:705:801::/123", + "2603:1020:705:c00::/123", + "2603:1020:705:c01::/123", + "2603:1020:805::320/123", + "2603:1020:805::380/121", + "2603:1020:805:3::180/121", + "2603:1020:805:400::/123", + "2603:1020:805:401::/123", + "2603:1020:805:800::/123", + "2603:1020:805:801::/123", + "2603:1020:805:c00::/123", + "2603:1020:805:c01::/123", + "2603:1020:905::280/123", + "2603:1020:905:1::200/121", + "2603:1020:905:2::580/121", + "2603:1020:905:400::/123", + "2603:1020:a04::320/123", + "2603:1020:a04::380/121", + "2603:1020:a04:3::680/121", + "2603:1020:a04:400::/123", + "2603:1020:a04:401::/123", + "2603:1020:a04:800::/123", + "2603:1020:a04:801::/123", + "2603:1020:a04:c00::/123", + "2603:1020:a04:c01::/123", + "2603:1020:b04::280/123", + "2603:1020:b04:1::200/121", + "2603:1020:b04:2::680/121", + "2603:1020:b04:400::/123", + "2603:1020:c04::320/123", + "2603:1020:c04::380/121", + "2603:1020:c04:5::/121", + "2603:1020:c04:400::/123", + "2603:1020:c04:401::/123", + "2603:1020:c04:800::/123", + "2603:1020:c04:801::/123", + "2603:1020:c04:c00::/123", + "2603:1020:c04:c01::/123", + "2603:1020:d04::280/123", + "2603:1020:d04:1::200/121", + "2603:1020:d04:2::500/121", + "2603:1020:d04:400::/123", + "2603:1020:e04::320/123", + "2603:1020:e04::380/121", + "2603:1020:e04:4::500/121", + "2603:1020:e04:400::/123", + "2603:1020:e04:401::/123", + "2603:1020:e04:800::/123", + "2603:1020:e04:801::/123", + "2603:1020:e04:c00::/123", + "2603:1020:e04:c01::/123", + "2603:1020:f04::280/123", + "2603:1020:f04:1::200/121", + "2603:1020:f04:3::600/121", + "2603:1020:f04:400::/123", + "2603:1020:1004:1::520/123", + "2603:1020:1004:1::580/121", + "2603:1020:1004:3::400/121", + "2603:1020:1004:400::400/123", + "2603:1020:1004:402::/123", + "2603:1020:1004:403::/123", + "2603:1020:1004:802::/123", + "2603:1020:1004:803::/123", + "2603:1020:1004:c03::/123", + "2603:1020:1004:c04::/123", + "2603:1020:1104::500/123", + "2603:1020:1104:1::300/121", + "2603:1020:1104:2::580/121", + "2603:1020:1104:400::420/123", + "2603:1020:1104:402::/123", + "2603:1020:1204:2::3e0/123", + "2603:1020:1204:2::500/121", + "2603:1020:1302:2::100/123", + "2603:1020:1302:2::180/121", + "2603:1020:1302:2::780/121", + "2603:1020:1403:2::540/123", + "2603:1020:1403:2::580/121", + "2603:1030:f:1::280/123", + "2603:1030:f:2::200/121", + "2603:1030:f:8::80/121", + "2603:1030:f:402::/122", + "2603:1030:f:403::/122", + "2603:1030:10::320/123", + "2603:1030:10::380/121", + "2603:1030:10:4::500/120", + "2603:1030:10:400::/123", + "2603:1030:10:401::/123", + "2603:1030:10:800::/123", + "2603:1030:10:801::/123", + "2603:1030:10:c00::/123", + "2603:1030:10:c01::/123", + "2603:1030:104::320/123", + "2603:1030:104::380/121", + "2603:1030:104:3::/121", + "2603:1030:104:400::/123", + "2603:1030:104:401::/123", + "2603:1030:107:1::380/123", + "2603:1030:107:401::40/122", + "2603:1030:107:402::40/123", + "2603:1030:210::320/123", + "2603:1030:210::380/121", + "2603:1030:210:5::480/121", + "2603:1030:210:c::80/121", + "2603:1030:210:c::400/121", + "2603:1030:210:400::/123", + "2603:1030:210:401::/123", + "2603:1030:210:800::/123", + "2603:1030:210:801::/123", + "2603:1030:210:c00::/123", + "2603:1030:210:c01::/123", + "2603:1030:40b:2::200/123", + "2603:1030:40b:2::280/121", + "2603:1030:40b:6::580/121", + "2603:1030:40b:402::/122", + "2603:1030:40b:403::/122", + "2603:1030:40b:802::/122", + "2603:1030:40b:803::/122", + "2603:1030:40b:c02::/122", + "2603:1030:40b:c03::/122", + "2603:1030:40c::320/123", + "2603:1030:40c::380/121", + "2603:1030:40c:b::100/121", + "2603:1030:40c:400::/123", + "2603:1030:40c:401::/123", + "2603:1030:40c:800::/123", + "2603:1030:40c:801::/123", + "2603:1030:40c:c00::/123", + "2603:1030:40c:c01::/123", + "2603:1030:504::520/123", + "2603:1030:504::580/121", + "2603:1030:504:4::600/121", + "2603:1030:504:400::/123", + "2603:1030:504:401::/123", + "2603:1030:504:800::/123", + "2603:1030:504:801::/123", + "2603:1030:504:c00::/123", + "2603:1030:504:c01::/123", + "2603:1030:608::280/123", + "2603:1030:608:1::200/121", + "2603:1030:608:4::480/121", + "2603:1030:608:4::500/121", + "2603:1030:608:400::/123", + "2603:1030:702:2::540/123", + "2603:1030:702:2::580/121", + "2603:1030:807::320/123", + "2603:1030:807::380/121", + "2603:1030:807:4::180/121", + "2603:1030:807:4::200/121", + "2603:1030:807:400::/123", + "2603:1030:807:401::/123", + "2603:1030:807:800::/123", + "2603:1030:807:801::/123", + "2603:1030:807:c00::/123", + "2603:1030:807:c01::/123", + "2603:1030:a07::280/123", + "2603:1030:a07:1::200/121", + "2603:1030:a07:9::480/121", + "2603:1030:a07:400::/123", + "2603:1030:b04::280/123", + "2603:1030:b04:1::200/121", + "2603:1030:b04:3::680/121", + "2603:1030:b04:400::/123", + "2603:1030:c06:2::200/123", + "2603:1030:c06:2::280/121", + "2603:1030:c06:a::200/121", + "2603:1030:c06:a::680/121", + "2603:1030:c06:401::/123", + "2603:1030:c06:402::/123", + "2603:1030:c06:800::/123", + "2603:1030:c06:801::/123", + "2603:1030:c06:c00::/123", + "2603:1030:c06:c01::/123", + "2603:1030:f05::320/123", + "2603:1030:f05::380/121", + "2603:1030:f05:4::100/121", + "2603:1030:f05:400::/123", + "2603:1030:f05:401::/123", + "2603:1030:f05:800::/123", + "2603:1030:f05:801::/123", + "2603:1030:f05:c00::/123", + "2603:1030:f05:c01::/123", + "2603:1030:1005::280/123", + "2603:1030:1005:1::200/121", + "2603:1030:1005:6::80/121", + "2603:1030:1005:400::/123", + "2603:1040:5::420/123", + "2603:1040:5::480/121", + "2603:1040:5:3::480/121", + "2603:1040:5:400::/123", + "2603:1040:5:401::/123", + "2603:1040:5:800::/123", + "2603:1040:5:801::/123", + "2603:1040:5:c00::/123", + "2603:1040:5:c01::/123", + "2603:1040:207::280/123", + "2603:1040:207:1::200/121", + "2603:1040:207:3::300/121", + "2603:1040:207:400::/123", + "2603:1040:207:401::/123", + "2603:1040:407::320/123", + "2603:1040:407::380/121", + "2603:1040:407:2::780/121", + "2603:1040:407:400::/123", + "2603:1040:407:401::/123", + "2603:1040:407:800::/123", + "2603:1040:407:801::/123", + "2603:1040:407:c00::/123", + "2603:1040:407:c01::/123", + "2603:1040:606::280/123", + "2603:1040:606:1::200/121", + "2603:1040:606:6::80/121", + "2603:1040:606:400::/123", + "2603:1040:806::280/123", + "2603:1040:806:1::200/121", + "2603:1040:806:3::80/121", + "2603:1040:806:400::/123", + "2603:1040:904::320/123", + "2603:1040:904::380/121", + "2603:1040:904:3::480/121", + "2603:1040:904:400::/123", + "2603:1040:904:401::/123", + "2603:1040:904:800::/123", + "2603:1040:904:801::/123", + "2603:1040:904:c00::/123", + "2603:1040:904:c01::/123", + "2603:1040:a06::420/123", + "2603:1040:a06::480/121", + "2603:1040:a06:3::680/121", + "2603:1040:a06:400::/123", + "2603:1040:a06:401::/123", + "2603:1040:a06:800::/123", + "2603:1040:a06:801::/123", + "2603:1040:a06:c00::/123", + "2603:1040:a06:c01::/123", + "2603:1040:b04::280/123", + "2603:1040:b04:1::200/121", + "2603:1040:b04:5::600/121", + "2603:1040:b04:400::/123", + "2603:1040:c06::280/123", + "2603:1040:c06:1::200/121", + "2603:1040:c06:3::100/121", + "2603:1040:c06:400::/123", + "2603:1040:c06:401::/123", + "2603:1040:d04:1::520/123", + "2603:1040:d04:1::580/121", + "2603:1040:d04:3::400/121", + "2603:1040:d04:400::400/123", + "2603:1040:d04:402::/123", + "2603:1040:d04:403::/123", + "2603:1040:d04:802::/123", + "2603:1040:d04:803::/123", + "2603:1040:d04:c03::/123", + "2603:1040:d04:c04::/123", + "2603:1040:e05::/123", + "2603:1040:e05:6::440/122", + "2603:1040:e05:6::480/121", + "2603:1040:f05::320/123", + "2603:1040:f05::380/121", + "2603:1040:f05:3::580/121", + "2603:1040:f05:400::/123", + "2603:1040:f05:401::/123", + "2603:1040:f05:800::/123", + "2603:1040:f05:801::/123", + "2603:1040:f05:c00::/123", + "2603:1040:f05:c01::/123", + "2603:1040:1002:2::c0/123", + "2603:1040:1002:2::280/121", + "2603:1040:1002:5::80/121", + "2603:1040:1104::500/123", + "2603:1040:1104:1::300/121", + "2603:1040:1104:5::80/121", + "2603:1040:1104:400::440/123", + "2603:1040:1104:402::/123", + "2603:1040:1202:2::220/123", + "2603:1040:1202:2::280/121", + "2603:1040:1302:1::260/123", + "2603:1040:1302:1::280/121", + "2603:1040:1402:2::100/123", + "2603:1040:1402:2::180/121", + "2603:1040:1503:2::300/123", + "2603:1040:1503:2::380/121", + "2603:1040:1602:2::680/123", + "2603:1040:1602:2::700/121", + "2603:1050:6::320/123", + "2603:1050:6::380/121", + "2603:1050:6:2::780/121", + "2603:1050:6:400::/123", + "2603:1050:6:401::/123", + "2603:1050:6:800::/123", + "2603:1050:6:801::/123", + "2603:1050:6:c00::/122", + "2603:1050:6:c01::/122", + "2603:1050:403:1::200/123", + "2603:1050:403:1::280/121", + "2603:1050:403:2::680/121", + "2603:1050:403:402::/123", + "2603:1050:403:403::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW", + "VSE" + ] + } + }, + { + "name": "AzureSecurityCenter", + "id": "AzureSecurityCenter", + "properties": { + "changeNumber": 1, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "13.66.145.192/27", + "13.69.233.64/27", + "13.70.79.32/27", + "13.71.177.0/27", + "13.87.58.192/27", + "13.87.124.192/27", + "20.36.117.224/27", + "20.38.132.32/27", + "20.43.123.128/27", + "20.44.10.224/27", + "20.44.19.128/27", + "20.45.126.64/27", + "20.49.84.0/27", + "20.52.72.0/27", + "20.53.0.64/27", + "20.150.173.224/27", + "20.189.171.64/27", + "20.192.184.128/27", + "20.192.238.224/27", + "20.193.206.160/27", + "23.100.208.32/27", + "40.67.121.160/27", + "40.69.111.64/27", + "40.78.239.64/27", + "40.79.139.224/27", + "40.79.190.128/27", + "40.80.180.128/27", + "40.89.121.128/27", + "40.120.8.128/27", + "40.120.64.128/27", + "51.12.101.128/27", + "51.12.205.64/27", + "51.107.128.64/27", + "51.107.192.96/27", + "51.116.245.224/27", + "51.120.109.64/27", + "51.120.220.224/27", + "51.138.160.32/27", + "51.140.149.96/27", + "51.140.215.128/27", + "52.168.112.96/27", + "52.178.17.32/27", + "52.231.23.64/27", + "52.231.151.0/27", + "52.240.241.96/27", + "102.37.64.64/27", + "102.133.124.160/27", + "104.46.162.32/27", + "104.214.164.64/27", + "168.61.140.64/27", + "191.234.149.224/27", + "191.237.224.128/27" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureSentinel", + "id": "AzureSentinel", + "properties": { + "changeNumber": 10, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureSentinel", + "addressPrefixes": [ + "4.232.40.176/29", + "20.9.156.0/30", + "20.17.63.80/29", + "20.17.120.48/29", + "20.21.84.144/29", + "20.39.27.232/32", + "20.47.137.94/32", + "20.47.148.149/32", + "20.50.88.196/30", + "20.54.195.136/32", + "20.85.194.2/32", + "20.105.244.62/31", + "20.105.245.80/32", + "20.113.254.56/29", + "20.125.7.18/31", + "20.125.7.24/32", + "20.167.131.8/29", + "20.190.1.84/32", + "20.200.166.144/29", + "20.203.91.136/29", + "20.207.175.104/29", + "20.210.146.24/29", + "20.213.227.144/29", + "20.215.168.168/29", + "20.217.55.152/29", + "20.232.92.128/30", + "20.232.92.132/31", + "20.232.92.134/32", + "20.232.93.192/29", + "20.237.82.201/32", + "40.91.119.186/32", + "40.119.155.184/32", + "51.53.40.24/29", + "51.53.136.32/29", + "51.120.182.208/29", + "52.143.28.87/32", + "52.143.73.213/32", + "52.147.135.113/32", + "52.147.135.157/32", + "52.188.218.53/32", + "52.191.100.52/32", + "52.224.133.70/32", + "52.224.133.253/32", + "52.224.188.169/32", + "52.242.47.152/29", + "68.221.92.8/29", + "158.23.108.32/29", + "2603:1010:304:5::130/124", + "2603:1010:404:5::3a0/124", + "2603:1020:d04:5::310/124", + "2603:1020:f04:6::310/124", + "2603:1020:1204:2::3b0/124", + "2603:1020:1302:2::640/124", + "2603:1020:1403:2::c0/124", + "2603:1030:702:2::c0/124", + "2603:1030:1005:3::4e0/124", + "2603:1040:606:3::630/124", + "2603:1040:806:3::610/124", + "2603:1040:b04:5::250/124", + "2603:1040:e05:5::760/124", + "2603:1040:1002:2::5c0/124", + "2603:1040:1202:2::430/124", + "2603:1040:1302:2::490/124", + "2603:1040:1402:2::330/124", + "2603:1040:1503:2::250/124", + "2603:1040:1602:2::100/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ServiceBus", + "id": "ServiceBus", + "properties": { + "changeNumber": 43, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "4.150.17.154/32", + "4.150.20.142/32", + "4.155.228.61/32", + "4.193.172.209/32", + "4.232.30.0/25", + "4.232.106.80/29", + "4.232.106.96/28", + "4.232.122.80/29", + "4.232.122.96/28", + "4.232.194.80/29", + "4.232.194.96/28", + "13.65.40.138/32", + "13.66.138.80/29", + "13.66.147.192/26", + "13.67.8.96/29", + "13.67.20.0/26", + "13.67.180.5/32", + "13.68.110.36/32", + "13.69.64.64/29", + "13.69.106.64/29", + "13.69.111.64/26", + "13.69.227.64/29", + "13.69.233.192/26", + "13.70.72.16/29", + "13.70.114.0/26", + "13.70.186.33/32", + "13.71.114.157/32", + "13.71.123.92/32", + "13.71.170.32/29", + "13.71.177.64/26", + "13.71.194.96/28", + "13.73.106.71/32", + "13.74.107.64/29", + "13.74.142.88/32", + "13.75.34.128/28", + "13.75.108.23/32", + "13.75.159.200/32", + "13.76.141.36/32", + "13.76.244.158/32", + "13.77.5.181/32", + "13.77.50.16/28", + "13.78.94.187/32", + "13.78.106.80/29", + "13.78.116.129/32", + "13.79.168.201/32", + "13.82.27.247/32", + "13.85.81.218/32", + "13.87.35.8/32", + "13.87.56.64/28", + "13.87.122.64/28", + "13.88.10.93/32", + "13.89.170.192/29", + "13.89.178.128/26", + "20.14.100.170/32", + "20.17.54.0/25", + "20.17.66.80/29", + "20.17.66.96/28", + "20.17.118.0/25", + "20.17.130.16/29", + "20.17.130.32/28", + "20.18.178.80/29", + "20.18.178.96/28", + "20.21.8.3/32", + "20.21.37.128/25", + "20.21.42.80/29", + "20.21.42.96/28", + "20.21.56.175/32", + "20.21.66.80/29", + "20.21.66.96/28", + "20.21.74.80/29", + "20.21.74.96/28", + "20.24.137.121/32", + "20.36.46.187/32", + "20.36.73.65/32", + "20.36.106.224/27", + "20.36.114.128/27", + "20.36.144.0/26", + "20.37.74.32/27", + "20.38.0.37/32", + "20.38.146.128/29", + "20.38.152.80/29", + "20.38.152.96/28", + "20.40.231.128/25", + "20.42.65.0/26", + "20.42.68.0/26", + "20.42.72.192/26", + "20.42.73.64/26", + "20.43.126.0/26", + "20.44.2.8/29", + "20.44.13.0/26", + "20.44.26.128/29", + "20.44.31.64/26", + "20.45.71.234/32", + "20.45.93.0/25", + "20.45.117.192/26", + "20.45.122.128/29", + "20.45.126.128/26", + "20.45.240.0/26", + "20.45.241.64/26", + "20.47.216.0/26", + "20.48.199.128/25", + "20.49.83.248/29", + "20.49.84.128/28", + "20.49.91.224/29", + "20.49.91.240/28", + "20.49.95.64/26", + "20.50.72.0/26", + "20.50.80.0/26", + "20.50.201.0/26", + "20.51.1.128/25", + "20.51.15.0/25", + "20.51.22.192/26", + "20.51.23.192/26", + "20.52.64.64/26", + "20.52.91.128/25", + "20.53.50.128/25", + "20.53.58.128/25", + "20.58.70.0/25", + "20.62.63.0/25", + "20.65.67.233/32", + "20.65.135.128/25", + "20.66.6.128/25", + "20.69.2.128/25", + "20.70.76.62/32", + "20.70.92.10/32", + "20.70.186.197/32", + "20.70.216.128/25", + "20.72.27.144/29", + "20.72.27.160/28", + "20.77.97.190/32", + "20.82.244.128/25", + "20.86.92.0/25", + "20.88.64.128/25", + "20.88.153.64/26", + "20.89.0.0/26", + "20.89.9.128/25", + "20.89.231.105/32", + "20.90.128.192/26", + "20.92.0.128/25", + "20.92.74.144/32", + "20.92.119.210/32", + "20.99.11.128/25", + "20.101.49.7/32", + "20.105.249.105/32", + "20.108.14.208/32", + "20.111.28.147/32", + "20.111.56.34/32", + "20.113.25.224/32", + "20.117.97.49/32", + "20.123.10.250/32", + "20.125.170.80/29", + "20.125.170.96/28", + "20.125.202.80/29", + "20.125.202.96/28", + "20.150.129.0/25", + "20.150.160.216/29", + "20.150.170.8/29", + "20.150.175.0/26", + "20.150.178.128/29", + "20.150.182.64/28", + "20.150.186.128/29", + "20.150.189.48/28", + "20.150.189.64/26", + "20.151.32.0/26", + "20.168.162.80/29", + "20.168.162.96/28", + "20.189.230.128/25", + "20.192.32.240/28", + "20.192.47.192/26", + "20.192.55.64/26", + "20.192.55.128/26", + "20.192.82.128/25", + "20.192.98.128/29", + "20.192.101.192/26", + "20.192.160.40/29", + "20.192.225.56/29", + "20.192.234.8/29", + "20.193.199.0/25", + "20.193.204.104/29", + "20.193.204.112/28", + "20.193.208.14/32", + "20.194.67.208/29", + "20.194.68.128/28", + "20.194.128.128/26", + "20.195.75.128/25", + "20.195.82.0/25", + "20.195.137.128/26", + "20.195.151.128/25", + "20.195.152.0/26", + "20.199.96.185/32", + "20.200.192.128/25", + "20.204.182.159/32", + "20.205.74.80/29", + "20.205.75.64/28", + "20.205.82.80/29", + "20.205.83.64/28", + "20.208.18.80/29", + "20.208.18.96/28", + "20.210.130.151/32", + "20.210.158.148/32", + "20.210.181.228/32", + "20.211.186.0/32", + "20.213.247.76/32", + "20.215.6.0/25", + "20.215.18.80/29", + "20.215.18.96/28", + "20.215.26.80/29", + "20.215.26.96/28", + "20.215.154.80/29", + "20.215.154.96/28", + "20.217.46.0/25", + "20.217.58.80/29", + "20.217.58.96/28", + "20.217.74.80/29", + "20.217.74.96/28", + "20.217.90.80/29", + "20.217.90.96/28", + "20.221.227.156/32", + "20.221.255.30/32", + "20.222.83.41/32", + "20.222.163.21/32", + "20.222.165.200/32", + "20.225.83.78/32", + "20.242.101.74/32", + "20.248.198.68/32", + "23.97.120.34/32", + "23.97.120.37/32", + "23.97.120.153/32", + "23.98.74.205/32", + "23.98.82.96/29", + "23.98.87.128/26", + "23.98.112.128/26", + "23.99.129.93/32", + "23.100.15.87/32", + "23.100.67.88/32", + "23.102.65.233/32", + "40.64.16.60/32", + "40.64.113.0/26", + "40.65.108.146/32", + "40.65.191.189/32", + "40.67.58.8/29", + "40.67.72.0/26", + "40.68.127.68/32", + "40.68.209.57/32", + "40.69.106.16/28", + "40.70.146.64/29", + "40.70.151.128/26", + "40.71.10.192/29", + "40.74.100.32/28", + "40.74.122.78/32", + "40.74.146.32/29", + "40.74.150.192/26", + "40.75.34.16/29", + "40.78.27.218/32", + "40.78.194.16/28", + "40.78.202.16/28", + "40.78.226.192/29", + "40.78.234.32/29", + "40.78.242.144/29", + "40.78.247.192/26", + "40.78.250.80/29", + "40.79.130.32/29", + "40.79.138.16/29", + "40.79.141.192/26", + "40.79.146.16/29", + "40.79.149.0/26", + "40.79.154.88/29", + "40.79.162.16/29", + "40.79.166.128/26", + "40.79.170.16/29", + "40.79.173.64/26", + "40.79.178.16/28", + "40.79.186.64/27", + "40.79.194.80/29", + "40.80.50.128/29", + "40.80.53.16/28", + "40.83.183.81/32", + "40.84.152.91/32", + "40.85.225.216/32", + "40.86.91.130/32", + "40.87.139.217/32", + "40.89.121.192/26", + "40.112.242.128/28", + "40.114.86.33/32", + "40.114.111.22/32", + "40.120.74.24/29", + "40.120.77.192/26", + "40.120.85.0/25", + "40.121.88.231/32", + "40.122.115.96/32", + "40.123.207.210/32", + "40.123.219.228/32", + "40.124.65.0/26", + "40.125.67.49/32", + "40.127.1.193/32", + "40.127.7.243/32", + "51.11.192.64/26", + "51.12.0.90/32", + "51.12.22.0/25", + "51.12.29.128/25", + "51.12.98.8/29", + "51.12.101.224/28", + "51.12.202.8/29", + "51.12.206.0/28", + "51.12.226.128/29", + "51.12.229.80/28", + "51.12.234.128/29", + "51.12.237.80/28", + "51.13.0.128/26", + "51.13.141.0/25", + "51.53.30.0/25", + "51.53.106.80/29", + "51.53.106.96/28", + "51.53.174.0/25", + "51.53.186.80/29", + "51.53.186.96/28", + "51.103.202.80/29", + "51.103.202.96/28", + "51.105.66.128/29", + "51.105.70.192/26", + "51.105.74.128/29", + "51.107.58.8/29", + "51.107.71.205/32", + "51.107.71.236/32", + "51.107.128.192/26", + "51.107.154.8/29", + "51.107.176.138/32", + "51.107.176.193/32", + "51.107.227.231/32", + "51.107.244.128/25", + "51.107.252.128/25", + "51.116.58.8/29", + "51.116.72.128/25", + "51.116.154.72/29", + "51.116.208.62/32", + "51.116.232.38/32", + "51.116.232.135/32", + "51.116.242.128/29", + "51.116.246.128/26", + "51.116.250.128/29", + "51.116.253.192/26", + "51.120.76.34/32", + "51.120.83.200/32", + "51.120.98.16/29", + "51.120.106.128/29", + "51.120.109.208/28", + "51.120.164.31/32", + "51.120.210.128/29", + "51.120.213.48/28", + "51.120.218.8/29", + "51.120.237.64/26", + "51.132.192.128/26", + "51.138.213.128/25", + "51.140.3.239/32", + "51.140.43.12/32", + "51.140.146.48/29", + "51.140.149.128/26", + "51.140.210.64/28", + "51.141.1.129/32", + "51.141.45.118/32", + "51.144.22.113/32", + "51.144.124.255/32", + "52.136.136.53/32", + "52.136.187.128/25", + "52.138.71.95/32", + "52.138.90.16/29", + "52.138.226.64/29", + "52.139.110.0/25", + "52.143.136.46/32", + "52.143.142.50/32", + "52.147.116.0/25", + "52.147.163.79/32", + "52.148.90.111/32", + "52.161.17.198/32", + "52.162.106.128/28", + "52.166.127.37/32", + "52.167.106.64/29", + "52.167.109.128/26", + "52.168.29.86/32", + "52.168.112.128/26", + "52.168.116.192/26", + "52.168.133.227/32", + "52.169.10.235/32", + "52.172.118.128/25", + "52.172.220.188/32", + "52.178.17.64/26", + "52.180.178.204/32", + "52.182.138.192/29", + "52.182.143.0/26", + "52.187.192.243/32", + "52.226.22.118/32", + "52.231.18.32/29", + "52.231.23.128/26", + "52.231.32.97/32", + "52.231.146.64/28", + "52.231.194.4/32", + "52.232.119.191/32", + "52.233.33.226/32", + "52.236.186.64/29", + "52.242.36.0/32", + "52.246.154.128/29", + "52.246.158.192/26", + "65.52.0.51/32", + "65.52.0.98/32", + "65.52.1.52/32", + "65.52.128.246/32", + "65.52.137.29/32", + "65.52.160.127/32", + "65.52.219.186/32", + "65.52.242.163/32", + "65.52.250.64/27", + "68.220.82.80/29", + "68.220.82.96/28", + "68.221.85.128/25", + "68.221.98.80/29", + "68.221.98.96/28", + "68.221.146.80/29", + "68.221.146.96/28", + "70.37.56.227/32", + "70.37.104.240/32", + "70.37.104.242/32", + "74.243.18.16/29", + "74.243.18.32/28", + "94.245.88.192/32", + "102.37.64.192/26", + "102.37.72.0/26", + "102.37.84.0/25", + "102.37.163.128/25", + "102.133.26.8/29", + "102.133.71.246/32", + "102.133.122.128/29", + "102.133.126.192/26", + "102.133.154.8/29", + "102.133.250.128/29", + "102.133.253.192/26", + "104.40.15.128/32", + "104.45.239.115/32", + "104.208.16.64/29", + "104.208.144.64/29", + "104.209.246.179/32", + "104.211.81.16/29", + "104.211.97.57/32", + "104.211.146.16/28", + "104.211.157.172/32", + "104.211.190.88/32", + "104.214.18.160/29", + "104.214.165.72/29", + "111.221.80.244/32", + "111.221.89.222/32", + "138.91.242.98/32", + "157.55.170.113/32", + "157.55.172.246/32", + "158.23.10.80/29", + "158.23.10.96/28", + "158.23.101.128/25", + "158.23.122.80/29", + "158.23.122.96/28", + "158.23.194.80/29", + "158.23.194.96/28", + "168.61.142.56/29", + "168.62.16.180/32", + "168.62.48.238/32", + "168.62.54.52/32", + "168.62.249.111/32", + "168.63.24.14/32", + "172.173.179.62/32", + "191.232.184.253/32", + "191.233.8.40/29", + "191.233.203.16/29", + "191.234.146.128/29", + "191.234.150.128/26", + "191.234.154.128/29", + "191.234.157.144/28", + "191.235.170.182/32", + "191.237.224.64/26", + "191.238.73.128/25", + "191.239.182.75/32", + "207.46.138.15/32", + "2603:1000:4::220/123", + "2603:1000:4:1::500/120", + "2603:1000:4:402::170/125", + "2603:1000:104:1::220/123", + "2603:1000:104:2::400/120", + "2603:1000:104:402::170/125", + "2603:1000:104:802::150/125", + "2603:1000:104:c02::150/125", + "2603:1010:6::700/120", + "2603:1010:6:1::220/123", + "2603:1010:6:402::170/125", + "2603:1010:6:802::150/125", + "2603:1010:6:c02::150/125", + "2603:1010:101::220/123", + "2603:1010:101:1::500/120", + "2603:1010:101:402::170/125", + "2603:1010:304::220/123", + "2603:1010:304:1::500/120", + "2603:1010:304:402::170/125", + "2603:1010:404::220/123", + "2603:1010:404:1::500/120", + "2603:1010:404:402::170/125", + "2603:1020:5::700/120", + "2603:1020:5:1::220/123", + "2603:1020:5:402::170/125", + "2603:1020:5:802::150/125", + "2603:1020:5:c02::150/125", + "2603:1020:206:1::220/123", + "2603:1020:206:4::/120", + "2603:1020:206:402::170/125", + "2603:1020:206:802::150/125", + "2603:1020:206:c02::150/125", + "2603:1020:305::220/123", + "2603:1020:305:402::170/125", + "2603:1020:405::220/123", + "2603:1020:405:402::170/125", + "2603:1020:605::220/123", + "2603:1020:605:1::500/120", + "2603:1020:605:402::170/125", + "2603:1020:705::700/120", + "2603:1020:705:1::220/123", + "2603:1020:705:402::170/125", + "2603:1020:705:802::150/125", + "2603:1020:705:c02::150/125", + "2603:1020:805::700/120", + "2603:1020:805:1::220/123", + "2603:1020:805:402::170/125", + "2603:1020:805:802::150/125", + "2603:1020:805:c02::150/125", + "2603:1020:905::220/123", + "2603:1020:905:1::500/120", + "2603:1020:905:402::170/125", + "2603:1020:a04::700/120", + "2603:1020:a04:1::220/123", + "2603:1020:a04:402::170/125", + "2603:1020:a04:802::150/125", + "2603:1020:a04:c02::150/125", + "2603:1020:b04::220/123", + "2603:1020:b04:1::500/120", + "2603:1020:b04:402::170/125", + "2603:1020:c04::700/120", + "2603:1020:c04:1::220/123", + "2603:1020:c04:402::170/125", + "2603:1020:c04:802::150/125", + "2603:1020:c04:c02::150/125", + "2603:1020:d04::220/123", + "2603:1020:d04:1::500/120", + "2603:1020:d04:402::170/125", + "2603:1020:e04:1::220/123", + "2603:1020:e04:3::500/120", + "2603:1020:e04:402::170/125", + "2603:1020:e04:802::150/125", + "2603:1020:e04:c02::150/125", + "2603:1020:f04::220/123", + "2603:1020:f04:1::500/120", + "2603:1020:f04:402::170/125", + "2603:1020:1004::220/123", + "2603:1020:1004:2::300/120", + "2603:1020:1004:800::e0/124", + "2603:1020:1004:800::f0/125", + "2603:1020:1004:800::358/125", + "2603:1020:1004:800::3c0/124", + "2603:1020:1004:800::3e8/125", + "2603:1020:1004:c02::180/123", + "2603:1020:1004:c02::1a0/125", + "2603:1020:1104:400::170/125", + "2603:1020:1204:1::100/121", + "2603:1020:1302::780/121", + "2603:1020:1403:1::100/121", + "2603:1030:f:1::220/123", + "2603:1030:f:3::240/122", + "2603:1030:f:3::300/120", + "2603:1030:f:400::970/125", + "2603:1030:10:1::220/123", + "2603:1030:10:402::170/125", + "2603:1030:10:802::150/125", + "2603:1030:10:c02::150/125", + "2603:1030:104:1::220/123", + "2603:1030:104:2::200/120", + "2603:1030:104:402::170/125", + "2603:1030:104:402::640/124", + "2603:1030:104:802::68/125", + "2603:1030:107:1::400/120", + "2603:1030:107:400::d8/125", + "2603:1030:210:1::220/123", + "2603:1030:210:402::170/125", + "2603:1030:210:802::150/125", + "2603:1030:210:c02::150/125", + "2603:1030:302::100/120", + "2603:1030:40b:1::220/123", + "2603:1030:40b:2::480/122", + "2603:1030:40b:2::500/120", + "2603:1030:40b:400::970/125", + "2603:1030:40b:800::150/125", + "2603:1030:40b:c00::150/125", + "2603:1030:40c:1::220/123", + "2603:1030:40c:402::170/125", + "2603:1030:40c:802::150/125", + "2603:1030:40c:c02::150/125", + "2603:1030:504:1::220/123", + "2603:1030:504:2::300/120", + "2603:1030:504:802::e0/124", + "2603:1030:504:802::f0/125", + "2603:1030:504:802::358/125", + "2603:1030:608::220/123", + "2603:1030:608:1::500/120", + "2603:1030:608:402::170/125", + "2603:1030:702:1::100/121", + "2603:1030:807::700/120", + "2603:1030:807:1::220/123", + "2603:1030:807:402::170/125", + "2603:1030:807:802::150/125", + "2603:1030:807:c02::150/125", + "2603:1030:a07::220/123", + "2603:1030:a07:1::500/120", + "2603:1030:a07:402::8f0/125", + "2603:1030:b04::220/123", + "2603:1030:b04:1::500/120", + "2603:1030:b04:402::170/125", + "2603:1030:c06:1::220/123", + "2603:1030:c06:2::500/120", + "2603:1030:c06:400::970/125", + "2603:1030:c06:802::150/125", + "2603:1030:c06:c02::150/125", + "2603:1030:f05::700/120", + "2603:1030:f05:1::220/123", + "2603:1030:f05:402::170/125", + "2603:1030:f05:802::150/125", + "2603:1030:f05:c02::150/125", + "2603:1030:1005::220/123", + "2603:1030:1005:1::500/120", + "2603:1030:1005:402::170/125", + "2603:1040:5:1::220/123", + "2603:1040:5:402::170/125", + "2603:1040:5:802::150/125", + "2603:1040:5:c02::150/125", + "2603:1040:207::220/123", + "2603:1040:207:2::80/121", + "2603:1040:207:2::500/120", + "2603:1040:207:402::170/125", + "2603:1040:407::700/120", + "2603:1040:407:1::220/123", + "2603:1040:407:402::170/125", + "2603:1040:407:802::150/125", + "2603:1040:407:c02::150/125", + "2603:1040:606::220/123", + "2603:1040:606:1::500/120", + "2603:1040:606:402::170/125", + "2603:1040:806::220/123", + "2603:1040:806:1::500/120", + "2603:1040:806:402::170/125", + "2603:1040:904::700/120", + "2603:1040:904:1::220/123", + "2603:1040:904:402::170/125", + "2603:1040:904:802::150/125", + "2603:1040:904:c02::150/125", + "2603:1040:a06:1::220/123", + "2603:1040:a06:2::600/120", + "2603:1040:a06:402::170/125", + "2603:1040:a06:802::150/125", + "2603:1040:a06:c02::150/125", + "2603:1040:b04::220/123", + "2603:1040:b04:1::500/120", + "2603:1040:b04:402::170/125", + "2603:1040:c06::220/123", + "2603:1040:c06:1::500/120", + "2603:1040:c06:402::170/125", + "2603:1040:d04::220/123", + "2603:1040:d04:2::400/120", + "2603:1040:d04:800::e0/124", + "2603:1040:d04:800::f0/125", + "2603:1040:d04:800::358/125", + "2603:1040:d04:800::3c0/125", + "2603:1040:d04:800::3e8/125", + "2603:1040:e05::400/120", + "2603:1040:f05:1::220/123", + "2603:1040:f05:2::300/120", + "2603:1040:f05:402::170/125", + "2603:1040:f05:802::150/125", + "2603:1040:f05:c02::150/125", + "2603:1040:1002:1::300/121", + "2603:1040:1104:1::700/120", + "2603:1040:1104:400::170/125", + "2603:1040:1202::780/121", + "2603:1040:1302::780/121", + "2603:1040:1402::780/121", + "2603:1040:1503::780/121", + "2603:1040:1602::780/121", + "2603:1050:6::700/120", + "2603:1050:6:1::220/123", + "2603:1050:6:402::170/125", + "2603:1050:6:802::150/125", + "2603:1050:6:c02::150/125", + "2603:1050:403::220/123", + "2603:1050:403:1::500/120", + "2603:1050:403:400::148/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW", + "VSE" + ] + } + }, + { + "name": "AzureSignalR", + "id": "AzureSignalR", + "properties": { + "changeNumber": 16, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "13.66.145.0/26", + "13.67.15.64/27", + "13.70.74.224/27", + "13.73.244.64/27", + "13.78.109.224/27", + "13.89.175.128/26", + "20.21.55.0/25", + "20.38.132.96/27", + "20.38.143.192/27", + "20.40.229.0/27", + "20.44.10.128/26", + "20.46.11.96/27", + "20.48.196.192/27", + "20.49.119.96/27", + "20.51.12.32/27", + "20.51.17.224/27", + "20.53.47.32/27", + "20.61.102.64/27", + "20.62.59.32/27", + "20.62.133.64/27", + "20.65.132.224/27", + "20.66.3.224/27", + "20.69.0.192/27", + "20.82.247.128/25", + "20.86.94.128/25", + "20.88.155.0/25", + "20.90.37.0/25", + "20.150.174.160/27", + "20.150.244.160/27", + "20.189.170.0/24", + "20.189.229.224/27", + "20.191.166.64/27", + "20.192.34.0/27", + "20.192.44.64/27", + "20.192.55.192/27", + "20.192.157.0/25", + "20.193.199.160/27", + "20.193.205.224/27", + "20.194.73.192/27", + "20.195.65.192/27", + "20.195.72.192/27", + "20.195.84.0/25", + "20.206.5.192/26", + "20.211.225.0/26", + "23.98.86.64/27", + "40.69.110.128/27", + "40.78.204.96/27", + "40.78.238.128/25", + "40.78.245.64/26", + "40.78.253.0/26", + "40.79.132.160/27", + "40.79.139.96/27", + "40.79.148.32/27", + "40.80.53.32/27", + "40.120.64.160/27", + "51.12.17.160/27", + "51.12.46.192/27", + "51.12.101.192/27", + "51.12.168.0/27", + "51.104.9.64/27", + "51.107.128.128/27", + "51.107.192.192/27", + "51.107.242.192/27", + "51.107.250.192/27", + "51.116.149.96/27", + "51.116.246.32/27", + "51.120.179.64/26", + "51.120.213.96/27", + "51.120.233.96/27", + "51.138.210.96/27", + "51.143.212.128/27", + "52.136.53.224/27", + "52.138.92.224/27", + "52.139.107.96/27", + "52.146.136.32/27", + "52.182.141.64/26", + "52.231.20.96/27", + "52.231.20.192/26", + "102.37.160.32/27", + "102.133.126.96/27", + "191.238.72.96/27", + "2603:1000:4:2::100/120", + "2603:1000:104:2::600/120", + "2603:1010:6:2::500/120", + "2603:1010:101:2::/120", + "2603:1010:304:2::100/120", + "2603:1010:404:2::100/120", + "2603:1020:5:4::/120", + "2603:1020:206:4::200/120", + "2603:1020:605:2::100/120", + "2603:1020:705:2::500/120", + "2603:1020:805:2::300/120", + "2603:1020:905:2::100/120", + "2603:1020:a04:2::300/120", + "2603:1020:b04:2::100/120", + "2603:1020:c04:2::300/120", + "2603:1020:d04:1::700/120", + "2603:1020:e04:3::700/120", + "2603:1020:f04:3::100/120", + "2603:1020:1004:2::600/120", + "2603:1020:1104:2::/120", + "2603:1030:f:3::500/120", + "2603:1030:10:4::/120", + "2603:1030:104:2::400/120", + "2603:1030:107:1::600/120", + "2603:1030:210:5::/120", + "2603:1030:302::300/120", + "2603:1030:40b:3::100/120", + "2603:1030:40c:4::/120", + "2603:1030:504:2::500/120", + "2603:1030:608:1::700/120", + "2603:1030:807:3::/120", + "2603:1030:a07:1::700/120", + "2603:1030:b04:1::700/120", + "2603:1030:c06:2::700/120", + "2603:1030:f05:2::500/120", + "2603:1030:1005:2::100/120", + "2603:1040:5:3::/120", + "2603:1040:207:2::600/120", + "2603:1040:407:2::300/120", + "2603:1040:606:2::100/120", + "2603:1040:806:2::100/120", + "2603:1040:904:2::300/120", + "2603:1040:a06:3::/120", + "2603:1040:b04:2::100/120", + "2603:1040:c06:2::100/120", + "2603:1040:d04:2::600/120", + "2603:1040:e05::600/120", + "2603:1040:f05:2::700/120", + "2603:1040:1002::100/120", + "2603:1040:1104:2::/120", + "2603:1050:6:2::300/120", + "2603:1050:403:2::100/120" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureSiteRecovery", + "id": "AzureSiteRecovery", + "properties": { + "changeNumber": 29, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureSiteRecovery", + "addressPrefixes": [ + "4.232.24.0/28", + "4.232.107.160/28", + "4.232.122.112/28", + "4.232.194.112/28", + "13.66.141.240/28", + "13.67.10.96/28", + "13.69.67.80/28", + "13.69.107.80/28", + "13.69.230.16/28", + "13.70.74.96/28", + "13.70.159.158/32", + "13.71.173.224/28", + "13.71.196.144/28", + "13.73.242.192/28", + "13.74.108.144/28", + "13.75.39.80/28", + "13.77.53.64/28", + "13.78.109.128/28", + "13.82.88.226/32", + "13.84.148.14/32", + "13.86.219.176/28", + "13.87.37.4/32", + "13.87.58.48/28", + "13.87.124.48/28", + "13.89.174.144/28", + "20.17.48.0/28", + "20.17.67.224/28", + "20.17.112.0/28", + "20.18.178.112/28", + "20.21.32.0/28", + "20.21.43.224/28", + "20.21.66.112/28", + "20.21.74.112/28", + "20.36.34.70/32", + "20.36.69.62/32", + "20.36.108.96/28", + "20.36.115.224/28", + "20.36.120.80/28", + "20.37.64.80/28", + "20.37.76.128/28", + "20.37.156.96/28", + "20.37.192.112/28", + "20.37.224.80/28", + "20.38.80.112/28", + "20.38.128.80/28", + "20.38.136.80/28", + "20.38.147.160/28", + "20.38.152.112/28", + "20.39.8.80/28", + "20.41.4.64/28", + "20.41.64.96/28", + "20.41.192.80/28", + "20.42.4.96/28", + "20.42.129.128/28", + "20.42.224.80/28", + "20.43.40.112/28", + "20.43.64.112/28", + "20.43.121.16/28", + "20.43.130.64/28", + "20.44.4.80/28", + "20.44.8.176/28", + "20.44.17.32/28", + "20.44.27.192/28", + "20.45.75.232/32", + "20.45.112.80/28", + "20.45.123.96/28", + "20.45.192.80/28", + "20.49.83.48/28", + "20.49.91.48/28", + "20.72.16.0/28", + "20.72.28.32/28", + "20.125.170.112/28", + "20.125.202.112/28", + "20.150.160.80/28", + "20.150.172.48/28", + "20.150.179.208/28", + "20.150.187.208/28", + "20.168.162.112/28", + "20.189.106.96/28", + "20.192.99.208/28", + "20.192.160.0/28", + "20.192.225.0/28", + "20.192.235.224/28", + "20.193.203.208/28", + "20.194.67.48/28", + "20.205.75.80/28", + "20.205.83.80/28", + "20.208.18.112/28", + "20.215.0.0/28", + "20.215.18.112/28", + "20.215.26.112/28", + "20.215.155.224/28", + "20.217.40.0/28", + "20.217.59.224/28", + "20.217.74.112/28", + "20.217.90.112/28", + "23.96.195.247/32", + "23.98.83.80/28", + "40.67.48.80/28", + "40.67.60.80/28", + "40.69.108.64/28", + "40.69.144.231/32", + "40.69.212.238/32", + "40.70.148.96/28", + "40.71.14.0/28", + "40.74.24.112/28", + "40.74.147.176/28", + "40.75.35.80/28", + "40.78.196.64/28", + "40.78.204.16/28", + "40.78.229.48/28", + "40.78.236.144/28", + "40.78.243.160/28", + "40.78.251.96/28", + "40.79.132.64/28", + "40.79.139.0/28", + "40.79.146.192/28", + "40.79.156.48/28", + "40.79.163.16/28", + "40.79.171.96/28", + "40.79.180.32/28", + "40.79.187.176/28", + "40.79.195.160/28", + "40.80.51.96/28", + "40.80.56.80/28", + "40.80.168.80/28", + "40.80.176.16/28", + "40.80.184.96/28", + "40.82.248.96/28", + "40.83.179.48/32", + "40.89.16.80/28", + "40.119.9.192/28", + "40.120.75.96/28", + "40.123.219.238/32", + "51.12.47.0/28", + "51.12.100.32/28", + "51.12.198.112/28", + "51.12.204.32/28", + "51.12.227.208/28", + "51.12.235.208/28", + "51.53.24.0/28", + "51.53.168.0/28", + "51.53.187.224/28", + "51.103.202.112/28", + "51.104.9.0/28", + "51.104.24.112/28", + "51.105.67.192/28", + "51.105.75.160/28", + "51.105.80.80/28", + "51.105.88.80/28", + "51.107.48.80/28", + "51.107.60.64/28", + "51.107.68.31/32", + "51.107.144.80/28", + "51.107.156.80/28", + "51.107.231.223/32", + "51.116.48.80/28", + "51.116.60.64/28", + "51.116.144.80/28", + "51.116.156.176/28", + "51.116.208.58/32", + "51.116.243.128/28", + "51.116.251.48/28", + "51.120.40.80/28", + "51.120.100.64/28", + "51.120.107.208/28", + "51.120.211.208/28", + "51.120.220.64/28", + "51.120.224.80/28", + "51.137.160.96/28", + "51.140.43.158/32", + "51.140.212.80/28", + "51.141.3.203/32", + "51.143.192.80/28", + "52.136.48.80/28", + "52.136.139.227/32", + "52.138.92.64/28", + "52.138.227.144/28", + "52.140.104.80/28", + "52.143.138.106/32", + "52.150.136.96/28", + "52.161.20.168/32", + "52.162.111.0/28", + "52.166.13.64/32", + "52.167.107.80/28", + "52.172.46.220/32", + "52.172.187.37/32", + "52.175.17.132/32", + "52.175.146.69/32", + "52.180.178.64/32", + "52.182.139.192/28", + "52.183.45.166/32", + "52.184.158.163/32", + "52.185.150.140/32", + "52.187.58.193/32", + "52.187.191.206/32", + "52.225.188.170/32", + "52.228.36.192/32", + "52.228.80.96/28", + "52.229.125.98/32", + "52.231.20.16/28", + "52.231.28.253/32", + "52.231.148.96/28", + "52.231.198.185/32", + "52.236.187.64/28", + "52.246.155.160/28", + "65.52.252.192/28", + "68.221.80.0/28", + "102.133.28.128/28", + "102.133.59.160/28", + "102.133.72.51/32", + "102.133.124.64/28", + "102.133.156.96/28", + "102.133.160.44/32", + "102.133.218.176/28", + "102.133.251.160/28", + "104.210.113.114/32", + "104.211.177.6/32", + "158.23.96.0/28", + "191.233.8.0/28", + "191.233.51.192/28", + "191.233.205.80/28", + "191.234.147.208/28", + "191.234.155.208/28", + "191.234.185.172/32", + "191.235.224.112/28", + "2603:1000:4::/123", + "2603:1000:4:402::2d0/125", + "2603:1000:104:1::/123", + "2603:1000:104:402::2d0/125", + "2603:1000:104:802::158/125", + "2603:1000:104:c02::158/125", + "2603:1010:6:1::/123", + "2603:1010:6:402::2d0/125", + "2603:1010:6:802::158/125", + "2603:1010:6:c02::158/125", + "2603:1010:101::/123", + "2603:1010:101:402::2d0/125", + "2603:1010:304::/123", + "2603:1010:304:402::2d0/125", + "2603:1010:404::/123", + "2603:1010:404:402::2d0/125", + "2603:1020:5:1::/123", + "2603:1020:5:402::2d0/125", + "2603:1020:5:802::158/125", + "2603:1020:5:c02::158/125", + "2603:1020:206:1::/123", + "2603:1020:206:402::2d0/125", + "2603:1020:206:802::158/125", + "2603:1020:206:c02::158/125", + "2603:1020:305::/123", + "2603:1020:305:402::2d0/125", + "2603:1020:405::/123", + "2603:1020:405:402::2d0/125", + "2603:1020:605::/123", + "2603:1020:605:402::2d0/125", + "2603:1020:705:1::/123", + "2603:1020:705:402::2d0/125", + "2603:1020:705:802::158/125", + "2603:1020:705:c02::158/125", + "2603:1020:805:1::/123", + "2603:1020:805:402::2d0/125", + "2603:1020:805:802::158/125", + "2603:1020:805:c02::158/125", + "2603:1020:905::/123", + "2603:1020:905:402::2d0/125", + "2603:1020:a04:1::/123", + "2603:1020:a04:402::2d0/125", + "2603:1020:a04:802::158/125", + "2603:1020:a04:c02::158/125", + "2603:1020:b04::/123", + "2603:1020:b04:402::2d0/125", + "2603:1020:c04:1::/123", + "2603:1020:c04:402::2d0/125", + "2603:1020:c04:802::158/125", + "2603:1020:c04:c02::158/125", + "2603:1020:d04::/123", + "2603:1020:d04:402::2d0/125", + "2603:1020:e04:1::/123", + "2603:1020:e04:402::2d0/125", + "2603:1020:e04:802::158/125", + "2603:1020:e04:c02::158/125", + "2603:1020:f04::/123", + "2603:1020:f04:402::2d0/125", + "2603:1020:1004::/123", + "2603:1020:1004:400::1d0/125", + "2603:1020:1004:400::2f0/125", + "2603:1020:1004:800::3e0/125", + "2603:1020:1004:c02::3a0/125", + "2603:1020:1104::/123", + "2603:1020:1104:400::2d0/125", + "2603:1020:1204::/123", + "2603:1020:1204:400::c8/125", + "2603:1020:1204:800::18/125", + "2603:1020:1204:c00::18/125", + "2603:1020:1302::/123", + "2603:1020:1302:400::188/125", + "2603:1020:1302:800::58/125", + "2603:1020:1302:c00::58/125", + "2603:1020:1403::/123", + "2603:1030:f:1::/123", + "2603:1030:f:400::ad0/125", + "2603:1030:10:1::/123", + "2603:1030:10:402::2d0/125", + "2603:1030:10:802::158/125", + "2603:1030:10:c02::158/125", + "2603:1030:104:1::/123", + "2603:1030:104:402::2d0/125", + "2603:1030:104:402::700/125", + "2603:1030:104:802::1a0/125", + "2603:1030:107::/123", + "2603:1030:107:400::f8/125", + "2603:1030:210:1::/123", + "2603:1030:210:402::2d0/125", + "2603:1030:210:802::158/125", + "2603:1030:210:c02::158/125", + "2603:1030:40b:1::/123", + "2603:1030:40b:400::ad0/125", + "2603:1030:40b:800::158/125", + "2603:1030:40b:c00::158/125", + "2603:1030:40c:1::/123", + "2603:1030:40c:402::2d0/125", + "2603:1030:40c:802::158/125", + "2603:1030:40c:c02::158/125", + "2603:1030:504:1::/123", + "2603:1030:504:402::1d0/125", + "2603:1030:504:402::2f0/125", + "2603:1030:504:802::3e0/125", + "2603:1030:504:c02::390/125", + "2603:1030:608::/123", + "2603:1030:608:402::2d0/125", + "2603:1030:608:800::58/125", + "2603:1030:608:c00::58/125", + "2603:1030:702::/123", + "2603:1030:807:1::/123", + "2603:1030:807:402::2d0/125", + "2603:1030:807:802::158/125", + "2603:1030:807:c02::158/125", + "2603:1030:a07::/123", + "2603:1030:a07:402::950/125", + "2603:1030:a07:c00::58/125", + "2603:1030:b04::/123", + "2603:1030:b04:402::2d0/125", + "2603:1030:c06:1::/123", + "2603:1030:c06:400::ad0/125", + "2603:1030:c06:802::158/125", + "2603:1030:c06:c02::158/125", + "2603:1030:f05:1::/123", + "2603:1030:f05:402::2d0/125", + "2603:1030:f05:802::158/125", + "2603:1030:f05:c02::158/125", + "2603:1030:1005::/123", + "2603:1030:1005:402::2d0/125", + "2603:1040:5:1::/123", + "2603:1040:5:402::2d0/125", + "2603:1040:5:802::158/125", + "2603:1040:5:c02::158/125", + "2603:1040:207::/123", + "2603:1040:207:402::2d0/125", + "2603:1040:207:800::58/125", + "2603:1040:207:c00::58/125", + "2603:1040:407:1::/123", + "2603:1040:407:402::2d0/125", + "2603:1040:407:802::158/125", + "2603:1040:407:c02::158/125", + "2603:1040:606::/123", + "2603:1040:606:402::2d0/125", + "2603:1040:606:800::18/125", + "2603:1040:806::/123", + "2603:1040:806:402::2d0/125", + "2603:1040:904:1::/123", + "2603:1040:904:402::2d0/125", + "2603:1040:904:802::158/125", + "2603:1040:904:c02::158/125", + "2603:1040:a06:1::/123", + "2603:1040:a06:402::2d0/125", + "2603:1040:a06:802::158/125", + "2603:1040:a06:c02::158/125", + "2603:1040:b04::/123", + "2603:1040:b04:402::2d0/125", + "2603:1040:c06::/123", + "2603:1040:c06:402::2d0/125", + "2603:1040:d04::/123", + "2603:1040:d04:400::1d0/125", + "2603:1040:d04:400::2f0/125", + "2603:1040:d04:800::3e0/125", + "2603:1040:e05:1::460/123", + "2603:1040:f05:1::/123", + "2603:1040:f05:402::2d0/125", + "2603:1040:f05:802::158/125", + "2603:1040:f05:c02::158/125", + "2603:1040:1002::40/123", + "2603:1040:1002:400::188/125", + "2603:1040:1002:800::58/125", + "2603:1040:1002:c00::58/125", + "2603:1040:1104::/123", + "2603:1040:1104:400::2d0/125", + "2603:1040:1202::/123", + "2603:1040:1202:400::188/125", + "2603:1040:1302::/123", + "2603:1040:1402::/123", + "2603:1040:1402:400::188/125", + "2603:1040:1402:800::58/125", + "2603:1040:1402:c00::58/125", + "2603:1040:1503::/123", + "2603:1040:1503:400::188/125", + "2603:1040:1602::/123", + "2603:1050:6:1::/123", + "2603:1050:6:402::2d0/125", + "2603:1050:6:802::158/125", + "2603:1050:6:c02::158/125", + "2603:1050:403::/123", + "2603:1050:403:400::1f0/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureSphere", + "id": "AzureSphere", + "properties": { + "changeNumber": 2, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureSphereSecureService_Prod", + "addressPrefixes": [ + "20.40.225.168/29", + "20.48.196.224/29", + "20.49.118.104/29", + "20.50.94.128/28", + "20.53.47.72/29", + "20.58.67.16/29", + "20.61.102.112/29", + "20.62.59.64/29", + "20.62.129.152/29", + "20.62.133.96/28", + "20.65.132.72/29", + "20.66.4.192/28", + "20.66.4.208/29", + "20.166.42.224/28", + "20.189.228.128/29", + "20.191.165.104/29", + "20.192.80.16/29", + "20.194.73.240/29", + "20.195.65.224/29", + "20.195.72.224/29", + "40.89.23.248/29", + "51.138.210.136/29", + "51.143.209.136/29", + "52.136.185.144/29", + "52.140.111.120/29", + "52.146.137.0/29", + "52.147.112.136/29", + "52.150.157.184/29", + "52.172.116.8/29", + "104.46.179.248/29", + "191.238.72.64/29" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureSpringCloud", + "id": "AzureSpringCloud", + "properties": { + "changeNumber": 4, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureSpringCloud", + "addressPrefixes": [ + "4.232.27.0/24", + "13.73.249.144/29", + "13.73.249.192/26", + "13.73.252.0/25", + "20.17.50.0/24", + "20.17.115.0/24", + "20.21.35.0/24", + "20.36.121.248/29", + "20.36.122.64/26", + "20.36.122.128/25", + "20.37.65.248/29", + "20.37.66.128/25", + "20.37.67.0/26", + "20.37.196.240/29", + "20.37.197.128/25", + "20.37.198.0/26", + "20.37.225.248/29", + "20.37.226.64/26", + "20.37.226.128/25", + "20.38.138.48/29", + "20.38.138.128/25", + "20.38.139.0/26", + "20.39.1.204/32", + "20.39.1.226/32", + "20.39.3.161/32", + "20.39.3.213/32", + "20.39.5.82/32", + "20.39.12.200/29", + "20.39.13.64/26", + "20.39.13.128/25", + "20.39.16.0/32", + "20.39.17.72/32", + "20.40.200.120/29", + "20.40.200.192/26", + "20.40.206.0/25", + "20.41.66.216/29", + "20.41.67.128/25", + "20.41.68.0/26", + "20.41.195.240/29", + "20.41.196.64/26", + "20.41.196.128/25", + "20.42.30.201/32", + "20.42.31.192/32", + "20.42.33.235/32", + "20.42.39.118/32", + "20.42.228.208/29", + "20.42.229.128/25", + "20.42.230.0/26", + "20.43.43.136/29", + "20.43.43.192/26", + "20.43.44.0/25", + "20.43.67.80/29", + "20.43.67.128/25", + "20.43.70.0/26", + "20.43.154.9/32", + "20.43.163.195/32", + "20.43.168.193/32", + "20.43.170.6/32", + "20.43.170.59/32", + "20.43.174.55/32", + "20.43.176.144/32", + "20.43.179.91/32", + "20.43.188.214/32", + "20.43.189.123/32", + "20.43.191.44/32", + "20.43.191.60/32", + "20.44.193.83/32", + "20.44.199.171/32", + "20.44.200.130/32", + "20.44.211.30/32", + "20.44.217.0/32", + "20.44.229.24/32", + "20.44.230.235/32", + "20.44.236.197/32", + "20.44.238.170/32", + "20.45.114.0/25", + "20.45.114.128/26", + "20.45.114.192/29", + "20.45.196.40/29", + "20.45.197.0/25", + "20.45.197.128/26", + "20.46.14.0/24", + "20.49.96.192/26", + "20.49.97.128/25", + "20.49.99.0/29", + "20.49.104.128/25", + "20.49.108.0/24", + "20.49.109.0/28", + "20.49.112.64/26", + "20.49.112.128/25", + "20.49.113.0/29", + "20.50.1.144/28", + "20.50.5.0/24", + "20.50.8.165/32", + "20.50.12.129/32", + "20.50.13.49/32", + "20.50.64.128/25", + "20.50.65.0/26", + "20.50.65.64/29", + "20.50.145.106/32", + "20.50.165.134/32", + "20.50.171.193/32", + "20.50.225.11/32", + "20.50.229.223/32", + "20.50.230.162/32", + "20.50.232.82/32", + "20.50.232.156/32", + "20.50.242.38/32", + "20.50.242.50/32", + "20.50.243.127/32", + "20.50.248.145/32", + "20.54.128.130/32", + "20.54.132.216/32", + "20.54.133.5/32", + "20.54.136.203/32", + "20.72.19.0/24", + "20.99.10.0/24", + "20.113.253.0/24", + "20.150.164.192/26", + "20.150.165.0/25", + "20.150.165.128/29", + "20.150.240.0/24", + "20.175.3.0/24", + "20.184.57.120/32", + "20.184.63.62/32", + "20.185.9.153/32", + "20.185.12.145/32", + "20.185.77.126/32", + "20.185.208.26/32", + "20.185.208.50/32", + "20.187.194.0/25", + "20.187.194.128/26", + "20.187.194.192/29", + "20.190.3.135/32", + "20.190.8.99/32", + "20.190.24.22/32", + "20.192.49.0/24", + "20.192.161.136/29", + "20.192.165.0/25", + "20.192.165.128/26", + "20.192.228.240/29", + "20.192.229.64/26", + "20.192.229.128/25", + "20.193.193.0/24", + "20.194.76.0/24", + "20.195.79.0/24", + "20.208.0.0/24", + "20.210.147.0/24", + "20.215.2.0/24", + "20.217.42.0/24", + "20.218.187.0/24", + "23.98.104.32/27", + "23.98.104.64/28", + "23.98.105.0/24", + "23.98.120.165/32", + "23.98.121.46/32", + "40.64.64.227/32", + "40.64.66.194/32", + "40.64.72.48/32", + "40.64.73.21/32", + "40.64.73.31/32", + "40.64.74.10/32", + "40.64.80.29/32", + "40.64.83.15/32", + "40.64.83.84/32", + "40.64.89.66/32", + "40.64.90.111/32", + "40.64.96.219/32", + "40.64.97.168/32", + "40.64.104.30/32", + "40.64.104.98/32", + "40.64.104.169/32", + "40.64.105.92/32", + "40.64.105.107/32", + "40.64.105.160/32", + "40.64.105.236/32", + "40.64.108.31/32", + "40.64.132.16/28", + "40.64.132.32/27", + "40.64.133.0/24", + "40.67.48.216/29", + "40.67.50.0/25", + "40.67.50.128/26", + "40.71.232.72/32", + "40.71.232.211/32", + "40.71.238.134/32", + "40.74.5.45/32", + "40.74.10.253/32", + "40.74.13.222/32", + "40.74.35.200/32", + "40.74.38.68/32", + "40.74.44.186/32", + "40.74.47.74/32", + "40.80.59.16/29", + "40.80.59.64/26", + "40.80.59.128/25", + "40.80.171.64/26", + "40.80.171.128/25", + "40.80.172.0/29", + "40.88.16.112/32", + "40.88.17.59/32", + "40.88.18.144/32", + "40.88.19.237/32", + "40.88.22.53/32", + "40.88.23.112/32", + "40.88.48.42/32", + "40.88.53.3/32", + "40.88.54.203/32", + "40.88.55.62/32", + "40.89.19.40/29", + "40.89.19.64/26", + "40.89.20.0/25", + "40.90.185.248/32", + "40.90.186.62/32", + "40.90.244.219/32", + "40.91.80.163/32", + "40.91.89.160/32", + "40.91.92.117/32", + "40.91.93.59/32", + "40.91.112.140/32", + "40.91.112.189/32", + "40.91.114.251/32", + "40.91.115.37/32", + "40.91.115.216/32", + "40.91.121.99/32", + "40.91.125.201/32", + "40.113.176.0/25", + "40.114.174.96/32", + "40.114.176.123/32", + "40.114.185.15/32", + "40.119.144.17/32", + "40.119.150.73/32", + "40.119.202.150/32", + "40.119.233.230/32", + "51.12.16.0/24", + "51.12.24.0/24", + "51.53.26.0/24", + "51.53.170.0/24", + "51.104.28.208/29", + "51.104.29.0/25", + "51.104.29.128/26", + "51.105.80.216/29", + "51.105.82.64/26", + "51.105.82.128/25", + "51.105.90.24/29", + "51.105.90.192/26", + "51.105.91.0/25", + "51.105.98.247/32", + "51.105.100.27/32", + "51.105.100.159/32", + "51.105.101.55/32", + "51.105.104.59/32", + "51.105.111.82/32", + "51.105.113.5/32", + "51.105.124.174/32", + "51.105.125.117/32", + "51.105.125.164/32", + "51.105.125.221/32", + "51.105.126.104/32", + "51.105.127.208/32", + "51.105.134.35/32", + "51.105.135.194/32", + "51.105.157.239/32", + "51.105.159.36/32", + "51.105.186.91/32", + "51.105.192.61/32", + "51.105.195.215/32", + "51.105.199.153/32", + "51.105.202.85/32", + "51.105.216.231/32", + "51.105.218.44/32", + "51.105.219.64/32", + "51.105.219.227/32", + "51.105.220.55/32", + "51.105.220.135/32", + "51.105.224.143/32", + "51.105.228.211/32", + "51.105.234.49/32", + "51.105.238.99/32", + "51.105.253.42/32", + "51.107.50.48/29", + "51.107.50.64/26", + "51.107.50.128/25", + "51.107.145.248/29", + "51.107.146.64/26", + "51.107.146.128/25", + "51.120.42.48/29", + "51.120.42.128/25", + "51.120.43.0/26", + "51.120.225.248/29", + "51.120.226.128/25", + "51.120.227.0/26", + "51.120.236.0/24", + "51.124.10.15/32", + "51.124.12.73/32", + "51.124.13.218/32", + "51.124.13.254/32", + "51.124.16.242/32", + "51.124.20.167/32", + "51.124.20.205/32", + "51.124.20.241/32", + "51.124.22.30/32", + "51.124.53.244/32", + "51.124.58.74/32", + "51.124.61.110/32", + "51.124.63.55/32", + "51.124.67.16/32", + "51.124.82.1/32", + "51.124.85.221/32", + "51.124.86.95/32", + "51.124.87.40/32", + "51.124.91.47/32", + "51.124.138.109/32", + "51.124.138.212/32", + "51.124.138.237/32", + "51.124.139.156/32", + "51.124.143.77/32", + "51.136.75.98/32", + "51.136.80.247/32", + "51.136.86.124/32", + "51.136.120.144/32", + "51.136.126.99/32", + "51.136.126.175/32", + "51.137.4.202/32", + "51.137.10.145/32", + "51.137.10.179/32", + "51.137.12.156/32", + "51.137.12.194/32", + "51.137.19.100/32", + "51.137.22.12/32", + "51.137.25.182/32", + "51.137.163.128/25", + "51.137.164.0/26", + "51.137.164.64/29", + "51.138.13.155/32", + "51.138.20.23/32", + "51.138.22.41/32", + "51.138.26.136/32", + "51.138.41.92/32", + "51.138.51.11/32", + "51.138.51.95/32", + "51.138.53.236/32", + "51.138.62.72/32", + "51.138.104.64/32", + "51.138.113.211/32", + "51.143.49.213/32", + "51.143.55.204/32", + "51.143.61.51/32", + "51.143.61.77/32", + "51.143.109.144/32", + "51.143.115.246/32", + "51.143.117.172/32", + "51.143.122.148/32", + "51.143.192.216/29", + "51.143.194.64/26", + "51.143.194.128/25", + "51.144.60.186/32", + "51.144.62.71/32", + "51.144.188.172/32", + "51.145.181.96/32", + "52.136.50.40/29", + "52.136.50.128/25", + "52.136.51.0/26", + "52.137.24.29/32", + "52.137.25.150/32", + "52.137.31.163/32", + "52.137.91.129/32", + "52.137.92.114/32", + "52.137.96.91/32", + "52.137.96.181/32", + "52.137.97.228/32", + "52.137.98.68/32", + "52.137.103.182/32", + "52.137.105.37/32", + "52.137.105.128/32", + "52.137.107.84/32", + "52.137.109.121/32", + "52.137.110.32/32", + "52.137.110.122/32", + "52.139.233.243/32", + "52.139.238.9/32", + "52.139.241.27/32", + "52.139.241.243/32", + "52.139.242.184/32", + "52.139.243.242/32", + "52.139.245.192/32", + "52.139.245.221/32", + "52.139.245.227/32", + "52.139.245.229/32", + "52.139.248.38/32", + "52.140.107.80/29", + "52.140.107.128/25", + "52.140.108.0/26", + "52.142.16.31/32", + "52.142.18.235/32", + "52.142.19.36/32", + "52.142.21.62/32", + "52.142.22.56/32", + "52.142.28.245/32", + "52.142.29.158/32", + "52.142.30.210/32", + "52.142.36.160/32", + "52.142.37.25/32", + "52.142.38.142/32", + "52.142.39.127/32", + "52.142.238.233/32", + "52.143.11.218/32", + "52.143.13.72/32", + "52.143.14.0/32", + "52.143.72.161/32", + "52.143.74.52/32", + "52.143.74.216/32", + "52.143.78.190/32", + "52.143.80.194/32", + "52.143.84.75/32", + "52.143.89.212/32", + "52.143.91.190/32", + "52.143.92.85/32", + "52.146.48.34/32", + "52.146.48.39/32", + "52.146.56.203/32", + "52.146.58.105/32", + "52.146.59.1/32", + "52.146.59.68/32", + "52.146.59.178/32", + "52.146.60.190/32", + "52.146.63.29/32", + "52.147.211.1/32", + "52.147.211.57/32", + "52.147.212.93/32", + "52.147.220.178/32", + "52.147.222.10/32", + "52.148.119.92/32", + "52.148.146.17/32", + "52.148.146.87/32", + "52.148.160.217/32", + "52.148.167.44/32", + "52.148.167.247/32", + "52.149.20.74/32", + "52.149.30.93/32", + "52.149.30.121/32", + "52.149.51.15/32", + "52.149.51.138/32", + "52.149.51.164/32", + "52.149.52.249/32", + "52.149.54.99/32", + "52.149.57.107/32", + "52.149.59.187/32", + "52.149.63.64/32", + "52.149.73.135/32", + "52.149.76.250/32", + "52.149.111.116/32", + "52.149.171.106/32", + "52.149.174.65/32", + "52.149.184.214/32", + "52.149.185.176/32", + "52.149.185.222/32", + "52.149.190.134/32", + "52.149.192.90/32", + "52.149.193.239/32", + "52.149.194.149/32", + "52.149.194.174/32", + "52.149.198.57/32", + "52.149.198.237/32", + "52.149.201.158/32", + "52.149.205.94/32", + "52.149.232.202/32", + "52.149.237.143/32", + "52.149.238.109/32", + "52.149.246.151/32", + "52.149.247.149/32", + "52.149.253.92/32", + "52.150.34.72/32", + "52.150.34.113/32", + "52.150.34.121/32", + "52.150.35.24/32", + "52.150.36.0/32", + "52.150.36.22/32", + "52.150.38.94/32", + "52.150.43.59/32", + "52.150.44.169/32", + "52.150.45.109/32", + "52.150.52.37/32", + "52.150.152.128/26", + "52.150.152.192/29", + "52.150.153.0/25", + "52.151.225.40/32", + "52.151.225.203/32", + "52.151.227.21/32", + "52.151.227.226/32", + "52.151.230.80/32", + "52.151.232.5/32", + "52.151.235.39/32", + "52.151.236.18/32", + "52.151.236.129/32", + "52.151.238.85/32", + "52.151.240.209/32", + "52.151.241.199/32", + "52.151.243.228/32", + "52.151.245.120/32", + "52.151.246.217/32", + "52.151.247.92/32", + "52.151.247.134/32", + "52.152.187.108/32", + "52.152.188.183/32", + "52.152.189.49/32", + "52.152.192.73/32", + "52.152.194.46/32", + "52.152.207.36/32", + "52.152.240.92/32", + "52.152.244.208/32", + "52.152.244.234/32", + "52.152.246.85/32", + "52.152.252.59/32", + "52.154.66.126/32", + "52.154.66.131/32", + "52.154.69.60/32", + "52.154.71.42/32", + "52.156.88.106/32", + "52.156.145.223/32", + "52.156.151.111/32", + "52.157.227.54/32", + "52.157.249.222/32", + "52.157.251.249/32", + "52.157.252.18/32", + "52.157.253.237/32", + "52.161.184.250/32", + "52.161.185.174/32", + "52.170.160.27/32", + "52.170.162.11/32", + "52.170.166.40/32", + "52.170.166.220/32", + "52.170.170.172/32", + "52.170.173.4/32", + "52.170.175.205/32", + "52.170.175.249/32", + "52.186.33.240/32", + "52.186.40.74/32", + "52.186.41.188/32", + "52.186.44.201/32", + "52.186.47.23/32", + "52.186.89.147/32", + "52.186.92.135/32", + "52.186.101.75/32", + "52.186.103.43/32", + "52.186.160.139/32", + "52.186.163.254/32", + "52.188.25.137/32", + "52.188.38.104/32", + "52.188.39.147/32", + "52.188.41.92/32", + "52.188.43.63/32", + "52.188.43.75/32", + "52.188.45.56/32", + "52.188.47.87/32", + "52.188.47.224/32", + "52.188.72.218/32", + "52.188.76.141/32", + "52.188.76.192/32", + "52.188.79.146/32", + "52.188.79.175/32", + "52.188.95.4/32", + "52.188.128.19/32", + "52.188.135.27/32", + "52.188.139.184/32", + "52.188.142.235/32", + "52.188.176.41/32", + "52.188.181.134/32", + "52.188.183.163/32", + "52.188.219.128/32", + "52.188.221.47/32", + "52.188.223.149/32", + "52.190.37.81/32", + "52.190.45.104/32", + "52.191.18.84/32", + "52.191.19.7/32", + "52.191.19.158/32", + "52.191.22.114/32", + "52.191.34.27/32", + "52.191.34.94/32", + "52.191.34.233/32", + "52.191.35.49/32", + "52.191.39.124/32", + "52.191.82.106/32", + "52.191.84.3/32", + "52.191.91.25/32", + "52.191.97.122/32", + "52.191.100.208/32", + "52.191.102.24/32", + "52.191.102.167/32", + "52.191.217.26/32", + "52.191.218.10/32", + "52.191.218.163/32", + "52.191.223.241/32", + "52.191.226.215/32", + "52.191.226.231/32", + "52.191.227.142/32", + "52.191.228.91/32", + "52.191.239.43/32", + "52.224.17.124/32", + "52.224.17.219/32", + "52.224.18.31/32", + "52.224.20.104/32", + "52.224.25.144/32", + "52.224.27.197/32", + "52.224.28.195/32", + "52.224.33.93/32", + "52.224.33.138/32", + "52.224.72.18/32", + "52.224.74.117/32", + "52.224.75.25/32", + "52.224.75.31/32", + "52.224.75.56/32", + "52.224.92.32/32", + "52.224.129.87/32", + "52.224.130.216/32", + "52.224.131.130/32", + "52.224.140.5/32", + "52.224.146.5/32", + "52.224.146.46/32", + "52.224.146.106/32", + "52.224.203.234/32", + "52.224.205.192/32", + "52.226.105.61/32", + "52.226.144.203/32", + "52.226.170.84/32", + "52.228.84.24/29", + "52.228.85.0/25", + "52.228.85.128/26", + "52.230.56.134/32", + "52.230.56.248/32", + "52.230.57.138/32", + "52.230.60.12/32", + "52.249.205.140/32", + "52.250.30.100/32", + "52.250.46.87/32", + "52.250.76.93/32", + "52.250.225.8/29", + "52.250.225.64/26", + "52.250.225.128/25", + "52.253.80.203/32", + "52.253.81.49/32", + "52.253.82.239/32", + "52.253.83.25/32", + "52.253.128.103/32", + "52.253.129.117/32", + "52.253.132.45/32", + "52.253.153.141/32", + "52.253.224.101/32", + "52.253.225.112/32", + "52.253.226.102/32", + "52.253.230.71/32", + "52.253.230.129/32", + "52.253.231.45/32", + "52.255.212.170/32", + "52.255.212.228/32", + "68.221.83.0/24", + "102.37.164.0/24", + "102.133.57.176/29", + "102.133.58.0/25", + "102.133.58.128/26", + "104.45.73.99/32", + "104.45.168.35/32", + "104.45.179.106/32", + "104.45.183.70/32", + "104.45.184.10/32", + "104.45.189.93/32", + "158.23.99.0/24", + "191.233.10.176/29", + "191.233.10.192/26", + "191.233.11.0/25", + "191.234.136.32/29", + "191.235.228.64/26", + "191.235.228.128/25", + "2603:1000:4:1::/120", + "2603:1000:104::500/120", + "2603:1010:6::200/120", + "2603:1010:101:1::/120", + "2603:1010:304:1::/120", + "2603:1010:404:1::/120", + "2603:1020:5::200/120", + "2603:1020:206::200/120", + "2603:1020:305:1::/120", + "2603:1020:405:1::/120", + "2603:1020:605:1::/120", + "2603:1020:705::200/120", + "2603:1020:805::200/120", + "2603:1020:905:1::/120", + "2603:1020:a04::200/120", + "2603:1020:b04:1::/120", + "2603:1020:c04::200/120", + "2603:1020:d04:1::/120", + "2603:1020:e04::200/120", + "2603:1020:f04:1::/120", + "2603:1020:1004:1::200/120", + "2603:1020:1104::400/120", + "2603:1020:1204::400/120", + "2603:1020:1302::400/120", + "2603:1020:1403::400/120", + "2603:1030:f:2::/120", + "2603:1030:10::200/120", + "2603:1030:104::200/120", + "2603:1030:107::400/120", + "2603:1030:210::200/120", + "2603:1030:40b:1::700/120", + "2603:1030:40c::200/120", + "2603:1030:504::200/120", + "2603:1030:608:1::/120", + "2603:1030:702::400/120", + "2603:1030:807::200/120", + "2603:1030:a07:1::/120", + "2603:1030:b04:1::/120", + "2603:1030:c06:1::700/120", + "2603:1030:f05::200/120", + "2603:1030:1005:1::/120", + "2603:1040:5::300/120", + "2603:1040:207:1::/120", + "2603:1040:407::200/120", + "2603:1040:606:1::/120", + "2603:1040:806:1::/120", + "2603:1040:904::200/120", + "2603:1040:a06::300/120", + "2603:1040:b04:1::/120", + "2603:1040:c06:1::/120", + "2603:1040:d04:1::200/120", + "2603:1040:e05:5::100/120", + "2603:1040:f05::200/120", + "2603:1040:1002::600/120", + "2603:1040:1104::400/120", + "2603:1040:1202::400/120", + "2603:1040:1302::400/120", + "2603:1040:1402::400/120", + "2603:1040:1503::400/120", + "2603:1040:1602::400/120", + "2603:1050:6::200/120", + "2603:1050:403::700/120" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureStack", + "id": "AzureStack", + "properties": { + "changeNumber": 2, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureStack", + "addressPrefixes": [ + "20.51.12.16/28", + "20.61.103.64/28", + "20.69.0.224/28", + "2603:1020:206:4::780/121", + "2603:1030:b04:3::600/121", + "2603:1030:c06:a::180/121" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "Storage", + "id": "Storage", + "properties": { + "changeNumber": 27, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "13.65.107.32/28", + "13.65.160.16/28", + "13.65.160.48/28", + "13.65.160.64/28", + "13.66.176.16/28", + "13.66.176.48/28", + "13.66.232.64/28", + "13.66.232.208/28", + "13.66.232.224/28", + "13.66.234.0/27", + "13.67.155.16/28", + "13.68.120.64/28", + "13.68.163.32/28", + "13.68.165.64/28", + "13.68.167.240/28", + "13.69.40.16/28", + "13.70.99.16/28", + "13.70.99.48/28", + "13.70.99.64/28", + "13.70.208.16/28", + "13.71.200.64/28", + "13.71.200.96/28", + "13.71.200.240/28", + "13.71.202.16/28", + "13.71.202.32/28", + "13.71.202.64/27", + "13.72.235.64/28", + "13.72.235.96/27", + "13.72.235.144/28", + "13.72.237.48/28", + "13.72.237.64/28", + "13.73.8.16/28", + "13.73.8.32/28", + "13.74.208.64/28", + "13.74.208.112/28", + "13.74.208.144/28", + "13.75.240.16/28", + "13.75.240.32/28", + "13.75.240.64/27", + "13.76.104.16/28", + "13.77.8.16/28", + "13.77.8.32/28", + "13.77.8.64/28", + "13.77.8.96/28", + "13.77.8.128/27", + "13.77.8.160/28", + "13.77.8.192/27", + "13.77.112.16/28", + "13.77.112.32/28", + "13.77.112.112/28", + "13.77.112.128/28", + "13.77.115.16/28", + "13.77.115.32/28", + "13.77.184.64/28", + "13.78.152.64/28", + "13.78.240.16/28", + "13.79.176.16/28", + "13.79.176.48/28", + "13.79.176.80/28", + "13.82.33.32/28", + "13.82.152.16/28", + "13.82.152.48/28", + "13.82.152.80/28", + "13.83.72.16/28", + "13.84.56.16/28", + "13.85.88.16/28", + "13.85.200.128/28", + "13.87.40.64/28", + "13.87.40.96/28", + "13.88.144.112/28", + "13.88.144.240/28", + "13.88.145.64/28", + "13.88.145.96/28", + "13.88.145.128/28", + "13.93.168.80/28", + "13.93.168.112/28", + "13.93.168.144/28", + "13.95.96.176/28", + "13.95.240.16/28", + "13.95.240.32/28", + "13.95.240.64/27", + "20.33.128.0/17", + "20.38.96.0/19", + "20.47.0.0/18", + "20.60.0.0/16", + "20.150.0.0/17", + "20.157.32.0/19", + "20.157.128.0/18", + "20.157.224.0/19", + "20.209.0.0/16", + "23.96.64.64/26", + "23.97.112.64/26", + "23.98.49.0/26", + "23.98.49.192/26", + "23.98.55.0/26", + "23.98.55.112/28", + "23.98.55.144/28", + "23.98.56.0/26", + "23.98.57.64/26", + "23.98.160.64/26", + "23.98.162.192/26", + "23.98.168.0/24", + "23.98.192.64/26", + "23.98.255.64/26", + "23.99.32.64/26", + "23.99.34.224/28", + "23.99.37.96/28", + "23.99.47.32/28", + "23.99.160.64/26", + "23.99.160.192/28", + "23.102.206.0/28", + "23.102.206.128/28", + "23.102.206.192/28", + "40.68.176.16/28", + "40.68.176.48/28", + "40.68.232.16/28", + "40.68.232.48/28", + "40.69.176.16/28", + "40.70.88.0/28", + "40.71.104.16/28", + "40.71.104.32/28", + "40.71.240.16/28", + "40.78.72.16/28", + "40.78.112.64/28", + "40.79.8.16/28", + "40.79.48.16/28", + "40.79.88.16/28", + "40.83.24.16/28", + "40.83.24.80/28", + "40.83.24.96/27", + "40.83.104.176/28", + "40.83.104.208/28", + "40.83.225.32/28", + "40.83.227.16/28", + "40.84.8.32/28", + "40.84.11.80/28", + "40.85.105.32/28", + "40.85.232.64/28", + "40.85.232.96/28", + "40.85.232.144/28", + "40.85.235.32/27", + "40.85.235.80/28", + "40.85.235.96/28", + "40.86.232.64/28", + "40.86.232.96/28", + "40.86.232.128/28", + "40.86.232.176/28", + "40.86.232.192/28", + "40.112.152.16/28", + "40.112.224.16/28", + "40.112.224.48/28", + "40.113.27.176/28", + "40.114.152.16/28", + "40.114.152.48/28", + "40.115.169.32/28", + "40.115.175.16/28", + "40.115.175.32/28", + "40.115.227.80/28", + "40.115.229.16/28", + "40.115.229.32/28", + "40.115.231.64/27", + "40.115.231.112/28", + "40.115.231.128/28", + "40.116.120.16/28", + "40.116.232.16/28", + "40.116.232.48/28", + "40.116.232.96/28", + "40.117.48.80/28", + "40.117.48.112/28", + "40.117.104.16/28", + "40.118.72.176/28", + "40.118.73.48/28", + "40.118.73.176/28", + "40.118.73.208/28", + "40.122.96.16/28", + "40.122.216.16/28", + "40.123.16.16/28", + "51.140.16.16/28", + "51.140.16.32/28", + "51.140.168.64/27", + "51.140.168.112/28", + "51.140.168.128/28", + "51.140.232.64/27", + "51.140.232.112/28", + "51.140.232.128/28", + "51.140.232.160/27", + "51.141.128.0/24", + "51.141.129.64/26", + "51.141.129.128/25", + "51.141.130.0/25", + "52.161.112.16/28", + "52.161.112.32/28", + "52.161.168.16/28", + "52.161.168.32/28", + "52.162.56.16/28", + "52.162.56.32/28", + "52.162.56.64/27", + "52.162.56.112/28", + "52.162.56.128/28", + "52.163.176.16/28", + "52.163.232.16/28", + "52.164.112.16/28", + "52.164.232.16/28", + "52.164.232.32/28", + "52.164.232.64/28", + "52.165.104.16/28", + "52.165.104.32/28", + "52.165.104.64/27", + "52.165.104.112/28", + "52.165.104.144/28", + "52.165.104.160/28", + "52.165.136.32/28", + "52.165.240.64/28", + "52.166.80.32/27", + "52.166.80.80/28", + "52.166.80.96/28", + "52.167.88.80/28", + "52.167.88.112/28", + "52.167.240.16/28", + "52.169.168.32/27", + "52.169.240.16/28", + "52.169.240.32/28", + "52.169.240.64/28", + "52.171.144.32/27", + "52.171.144.80/28", + "52.171.144.96/28", + "52.171.144.128/28", + "52.172.16.16/28", + "52.172.16.80/28", + "52.172.16.96/28", + "52.172.16.128/27", + "52.173.152.64/28", + "52.173.152.96/28", + "52.174.8.32/28", + "52.174.224.16/28", + "52.174.224.32/28", + "52.174.224.64/27", + "52.174.224.112/28", + "52.174.224.128/28", + "52.175.40.128/28", + "52.175.112.16/28", + "52.176.224.64/28", + "52.176.224.96/28", + "52.177.208.80/28", + "52.178.168.32/27", + "52.178.168.80/28", + "52.178.168.96/28", + "52.178.168.128/27", + "52.179.24.16/28", + "52.179.144.32/28", + "52.179.144.64/28", + "52.179.240.16/28", + "52.179.240.48/28", + "52.179.240.64/28", + "52.179.240.96/27", + "52.179.240.144/28", + "52.179.240.160/28", + "52.179.240.192/27", + "52.179.240.240/28", + "52.179.241.0/28", + "52.179.241.32/27", + "52.180.40.16/28", + "52.180.40.32/28", + "52.180.184.16/28", + "52.182.176.16/28", + "52.182.176.32/28", + "52.182.176.64/27", + "52.183.48.16/28", + "52.183.104.16/28", + "52.183.104.32/28", + "52.184.40.16/28", + "52.184.40.32/28", + "52.184.168.32/28", + "52.184.168.96/27", + "52.185.56.80/28", + "52.185.56.96/28", + "52.185.56.144/28", + "52.185.56.160/28", + "52.185.112.16/28", + "52.185.112.48/28", + "52.185.112.80/28", + "52.185.112.112/28", + "52.185.233.0/24", + "52.186.112.32/27", + "52.187.141.32/27", + "52.189.177.0/24", + "52.190.240.16/28", + "52.190.240.32/28", + "52.190.240.64/27", + "52.190.240.112/28", + "52.190.240.128/28", + "52.191.176.16/28", + "52.191.176.32/28", + "52.225.40.32/27", + "52.225.136.16/28", + "52.225.136.32/28", + "52.225.240.0/28", + "52.226.8.32/27", + "52.226.8.80/28", + "52.226.8.96/28", + "52.226.8.128/27", + "52.228.232.0/28", + "52.229.80.64/27", + "52.230.240.16/28", + "52.230.240.32/28", + "52.230.240.64/27", + "52.230.240.112/28", + "52.230.240.128/28", + "52.230.240.160/27", + "52.231.80.64/27", + "52.231.80.112/28", + "52.231.80.128/28", + "52.231.80.160/27", + "52.231.168.64/27", + "52.231.168.112/28", + "52.231.168.128/28", + "52.231.208.16/28", + "52.231.208.32/28", + "52.232.232.16/28", + "52.232.232.32/28", + "52.232.232.80/28", + "52.232.232.96/28", + "52.232.232.128/27", + "52.232.232.176/28", + "52.232.232.192/28", + "52.234.176.48/28", + "52.234.176.64/28", + "52.234.176.96/27", + "52.236.40.16/28", + "52.236.40.32/28", + "52.236.240.48/28", + "52.236.240.64/28", + "52.237.104.16/28", + "52.237.104.32/28", + "52.238.56.16/28", + "52.238.56.32/28", + "52.238.56.64/27", + "52.238.56.112/28", + "52.238.56.128/28", + "52.238.56.160/27", + "52.238.200.32/27", + "52.239.104.16/28", + "52.239.104.32/28", + "52.239.128.0/20", + "52.239.144.0/22", + "52.239.148.0/27", + "52.239.148.64/26", + "52.239.148.128/25", + "52.239.149.0/24", + "52.239.150.0/23", + "52.239.152.0/21", + "52.239.160.0/22", + "52.239.164.0/24", + "52.239.165.0/26", + "52.239.165.160/27", + "52.239.165.192/26", + "52.239.167.0/24", + "52.239.168.0/21", + "52.239.176.128/25", + "52.239.177.0/24", + "52.239.178.0/23", + "52.239.180.0/22", + "52.239.184.0/22", + "52.239.188.0/23", + "52.239.190.0/24", + "52.239.191.0/28", + "52.239.192.0/18", + "52.240.48.16/28", + "52.240.48.32/28", + "52.240.60.16/28", + "52.240.60.32/28", + "52.240.60.64/27", + "52.241.88.16/28", + "52.241.88.32/28", + "52.241.88.64/27", + "52.245.40.0/24", + "104.41.232.16/28", + "104.42.200.16/28", + "104.46.31.16/28", + "104.208.0.16/28", + "104.208.0.48/28", + "104.208.128.16/28", + "104.208.248.16/28", + "104.211.104.64/28", + "104.211.104.96/28", + "104.211.104.128/28", + "104.211.109.0/28", + "104.211.109.32/27", + "104.211.109.80/28", + "104.211.109.96/28", + "104.211.168.16/28", + "104.211.232.16/28", + "104.211.232.48/28", + "104.211.232.80/28", + "104.211.232.176/28", + "104.214.40.16/28", + "104.214.80.16/28", + "104.214.80.48/28", + "104.214.152.16/28", + "104.214.152.176/28", + "104.214.243.32/28", + "104.215.32.16/28", + "104.215.32.32/28", + "104.215.32.64/27", + "104.215.35.32/27", + "104.215.104.64/28", + "104.215.240.64/28", + "104.215.240.96/28", + "137.116.1.0/25", + "137.116.2.0/25", + "137.116.3.0/25", + "137.116.3.128/26", + "137.116.96.0/25", + "137.116.96.128/26", + "137.135.192.64/26", + "137.135.192.192/26", + "137.135.193.192/26", + "137.135.194.0/25", + "137.135.194.192/26", + "138.91.96.64/26", + "138.91.96.128/26", + "138.91.128.128/26", + "138.91.129.0/26", + "157.56.216.0/26", + "168.61.57.64/26", + "168.61.57.128/25", + "168.61.58.0/26", + "168.61.58.128/26", + "168.61.59.64/26", + "168.61.61.0/26", + "168.61.61.192/26", + "168.61.120.32/27", + "168.61.120.64/27", + "168.61.121.0/26", + "168.61.128.192/26", + "168.61.129.0/25", + "168.61.130.64/26", + "168.61.130.128/25", + "168.61.131.0/26", + "168.61.131.128/25", + "168.61.132.0/26", + "168.62.0.0/26", + "168.62.1.128/26", + "168.62.32.0/26", + "168.62.32.192/26", + "168.62.33.128/26", + "168.62.96.128/25", + "168.62.128.128/26", + "168.63.0.0/26", + "168.63.2.64/26", + "168.63.3.32/27", + "168.63.3.64/27", + "168.63.32.0/26", + "168.63.33.192/26", + "168.63.89.64/26", + "168.63.89.128/26", + "168.63.113.32/27", + "168.63.113.64/27", + "168.63.128.0/26", + "168.63.128.128/25", + "168.63.129.128/25", + "168.63.130.0/26", + "168.63.130.128/26", + "168.63.131.0/26", + "168.63.156.64/26", + "168.63.156.192/26", + "168.63.160.0/26", + "168.63.160.192/26", + "168.63.161.64/26", + "168.63.161.160/27", + "168.63.161.192/26", + "168.63.162.32/27", + "168.63.162.64/26", + "168.63.162.144/28", + "168.63.162.192/26", + "168.63.163.128/26", + "168.63.180.64/26", + "191.232.216.32/27", + "191.232.221.16/28", + "191.232.221.32/28", + "191.233.128.0/24", + "191.235.192.192/26", + "191.235.193.32/28", + "191.235.248.0/23", + "191.235.250.0/25", + "191.235.255.192/26", + "191.237.32.128/28", + "191.237.32.208/28", + "191.237.32.240/28", + "191.237.160.64/26", + "191.237.160.224/28", + "191.237.232.32/28", + "191.237.232.128/28", + "191.237.238.32/28", + "191.238.0.0/26", + "191.238.0.224/28", + "191.238.64.64/26", + "191.238.64.192/28", + "191.238.66.0/26", + "191.239.192.0/26", + "191.239.203.0/28", + "191.239.224.0/26", + "2603:1000:5::/48", + "2603:1000:105::/48", + "2603:1010:7::/48", + "2603:1010:206::/48", + "2603:1010:305::/48", + "2603:1010:405::/48", + "2603:1020:6::/48", + "2603:1020:101::/48", + "2603:1020:207::/48", + "2603:1020:606::/48", + "2603:1020:706::/48", + "2603:1020:806::/48", + "2603:1020:906::/48", + "2603:1020:a05::/48", + "2603:1020:b05::/48", + "2603:1020:c05::/48", + "2603:1020:d05::/48", + "2603:1020:e05::/48", + "2603:1020:f05::/48", + "2603:1020:1005::/48", + "2603:1020:1105::/48", + "2603:1020:1106::/47", + "2603:1020:1201::/48", + "2603:1020:1301::/48", + "2603:1020:1404::/48", + "2603:1030:11::/48", + "2603:1030:12::/48", + "2603:1030:108::/47", + "2603:1030:213::/48", + "2603:1030:40f::/48", + "2603:1030:410::/48", + "2603:1030:505::/48", + "2603:1030:609::/48", + "2603:1030:704::/48", + "2603:1030:80b::/48", + "2603:1030:80c::/48", + "2603:1030:a0a::/48", + "2603:1030:b06::/48", + "2603:1030:d01::/48", + "2603:1030:f08::/48", + "2603:1030:1006::/48", + "2603:1040:6::/48", + "2603:1040:208::/48", + "2603:1040:408::/48", + "2603:1040:607::/48", + "2603:1040:807::/48", + "2603:1040:905::/48", + "2603:1040:a07::/48", + "2603:1040:b05::/48", + "2603:1040:c07::/48", + "2603:1040:d00::/48", + "2603:1040:e06::/48", + "2603:1040:f06::/48", + "2603:1040:1004::/48", + "2603:1040:1100::/48", + "2603:1040:1203::/48", + "2603:1040:1303::/48", + "2603:1040:1403::/48", + "2603:1040:1504::/48", + "2603:1040:1603::/48", + "2603:1050:7::/48", + "2603:1050:404::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW", + "VSE" + ] + } + }, + { + "name": "AzureTrafficManager", + "id": "AzureTrafficManager", + "properties": { + "changeNumber": 5, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureTrafficManager", + "addressPrefixes": [ + "13.65.92.252/32", + "13.65.95.152/32", + "13.75.124.254/32", + "13.75.127.63/32", + "13.75.152.253/32", + "13.75.153.124/32", + "13.84.222.37/32", + "20.9.56.42/32", + "20.24.0.48/28", + "20.59.84.0/28", + "20.88.235.90/32", + "20.98.149.240/28", + "20.105.215.112/28", + "20.118.79.160/28", + "20.125.163.192/28", + "20.165.66.116/32", + "20.205.50.96/28", + "20.223.65.16/28", + "20.232.88.208/28", + "20.236.66.78/32", + "23.96.179.243/32", + "23.96.236.252/32", + "23.101.176.193/32", + "23.101.191.199/32", + "40.68.30.66/32", + "40.68.31.178/32", + "40.78.67.110/32", + "40.87.147.10/32", + "40.87.151.34/32", + "40.114.5.197/32", + "52.172.155.168/32", + "52.172.158.37/32", + "52.173.90.107/32", + "52.173.250.232/32", + "52.240.144.45/32", + "52.240.151.125/32", + "65.52.217.19/32", + "104.41.187.209/32", + "104.41.190.203/32", + "104.42.192.195/32", + "104.45.149.110/32", + "104.215.91.84/32", + "137.135.46.163/32", + "137.135.47.215/32", + "137.135.80.149/32", + "137.135.82.249/32", + "191.232.208.52/32", + "191.232.214.62/32", + "2603:1020:5:4::260/124", + "2603:1020:206::7f0/124", + "2603:1030:7:6::297/128", + "2603:1030:10:4::310/124", + "2603:1030:210::7d0/124", + "2603:1030:603::343/128", + "2603:1030:608:4::280/124", + "2603:1030:800:5::bfee:a3eb/128", + "2603:1030:807:3::260/124", + "2603:1030:a07:9::360/124", + "2603:1040:5:3::250/124", + "2603:1040:207:3::110/124", + "2a01:111:f100:1002::4134:db77/128", + "2a01:111:f100:4002::9d37:c0d4/128" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureUpdateDelivery", + "id": "AzureUpdateDelivery", + "properties": { + "changeNumber": 20, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureUpdateDelivery", + "addressPrefixes": [ + "13.64.131.128/32", + "13.67.191.143/32", + "13.85.16.101/32", + "13.85.18.65/32", + "13.85.18.193/32", + "13.85.22.21/32", + "13.85.23.6/32", + "13.85.23.86/32", + "13.85.23.206/32", + "13.91.16.64/29", + "13.95.26.4/32", + "13.95.26.222/32", + "13.95.27.105/32", + "13.95.31.18/32", + "13.95.31.95/32", + "13.95.31.127/32", + "20.3.187.198/32", + "20.7.47.135/32", + "20.10.149.151/32", + "20.12.21.251/32", + "20.12.23.50/32", + "20.12.36.46/32", + "20.12.178.215/32", + "20.12.236.150/32", + "20.12.236.228/32", + "20.14.199.74/32", + "20.14.199.81/32", + "20.44.79.107/32", + "20.54.24.69/32", + "20.54.24.79/32", + "20.54.24.148/32", + "20.54.24.169/32", + "20.54.24.231/32", + "20.54.24.246/32", + "20.54.25.4/32", + "20.54.25.16/32", + "20.54.25.34/32", + "20.54.25.64/32", + "20.54.25.74/32", + "20.54.25.86/32", + "20.54.25.93/32", + "20.54.25.123/32", + "20.54.105.213/32", + "20.54.110.119/32", + "20.54.123.4/32", + "20.54.123.176/32", + "20.62.190.184/29", + "20.72.235.82/31", + "20.83.81.160/29", + "20.84.253.152/32", + "20.96.120.2/32", + "20.109.209.108/31", + "20.114.58.89/32", + "20.114.58.110/32", + "20.114.59.46/32", + "20.114.59.104/32", + "20.114.59.183/32", + "20.114.59.236/32", + "20.114.59.239/32", + "20.123.0.42/32", + "20.166.2.191/32", + "20.166.126.56/32", + "20.189.123.131/32", + "20.190.9.86/32", + "20.191.46.109/32", + "20.191.46.211/32", + "20.242.39.171/32", + "23.99.220.122/32", + "23.102.129.60/32", + "40.64.65.76/32", + "40.64.66.89/32", + "40.64.66.113/32", + "40.64.66.233/32", + "40.65.209.51/32", + "40.68.120.34/32", + "40.68.123.157/32", + "40.68.133.216/32", + "40.70.175.49/32", + "40.70.229.150/32", + "40.91.73.169/32", + "40.91.80.89/32", + "40.119.45.246/32", + "40.119.46.9/32", + "40.119.46.46/32", + "40.119.46.139/32", + "40.127.166.157/32", + "40.127.168.150/32", + "40.127.169.103/32", + "40.127.169.123/32", + "40.127.197.145/32", + "40.127.206.164/32", + "51.104.162.50/32", + "51.104.162.168/32", + "51.104.164.114/32", + "51.104.167.48/32", + "51.104.167.186/32", + "51.104.167.245/32", + "51.104.167.255/32", + "52.137.102.105/32", + "52.137.103.96/32", + "52.137.103.130/32", + "52.137.110.235/32", + "52.139.177.20/32", + "52.139.177.39/32", + "52.139.177.114/32", + "52.139.177.134/32", + "52.139.177.141/32", + "52.139.177.155/32", + "52.139.177.163/32", + "52.139.177.170/32", + "52.139.177.176/32", + "52.139.177.181/32", + "52.139.177.188/32", + "52.139.177.206/32", + "52.139.177.247/32", + "52.139.178.32/32", + "52.139.178.53/32", + "52.143.80.209/32", + "52.143.81.222/32", + "52.143.84.45/32", + "52.143.86.214/32", + "52.143.87.28/32", + "52.147.187.105/32", + "52.148.148.114/32", + "52.148.150.130/32", + "52.149.18.190/32", + "52.149.21.232/32", + "52.149.22.183/32", + "52.156.102.237/32", + "52.156.144.83/32", + "52.165.164.15/32", + "52.165.164.33/32", + "52.165.165.26/32", + "52.167.22.69/32", + "52.179.216.235/32", + "52.179.219.14/32", + "52.184.212.181/32", + "52.184.213.21/32", + "52.184.213.187/32", + "52.184.214.53/32", + "52.184.214.123/32", + "52.184.214.139/32", + "52.184.216.174/32", + "52.184.216.226/32", + "52.184.216.246/32", + "52.184.217.20/32", + "52.184.217.37/32", + "52.184.217.56/32", + "52.184.217.78/32", + "52.184.217.138/32", + "52.238.248.0/29", + "52.242.99.254/32", + "52.242.101.140/32", + "52.242.101.224/32", + "52.242.103.51/32", + "52.242.103.71/32", + "52.249.36.200/29", + "52.250.35.8/32", + "52.250.35.74/32", + "52.250.35.137/32", + "52.250.36.150/32", + "52.254.114.64/29", + "172.171.99.12/32", + "2603:1030:7::10/128", + "2603:1030:7::26/128", + "2603:1030:7::106/127", + "2603:1030:7::10a/127", + "2603:1030:7::65e/128", + "2603:1030:7::79c/128", + "2603:1030:b:3::b0/125", + "2603:1030:20e:3::2a0/125", + "2603:1030:403:3::60/125", + "2603:1030:408:3::86/128", + "2603:1030:408:7::28/127", + "2603:1030:408:7::3d/128", + "2603:1030:408:7::3f/128", + "2603:1030:408:7::4c/128", + "2603:1030:408:7::57/128", + "2603:1030:408:7::59/128", + "2603:1030:800:5::bfee:a08d/128", + "2603:1030:800:5::bfee:a098/127", + "2603:1030:800:5::bfee:a0d4/128", + "2603:1030:805:3::40/125", + "2603:1030:c02:2::284/128", + "2603:1030:c02:2::2e9/128", + "2603:1030:c02:2::30b/128", + "2603:1030:c02:2::399/128", + "2603:1030:c02:2::422/128", + "2603:1030:c02:2::42d/128", + "2603:1030:c02:2::4e5/128", + "2603:1030:c02:5::4/128", + "2603:1030:c04:3::110/125", + "2a01:111:f100:3000::a83e:19a0/125", + "2a01:111:f100:4002::9d37:c13e/127", + "2a01:111:f100:4002::9d37:c16c/128", + "2a01:111:f100:4002::9d37:c1c2/128", + "2a01:111:f100:9001::1761:914d/128", + "2a01:111:f100:9001::1761:91b4/128", + "2a01:111:f100:9001::1761:93a4/128", + "2a01:111:f100:9001::1761:96e0/128", + "2a01:111:f100:9001::1761:970b/128", + "2a01:111:f100:9001::1761:970c/128", + "2a01:111:f100:9001::1761:970e/127", + "2a01:111:f100:9001::1761:97bd/128", + "2a01:111:f100:a004::bfeb:8897/128", + "2a01:111:f100:a004::bfeb:8898/128", + "2a01:111:f100:a004::bfeb:8a83/128", + "2a01:111:f100:a004::bfeb:8ad6/128", + "2a01:111:f100:a004::bfeb:8b31/128", + "2a01:111:f100:a004::bfeb:8b32/128", + "2a01:111:f100:a004::bfeb:8b58/128", + "2a01:111:f100:a004::bfeb:8bca/128", + "2a01:111:f100:a004::bfeb:8dc3/128" + ], + "networkFeatures": [ + "API", + "NSG", + "FW", + "UDR" + ] + } + }, + { + "name": "AzureWebPubSub", + "id": "AzureWebPubSub", + "properties": { + "changeNumber": 1, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureWebPubSub", + "addressPrefixes": [ + "13.66.147.160/27", + "13.67.15.160/27", + "13.69.111.0/27", + "13.69.233.160/27", + "13.70.79.160/27", + "20.21.80.128/25", + "20.38.132.128/27", + "20.40.230.0/27", + "20.43.123.224/27", + "20.44.31.0/27", + "20.46.12.160/27", + "20.48.197.128/27", + "20.49.95.0/27", + "20.51.0.96/27", + "20.51.13.32/27", + "20.51.21.32/27", + "20.52.88.192/27", + "20.53.47.224/27", + "20.61.103.160/27", + "20.62.60.32/27", + "20.62.134.160/27", + "20.65.133.224/27", + "20.66.5.64/27", + "20.69.1.128/27", + "20.82.247.0/25", + "20.86.94.0/25", + "20.88.154.128/25", + "20.90.36.128/25", + "20.150.174.192/27", + "20.150.244.224/27", + "20.189.172.192/27", + "20.189.192.96/27", + "20.191.166.224/27", + "20.192.34.32/27", + "20.192.44.224/27", + "20.192.55.224/27", + "20.192.80.160/27", + "20.193.160.0/27", + "20.193.199.192/27", + "20.194.74.128/27", + "20.195.67.160/27", + "20.195.74.192/27", + "20.195.83.128/25", + "20.206.5.128/26", + "20.211.224.192/26", + "40.67.122.64/27", + "40.69.111.160/27", + "40.74.102.32/27", + "40.74.150.128/27", + "40.79.141.160/27", + "40.79.190.192/27", + "40.120.77.128/27", + "40.120.82.128/27", + "51.12.20.0/27", + "51.12.28.0/27", + "51.12.168.32/27", + "51.12.229.96/27", + "51.105.70.160/27", + "51.107.128.160/27", + "51.107.192.224/27", + "51.107.243.96/27", + "51.107.251.128/27", + "51.116.246.64/27", + "51.120.109.224/27", + "51.120.179.0/26", + "51.120.234.96/27", + "51.138.211.32/27", + "51.143.213.160/27", + "52.139.108.0/27", + "52.146.137.96/27", + "52.167.109.96/27", + "52.168.116.160/27", + "52.172.80.128/25", + "52.182.141.224/27", + "52.240.244.192/27", + "52.246.158.128/27", + "102.37.161.32/27", + "102.133.126.160/27", + "104.214.164.224/27", + "168.61.142.64/27", + "191.234.150.64/27", + "191.238.72.192/27", + "2603:1000:4:2::200/120", + "2603:1000:104:2::700/120", + "2603:1010:6:2::600/120", + "2603:1010:101:2::100/120", + "2603:1010:304:2::200/120", + "2603:1010:404:2::200/120", + "2603:1020:5:4::100/120", + "2603:1020:206:4::300/120", + "2603:1020:605:2::200/120", + "2603:1020:705:2::600/120", + "2603:1020:805:2::400/120", + "2603:1020:905:2::200/120", + "2603:1020:a04:2::400/120", + "2603:1020:b04:2::200/120", + "2603:1020:c04:2::400/120", + "2603:1020:d04:2::/120", + "2603:1020:e04:4::/120", + "2603:1020:f04:3::200/120", + "2603:1020:1004:2::700/120", + "2603:1020:1104:2::100/120", + "2603:1030:f:3::600/120", + "2603:1030:10:4::100/120", + "2603:1030:104:2::500/120", + "2603:1030:107:1::700/120", + "2603:1030:210:5::100/120", + "2603:1030:302::400/120", + "2603:1030:40b:3::200/120", + "2603:1030:40c:4::100/120", + "2603:1030:504:2::600/120", + "2603:1030:608:3::400/120", + "2603:1030:807:3::100/120", + "2603:1030:a07:4::/120", + "2603:1030:b04:3::/120", + "2603:1030:c06:5::/120", + "2603:1030:f05:2::600/120", + "2603:1030:1005:2::200/120", + "2603:1040:5:3::100/120", + "2603:1040:207:2::700/120", + "2603:1040:407:2::400/120", + "2603:1040:606:2::200/120", + "2603:1040:806:2::200/120", + "2603:1040:904:2::400/120", + "2603:1040:a06:3::100/120", + "2603:1040:b04:2::200/120", + "2603:1040:c06:2::200/120", + "2603:1040:d04:2::700/120", + "2603:1040:e05::700/120", + "2603:1040:f05:3::/120", + "2603:1040:1002::200/120", + "2603:1040:1104:2::100/120", + "2603:1050:6:2::400/120", + "2603:1050:403:2::200/120" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement", + "id": "BatchNodeManagement", + "properties": { + "changeNumber": 15, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "4.232.25.64/27", + "13.65.192.161/32", + "13.65.208.36/32", + "13.66.141.32/27", + "13.66.225.240/32", + "13.66.227.117/32", + "13.66.227.193/32", + "13.67.9.160/27", + "13.67.58.116/32", + "13.67.190.3/32", + "13.67.237.249/32", + "13.69.65.64/26", + "13.69.106.128/26", + "13.69.125.173/32", + "13.69.229.32/27", + "13.70.73.0/27", + "13.71.144.135/32", + "13.71.172.96/27", + "13.71.195.160/27", + "13.73.117.100/32", + "13.73.153.226/32", + "13.73.157.134/32", + "13.73.249.64/27", + "13.74.107.128/27", + "13.75.36.96/27", + "13.77.52.128/27", + "13.77.80.138/32", + "13.78.108.128/27", + "13.78.145.2/32", + "13.78.145.73/32", + "13.78.150.134/32", + "13.78.187.18/32", + "13.79.172.125/32", + "13.80.117.88/32", + "13.81.1.133/32", + "13.81.59.254/32", + "13.81.63.6/32", + "13.81.104.137/32", + "13.86.218.192/27", + "13.87.32.176/32", + "13.87.32.218/32", + "13.87.33.133/32", + "13.87.57.96/27", + "13.87.123.96/27", + "13.89.55.147/32", + "13.89.171.224/27", + "13.91.55.167/32", + "13.91.88.93/32", + "13.91.107.154/32", + "13.92.114.103/32", + "13.93.206.144/32", + "13.94.214.82/32", + "13.95.9.27/32", + "20.17.49.32/27", + "20.17.113.64/27", + "20.21.33.32/27", + "20.36.40.22/32", + "20.36.47.197/32", + "20.36.107.128/27", + "20.36.121.160/27", + "20.37.65.160/27", + "20.37.75.224/27", + "20.37.196.128/27", + "20.37.225.160/27", + "20.38.85.224/27", + "20.38.137.192/27", + "20.38.146.224/27", + "20.39.1.125/32", + "20.39.1.239/32", + "20.39.2.44/32", + "20.39.2.122/32", + "20.39.3.157/32", + "20.39.3.186/32", + "20.39.12.64/27", + "20.40.137.186/32", + "20.40.149.165/32", + "20.40.200.32/27", + "20.41.5.224/27", + "20.41.66.128/27", + "20.41.195.128/27", + "20.42.6.224/27", + "20.42.227.224/27", + "20.43.42.96/27", + "20.43.66.96/27", + "20.43.132.64/27", + "20.44.4.112/29", + "20.44.27.64/27", + "20.45.113.160/27", + "20.45.122.224/27", + "20.45.195.192/27", + "20.49.83.64/27", + "20.49.91.64/27", + "20.50.1.64/26", + "20.72.17.64/27", + "20.150.161.224/27", + "20.150.172.0/27", + "20.150.179.96/27", + "20.150.187.96/27", + "20.189.109.0/27", + "20.192.99.96/27", + "20.192.161.224/27", + "20.192.228.160/27", + "20.192.235.192/27", + "20.193.203.128/27", + "20.215.1.32/27", + "20.217.41.32/27", + "23.96.12.112/32", + "23.96.101.73/32", + "23.96.109.140/32", + "23.96.232.67/32", + "23.97.48.186/32", + "23.97.51.12/32", + "23.97.97.29/32", + "23.97.180.74/32", + "23.98.82.160/27", + "23.99.98.61/32", + "23.99.107.229/32", + "23.99.195.236/32", + "23.100.100.145/32", + "23.100.103.112/32", + "23.101.176.33/32", + "23.102.178.148/32", + "23.102.185.64/32", + "40.64.128.160/27", + "40.67.49.160/27", + "40.67.60.0/27", + "40.68.100.153/32", + "40.68.191.54/32", + "40.68.218.90/32", + "40.69.107.128/27", + "40.70.147.224/27", + "40.71.12.192/27", + "40.74.101.0/27", + "40.74.140.140/32", + "40.74.149.48/29", + "40.74.177.177/32", + "40.75.35.136/29", + "40.77.18.99/32", + "40.78.195.128/27", + "40.78.203.0/27", + "40.78.227.0/27", + "40.78.234.96/27", + "40.78.242.224/27", + "40.78.250.160/27", + "40.79.131.96/27", + "40.79.138.96/27", + "40.79.146.96/27", + "40.79.154.32/27", + "40.79.162.96/27", + "40.79.170.192/27", + "40.79.186.128/27", + "40.79.194.32/27", + "40.80.50.224/27", + "40.80.58.160/27", + "40.80.170.128/27", + "40.80.190.192/27", + "40.82.255.64/27", + "40.84.49.170/32", + "40.84.62.82/32", + "40.85.226.213/32", + "40.85.227.37/32", + "40.86.224.98/32", + "40.86.224.104/32", + "40.88.48.36/32", + "40.89.18.192/27", + "40.89.65.161/32", + "40.89.66.236/32", + "40.89.67.77/32", + "40.89.70.17/32", + "40.112.254.235/32", + "40.115.50.9/32", + "40.118.208.127/32", + "40.122.166.234/32", + "51.12.41.192/27", + "51.12.100.0/27", + "51.12.193.192/27", + "51.12.204.0/27", + "51.12.227.96/27", + "51.12.235.96/27", + "51.53.25.32/27", + "51.53.169.32/27", + "51.104.28.0/27", + "51.105.66.224/27", + "51.105.74.224/27", + "51.105.81.160/27", + "51.105.89.192/27", + "51.107.49.192/27", + "51.107.59.224/27", + "51.107.145.160/27", + "51.107.155.224/27", + "51.116.48.224/27", + "51.116.59.224/27", + "51.116.144.224/27", + "51.116.154.32/27", + "51.116.243.0/27", + "51.116.251.0/27", + "51.120.41.192/27", + "51.120.99.224/27", + "51.120.107.96/27", + "51.120.211.96/27", + "51.120.220.0/27", + "51.120.225.160/27", + "51.137.162.192/27", + "51.140.148.160/27", + "51.140.184.59/32", + "51.140.184.61/32", + "51.140.184.63/32", + "51.140.211.128/27", + "51.141.8.61/32", + "51.141.8.62/32", + "51.141.8.64/32", + "51.143.193.160/27", + "52.136.49.192/27", + "52.136.143.192/31", + "52.137.105.46/32", + "52.138.90.64/27", + "52.138.226.128/27", + "52.140.106.128/27", + "52.143.139.121/32", + "52.143.140.12/32", + "52.148.148.46/32", + "52.150.140.128/27", + "52.161.95.12/32", + "52.161.107.48/32", + "52.162.110.32/27", + "52.164.244.189/32", + "52.164.245.81/32", + "52.165.44.224/32", + "52.166.19.45/32", + "52.167.106.128/27", + "52.169.27.79/32", + "52.169.30.175/32", + "52.169.235.90/32", + "52.174.33.113/32", + "52.174.34.69/32", + "52.174.35.218/32", + "52.174.38.99/32", + "52.174.176.203/32", + "52.174.179.66/32", + "52.174.180.164/32", + "52.175.218.150/32", + "52.178.149.188/32", + "52.180.176.58/32", + "52.180.177.108/32", + "52.180.177.206/32", + "52.180.179.94/32", + "52.180.181.0/32", + "52.180.181.239/32", + "52.182.139.0/27", + "52.188.222.115/32", + "52.189.217.254/32", + "52.191.129.21/32", + "52.191.166.57/32", + "52.225.185.38/32", + "52.225.191.67/32", + "52.228.44.187/32", + "52.228.83.192/27", + "52.231.19.96/27", + "52.231.32.70/31", + "52.231.32.82/32", + "52.231.147.128/27", + "52.231.200.112/31", + "52.231.200.126/32", + "52.233.40.34/32", + "52.233.157.9/32", + "52.233.157.78/32", + "52.233.161.238/32", + "52.233.172.80/32", + "52.235.41.66/32", + "52.236.186.128/26", + "52.237.30.175/32", + "52.242.22.129/32", + "52.242.33.105/32", + "52.246.154.224/27", + "52.249.60.22/32", + "52.253.227.240/32", + "65.52.199.156/32", + "65.52.199.188/32", + "65.52.251.224/27", + "68.221.81.64/27", + "70.37.49.163/32", + "102.133.27.192/27", + "102.133.56.192/27", + "102.133.123.64/27", + "102.133.155.192/27", + "102.133.217.224/27", + "102.133.250.224/27", + "104.40.69.159/32", + "104.40.183.25/32", + "104.41.2.182/32", + "104.41.129.99/32", + "104.43.128.78/32", + "104.43.131.156/32", + "104.43.132.75/32", + "104.45.13.8/32", + "104.45.82.201/32", + "104.45.88.181/32", + "104.46.232.208/32", + "104.46.236.29/32", + "104.47.149.96/32", + "104.208.16.128/27", + "104.208.144.128/27", + "104.208.156.99/32", + "104.208.157.18/32", + "104.210.3.254/32", + "104.210.115.52/32", + "104.211.82.96/27", + "104.211.96.142/32", + "104.211.96.144/31", + "104.211.147.96/27", + "104.211.160.72/32", + "104.211.160.74/31", + "104.211.224.117/32", + "104.211.224.119/32", + "104.211.224.121/32", + "104.214.19.192/27", + "104.214.65.153/32", + "111.221.104.48/32", + "137.116.33.5/32", + "137.116.33.29/32", + "137.116.33.71/32", + "137.116.37.146/32", + "137.116.46.180/32", + "137.116.193.225/32", + "137.117.45.176/32", + "137.117.109.143/32", + "138.91.1.114/32", + "138.91.17.36/32", + "157.55.167.71/32", + "157.55.210.88/32", + "158.23.97.64/27", + "168.61.161.154/32", + "168.61.209.228/32", + "168.62.4.114/32", + "168.62.36.128/32", + "168.62.168.27/32", + "168.63.5.53/32", + "168.63.36.126/32", + "168.63.133.23/32", + "168.63.208.148/32", + "191.232.37.60/32", + "191.233.10.0/27", + "191.233.76.85/32", + "191.233.204.96/27", + "191.234.147.96/27", + "191.234.155.96/27", + "191.235.227.192/27", + "191.236.37.239/32", + "191.236.38.142/32", + "191.236.161.35/32", + "191.236.163.245/32", + "191.236.164.44/32", + "191.239.18.3/32", + "191.239.21.73/32", + "191.239.40.217/32", + "191.239.64.139/32", + "191.239.64.152/32", + "191.239.160.161/32", + "191.239.160.185/32", + "207.46.149.75/32", + "207.46.225.72/32", + "2603:1000:4::400/122", + "2603:1000:104:1::340/122", + "2603:1010:6:1::340/122", + "2603:1010:101::400/122", + "2603:1010:304::400/122", + "2603:1010:404::400/122", + "2603:1020:5:1::340/122", + "2603:1020:206:1::340/122", + "2603:1020:305::400/122", + "2603:1020:405::400/122", + "2603:1020:605::400/122", + "2603:1020:705:1::340/122", + "2603:1020:805:1::340/122", + "2603:1020:905::400/122", + "2603:1020:a04:1::340/122", + "2603:1020:b04::400/122", + "2603:1020:c04:1::340/122", + "2603:1020:d04::400/122", + "2603:1020:e04:1::340/122", + "2603:1020:f04::400/122", + "2603:1020:1004::340/122", + "2603:1020:1104::300/122", + "2603:1020:1204::300/122", + "2603:1020:1302::240/122", + "2603:1020:1403::300/122", + "2603:1030:f:1::400/122", + "2603:1030:10:1::340/122", + "2603:1030:104:1::340/122", + "2603:1030:107::300/122", + "2603:1030:210:1::340/122", + "2603:1030:40b:1::340/122", + "2603:1030:40c:1::340/122", + "2603:1030:504:1::340/122", + "2603:1030:608::400/122", + "2603:1030:702::300/122", + "2603:1030:807:1::340/122", + "2603:1030:a07::400/122", + "2603:1030:b04::400/122", + "2603:1030:c06:1::340/122", + "2603:1030:f05:1::340/122", + "2603:1030:1005::400/122", + "2603:1040:5:1::340/122", + "2603:1040:207::400/122", + "2603:1040:407:1::340/122", + "2603:1040:606::400/122", + "2603:1040:806::400/122", + "2603:1040:904:1::340/122", + "2603:1040:a06:1::340/122", + "2603:1040:b04::400/122", + "2603:1040:c06::400/122", + "2603:1040:d04::340/122", + "2603:1040:e05:1::6c0/122", + "2603:1040:f05:1::340/122", + "2603:1040:1002::500/122", + "2603:1040:1104::300/122", + "2603:1040:1202::240/122", + "2603:1040:1302::240/122", + "2603:1040:1402::240/122", + "2603:1040:1503::240/122", + "2603:1040:1602::300/122", + "2603:1050:6:1::340/122", + "2603:1050:403::340/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ChaosStudio", + "id": "ChaosStudio", + "properties": { + "changeNumber": 6, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "ChaosStudio", + "addressPrefixes": [ + "4.149.115.12/30", + "4.190.130.24/29", + "4.194.225.208/30", + "20.6.139.228/30", + "20.15.15.0/30", + "20.15.134.16/30", + "20.18.4.144/30", + "20.19.24.56/30", + "20.19.31.136/30", + "20.24.3.30/31", + "20.26.21.224/30", + "20.42.171.40/30", + "20.42.171.60/30", + "20.45.245.220/30", + "20.47.236.162/31", + "20.47.236.166/31", + "20.51.7.46/31", + "20.51.7.56/31", + "20.59.81.2/31", + "20.59.81.6/31", + "20.69.8.96/31", + "20.69.8.100/31", + "20.91.146.108/30", + "20.91.149.20/30", + "20.98.148.20/31", + "20.98.148.136/31", + "20.98.195.108/31", + "20.98.195.120/31", + "20.100.21.32/29", + "20.105.211.110/31", + "20.105.211.114/31", + "20.117.192.254/31", + "20.117.193.32/31", + "20.119.28.58/31", + "20.119.28.62/31", + "20.125.1.140/30", + "20.125.1.152/30", + "20.125.156.10/31", + "20.125.157.4/30", + "20.164.152.72/29", + "20.166.47.172/30", + "20.175.6.240/29", + "20.192.175.32/30", + "20.195.87.50/31", + "20.195.87.52/31", + "20.199.206.0/29", + "20.204.198.44/30", + "20.205.55.216/30", + "20.206.183.28/30", + "20.207.169.144/30", + "20.207.170.240/30", + "20.208.149.232/29", + "20.210.69.108/30", + "20.211.224.96/30", + "20.211.224.108/30", + "20.213.196.204/30", + "20.213.226.176/29", + "20.215.173.72/29", + "20.218.189.208/29", + "20.220.0.248/30", + "20.220.5.4/30", + "20.226.208.180/30", + "20.228.5.108/30", + "20.236.150.32/30", + "20.241.116.176/30", + "20.252.209.4/30", + "40.117.25.248/29", + "52.146.141.248/31", + "52.146.141.252/31", + "52.148.43.84/30", + "52.191.43.76/30", + "68.218.120.84/30", + "68.219.172.36/30", + "68.219.172.52/30", + "68.220.37.116/30", + "108.140.0.248/29", + "172.182.152.160/31" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "CognitiveServicesFrontend", + "id": "CognitiveServicesFrontend", + "properties": { + "changeNumber": 4, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "CognitiveServicesFrontend", + "addressPrefixes": [ + "4.171.26.80/28", + "4.187.64.96/28", + "4.232.40.128/28", + "20.17.59.112/28", + "20.17.127.80/28", + "20.45.94.112/28", + "20.45.242.160/28", + "20.47.233.144/28", + "20.48.202.128/28", + "20.51.6.0/28", + "20.52.95.32/28", + "20.58.71.240/28", + "20.59.79.224/28", + "20.69.5.144/28", + "20.70.222.80/28", + "20.83.222.64/28", + "20.87.80.48/28", + "20.88.157.144/28", + "20.89.12.160/28", + "20.90.132.112/28", + "20.92.4.176/28", + "20.97.34.240/28", + "20.98.146.48/28", + "20.98.193.240/28", + "20.100.2.16/28", + "20.105.208.224/28", + "20.111.0.224/28", + "20.150.130.224/28", + "20.167.131.96/28", + "20.189.194.80/28", + "20.192.153.128/28", + "20.195.85.144/28", + "20.200.196.80/28", + "20.204.192.16/28", + "20.205.69.48/28", + "20.207.1.48/28", + "20.208.5.16/28", + "20.213.227.224/28", + "20.215.13.32/28", + "20.217.53.32/28", + "23.101.195.26/32", + "40.64.9.176/28", + "40.120.87.224/28", + "51.13.143.32/28", + "51.53.42.32/28", + "51.53.182.16/28", + "51.107.255.160/28", + "51.116.75.112/28", + "52.139.111.144/28", + "52.146.64.131/32", + "52.146.139.240/28", + "52.147.119.48/28", + "68.221.40.144/28", + "102.37.85.240/28", + "158.23.112.144/28", + "191.238.78.0/28", + "2603:1000:4:2::300/121", + "2603:1000:104:3::80/121", + "2603:1010:6:2::780/121", + "2603:1010:101:2::200/121", + "2603:1010:304:5::600/121", + "2603:1010:404:5::680/121", + "2603:1020:5:4::280/121", + "2603:1020:206:4::400/121", + "2603:1020:605:2::300/121", + "2603:1020:705:2::780/121", + "2603:1020:805:2::580/121", + "2603:1020:a04:3::280/121", + "2603:1020:b04:2::300/121", + "2603:1020:c04:2::580/121", + "2603:1020:d04:2::100/121", + "2603:1020:e04:4::100/121", + "2603:1020:f04:3::300/121", + "2603:1020:1204:2::580/121", + "2603:1020:1302:2::200/121", + "2603:1020:1403:2::600/121", + "2603:1030:f:3::780/121", + "2603:1030:10:4::200/121", + "2603:1030:210:5::200/121", + "2603:1030:40b:3::380/121", + "2603:1030:40c:4::200/121", + "2603:1030:504:2::780/121", + "2603:1030:608:3::500/121", + "2603:1030:702:2::600/121", + "2603:1030:807:3::280/121", + "2603:1030:a07:4::180/121", + "2603:1030:b04:3::100/121", + "2603:1030:c06:5::200/121", + "2603:1030:f05:2::780/121", + "2603:1030:1005:2::300/121", + "2603:1040:5:3::280/121", + "2603:1040:207:3::/121", + "2603:1040:407:2::580/121", + "2603:1040:606:2::300/121", + "2603:1040:806:6::180/121", + "2603:1040:904:2::580/121", + "2603:1040:a06:3::280/121", + "2603:1040:b04:2::300/121", + "2603:1040:c06:2::300/121", + "2603:1040:d04:3::80/121", + "2603:1040:e05:1::100/121", + "2603:1040:f05:3::180/121", + "2603:1040:1002:5::480/121", + "2603:1040:1104:2::280/121", + "2603:1040:1202:2::300/121", + "2603:1040:1302:2::700/121", + "2603:1040:1402:2::200/121", + "2603:1040:1503:2::400/121", + "2603:1040:1602:2::780/121", + "2603:1050:6:2::580/121" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "CognitiveServicesManagement", + "id": "CognitiveServicesManagement", + "properties": { + "changeNumber": 54, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "CognitiveServicesManagement", + "addressPrefixes": [ + "4.150.32.208/28", + "4.171.26.96/27", + "4.187.64.32/28", + "4.187.64.48/29", + "4.190.130.48/28", + "4.194.225.216/29", + "4.194.227.128/28", + "4.232.98.176/28", + "4.232.100.192/27", + "4.232.101.0/26", + "4.232.101.72/29", + "13.64.56.41/32", + "13.65.44.200/32", + "13.66.141.232/29", + "13.66.142.0/26", + "13.67.10.80/29", + "13.67.10.128/26", + "13.68.211.223/32", + "13.69.67.64/28", + "13.69.67.128/26", + "13.69.230.0/29", + "13.69.230.32/29", + "13.70.74.88/29", + "13.70.74.120/29", + "13.70.127.50/32", + "13.70.149.125/32", + "13.71.173.216/29", + "13.71.173.248/29", + "13.71.196.136/29", + "13.71.196.168/29", + "13.73.242.48/29", + "13.73.242.128/26", + "13.73.249.0/27", + "13.73.249.96/27", + "13.73.249.128/28", + "13.73.253.122/31", + "13.73.254.200/29", + "13.73.254.208/29", + "13.73.254.216/30", + "13.73.255.32/27", + "13.75.39.64/29", + "13.75.39.96/29", + "13.75.90.83/32", + "13.75.92.220/32", + "13.75.95.224/32", + "13.75.163.9/32", + "13.75.168.111/32", + "13.77.55.152/29", + "13.77.170.155/32", + "13.78.70.7/32", + "13.78.185.44/32", + "13.78.187.168/32", + "13.83.68.180/32", + "13.83.94.174/32", + "13.84.42.205/32", + "13.85.25.134/32", + "13.86.178.10/32", + "13.86.184.142/32", + "13.86.219.128/27", + "13.86.219.160/29", + "13.87.216.38/32", + "13.88.14.63/32", + "13.88.26.200/32", + "13.91.138.229/32", + "13.92.179.108/32", + "13.94.26.39/32", + "20.6.139.240/28", + "20.15.134.192/28", + "20.17.58.0/27", + "20.17.58.32/28", + "20.17.58.64/26", + "20.17.59.56/29", + "20.17.126.96/27", + "20.17.126.128/26", + "20.17.126.192/28", + "20.17.126.216/29", + "20.18.4.176/28", + "20.19.31.160/28", + "20.21.37.64/27", + "20.21.37.96/28", + "20.21.39.0/26", + "20.21.39.232/29", + "20.21.86.0/25", + "20.21.208.50/32", + "20.24.1.192/26", + "20.24.2.0/25", + "20.26.16.192/26", + "20.26.17.0/25", + "20.26.21.240/28", + "20.36.120.224/27", + "20.36.121.192/27", + "20.36.121.224/28", + "20.36.125.128/26", + "20.37.64.224/27", + "20.37.65.192/27", + "20.37.65.224/28", + "20.37.68.36/30", + "20.37.70.128/26", + "20.37.70.224/27", + "20.37.71.208/28", + "20.37.76.200/30", + "20.37.156.204/30", + "20.37.157.96/27", + "20.37.195.112/28", + "20.37.195.192/27", + "20.37.196.160/27", + "20.37.224.224/27", + "20.37.225.192/27", + "20.37.225.224/28", + "20.37.229.192/26", + "20.38.84.108/30", + "20.38.85.160/27", + "20.38.87.128/27", + "20.38.87.160/28", + "20.38.136.240/28", + "20.38.137.128/27", + "20.38.137.224/27", + "20.38.141.12/30", + "20.38.142.128/26", + "20.38.142.224/27", + "20.38.143.240/28", + "20.39.11.112/28", + "20.39.12.0/27", + "20.39.12.96/27", + "20.39.15.56/31", + "20.39.15.60/30", + "20.40.24.42/32", + "20.40.164.245/32", + "20.40.170.73/32", + "20.40.187.210/32", + "20.40.188.109/32", + "20.40.190.135/32", + "20.40.190.225/32", + "20.40.200.64/27", + "20.40.200.96/28", + "20.40.207.152/29", + "20.40.224.32/28", + "20.40.224.48/30", + "20.40.224.56/29", + "20.40.225.64/26", + "20.40.225.192/26", + "20.40.229.64/28", + "20.41.5.160/27", + "20.41.65.192/27", + "20.41.66.160/27", + "20.41.66.192/28", + "20.41.69.40/29", + "20.41.69.56/30", + "20.41.193.176/28", + "20.41.193.192/27", + "20.41.195.160/27", + "20.41.208.0/30", + "20.42.4.204/30", + "20.42.6.144/28", + "20.42.6.160/27", + "20.42.7.128/27", + "20.42.131.240/28", + "20.42.173.0/28", + "20.42.227.144/28", + "20.42.227.160/27", + "20.42.228.128/27", + "20.43.42.16/28", + "20.43.42.32/27", + "20.43.43.0/27", + "20.43.45.232/29", + "20.43.45.244/30", + "20.43.47.0/26", + "20.43.47.128/27", + "20.43.66.16/28", + "20.43.66.32/27", + "20.43.67.0/27", + "20.43.121.0/29", + "20.43.121.32/29", + "20.43.131.48/28", + "20.43.132.0/27", + "20.43.132.96/27", + "20.44.8.160/29", + "20.44.8.192/29", + "20.44.17.16/29", + "20.44.17.48/29", + "20.44.27.120/29", + "20.44.27.216/29", + "20.44.252.254/32", + "20.44.253.87/32", + "20.45.95.72/29", + "20.45.95.80/28", + "20.45.95.96/30", + "20.45.112.224/27", + "20.45.113.192/27", + "20.45.113.224/28", + "20.45.116.128/26", + "20.45.116.240/28", + "20.45.192.126/31", + "20.45.195.128/27", + "20.45.195.224/27", + "20.45.196.0/28", + "20.45.198.88/29", + "20.45.199.36/30", + "20.45.232.21/32", + "20.45.242.184/29", + "20.45.242.192/28", + "20.45.242.208/30", + "20.46.10.128/26", + "20.46.10.192/27", + "20.46.11.224/28", + "20.47.154.170/32", + "20.47.233.176/28", + "20.47.233.192/29", + "20.47.233.200/30", + "20.48.138.207/32", + "20.48.138.216/32", + "20.48.192.64/29", + "20.48.192.80/30", + "20.48.193.64/26", + "20.48.193.192/27", + "20.48.196.240/28", + "20.48.202.44/30", + "20.48.202.192/28", + "20.48.202.208/29", + "20.49.96.128/27", + "20.49.96.160/28", + "20.49.102.56/29", + "20.49.102.192/28", + "20.49.102.208/30", + "20.49.102.216/29", + "20.49.102.224/30", + "20.49.103.128/26", + "20.49.114.160/29", + "20.49.114.176/29", + "20.49.114.184/30", + "20.49.114.224/27", + "20.49.115.192/26", + "20.49.118.64/27", + "20.49.119.208/28", + "20.49.126.136/29", + "20.49.126.144/29", + "20.49.126.152/30", + "20.49.126.224/27", + "20.49.244.39/32", + "20.49.245.105/32", + "20.49.245.159/32", + "20.50.1.16/28", + "20.50.68.126/31", + "20.51.6.36/30", + "20.51.6.40/29", + "20.51.6.48/28", + "20.51.8.128/26", + "20.51.8.224/27", + "20.51.12.192/27", + "20.51.12.224/28", + "20.51.16.192/26", + "20.51.17.32/27", + "20.51.20.112/28", + "20.51.89.40/32", + "20.51.89.48/32", + "20.52.64.16/29", + "20.52.72.48/29", + "20.52.88.128/28", + "20.52.201.73/32", + "20.53.41.32/29", + "20.53.41.40/30", + "20.53.41.48/28", + "20.53.44.0/30", + "20.53.44.128/26", + "20.53.44.192/27", + "20.53.47.80/28", + "20.53.48.176/28", + "20.53.56.112/28", + "20.58.66.64/27", + "20.58.67.32/28", + "20.59.80.8/29", + "20.59.80.16/28", + "20.59.85.192/26", + "20.59.86.0/25", + "20.59.103.72/30", + "20.61.96.168/29", + "20.61.96.176/29", + "20.61.96.188/30", + "20.61.97.64/27", + "20.61.98.64/31", + "20.61.98.192/26", + "20.61.99.32/27", + "20.61.103.80/28", + "20.62.58.0/26", + "20.62.59.96/28", + "20.62.128.144/30", + "20.62.129.64/26", + "20.62.129.160/27", + "20.62.134.80/28", + "20.63.128.172/32", + "20.63.128.176/32", + "20.65.130.0/26", + "20.65.130.128/26", + "20.65.133.96/28", + "20.66.2.64/26", + "20.66.2.160/27", + "20.66.4.240/28", + "20.69.0.240/28", + "20.69.5.164/30", + "20.69.5.176/28", + "20.69.5.192/29", + "20.69.12.0/25", + "20.69.12.128/26", + "20.70.222.116/30", + "20.70.222.120/29", + "20.72.20.64/27", + "20.72.20.128/26", + "20.72.21.8/29", + "20.73.206.38/32", + "20.73.206.43/32", + "20.74.70.181/32", + "20.74.70.203/32", + "20.74.71.144/32", + "20.74.195.76/30", + "20.74.195.80/28", + "20.74.195.96/28", + "20.74.197.128/25", + "20.74.198.0/26", + "20.75.111.82/32", + "20.79.80.75/32", + "20.79.80.80/32", + "20.79.107.16/28", + "20.79.107.32/27", + "20.79.109.0/25", + "20.79.109.128/26", + "20.80.44.187/32", + "20.80.47.1/32", + "20.82.206.140/32", + "20.82.206.153/32", + "20.83.10.156/32", + "20.83.10.196/32", + "20.83.64.156/32", + "20.83.222.112/28", + "20.83.222.192/29", + "20.87.80.72/29", + "20.87.80.80/28", + "20.87.83.192/26", + "20.87.86.0/25", + "20.88.157.188/30", + "20.89.12.196/30", + "20.89.12.200/29", + "20.89.12.208/28", + "20.90.32.188/30", + "20.90.36.16/28", + "20.90.36.32/29", + "20.90.132.176/28", + "20.90.132.192/29", + "20.90.132.200/30", + "20.91.8.96/27", + "20.91.12.0/25", + "20.91.12.128/26", + "20.91.145.64/26", + "20.91.145.128/25", + "20.91.149.48/28", + "20.92.7.0/25", + "20.92.7.128/26", + "20.92.55.160/28", + "20.92.55.176/29", + "20.92.55.184/30", + "20.93.196.39/32", + "20.98.150.192/26", + "20.98.151.0/25", + "20.99.11.16/28", + "20.99.11.104/29", + "20.99.24.32/27", + "20.99.25.0/28", + "20.99.26.64/26", + "20.99.26.128/25", + "20.100.2.64/27", + "20.100.6.0/25", + "20.100.6.128/26", + "20.100.16.240/28", + "20.105.209.74/31", + "20.105.209.80/28", + "20.105.209.96/29", + "20.105.245.128/25", + "20.105.246.0/26", + "20.107.239.68/31", + "20.107.239.72/29", + "20.107.239.80/28", + "20.111.2.128/28", + "20.111.2.144/29", + "20.111.2.152/30", + "20.111.5.0/25", + "20.111.5.128/26", + "20.116.47.192/26", + "20.118.138.160/27", + "20.119.27.128/28", + "20.119.27.144/29", + "20.119.156.64/26", + "20.119.156.128/25", + "20.125.7.64/26", + "20.125.7.128/25", + "20.125.157.64/26", + "20.125.157.128/25", + "20.125.164.128/25", + "20.125.165.0/26", + "20.150.161.160/27", + "20.150.164.128/27", + "20.150.164.160/28", + "20.150.167.64/26", + "20.150.174.136/29", + "20.150.241.80/29", + "20.150.244.48/28", + "20.150.244.128/27", + "20.164.154.0/28", + "20.167.131.64/28", + "20.167.131.88/29", + "20.170.168.168/29", + "20.175.5.144/29", + "20.184.240.78/32", + "20.184.241.66/32", + "20.184.241.238/32", + "20.184.242.113/32", + "20.184.242.115/32", + "20.184.242.189/32", + "20.185.105.28/32", + "20.187.195.152/29", + "20.187.196.192/30", + "20.187.197.64/26", + "20.187.197.160/27", + "20.189.108.64/27", + "20.189.109.32/27", + "20.189.109.64/28", + "20.189.111.200/30", + "20.189.111.208/28", + "20.189.194.104/29", + "20.189.194.128/28", + "20.189.194.144/30", + "20.189.199.128/25", + "20.189.225.0/26", + "20.189.225.96/27", + "20.189.228.144/28", + "20.190.210.73/32", + "20.190.210.75/32", + "20.191.160.8/29", + "20.191.160.20/30", + "20.191.160.96/28", + "20.191.160.112/30", + "20.191.161.128/26", + "20.191.161.224/27", + "20.191.166.96/28", + "20.191.170.205/32", + "20.192.44.96/28", + "20.192.48.192/28", + "20.192.50.80/28", + "20.192.50.208/29", + "20.192.80.32/28", + "20.192.153.108/30", + "20.192.153.160/28", + "20.192.153.176/29", + "20.192.158.64/26", + "20.192.158.128/25", + "20.192.161.144/28", + "20.192.161.160/27", + "20.192.164.128/27", + "20.192.167.64/26", + "20.192.170.32/28", + "20.192.170.48/29", + "20.192.170.56/30", + "20.192.174.0/25", + "20.192.174.128/26", + "20.192.184.84/30", + "20.192.225.208/28", + "20.192.225.224/27", + "20.192.228.192/27", + "20.192.231.128/26", + "20.193.35.41/32", + "20.193.38.112/32", + "20.193.38.255/32", + "20.193.137.78/32", + "20.193.194.0/28", + "20.193.194.48/29", + "20.193.194.64/28", + "20.193.232.45/32", + "20.194.72.64/26", + "20.194.72.192/27", + "20.194.74.64/28", + "20.195.65.240/29", + "20.195.72.240/28", + "20.195.85.182/31", + "20.195.86.32/27", + "20.195.86.64/28", + "20.195.146.80/28", + "20.199.200.64/28", + "20.199.202.64/26", + "20.199.202.128/25", + "20.199.204.176/28", + "20.200.75.254/32", + "20.200.161.192/26", + "20.200.162.0/25", + "20.200.166.200/29", + "20.200.196.100/30", + "20.200.196.112/28", + "20.200.198.0/29", + "20.201.24.127/32", + "20.201.41.211/32", + "20.201.42.112/32", + "20.203.18.79/32", + "20.203.18.164/32", + "20.203.89.64/26", + "20.203.89.128/25", + "20.203.94.200/29", + "20.204.198.48/28", + "20.205.51.128/25", + "20.205.54.0/26", + "20.205.69.100/30", + "20.205.69.104/29", + "20.205.69.112/28", + "20.206.182.0/25", + "20.206.182.128/26", + "20.207.1.128/27", + "20.207.1.160/28", + "20.207.4.128/25", + "20.207.5.0/26", + "20.208.4.124/30", + "20.208.5.40/29", + "20.208.5.48/28", + "20.208.144.192/26", + "20.208.145.0/25", + "20.208.150.32/28", + "20.210.71.0/25", + "20.210.71.128/26", + "20.210.144.0/26", + "20.210.145.0/29", + "20.211.71.160/28", + "20.213.195.128/25", + "20.213.196.0/26", + "20.213.227.192/28", + "20.213.227.208/29", + "20.214.130.64/26", + "20.214.130.128/25", + "20.214.135.64/28", + "20.215.6.144/28", + "20.215.6.160/27", + "20.215.6.192/26", + "20.215.7.224/29", + "20.217.46.144/28", + "20.217.46.160/27", + "20.217.46.192/26", + "20.217.47.224/29", + "20.218.189.192/28", + "20.220.0.0/25", + "20.220.5.16/28", + "20.221.137.0/25", + "20.221.137.128/26", + "20.223.66.192/26", + "20.223.67.0/25", + "20.226.211.80/28", + "20.228.2.64/26", + "20.228.2.128/25", + "20.228.7.192/28", + "20.232.91.64/26", + "20.232.91.128/25", + "20.233.132.128/28", + "20.236.145.0/25", + "20.236.145.128/26", + "20.241.117.176/28", + "20.252.209.16/28", + "23.96.13.121/32", + "23.96.229.148/32", + "23.96.235.37/32", + "23.98.107.28/30", + "23.98.107.200/29", + "23.98.107.208/28", + "23.98.108.36/30", + "23.98.108.40/31", + "23.98.108.192/26", + "23.98.109.32/29", + "23.100.0.32/32", + "23.100.57.171/32", + "23.100.59.49/32", + "40.64.10.160/27", + "40.64.10.192/28", + "40.64.13.64/26", + "40.64.13.128/25", + "40.64.15.64/28", + "40.64.16.243/32", + "40.64.17.103/32", + "40.64.22.205/32", + "40.64.128.192/27", + "40.64.134.140/30", + "40.64.134.168/29", + "40.64.134.176/28", + "40.64.135.80/29", + "40.67.48.224/27", + "40.67.49.192/27", + "40.67.49.224/28", + "40.67.52.128/26", + "40.67.53.160/28", + "40.69.73.194/32", + "40.69.104.32/30", + "40.69.111.36/30", + "40.70.47.165/32", + "40.70.241.203/32", + "40.74.30.108/30", + "40.74.31.64/26", + "40.74.64.203/32", + "40.74.79.140/32", + "40.74.82.17/32", + "40.74.116.89/32", + "40.74.251.115/32", + "40.78.20.224/32", + "40.78.52.77/32", + "40.78.204.0/29", + "40.78.204.32/29", + "40.79.132.48/29", + "40.79.132.80/29", + "40.79.156.64/27", + "40.79.176.32/30", + "40.79.187.168/29", + "40.79.187.200/29", + "40.80.57.208/28", + "40.80.57.224/27", + "40.80.58.192/27", + "40.80.63.152/30", + "40.80.63.224/28", + "40.80.63.240/30", + "40.80.97.0/25", + "40.80.97.128/26", + "40.80.169.192/27", + "40.80.170.160/27", + "40.80.170.192/28", + "40.80.172.28/30", + "40.80.176.0/28", + "40.80.188.112/28", + "40.80.190.128/27", + "40.80.190.224/27", + "40.82.253.200/30", + "40.82.253.208/28", + "40.82.255.0/26", + "40.82.255.96/27", + "40.86.227.247/32", + "40.87.48.184/32", + "40.88.22.25/32", + "40.89.17.240/28", + "40.89.18.128/27", + "40.89.18.224/27", + "40.89.23.36/30", + "40.89.133.209/32", + "40.112.254.71/32", + "40.113.124.208/32", + "40.113.226.173/32", + "40.115.248.103/32", + "40.117.154.42/32", + "40.117.232.90/32", + "40.119.11.216/29", + "40.119.229.160/32", + "40.120.8.48/30", + "40.122.42.111/32", + "40.123.205.29/32", + "40.123.210.248/32", + "40.123.214.182/32", + "40.123.214.251/32", + "40.123.218.49/32", + "40.127.76.4/32", + "40.127.76.10/32", + "40.127.165.113/32", + "51.11.97.80/29", + "51.12.17.32/28", + "51.12.17.136/29", + "51.12.17.144/28", + "51.12.22.240/28", + "51.12.25.32/28", + "51.12.25.208/29", + "51.12.41.48/28", + "51.12.41.128/27", + "51.12.41.224/27", + "51.12.43.192/26", + "51.12.46.240/28", + "51.12.73.208/28", + "51.12.74.128/27", + "51.12.158.243/32", + "51.12.193.48/28", + "51.12.193.128/27", + "51.12.193.224/27", + "51.12.195.128/26", + "51.13.1.0/29", + "51.13.84.17/32", + "51.13.84.18/32", + "51.13.128.72/29", + "51.13.136.64/26", + "51.13.137.192/28", + "51.13.137.224/27", + "51.13.143.96/27", + "51.53.30.176/28", + "51.53.30.192/27", + "51.53.31.0/26", + "51.53.101.0/29", + "51.53.174.160/27", + "51.53.174.192/26", + "51.53.178.0/28", + "51.53.178.208/29", + "51.103.144.46/32", + "51.104.25.240/28", + "51.104.27.64/27", + "51.104.28.32/27", + "51.104.31.160/29", + "51.104.31.168/30", + "51.104.31.176/28", + "51.105.67.176/29", + "51.105.67.208/29", + "51.105.80.224/27", + "51.105.81.192/27", + "51.105.81.224/28", + "51.105.89.128/27", + "51.105.89.224/27", + "51.105.90.0/28", + "51.105.92.52/30", + "51.107.22.20/32", + "51.107.22.221/32", + "51.107.22.246/32", + "51.107.48.240/28", + "51.107.49.128/27", + "51.107.49.224/27", + "51.107.52.216/29", + "51.107.53.36/30", + "51.107.53.40/29", + "51.107.84.104/32", + "51.107.85.61/32", + "51.107.128.24/29", + "51.107.144.224/27", + "51.107.145.192/27", + "51.107.145.224/28", + "51.107.148.20/30", + "51.107.148.64/28", + "51.107.192.72/29", + "51.107.224.130/32", + "51.107.224.153/32", + "51.107.224.189/32", + "51.107.224.209/32", + "51.107.239.167/32", + "51.107.241.0/26", + "51.107.241.128/27", + "51.107.242.224/28", + "51.107.249.0/26", + "51.107.249.128/27", + "51.107.250.240/28", + "51.107.255.180/30", + "51.107.255.184/29", + "51.116.48.144/28", + "51.116.48.160/27", + "51.116.49.0/27", + "51.116.51.192/26", + "51.116.54.176/28", + "51.116.55.64/28", + "51.116.77.16/28", + "51.116.77.32/27", + "51.116.79.0/25", + "51.116.79.128/26", + "51.116.144.144/28", + "51.116.144.160/27", + "51.116.145.0/27", + "51.116.148.128/26", + "51.116.149.208/28", + "51.116.211.6/32", + "51.120.40.240/28", + "51.120.41.128/27", + "51.120.41.224/27", + "51.120.78.154/32", + "51.120.109.192/29", + "51.120.177.128/25", + "51.120.178.0/26", + "51.120.183.168/29", + "51.120.224.224/27", + "51.120.225.192/27", + "51.120.225.224/28", + "51.120.232.64/26", + "51.120.233.144/28", + "51.120.233.160/27", + "51.120.237.0/29", + "51.124.95.46/32", + "51.124.140.143/32", + "51.137.162.128/27", + "51.137.162.224/27", + "51.137.163.0/28", + "51.137.166.28/30", + "51.137.166.44/30", + "51.137.166.48/28", + "51.137.167.192/26", + "51.138.40.194/32", + "51.138.41.75/32", + "51.138.160.4/30", + "51.138.210.144/28", + "51.140.105.165/32", + "51.140.202.0/32", + "51.142.128.192/26", + "51.142.129.0/25", + "51.143.192.224/27", + "51.143.193.192/27", + "51.143.193.224/28", + "51.143.208.128/30", + "51.143.209.0/26", + "51.143.209.64/27", + "51.143.212.160/28", + "51.144.83.210/32", + "52.136.48.240/28", + "52.136.49.128/27", + "52.136.49.224/27", + "52.136.53.0/26", + "52.136.184.128/26", + "52.136.184.192/27", + "52.136.185.160/28", + "52.136.191.32/28", + "52.136.191.48/29", + "52.136.191.56/30", + "52.138.41.171/32", + "52.138.92.172/30", + "52.139.106.0/26", + "52.139.106.128/27", + "52.139.107.192/28", + "52.140.105.192/27", + "52.140.106.160/27", + "52.140.106.192/28", + "52.140.110.96/29", + "52.140.110.104/30", + "52.140.110.112/28", + "52.140.110.160/30", + "52.140.111.128/26", + "52.140.111.224/27", + "52.142.81.236/32", + "52.142.83.87/32", + "52.142.84.66/32", + "52.142.85.51/32", + "52.143.91.192/28", + "52.146.79.144/28", + "52.146.79.224/27", + "52.146.131.32/28", + "52.146.131.48/30", + "52.146.131.96/27", + "52.146.132.128/26", + "52.146.133.0/27", + "52.146.137.16/28", + "52.147.43.145/32", + "52.147.44.12/32", + "52.147.97.4/30", + "52.147.112.0/26", + "52.147.112.64/27", + "52.147.112.208/28", + "52.147.119.100/30", + "52.147.119.104/29", + "52.147.119.112/28", + "52.148.43.96/28", + "52.149.31.64/28", + "52.150.139.192/27", + "52.150.140.160/27", + "52.150.140.192/28", + "52.150.154.200/29", + "52.150.154.208/28", + "52.150.156.32/30", + "52.150.156.40/30", + "52.150.157.64/26", + "52.150.157.128/27", + "52.151.39.177/32", + "52.152.207.160/28", + "52.152.207.192/28", + "52.153.156.9/32", + "52.153.156.15/32", + "52.156.93.240/28", + "52.156.103.64/27", + "52.156.103.96/28", + "52.156.205.101/32", + "52.161.16.73/32", + "52.162.110.248/29", + "52.162.111.24/29", + "52.163.56.146/32", + "52.168.112.0/26", + "52.171.134.140/32", + "52.172.112.0/28", + "52.172.112.16/29", + "52.172.112.192/26", + "52.172.113.32/27", + "52.172.116.16/28", + "52.172.187.21/32", + "52.172.253.194/32", + "52.173.240.242/32", + "52.174.146.221/32", + "52.175.18.186/32", + "52.175.35.166/32", + "52.179.14.109/32", + "52.179.113.96/27", + "52.179.113.128/28", + "52.180.162.194/32", + "52.180.166.172/32", + "52.180.178.146/32", + "52.180.179.119/32", + "52.180.179.162/32", + "52.180.181.121/32", + "52.183.33.203/32", + "52.186.33.48/28", + "52.186.91.216/32", + "52.187.20.181/32", + "52.187.39.99/32", + "52.188.246.0/28", + "52.190.33.56/32", + "52.190.33.61/32", + "52.190.33.154/32", + "52.191.89.158/32", + "52.191.173.81/32", + "52.228.83.128/27", + "52.228.83.224/27", + "52.228.84.0/28", + "52.231.32.132/32", + "52.231.76.205/32", + "52.231.78.101/32", + "52.231.79.142/32", + "52.231.148.200/30", + "52.231.159.35/32", + "52.237.137.4/32", + "52.242.40.212/30", + "52.242.40.216/29", + "52.242.40.224/28", + "52.242.45.192/26", + "52.242.46.0/25", + "52.249.209.252/32", + "52.253.227.248/32", + "52.254.75.76/32", + "52.255.83.208/28", + "52.255.84.176/28", + "52.255.84.192/28", + "52.255.124.16/28", + "52.255.124.80/28", + "52.255.124.96/28", + "65.52.205.19/32", + "65.52.252.208/28", + "68.218.121.192/28", + "68.219.174.0/28", + "68.219.193.64/28", + "68.221.40.0/28", + "68.221.40.24/29", + "68.221.93.160/27", + "68.221.93.192/26", + "102.37.81.64/28", + "102.37.160.144/28", + "102.37.167.120/30", + "102.133.28.72/29", + "102.133.28.104/29", + "102.133.56.144/28", + "102.133.56.224/27", + "102.133.61.192/26", + "102.133.75.174/32", + "102.133.123.248/29", + "102.133.124.24/29", + "102.133.124.88/29", + "102.133.124.96/29", + "102.133.130.139/32", + "102.133.143.144/32", + "102.133.143.187/32", + "102.133.156.128/29", + "102.133.161.242/32", + "102.133.162.109/32", + "102.133.162.196/32", + "102.133.163.185/32", + "102.133.217.80/28", + "102.133.217.96/27", + "102.133.218.0/27", + "102.133.220.192/30", + "102.133.221.64/26", + "102.133.221.128/27", + "102.133.236.198/32", + "104.42.100.80/32", + "104.42.239.93/32", + "104.46.176.164/30", + "104.46.176.176/28", + "104.46.178.4/30", + "104.46.178.192/26", + "104.46.179.0/27", + "104.46.183.128/28", + "104.46.239.137/32", + "104.208.168.208/28", + "104.211.222.193/32", + "104.214.49.162/32", + "104.214.233.86/32", + "104.215.9.217/32", + "137.116.171.91/32", + "137.117.70.195/32", + "137.135.45.32/32", + "137.135.64.59/32", + "158.23.109.144/28", + "158.23.109.160/27", + "158.23.109.192/26", + "158.23.112.48/29", + "168.61.147.151/32", + "168.61.165.229/32", + "168.63.20.177/32", + "172.182.152.128/28", + "191.232.39.30/32", + "191.232.162.204/32", + "191.233.10.48/28", + "191.233.10.64/27", + "191.233.10.128/27", + "191.233.15.64/26", + "191.233.205.72/29", + "191.233.205.104/29", + "191.234.138.136/29", + "191.234.138.148/30", + "191.234.139.192/26", + "191.234.142.32/27", + "191.235.227.128/27", + "191.235.227.224/27", + "191.235.228.0/28", + "191.238.72.80/28", + "191.238.77.236/30", + "191.238.78.32/28", + "191.238.78.48/29", + "2603:1000:4::680/122", + "2603:1000:104::180/122", + "2603:1000:104::380/122", + "2603:1000:104:1::640/122", + "2603:1010:6::80/122", + "2603:1010:6:1::640/122", + "2603:1010:101::680/122", + "2603:1010:304::680/122", + "2603:1010:304:5::430/125", + "2603:1010:304:5::480/121", + "2603:1010:404::680/122", + "2603:1010:404:2::6e8/125", + "2603:1010:404:5::540/122", + "2603:1010:404:5::580/122", + "2603:1020:5::80/122", + "2603:1020:5:1::640/122", + "2603:1020:206::80/122", + "2603:1020:206:1::640/122", + "2603:1020:305::680/122", + "2603:1020:405::680/122", + "2603:1020:605::680/122", + "2603:1020:705::80/122", + "2603:1020:705:1::640/122", + "2603:1020:805::80/122", + "2603:1020:805:1::640/122", + "2603:1020:905::680/122", + "2603:1020:a04::80/122", + "2603:1020:a04::698/125", + "2603:1020:a04:1::640/122", + "2603:1020:a04:2::680/121", + "2603:1020:b04::680/122", + "2603:1020:c04::80/122", + "2603:1020:c04:1::640/122", + "2603:1020:d04::680/122", + "2603:1020:d04:5::4d0/125", + "2603:1020:d04:5::500/121", + "2603:1020:e04::80/122", + "2603:1020:e04::358/125", + "2603:1020:e04:1::640/122", + "2603:1020:e04:2::/122", + "2603:1020:e04:3::280/122", + "2603:1020:f04::680/122", + "2603:1020:f04:2::/122", + "2603:1020:f04:6::4d0/125", + "2603:1020:f04:6::540/122", + "2603:1020:1004::640/122", + "2603:1020:1004:1::80/122", + "2603:1020:1004:1::1f0/125", + "2603:1020:1004:1::300/122", + "2603:1020:1004:1::740/122", + "2603:1020:1104::700/121", + "2603:1020:1104:1::150/125", + "2603:1020:1104:1::480/122", + "2603:1020:1204:2::200/121", + "2603:1020:1204:2::280/122", + "2603:1020:1204:2::3a0/125", + "2603:1020:1302:1::2c0/122", + "2603:1020:1302:1::300/121", + "2603:1020:1302:1::558/125", + "2603:1020:1403:2::240/122", + "2603:1020:1403:2::280/121", + "2603:1020:1403:2::500/125", + "2603:1030:f:1::2b8/125", + "2603:1030:f:1::680/122", + "2603:1030:f:2::600/121", + "2603:1030:10::80/122", + "2603:1030:10:1::640/122", + "2603:1030:104::80/122", + "2603:1030:104::6c8/125", + "2603:1030:104:1::640/122", + "2603:1030:107::730/125", + "2603:1030:107::740/122", + "2603:1030:107::780/122", + "2603:1030:210::80/122", + "2603:1030:210:1::640/122", + "2603:1030:40b:1::640/122", + "2603:1030:40c::80/122", + "2603:1030:40c:1::640/122", + "2603:1030:504::80/122", + "2603:1030:504::1f0/125", + "2603:1030:504::300/122", + "2603:1030:504:1::640/122", + "2603:1030:504:2::200/122", + "2603:1030:608::680/122", + "2603:1030:608:1::2b8/125", + "2603:1030:608:4::80/121", + "2603:1030:702:2::240/122", + "2603:1030:702:2::280/121", + "2603:1030:702:2::500/125", + "2603:1030:807::80/122", + "2603:1030:807:1::640/122", + "2603:1030:a07::680/122", + "2603:1030:a07:9::100/121", + "2603:1030:a07:9::1d0/125", + "2603:1030:b04::680/122", + "2603:1030:c06:1::640/122", + "2603:1030:f05::80/122", + "2603:1030:f05:1::640/122", + "2603:1030:1005::680/122", + "2603:1030:1005:3::700/121", + "2603:1030:1005:6::/125", + "2603:1040:5::180/122", + "2603:1040:5:1::640/122", + "2603:1040:207::680/122", + "2603:1040:207:1::468/125", + "2603:1040:207:2::40/122", + "2603:1040:207:2::200/122", + "2603:1040:407::80/122", + "2603:1040:407:1::640/122", + "2603:1040:606::680/122", + "2603:1040:606:3::580/121", + "2603:1040:606:3::620/125", + "2603:1040:806::680/122", + "2603:1040:806:3::7d0/125", + "2603:1040:806:6::40/122", + "2603:1040:806:6::80/122", + "2603:1040:904::80/122", + "2603:1040:904::698/125", + "2603:1040:904:1::640/122", + "2603:1040:904:3::80/121", + "2603:1040:a06::180/122", + "2603:1040:a06::7c8/125", + "2603:1040:a06:1::640/122", + "2603:1040:a06:2::380/121", + "2603:1040:b04::680/122", + "2603:1040:b04:5::3d0/125", + "2603:1040:b04:5::400/121", + "2603:1040:c06::680/122", + "2603:1040:d04::640/122", + "2603:1040:d04:1::80/122", + "2603:1040:d04:1::1f0/125", + "2603:1040:d04:1::300/122", + "2603:1040:d04:1::740/122", + "2603:1040:e05:6::240/122", + "2603:1040:e05:6::280/121", + "2603:1040:e05:6::3e0/125", + "2603:1040:f05::80/122", + "2603:1040:f05::358/125", + "2603:1040:f05:1::640/122", + "2603:1040:f05:2::80/121", + "2603:1040:1002:1::478/125", + "2603:1040:1002:1::480/121", + "2603:1040:1002:1::500/122", + "2603:1040:1104::700/121", + "2603:1040:1104:1::150/125", + "2603:1040:1104:1::500/122", + "2603:1040:1202:1::3c0/122", + "2603:1040:1202:1::400/121", + "2603:1040:1202:2::160/125", + "2603:1040:1302:1::220/125", + "2603:1040:1302:1::700/121", + "2603:1040:1302:1::780/122", + "2603:1040:1402:1::2c0/122", + "2603:1040:1402:1::300/121", + "2603:1040:1402:1::558/125", + "2603:1040:1503:1::480/121", + "2603:1040:1503:1::500/122", + "2603:1040:1503:2::240/125", + "2603:1040:1602:2::380/121", + "2603:1040:1602:2::400/122", + "2603:1040:1602:2::540/125", + "2603:1050:6::80/122", + "2603:1050:6:1::640/122", + "2603:1050:403::640/122" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "DataFactory", + "id": "DataFactory", + "properties": { + "changeNumber": 48, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "4.187.66.0/23", + "4.220.136.0/24", + "4.232.44.160/28", + "4.232.44.192/26", + "4.232.45.0/25", + "4.232.102.0/23", + "4.232.111.0/28", + "4.232.123.208/28", + "4.232.195.208/28", + "13.66.143.128/28", + "13.67.10.208/28", + "13.69.67.192/28", + "13.69.107.112/28", + "13.69.112.128/28", + "13.69.230.96/28", + "13.70.74.144/28", + "13.71.175.80/28", + "13.71.199.0/28", + "13.73.244.32/28", + "13.73.253.96/29", + "13.74.108.224/28", + "13.75.39.112/28", + "13.77.53.160/28", + "13.78.109.192/28", + "13.86.219.208/28", + "13.89.174.192/28", + "13.104.248.64/27", + "13.104.252.208/28", + "13.104.252.224/28", + "13.104.253.48/28", + "13.104.254.128/28", + "20.17.25.224/28", + "20.17.26.192/26", + "20.17.27.0/25", + "20.17.56.0/23", + "20.17.71.64/28", + "20.17.131.112/28", + "20.17.136.0/23", + "20.18.179.208/28", + "20.21.46.64/28", + "20.21.48.0/23", + "20.21.55.208/29", + "20.21.67.208/28", + "20.21.75.208/28", + "20.21.83.192/26", + "20.21.84.0/25", + "20.24.0.216/29", + "20.36.117.208/28", + "20.36.124.32/28", + "20.36.124.128/25", + "20.36.125.0/26", + "20.37.68.144/28", + "20.37.69.128/25", + "20.37.70.0/26", + "20.37.154.0/23", + "20.37.156.0/26", + "20.37.193.0/25", + "20.37.193.128/26", + "20.37.198.224/29", + "20.37.228.16/28", + "20.37.228.192/26", + "20.37.229.0/25", + "20.38.80.192/26", + "20.38.82.0/23", + "20.38.133.192/28", + "20.38.141.16/28", + "20.38.141.128/25", + "20.38.142.0/26", + "20.38.147.224/28", + "20.38.152.0/28", + "20.39.8.96/27", + "20.39.8.128/26", + "20.39.15.0/29", + "20.40.206.224/29", + "20.41.2.0/23", + "20.41.4.0/26", + "20.41.64.128/25", + "20.41.65.0/26", + "20.41.69.8/29", + "20.41.192.128/25", + "20.41.193.0/26", + "20.41.197.112/29", + "20.41.198.0/25", + "20.41.198.128/26", + "20.42.2.0/23", + "20.42.4.0/26", + "20.42.64.0/28", + "20.42.129.64/26", + "20.42.132.0/23", + "20.42.225.0/25", + "20.42.225.128/26", + "20.42.230.136/29", + "20.43.40.128/25", + "20.43.41.0/26", + "20.43.44.208/29", + "20.43.64.128/25", + "20.43.65.0/26", + "20.43.70.120/29", + "20.43.121.48/28", + "20.43.128.128/25", + "20.43.130.0/26", + "20.44.10.64/28", + "20.44.17.80/28", + "20.44.27.240/28", + "20.45.123.160/28", + "20.45.208.16/28", + "20.48.201.0/26", + "20.49.83.224/28", + "20.49.95.32/28", + "20.49.102.16/29", + "20.49.111.0/29", + "20.49.114.24/29", + "20.49.118.128/25", + "20.50.68.56/29", + "20.52.64.0/28", + "20.52.73.160/28", + "20.52.93.128/26", + "20.53.0.48/28", + "20.53.45.0/24", + "20.53.46.0/26", + "20.58.71.0/26", + "20.59.84.168/29", + "20.65.130.192/26", + "20.65.131.0/24", + "20.69.9.24/29", + "20.72.22.0/23", + "20.72.28.48/28", + "20.74.197.16/29", + "20.79.108.112/29", + "20.87.83.112/29", + "20.90.38.248/29", + "20.90.129.128/25", + "20.90.130.0/24", + "20.91.146.128/25", + "20.91.147.0/26", + "20.92.6.200/29", + "20.97.39.141/32", + "20.98.150.0/29", + "20.98.195.172/32", + "20.98.198.224/29", + "20.99.12.0/23", + "20.100.0.192/26", + "20.100.5.24/29", + "20.105.215.28/30", + "20.105.244.48/29", + "20.111.4.48/29", + "20.116.47.72/29", + "20.117.193.184/29", + "20.118.79.192/29", + "20.118.139.200/29", + "20.119.28.57/32", + "20.125.4.170/31", + "20.125.5.248/29", + "20.125.156.16/29", + "20.125.163.208/29", + "20.125.171.208/28", + "20.125.203.208/28", + "20.150.162.0/23", + "20.150.173.16/28", + "20.150.181.112/28", + "20.150.190.64/28", + "20.168.163.208/28", + "20.170.170.0/23", + "20.189.104.128/25", + "20.189.106.0/26", + "20.189.109.232/29", + "20.189.192.192/26", + "20.189.199.40/29", + "20.191.164.0/24", + "20.191.165.0/26", + "20.192.42.0/24", + "20.192.43.0/26", + "20.192.102.80/28", + "20.192.152.0/26", + "20.192.162.0/23", + "20.192.184.96/28", + "20.192.226.0/23", + "20.192.238.96/28", + "20.193.205.144/28", + "20.194.67.192/28", + "20.194.78.0/23", + "20.195.64.0/25", + "20.200.161.48/29", + "20.200.195.0/26", + "20.200.199.192/29", + "20.204.193.112/29", + "20.205.50.120/29", + "20.205.64.0/23", + "20.205.67.128/26", + "20.205.77.160/28", + "20.205.77.224/27", + "20.205.83.240/28", + "20.206.179.144/29", + "20.208.2.0/23", + "20.208.19.208/28", + "20.208.144.16/29", + "20.210.70.88/29", + "20.210.150.0/23", + "20.213.194.144/29", + "20.215.8.0/23", + "20.215.19.208/28", + "20.215.27.208/28", + "20.215.158.64/28", + "20.215.172.16/28", + "20.215.172.64/26", + "20.215.172.128/25", + "20.217.11.240/28", + "20.217.12.128/25", + "20.217.13.0/26", + "20.217.48.0/23", + "20.217.62.64/28", + "20.217.75.208/28", + "20.217.91.208/28", + "20.221.136.72/29", + "20.223.64.60/32", + "20.223.65.144/29", + "20.228.5.112/28", + "20.228.7.0/25", + "20.228.7.128/26", + "20.232.89.104/29", + "23.98.83.112/28", + "23.98.106.128/29", + "23.98.109.64/26", + "23.98.109.128/25", + "40.64.11.176/29", + "40.64.132.232/29", + "40.69.108.160/28", + "40.69.111.48/28", + "40.70.148.160/28", + "40.71.14.32/28", + "40.74.24.192/26", + "40.74.26.0/23", + "40.74.149.64/28", + "40.75.35.144/28", + "40.78.196.128/28", + "40.78.229.96/28", + "40.78.236.176/28", + "40.78.245.16/28", + "40.78.251.192/28", + "40.79.132.112/28", + "40.79.139.80/28", + "40.79.146.240/28", + "40.79.163.80/28", + "40.79.171.160/28", + "40.79.187.208/28", + "40.79.195.224/28", + "40.80.51.160/28", + "40.80.56.128/25", + "40.80.57.0/26", + "40.80.62.24/29", + "40.80.96.200/29", + "40.80.168.128/25", + "40.80.169.0/26", + "40.80.172.112/29", + "40.80.176.96/28", + "40.80.185.0/24", + "40.80.186.0/25", + "40.82.249.64/26", + "40.82.250.0/23", + "40.89.16.128/25", + "40.89.17.0/26", + "40.89.20.224/29", + "40.113.176.232/29", + "40.117.24.160/29", + "40.119.9.0/25", + "40.119.9.128/26", + "40.120.8.56/29", + "40.120.9.192/28", + "40.120.64.112/28", + "40.120.75.112/28", + "40.120.86.64/26", + "40.122.0.16/28", + "51.12.18.0/23", + "51.12.26.0/23", + "51.12.75.232/29", + "51.12.101.176/28", + "51.12.206.16/28", + "51.12.229.64/28", + "51.12.237.64/28", + "51.13.128.0/28", + "51.53.96.0/23", + "51.53.110.64/28", + "51.53.176.0/23", + "51.53.191.64/28", + "51.103.203.208/28", + "51.104.9.32/28", + "51.104.24.128/25", + "51.104.25.0/26", + "51.104.29.216/29", + "51.105.67.240/28", + "51.105.75.240/28", + "51.105.92.176/28", + "51.105.93.64/26", + "51.105.93.128/25", + "51.107.51.40/29", + "51.107.52.0/25", + "51.107.52.128/26", + "51.107.128.0/28", + "51.107.148.80/28", + "51.107.149.0/25", + "51.107.149.128/26", + "51.107.192.80/28", + "51.107.246.192/26", + "51.116.147.32/28", + "51.116.147.64/26", + "51.116.147.128/25", + "51.116.245.112/28", + "51.116.245.176/28", + "51.116.253.48/28", + "51.116.253.144/28", + "51.120.44.208/28", + "51.120.45.64/26", + "51.120.45.128/25", + "51.120.100.224/28", + "51.120.109.96/28", + "51.120.213.32/28", + "51.120.228.224/27", + "51.120.229.64/26", + "51.120.229.128/25", + "51.120.238.0/23", + "51.137.160.128/25", + "51.137.161.0/26", + "51.137.164.192/29", + "51.138.160.16/28", + "51.138.215.128/26", + "51.140.212.112/28", + "52.138.92.128/28", + "52.138.229.32/28", + "52.139.111.64/26", + "52.140.104.128/25", + "52.140.105.0/26", + "52.140.108.208/29", + "52.150.136.192/26", + "52.150.137.128/25", + "52.150.154.16/29", + "52.150.155.0/24", + "52.150.157.160/29", + "52.150.157.192/26", + "52.162.111.48/28", + "52.167.107.224/28", + "52.172.81.240/29", + "52.176.232.16/28", + "52.182.141.16/28", + "52.228.80.128/25", + "52.228.81.0/26", + "52.228.86.144/29", + "52.231.20.64/28", + "52.231.148.160/28", + "52.231.151.32/28", + "52.236.187.112/28", + "52.242.45.56/29", + "52.246.155.224/28", + "52.250.228.0/29", + "68.220.82.112/28", + "68.221.94.0/23", + "68.221.103.0/28", + "68.221.147.208/28", + "74.243.20.176/28", + "102.37.64.96/28", + "102.37.72.224/28", + "102.37.166.128/26", + "102.133.60.48/28", + "102.133.60.192/26", + "102.133.61.0/25", + "102.133.124.104/29", + "102.133.127.160/28", + "102.133.156.136/29", + "102.133.216.128/25", + "102.133.217.0/26", + "102.133.218.248/29", + "102.133.251.184/29", + "102.133.253.48/28", + "104.46.179.64/26", + "104.46.182.0/24", + "158.23.15.0/28", + "158.23.110.0/23", + "158.23.123.208/28", + "158.23.195.208/28", + "191.233.12.0/23", + "191.233.54.224/28", + "191.233.205.160/28", + "191.234.137.32/29", + "191.234.142.64/26", + "191.234.143.0/24", + "191.234.149.0/28", + "191.234.157.0/28", + "191.235.224.128/25", + "191.235.225.0/26", + "2603:1000:4::440/122", + "2603:1000:4::500/121", + "2603:1000:4:402::330/124", + "2603:1000:104::/121", + "2603:1000:104::80/122", + "2603:1000:104::1c0/122", + "2603:1000:104::280/121", + "2603:1000:104:1::480/121", + "2603:1000:104:1::500/122", + "2603:1000:104:1::700/121", + "2603:1000:104:1::780/122", + "2603:1000:104:402::330/124", + "2603:1000:104:802::210/124", + "2603:1000:104:c02::210/124", + "2603:1010:6:1::480/121", + "2603:1010:6:1::500/122", + "2603:1010:6:1::700/121", + "2603:1010:6:1::780/122", + "2603:1010:6:402::330/124", + "2603:1010:6:802::210/124", + "2603:1010:6:c02::210/124", + "2603:1010:101::440/122", + "2603:1010:101::500/121", + "2603:1010:101:402::330/124", + "2603:1010:304::440/122", + "2603:1010:304::500/121", + "2603:1010:304:402::330/124", + "2603:1010:404::440/122", + "2603:1010:404::500/121", + "2603:1010:404:402::330/124", + "2603:1020:5:1::480/121", + "2603:1020:5:1::500/122", + "2603:1020:5:1::700/121", + "2603:1020:5:1::780/122", + "2603:1020:5:402::330/124", + "2603:1020:5:802::210/124", + "2603:1020:5:c02::210/124", + "2603:1020:206:1::480/121", + "2603:1020:206:1::500/122", + "2603:1020:206:1::700/121", + "2603:1020:206:1::780/122", + "2603:1020:206:402::330/124", + "2603:1020:206:802::210/124", + "2603:1020:206:c02::210/124", + "2603:1020:305::440/122", + "2603:1020:305::500/121", + "2603:1020:305:402::330/124", + "2603:1020:405::440/122", + "2603:1020:405::500/121", + "2603:1020:405:402::330/124", + "2603:1020:605::440/122", + "2603:1020:605::500/121", + "2603:1020:605:402::330/124", + "2603:1020:705:1::480/121", + "2603:1020:705:1::500/122", + "2603:1020:705:1::700/121", + "2603:1020:705:1::780/122", + "2603:1020:705:402::330/124", + "2603:1020:705:802::210/124", + "2603:1020:705:c02::210/124", + "2603:1020:805:1::480/121", + "2603:1020:805:1::500/122", + "2603:1020:805:1::700/121", + "2603:1020:805:1::780/122", + "2603:1020:805:402::330/124", + "2603:1020:805:802::210/124", + "2603:1020:805:c02::210/124", + "2603:1020:905::440/122", + "2603:1020:905::500/121", + "2603:1020:905:402::330/124", + "2603:1020:a04:1::480/121", + "2603:1020:a04:1::500/122", + "2603:1020:a04:1::700/121", + "2603:1020:a04:1::780/122", + "2603:1020:a04:402::330/124", + "2603:1020:a04:802::210/124", + "2603:1020:a04:c02::210/124", + "2603:1020:b04::440/122", + "2603:1020:b04::500/121", + "2603:1020:b04:402::330/124", + "2603:1020:c04:1::480/121", + "2603:1020:c04:1::500/122", + "2603:1020:c04:1::700/121", + "2603:1020:c04:1::780/122", + "2603:1020:c04:402::330/124", + "2603:1020:c04:802::210/124", + "2603:1020:c04:c02::210/124", + "2603:1020:d04::440/122", + "2603:1020:d04::500/121", + "2603:1020:d04:402::330/124", + "2603:1020:e04:1::480/121", + "2603:1020:e04:1::500/122", + "2603:1020:e04:1::700/121", + "2603:1020:e04:1::780/122", + "2603:1020:e04:402::330/124", + "2603:1020:e04:802::210/124", + "2603:1020:e04:c02::210/124", + "2603:1020:f04::440/122", + "2603:1020:f04::500/121", + "2603:1020:f04:402::330/124", + "2603:1020:1004::480/121", + "2603:1020:1004::500/122", + "2603:1020:1004::700/121", + "2603:1020:1004::780/122", + "2603:1020:1004:400::240/124", + "2603:1020:1004:800::340/124", + "2603:1020:1004:c02::380/124", + "2603:1020:1104::600/121", + "2603:1020:1104:400::500/124", + "2603:1020:1204:2::100/121", + "2603:1020:1204:400::380/124", + "2603:1020:1204:800::280/124", + "2603:1020:1204:c00::280/124", + "2603:1020:1302:1::200/121", + "2603:1020:1302:400::3a0/124", + "2603:1020:1302:800::2c0/124", + "2603:1020:1302:c00::2c0/124", + "2603:1020:1403:2::180/121", + "2603:1020:1403:400::440/124", + "2603:1020:1403:800::280/124", + "2603:1030:f:1::440/122", + "2603:1030:f:1::500/121", + "2603:1030:f:400::b30/124", + "2603:1030:10:1::480/121", + "2603:1030:10:1::500/122", + "2603:1030:10:1::700/121", + "2603:1030:10:1::780/122", + "2603:1030:10:402::330/124", + "2603:1030:10:802::210/124", + "2603:1030:10:c02::210/124", + "2603:1030:104:1::480/121", + "2603:1030:104:1::500/122", + "2603:1030:104:1::700/121", + "2603:1030:104:1::780/122", + "2603:1030:104:402::330/124", + "2603:1030:104:802::40/124", + "2603:1030:107::600/121", + "2603:1030:107:400::380/124", + "2603:1030:210:1::480/121", + "2603:1030:210:1::500/122", + "2603:1030:210:1::700/121", + "2603:1030:210:1::780/122", + "2603:1030:210:402::330/124", + "2603:1030:210:802::210/124", + "2603:1030:210:c02::210/124", + "2603:1030:40b:1::480/121", + "2603:1030:40b:1::500/122", + "2603:1030:40b:400::b30/124", + "2603:1030:40b:800::210/124", + "2603:1030:40b:c00::210/124", + "2603:1030:40b:1000::e0/124", + "2603:1030:40c:1::480/121", + "2603:1030:40c:1::500/122", + "2603:1030:40c:1::700/121", + "2603:1030:40c:1::780/122", + "2603:1030:40c:402::330/124", + "2603:1030:40c:802::210/124", + "2603:1030:40c:c02::210/124", + "2603:1030:504:1::480/121", + "2603:1030:504:1::500/122", + "2603:1030:504:1::700/121", + "2603:1030:504:1::780/122", + "2603:1030:504:402::240/124", + "2603:1030:504:802::340/124", + "2603:1030:504:c02::380/124", + "2603:1030:608::440/122", + "2603:1030:608::500/121", + "2603:1030:608:402::330/124", + "2603:1030:608:800::2c0/124", + "2603:1030:608:c00::2c0/124", + "2603:1030:702:2::180/121", + "2603:1030:702:400::440/124", + "2603:1030:702:800::280/124", + "2603:1030:702:c00::280/124", + "2603:1030:807:1::480/121", + "2603:1030:807:1::500/122", + "2603:1030:807:1::700/121", + "2603:1030:807:1::780/122", + "2603:1030:807:402::330/124", + "2603:1030:807:802::210/124", + "2603:1030:807:c02::210/124", + "2603:1030:a07::440/122", + "2603:1030:a07::500/121", + "2603:1030:a07:402::9b0/124", + "2603:1030:a07:c00::2c0/124", + "2603:1030:b04::440/122", + "2603:1030:b04::500/121", + "2603:1030:b04:402::330/124", + "2603:1030:c06:1::480/121", + "2603:1030:c06:1::500/122", + "2603:1030:c06:400::b30/124", + "2603:1030:c06:802::210/124", + "2603:1030:c06:c02::210/124", + "2603:1030:f05:1::480/121", + "2603:1030:f05:1::500/122", + "2603:1030:f05:1::700/121", + "2603:1030:f05:1::780/122", + "2603:1030:f05:402::330/124", + "2603:1030:f05:802::210/124", + "2603:1030:f05:c02::210/124", + "2603:1030:1005::440/122", + "2603:1030:1005::500/121", + "2603:1030:1005:402::330/124", + "2603:1040:5::/121", + "2603:1040:5::80/122", + "2603:1040:5:1::480/121", + "2603:1040:5:1::500/122", + "2603:1040:5:1::700/121", + "2603:1040:5:1::780/122", + "2603:1040:5:402::330/124", + "2603:1040:5:802::210/124", + "2603:1040:5:c02::210/124", + "2603:1040:207::440/122", + "2603:1040:207::500/121", + "2603:1040:207:402::330/124", + "2603:1040:207:800::70/124", + "2603:1040:207:c00::70/124", + "2603:1040:407:1::480/121", + "2603:1040:407:1::500/122", + "2603:1040:407:1::700/121", + "2603:1040:407:1::780/122", + "2603:1040:407:402::330/124", + "2603:1040:407:802::210/124", + "2603:1040:407:c02::210/124", + "2603:1040:606::440/122", + "2603:1040:606::500/121", + "2603:1040:606:402::330/124", + "2603:1040:606:800::280/124", + "2603:1040:806::440/122", + "2603:1040:806::500/121", + "2603:1040:806:402::330/124", + "2603:1040:904:1::480/121", + "2603:1040:904:1::500/122", + "2603:1040:904:1::700/121", + "2603:1040:904:1::780/122", + "2603:1040:904:402::330/124", + "2603:1040:904:802::210/124", + "2603:1040:904:c02::210/124", + "2603:1040:a06::/121", + "2603:1040:a06::80/122", + "2603:1040:a06:1::480/121", + "2603:1040:a06:1::500/122", + "2603:1040:a06:1::700/121", + "2603:1040:a06:1::780/122", + "2603:1040:a06:402::330/124", + "2603:1040:a06:802::210/124", + "2603:1040:a06:c02::210/124", + "2603:1040:b04::440/122", + "2603:1040:b04::500/121", + "2603:1040:b04:402::330/124", + "2603:1040:b04:800::70/124", + "2603:1040:c06::440/122", + "2603:1040:c06::500/121", + "2603:1040:c06:402::330/124", + "2603:1040:d04::480/121", + "2603:1040:d04::500/122", + "2603:1040:d04::700/121", + "2603:1040:d04::780/122", + "2603:1040:d04:400::240/124", + "2603:1040:d04:800::340/124", + "2603:1040:d04:c02::380/124", + "2603:1040:e05:6::100/121", + "2603:1040:e05:402::190/124", + "2603:1040:f05:1::480/121", + "2603:1040:f05:1::500/122", + "2603:1040:f05:1::700/121", + "2603:1040:f05:1::780/122", + "2603:1040:f05:402::330/124", + "2603:1040:f05:802::210/124", + "2603:1040:f05:c02::210/124", + "2603:1040:1002:1::380/121", + "2603:1040:1002:400::230/124", + "2603:1040:1002:800::70/124", + "2603:1040:1002:c00::70/124", + "2603:1040:1104::600/121", + "2603:1040:1104:400::500/124", + "2603:1040:1202:1::300/121", + "2603:1040:1202:400::3c0/124", + "2603:1040:1302:1::600/121", + "2603:1040:1302:400::3c0/124", + "2603:1040:1402:1::200/121", + "2603:1040:1402:400::3a0/124", + "2603:1040:1402:800::2c0/124", + "2603:1040:1402:c00::2c0/124", + "2603:1040:1503:1::400/121", + "2603:1040:1503:400::3c0/124", + "2603:1040:1602:2::280/121", + "2603:1040:1602:402::c0/124", + "2603:1040:1602:403::40/124", + "2603:1050:6:1::480/121", + "2603:1050:6:1::500/122", + "2603:1050:6:1::700/121", + "2603:1050:6:1::780/122", + "2603:1050:6:402::330/124", + "2603:1050:6:802::210/124", + "2603:1050:6:c02::210/124", + "2603:1050:403::480/121", + "2603:1050:403::500/122", + "2603:1050:403:400::240/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Dynamics365BusinessCentral", + "id": "Dynamics365BusinessCentral", + "properties": { + "changeNumber": 5, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "Dynamics365BusinessCentral", + "addressPrefixes": [ + "4.194.227.0/25", + "20.18.6.128/25", + "20.24.2.128/25", + "20.26.17.128/26", + "20.50.89.0/25", + "20.50.89.128/26", + "20.59.86.128/26", + "20.74.198.64/26", + "20.79.109.192/26", + "20.87.86.128/27", + "20.91.13.192/26", + "20.91.148.0/26", + "20.92.7.192/26", + "20.98.151.128/26", + "20.100.5.224/27", + "20.100.20.128/27", + "20.107.238.0/24", + "20.111.5.192/26", + "20.119.157.0/26", + "20.125.165.64/26", + "20.164.152.96/27", + "20.170.168.0/25", + "20.189.199.96/27", + "20.192.158.32/27", + "20.199.203.0/26", + "20.200.161.160/27", + "20.203.90.0/26", + "20.204.194.96/27", + "20.204.198.64/26", + "20.205.54.128/25", + "20.206.182.192/26", + "20.208.145.192/26", + "20.210.71.192/27", + "20.213.196.64/26", + "20.214.130.32/27", + "20.218.186.160/27", + "20.220.0.128/26", + "20.220.5.128/27", + "20.220.6.0/26", + "20.223.66.176/28", + "20.223.67.160/27", + "20.223.69.0/25", + "20.232.92.64/26", + "20.233.132.0/25", + "20.236.146.0/25", + "40.80.97.192/26", + "40.117.24.96/27", + "51.116.79.192/26", + "51.120.178.64/27", + "51.120.180.224/27", + "51.142.129.128/26", + "51.142.131.128/26", + "52.191.44.128/26", + "52.236.190.0/24", + "52.242.46.128/26", + "68.218.121.0/26", + "68.218.123.0/25", + "68.219.173.128/25" + ], + "networkFeatures": [ + "NSG", + "API" + ] + } + }, + { + "name": "Dynamics365ForMarketingEmail", + "id": "Dynamics365ForMarketingEmail", + "properties": { + "changeNumber": 2, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "Dynamics365ForMarketingEmail", + "addressPrefixes": [ + "13.66.138.128/25", + "13.69.226.128/25", + "13.71.171.0/24", + "13.74.106.128/25", + "13.75.35.0/24", + "13.77.51.0/24", + "13.78.107.0/24", + "40.78.242.0/25", + "40.79.138.192/26", + "40.120.64.224/27", + "51.107.129.64/27", + "51.140.147.0/24", + "65.52.252.128/27", + "102.133.251.96/27", + "104.211.80.0/24", + "191.233.202.0/24" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EOPExternalPublishedIPs", + "id": "EOPExternalPublishedIPs", + "properties": { + "changeNumber": 15, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "EOPExtPublished", + "addressPrefixes": [ + "40.92.1.0/24", + "40.92.6.0/24", + "40.92.116.0/22", + "40.92.120.0/23", + "40.93.1.0/24", + "40.93.2.0/23", + "40.93.5.0/24", + "40.93.6.0/23", + "40.93.8.0/21", + "40.93.16.0/23", + "40.93.64.0/22", + "40.93.68.0/24", + "40.93.128.0/23", + "40.93.192.0/20", + "40.93.208.0/22", + "40.93.212.0/23", + "40.93.214.0/24", + "40.95.1.0/24", + "40.95.6.0/24", + "40.95.12.0/24", + "40.95.28.0/24", + "40.95.118.0/23", + "40.95.120.0/23", + "40.107.28.0/22", + "40.107.71.0/24", + "40.107.78.0/24", + "40.107.81.0/24", + "40.107.86.0/24", + "52.100.0.0/16", + "52.101.0.0/20", + "52.101.24.0/21", + "52.101.32.0/19", + "52.101.64.0/19", + "52.101.96.0/22", + "52.101.100.0/23", + "52.101.102.0/24", + "52.101.128.0/21", + "52.101.136.0/23", + "52.102.128.0/20", + "52.102.160.0/22", + "52.102.164.0/23", + "52.102.166.0/24", + "52.102.192.0/23", + "52.103.2.0/23", + "52.103.4.0/22", + "52.103.8.0/21", + "52.103.16.0/23", + "52.103.32.0/22", + "52.103.36.0/23", + "52.103.38.0/24", + "52.103.64.0/23", + "52.103.128.0/22", + "52.103.132.0/23", + "52.103.134.0/24", + "52.103.136.0/21", + "52.103.160.0/22", + "52.103.164.0/23", + "52.103.166.0/24", + "52.103.192.0/23", + "104.47.0.0/17", + "2a01:111:f403::/48" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "GatewayManager", + "id": "GatewayManager", + "properties": { + "changeNumber": 23, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "4.232.24.64/26", + "13.66.140.144/29", + "13.67.9.128/29", + "13.69.64.224/29", + "13.69.227.224/29", + "13.70.72.208/29", + "13.71.170.240/29", + "13.71.194.232/29", + "13.75.36.8/29", + "13.77.50.88/29", + "13.78.108.16/29", + "13.87.56.104/29", + "13.87.122.104/29", + "13.89.171.96/29", + "20.17.48.64/26", + "20.17.112.64/26", + "20.21.32.64/26", + "20.36.106.72/29", + "20.36.114.24/29", + "20.36.120.72/29", + "20.37.53.66/32", + "20.37.53.76/32", + "20.37.64.72/29", + "20.37.74.88/29", + "20.37.152.72/29", + "20.37.192.72/29", + "20.37.224.72/29", + "20.38.80.72/29", + "20.38.136.72/29", + "20.39.1.56/32", + "20.39.1.58/32", + "20.39.8.72/29", + "20.39.26.140/32", + "20.39.26.246/32", + "20.40.173.147/32", + "20.41.0.72/29", + "20.41.64.72/29", + "20.41.192.72/29", + "20.42.0.72/29", + "20.42.128.72/29", + "20.42.224.72/29", + "20.43.40.72/29", + "20.43.64.72/29", + "20.43.128.72/29", + "20.44.3.16/29", + "20.45.95.128/27", + "20.45.112.72/29", + "20.45.192.72/29", + "20.46.13.128/26", + "20.47.233.224/27", + "20.51.6.64/26", + "20.52.95.96/27", + "20.53.54.0/27", + "20.53.61.192/27", + "20.54.106.86/32", + "20.54.121.133/32", + "20.59.80.32/27", + "20.69.5.224/27", + "20.70.222.128/27", + "20.71.77.117/32", + "20.71.77.160/32", + "20.72.16.64/26", + "20.74.0.115/32", + "20.74.0.127/32", + "20.74.195.128/27", + "20.83.222.224/27", + "20.87.82.0/27", + "20.88.159.0/27", + "20.90.36.64/27", + "20.90.132.224/27", + "20.92.4.224/27", + "20.97.35.128/27", + "20.98.130.16/32", + "20.98.194.96/27", + "20.99.8.0/26", + "20.105.210.128/27", + "20.107.239.96/27", + "20.111.2.224/27", + "20.116.42.128/27", + "20.118.195.160/27", + "20.150.160.64/29", + "20.150.161.0/26", + "20.150.171.64/29", + "20.189.104.72/29", + "20.189.180.225/32", + "20.189.181.8/32", + "20.189.194.192/27", + "20.192.47.0/26", + "20.192.84.224/27", + "20.192.153.224/27", + "20.192.160.64/26", + "20.192.224.192/26", + "20.193.142.141/32", + "20.193.142.178/32", + "20.194.75.128/26", + "20.195.37.65/32", + "20.195.38.22/32", + "20.195.78.0/26", + "20.195.86.96/27", + "20.199.200.128/27", + "20.200.160.32/27", + "20.210.68.160/27", + "20.210.145.192/26", + "20.215.0.64/26", + "20.217.40.64/26", + "23.100.217.32/27", + "23.100.231.72/32", + "23.100.231.96/32", + "40.67.48.72/29", + "40.67.59.64/29", + "40.69.106.88/29", + "40.70.146.224/29", + "40.71.11.96/29", + "40.74.24.72/29", + "40.74.100.168/29", + "40.78.194.88/29", + "40.78.202.112/29", + "40.79.130.224/29", + "40.79.178.88/29", + "40.80.56.72/29", + "40.80.168.72/29", + "40.80.184.72/29", + "40.81.94.172/32", + "40.81.94.182/32", + "40.81.180.83/32", + "40.81.182.82/32", + "40.81.189.24/32", + "40.81.189.42/32", + "40.82.236.2/32", + "40.82.236.13/32", + "40.82.248.240/29", + "40.88.222.179/32", + "40.88.223.53/32", + "40.89.16.72/29", + "40.89.217.100/32", + "40.89.217.109/32", + "40.90.186.21/32", + "40.90.186.91/32", + "40.91.89.36/32", + "40.91.91.51/32", + "40.112.242.168/29", + "40.119.8.64/29", + "40.119.49.12/32", + "40.124.139.107/32", + "40.124.139.174/32", + "51.12.40.192/26", + "51.12.192.192/26", + "51.53.24.64/26", + "51.53.168.64/26", + "51.104.24.72/29", + "51.105.80.72/29", + "51.105.88.72/29", + "51.107.48.72/29", + "51.107.59.32/29", + "51.107.144.72/29", + "51.107.155.32/29", + "51.107.247.0/26", + "51.116.48.72/29", + "51.116.59.32/29", + "51.116.77.96/27", + "51.116.144.72/29", + "51.116.155.96/29", + "51.120.40.72/29", + "51.120.98.168/29", + "51.120.176.32/27", + "51.120.219.64/29", + "51.120.224.72/29", + "51.120.235.128/26", + "51.137.160.72/29", + "51.140.148.16/29", + "51.140.210.200/29", + "51.143.192.72/29", + "52.136.48.72/29", + "52.136.191.96/27", + "52.138.90.40/29", + "52.139.87.129/32", + "52.139.87.150/32", + "52.140.104.72/29", + "52.142.152.114/32", + "52.142.154.100/32", + "52.143.250.137/32", + "52.143.251.22/32", + "52.147.44.33/32", + "52.148.30.6/32", + "52.149.24.100/32", + "52.149.26.14/32", + "52.150.136.72/29", + "52.159.19.113/32", + "52.159.20.67/32", + "52.159.21.124/32", + "52.162.106.168/29", + "52.180.182.210/32", + "52.184.255.23/32", + "52.228.80.72/29", + "52.231.18.224/29", + "52.231.146.200/29", + "52.242.44.0/27", + "52.251.12.161/32", + "52.253.157.2/32", + "52.253.159.209/32", + "52.253.232.235/32", + "52.253.239.162/32", + "65.52.250.24/29", + "68.221.80.64/26", + "102.37.86.224/27", + "102.133.27.16/29", + "102.133.56.72/29", + "102.133.155.16/29", + "102.133.216.72/29", + "104.211.81.208/29", + "104.211.146.88/29", + "104.214.19.64/29", + "158.23.96.64/26", + "191.233.8.64/26", + "191.233.203.208/29", + "191.233.245.75/32", + "191.233.245.118/32", + "191.235.224.72/29", + "191.238.78.96/27", + "2603:1000:4::40/122", + "2603:1000:104:1::40/122", + "2603:1010:6:1::40/122", + "2603:1010:101::40/122", + "2603:1010:304::40/122", + "2603:1010:404::40/122", + "2603:1020:5:1::40/122", + "2603:1020:206:1::40/122", + "2603:1020:305::40/122", + "2603:1020:405::40/122", + "2603:1020:605::40/122", + "2603:1020:705:1::40/122", + "2603:1020:805:1::40/122", + "2603:1020:905::40/122", + "2603:1020:a04:1::40/122", + "2603:1020:b04::40/122", + "2603:1020:c04:1::40/122", + "2603:1020:d04::40/122", + "2603:1020:e04:1::40/122", + "2603:1020:f04::40/122", + "2603:1020:1004::40/122", + "2603:1020:1104::40/122", + "2603:1020:1204::40/122", + "2603:1020:1302::40/122", + "2603:1020:1403::40/122", + "2603:1030:f:1::40/122", + "2603:1030:10:1::40/122", + "2603:1030:104:1::40/122", + "2603:1030:107::40/122", + "2603:1030:210:1::40/122", + "2603:1030:40b:1::40/122", + "2603:1030:40c:1::40/122", + "2603:1030:504:1::40/122", + "2603:1030:608::40/122", + "2603:1030:702::40/122", + "2603:1030:807:1::40/122", + "2603:1030:a07::40/122", + "2603:1030:b04::40/122", + "2603:1030:c06:1::40/122", + "2603:1030:f05:1::40/122", + "2603:1030:1005::40/122", + "2603:1040:5:1::40/122", + "2603:1040:207::40/122", + "2603:1040:407:1::40/122", + "2603:1040:606::40/122", + "2603:1040:806::40/122", + "2603:1040:904:1::40/122", + "2603:1040:a06:1::40/122", + "2603:1040:b04::40/122", + "2603:1040:c06::40/122", + "2603:1040:d04::40/122", + "2603:1040:e05:1::500/122", + "2603:1040:f05:1::40/122", + "2603:1040:1002::80/122", + "2603:1040:1104::40/122", + "2603:1040:1202::40/122", + "2603:1040:1302::40/122", + "2603:1040:1402::40/122", + "2603:1040:1503::40/122", + "2603:1040:1602::40/122", + "2603:1050:6:1::40/122", + "2603:1050:403::40/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Grafana", + "id": "Grafana", + "properties": { + "changeNumber": 2, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "Grafana", + "addressPrefixes": [ + "13.78.142.163/32", + "13.78.193.27/32", + "20.45.225.190/32", + "20.45.226.100/32", + "20.45.227.0/32", + "20.47.147.40/32", + "20.47.149.250/32", + "20.47.211.49/32", + "20.49.159.75/32", + "20.49.159.96/32", + "20.49.159.135/32", + "20.69.131.144/32", + "20.69.131.194/32", + "20.72.251.159/32", + "20.75.63.211/32", + "20.75.63.219/32", + "20.75.63.224/32", + "20.88.167.169/32", + "20.88.240.155/32", + "20.88.241.213/32", + "20.88.242.67/32", + "20.92.136.11/32", + "20.92.138.2/32", + "20.92.138.60/32", + "20.105.112.13/32", + "20.105.112.38/32", + "20.105.112.60/32", + "20.106.116.241/32", + "20.106.116.250/32", + "20.106.117.21/32", + "20.120.43.49/32", + "20.120.43.58/32", + "20.187.184.36/32", + "20.187.190.248/32", + "20.187.191.3/32", + "23.98.121.24/32", + "40.65.168.200/32", + "40.65.169.7/32", + "40.114.177.51/32", + "40.114.178.70/32", + "51.12.128.44/32", + "51.12.129.76/32", + "51.12.130.23/32", + "51.137.13.118/32", + "52.161.89.127/32" + ], + "networkFeatures": [ + "NSG", + "API" + ] + } + }, + { + "name": "HDInsight", + "id": "HDInsight", + "properties": { + "changeNumber": 32, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "4.232.30.208/29", + "13.64.254.98/32", + "13.66.141.144/29", + "13.67.9.152/29", + "13.69.65.8/29", + "13.69.229.72/29", + "13.70.73.96/29", + "13.71.172.240/29", + "13.71.196.48/29", + "13.73.240.8/29", + "13.73.254.192/29", + "13.74.153.132/32", + "13.75.38.112/29", + "13.75.152.195/32", + "13.76.136.249/32", + "13.76.245.160/32", + "13.77.2.56/32", + "13.77.2.94/32", + "13.77.52.8/29", + "13.78.89.60/32", + "13.78.125.90/32", + "13.82.225.233/32", + "13.86.218.240/29", + "13.87.58.32/29", + "13.87.124.32/29", + "13.89.171.120/29", + "20.17.54.184/29", + "20.17.120.24/29", + "20.21.37.56/29", + "20.36.36.33/32", + "20.36.36.196/32", + "20.36.123.88/29", + "20.37.68.40/29", + "20.37.76.96/29", + "20.37.228.0/29", + "20.38.139.88/29", + "20.39.15.48/29", + "20.40.207.144/29", + "20.41.69.32/29", + "20.41.197.120/29", + "20.43.45.224/29", + "20.43.120.8/29", + "20.44.4.64/29", + "20.44.16.8/29", + "20.44.26.240/29", + "20.45.115.128/29", + "20.45.198.80/29", + "20.48.192.24/29", + "20.49.102.48/29", + "20.49.114.56/29", + "20.49.126.128/29", + "20.53.40.120/29", + "20.61.96.160/29", + "20.72.20.40/29", + "20.150.167.176/29", + "20.150.172.232/29", + "20.188.39.64/32", + "20.189.111.192/29", + "20.191.160.0/29", + "20.192.48.216/29", + "20.192.235.248/29", + "20.193.194.16/29", + "20.193.203.200/29", + "20.215.6.136/29", + "20.217.46.136/29", + "23.98.107.192/29", + "23.99.5.239/32", + "23.101.196.19/32", + "23.102.235.122/32", + "40.64.134.160/29", + "40.67.50.248/29", + "40.67.60.64/29", + "40.69.107.8/29", + "40.71.13.160/29", + "40.71.175.99/32", + "40.74.101.192/29", + "40.74.125.69/32", + "40.74.146.88/29", + "40.78.195.8/29", + "40.78.202.136/29", + "40.79.130.248/29", + "40.79.180.16/29", + "40.79.187.0/29", + "40.80.63.144/29", + "40.80.172.120/29", + "40.89.22.88/29", + "40.89.65.220/32", + "40.89.68.134/32", + "40.89.157.135/32", + "51.12.17.48/29", + "51.12.25.48/29", + "51.53.30.168/29", + "51.53.174.152/29", + "51.104.8.96/29", + "51.104.31.56/29", + "51.105.92.56/29", + "51.107.52.208/29", + "51.107.60.48/29", + "51.107.148.24/29", + "51.107.156.56/29", + "51.116.49.168/29", + "51.116.60.48/29", + "51.116.145.168/29", + "51.116.156.48/29", + "51.120.43.88/29", + "51.120.100.48/29", + "51.120.220.48/29", + "51.120.228.40/29", + "51.137.166.32/29", + "51.140.47.39/32", + "51.140.52.16/32", + "51.140.211.24/29", + "51.141.7.20/32", + "51.141.13.110/32", + "52.136.52.40/29", + "52.140.108.248/29", + "52.146.79.136/29", + "52.146.130.184/29", + "52.150.154.192/29", + "52.161.10.167/32", + "52.161.23.15/32", + "52.162.110.160/29", + "52.164.210.96/32", + "52.166.243.90/32", + "52.172.152.49/32", + "52.172.153.209/32", + "52.174.36.244/32", + "52.175.38.134/32", + "52.175.211.210/32", + "52.175.222.222/32", + "52.180.183.49/32", + "52.180.183.58/32", + "52.228.37.66/32", + "52.228.45.222/32", + "52.229.123.172/32", + "52.229.127.96/32", + "52.231.36.209/32", + "52.231.39.142/32", + "52.231.147.24/29", + "52.231.203.16/32", + "52.231.205.214/32", + "65.52.252.96/29", + "68.221.87.104/29", + "102.133.28.80/29", + "102.133.60.32/29", + "102.133.124.0/29", + "102.133.219.176/29", + "104.46.176.168/29", + "104.210.84.115/32", + "104.211.216.210/32", + "104.211.223.67/32", + "138.91.29.150/32", + "138.91.141.162/32", + "157.55.213.99/32", + "157.56.8.38/32", + "158.23.103.104/29", + "168.61.48.131/32", + "168.61.49.99/32", + "191.233.10.184/29", + "191.233.51.152/29", + "191.233.204.240/29", + "191.234.138.128/29", + "191.235.84.104/32", + "191.235.87.113/32", + "2603:1000:4:402::320/124", + "2603:1000:104:402::320/124", + "2603:1010:6:402::320/124", + "2603:1010:101:402::320/124", + "2603:1010:304:5::120/124", + "2603:1010:304:402::320/124", + "2603:1010:404:5::1f0/124", + "2603:1010:404:402::320/124", + "2603:1020:5:402::320/124", + "2603:1020:206:402::320/124", + "2603:1020:305:402::320/124", + "2603:1020:405:402::320/124", + "2603:1020:605:402::320/124", + "2603:1020:705:402::320/124", + "2603:1020:805:402::320/124", + "2603:1020:905:402::320/124", + "2603:1020:a04:3::40/124", + "2603:1020:a04:402::320/124", + "2603:1020:b04:402::320/124", + "2603:1020:c04:402::320/124", + "2603:1020:d04:5::300/124", + "2603:1020:d04:402::320/124", + "2603:1020:e04::790/124", + "2603:1020:e04:402::320/124", + "2603:1020:f04:6::300/124", + "2603:1020:f04:402::320/124", + "2603:1020:1004:1::1e0/124", + "2603:1020:1104:1::140/124", + "2603:1020:1204:1::290/124", + "2603:1020:1302:1::540/124", + "2603:1020:1403:1::2b0/124", + "2603:1030:f:2::4b0/124", + "2603:1030:f:400::b20/124", + "2603:1030:10:402::320/124", + "2603:1030:104::7b0/124", + "2603:1030:104:402::320/124", + "2603:1030:107::720/124", + "2603:1030:210:402::320/124", + "2603:1030:40b:400::b20/124", + "2603:1030:40c:402::320/124", + "2603:1030:504::1e0/124", + "2603:1030:608:3::7b0/124", + "2603:1030:608:402::320/124", + "2603:1030:702:1::2b0/124", + "2603:1030:807:402::320/124", + "2603:1030:a07:9::1c0/124", + "2603:1030:a07:402::9a0/124", + "2603:1030:b04:402::320/124", + "2603:1030:c06:400::b20/124", + "2603:1030:f05:402::320/124", + "2603:1030:1005:3::430/124", + "2603:1030:1005:402::320/124", + "2603:1040:5:402::320/124", + "2603:1040:207:1::4d0/124", + "2603:1040:207:402::320/124", + "2603:1040:407:402::320/124", + "2603:1040:606:3::310/124", + "2603:1040:606:402::320/124", + "2603:1040:806:3::600/124", + "2603:1040:806:402::320/124", + "2603:1040:904:3::10/124", + "2603:1040:904:402::320/124", + "2603:1040:a06:2::540/124", + "2603:1040:a06:402::320/124", + "2603:1040:b04:5::240/124", + "2603:1040:b04:402::320/124", + "2603:1040:c06:402::320/124", + "2603:1040:d04:1::1e0/124", + "2603:1040:e05:5::4b0/124", + "2603:1040:f05::790/124", + "2603:1040:f05:402::320/124", + "2603:1040:1002:1::460/124", + "2603:1040:1104:1::140/124", + "2603:1040:1202:1::1b0/124", + "2603:1040:1302:1::470/124", + "2603:1040:1402:1::540/124", + "2603:1040:1503:1::350/124", + "2603:1040:1602:1::2f0/124", + "2603:1050:6:402::320/124", + "2603:1050:403:400::420/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "LogicApps", + "id": "LogicApps", + "properties": { + "changeNumber": 23, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "4.232.111.16/28", + "4.232.111.32/27", + "13.64.231.196/32", + "13.65.39.247/32", + "13.65.82.17/32", + "13.65.82.190/32", + "13.65.86.56/32", + "13.65.98.39/32", + "13.66.52.232/32", + "13.66.128.68/32", + "13.66.201.169/32", + "13.66.210.167/32", + "13.66.224.169/32", + "13.66.246.219/32", + "13.67.13.224/27", + "13.67.91.135/32", + "13.67.107.128/32", + "13.67.110.109/32", + "13.67.236.76/32", + "13.67.236.125/32", + "13.69.71.160/27", + "13.69.109.144/28", + "13.69.231.160/27", + "13.69.233.16/28", + "13.70.78.192/27", + "13.70.159.205/32", + "13.71.146.140/32", + "13.71.158.3/32", + "13.71.158.120/32", + "13.71.184.150/32", + "13.71.186.1/32", + "13.71.199.128/27", + "13.71.199.160/28", + "13.73.4.207/32", + "13.73.114.207/32", + "13.73.115.153/32", + "13.73.244.144/28", + "13.73.244.160/27", + "13.75.89.159/32", + "13.75.94.173/32", + "13.75.149.4/32", + "13.75.153.66/32", + "13.76.4.194/32", + "13.76.5.96/32", + "13.76.133.155/32", + "13.77.3.139/32", + "13.77.53.224/27", + "13.77.55.128/28", + "13.77.56.167/32", + "13.77.58.136/32", + "13.77.149.159/32", + "13.77.152.21/32", + "13.77.219.128/32", + "13.77.220.134/32", + "13.78.18.168/32", + "13.78.20.232/32", + "13.78.21.155/32", + "13.78.35.229/32", + "13.78.42.223/32", + "13.78.43.164/32", + "13.78.62.130/32", + "13.78.84.187/32", + "13.78.111.160/27", + "13.78.129.20/32", + "13.78.137.179/32", + "13.78.137.247/32", + "13.78.141.75/32", + "13.78.148.140/32", + "13.78.151.161/32", + "13.78.200.233/32", + "13.78.212.163/32", + "13.79.173.49/32", + "13.84.41.46/32", + "13.84.43.45/32", + "13.84.159.168/32", + "13.85.79.155/32", + "13.86.98.126/32", + "13.86.221.240/28", + "13.86.223.0/27", + "13.87.58.144/28", + "13.87.58.160/27", + "13.87.124.144/28", + "13.87.124.160/27", + "13.87.204.182/32", + "13.87.204.210/32", + "13.87.207.39/32", + "13.87.207.79/32", + "13.88.168.158/32", + "13.88.249.209/32", + "13.89.178.48/28", + "13.91.81.221/32", + "13.91.252.184/32", + "13.92.98.111/32", + "13.95.147.65/32", + "13.95.155.53/32", + "20.17.71.80/28", + "20.17.71.96/27", + "20.17.134.64/28", + "20.17.134.96/27", + "20.21.46.80/28", + "20.21.46.96/27", + "20.21.80.96/27", + "20.36.108.192/27", + "20.36.108.224/28", + "20.36.117.96/27", + "20.36.117.128/28", + "20.37.76.208/28", + "20.37.76.224/27", + "20.38.128.176/28", + "20.38.128.192/27", + "20.38.149.144/28", + "20.38.149.160/27", + "20.40.32.19/32", + "20.40.32.49/32", + "20.40.32.59/32", + "20.40.32.60/31", + "20.40.32.80/31", + "20.40.32.85/32", + "20.40.32.87/32", + "20.40.32.113/32", + "20.40.32.116/32", + "20.40.32.162/32", + "20.40.138.112/32", + "20.40.139.209/32", + "20.40.140.149/32", + "20.42.64.48/28", + "20.42.72.160/27", + "20.43.121.192/27", + "20.43.121.224/28", + "20.44.4.176/28", + "20.44.4.192/27", + "20.44.17.224/27", + "20.45.64.29/32", + "20.45.64.87/32", + "20.45.67.134/31", + "20.45.67.170/32", + "20.45.71.213/32", + "20.45.72.54/32", + "20.45.72.72/32", + "20.45.75.193/32", + "20.45.75.200/32", + "20.45.75.236/32", + "20.45.79.239/32", + "20.45.245.152/29", + "20.45.245.160/28", + "20.45.245.176/29", + "20.46.42.220/32", + "20.46.46.173/32", + "20.46.187.174/32", + "20.47.236.96/27", + "20.47.249.56/32", + "20.47.249.65/32", + "20.47.249.165/32", + "20.48.132.222/32", + "20.48.133.133/32", + "20.48.133.182/32", + "20.51.6.176/28", + "20.51.6.192/28", + "20.52.95.184/29", + "20.52.95.192/28", + "20.52.95.208/29", + "20.53.72.170/32", + "20.53.93.188/32", + "20.53.94.103/32", + "20.53.106.182/32", + "20.53.107.208/32", + "20.53.107.215/32", + "20.59.80.224/27", + "20.59.103.128/29", + "20.69.8.8/29", + "20.69.8.16/28", + "20.69.8.32/29", + "20.70.114.10/32", + "20.70.114.64/32", + "20.70.114.125/32", + "20.70.223.16/29", + "20.70.223.32/27", + "20.72.30.160/28", + "20.72.30.192/27", + "20.72.243.225/32", + "20.72.244.58/32", + "20.72.244.108/32", + "20.74.196.16/28", + "20.74.196.32/28", + "20.74.250.247/32", + "20.74.251.30/32", + "20.74.255.28/32", + "20.74.255.37/32", + "20.74.255.147/32", + "20.76.161.156/32", + "20.76.170.145/32", + "20.76.171.34/32", + "20.76.174.72/32", + "20.82.87.16/32", + "20.82.87.192/32", + "20.82.87.229/32", + "20.84.29.18/32", + "20.84.29.29/32", + "20.84.29.150/32", + "20.87.80.120/29", + "20.87.82.128/28", + "20.87.82.144/29", + "20.87.88.47/32", + "20.87.91.122/32", + "20.87.91.169/32", + "20.87.91.171/32", + "20.87.92.40/32", + "20.87.92.64/32", + "20.88.159.144/29", + "20.88.159.160/27", + "20.88.209.88/32", + "20.88.209.97/32", + "20.88.209.113/32", + "20.89.226.101/32", + "20.89.226.188/32", + "20.89.226.241/32", + "20.89.227.14/32", + "20.89.227.25/32", + "20.89.227.63/32", + "20.90.37.224/27", + "20.90.204.188/32", + "20.90.204.228/32", + "20.90.204.232/32", + "20.92.5.32/27", + "20.93.235.107/32", + "20.93.236.26/32", + "20.93.236.81/32", + "20.94.149.199/32", + "20.94.150.220/32", + "20.94.151.41/32", + "20.96.58.28/32", + "20.96.58.139/32", + "20.96.58.140/32", + "20.96.89.48/32", + "20.96.89.54/32", + "20.96.89.98/32", + "20.96.89.234/32", + "20.96.89.254/32", + "20.96.90.28/32", + "20.97.39.48/29", + "20.97.39.64/27", + "20.98.195.0/27", + "20.98.195.32/29", + "20.99.189.70/32", + "20.99.189.158/32", + "20.99.190.19/32", + "20.100.4.104/29", + "20.100.4.112/28", + "20.100.4.128/29", + "20.100.26.52/32", + "20.100.26.148/32", + "20.100.27.17/32", + "20.100.36.10/32", + "20.100.36.49/32", + "20.100.36.102/32", + "20.101.174.23/32", + "20.101.174.49/32", + "20.101.174.52/32", + "20.102.164.100/32", + "20.102.166.9/32", + "20.102.166.10/32", + "20.103.16.47/32", + "20.103.17.223/32", + "20.103.17.247/32", + "20.103.18.84/32", + "20.103.21.81/32", + "20.103.21.113/32", + "20.103.57.29/32", + "20.103.57.210/32", + "20.103.58.116/32", + "20.103.84.41/32", + "20.103.84.61/32", + "20.103.91.39/32", + "20.103.94.250/32", + "20.103.94.255/32", + "20.104.9.221/32", + "20.104.13.249/32", + "20.104.14.9/32", + "20.105.243.152/29", + "20.105.243.160/27", + "20.106.85.228/32", + "20.106.116.172/32", + "20.106.116.186/32", + "20.106.116.207/32", + "20.106.116.225/32", + "20.107.239.224/27", + "20.108.102.123/32", + "20.108.102.142/32", + "20.108.102.180/32", + "20.109.202.29/32", + "20.109.202.36/31", + "20.111.3.120/29", + "20.111.3.128/28", + "20.111.3.144/29", + "20.113.8.64/32", + "20.113.10.168/32", + "20.113.11.8/32", + "20.113.11.85/32", + "20.113.11.136/32", + "20.113.12.69/32", + "20.113.195.253/32", + "20.113.196.183/32", + "20.113.197.46/32", + "20.113.206.134/32", + "20.113.206.147/32", + "20.113.206.170/32", + "20.116.43.24/29", + "20.116.43.32/28", + "20.116.43.48/29", + "20.117.192.168/29", + "20.117.192.176/28", + "20.117.192.192/29", + "20.118.139.136/29", + "20.118.139.144/28", + "20.118.139.160/29", + "20.118.195.224/27", + "20.125.1.80/28", + "20.125.1.96/28", + "20.150.159.163/32", + "20.150.172.240/28", + "20.150.173.192/27", + "20.150.181.32/27", + "20.187.188.136/32", + "20.187.189.47/32", + "20.187.189.246/32", + "20.187.250.221/32", + "20.187.254.110/32", + "20.187.254.129/32", + "20.188.33.169/32", + "20.188.39.105/32", + "20.189.194.184/29", + "20.189.198.64/28", + "20.189.198.80/29", + "20.191.172.255/32", + "20.191.174.52/32", + "20.192.84.216/29", + "20.192.153.216/29", + "20.192.157.224/28", + "20.192.157.240/29", + "20.192.184.0/27", + "20.192.238.128/27", + "20.192.238.160/28", + "20.193.206.48/28", + "20.193.206.128/27", + "20.194.205.189/32", + "20.194.206.98/32", + "20.194.207.50/32", + "20.195.49.29/32", + "20.195.49.240/32", + "20.195.49.246/32", + "20.198.128.124/32", + "20.198.130.152/32", + "20.198.130.155/32", + "20.199.193.249/32", + "20.199.201.0/27", + "20.200.59.228/32", + "20.200.60.151/32", + "20.200.63.149/32", + "20.200.160.160/27", + "20.200.177.135/32", + "20.200.177.146/31", + "20.200.177.148/32", + "20.200.177.151/32", + "20.200.180.213/32", + "20.200.198.168/29", + "20.200.198.176/28", + "20.200.198.192/29", + "20.200.202.75/32", + "20.200.206.170/32", + "20.200.207.29/32", + "20.200.231.139/32", + "20.200.231.222/32", + "20.200.231.229/32", + "20.201.24.212/32", + "20.201.25.72/32", + "20.201.64.135/32", + "20.201.66.44/32", + "20.201.66.147/32", + "20.203.88.0/27", + "20.203.224.37/32", + "20.203.225.242/32", + "20.203.227.226/32", + "20.203.229.127/32", + "20.203.230.58/32", + "20.203.230.170/32", + "20.204.192.144/28", + "20.204.192.160/28", + "20.204.202.72/32", + "20.204.203.110/32", + "20.204.204.74/32", + "20.204.212.8/32", + "20.204.212.60/32", + "20.204.212.77/32", + "20.205.49.0/27", + "20.206.0.208/28", + "20.206.0.224/28", + "20.206.40.250/32", + "20.206.41.20/32", + "20.206.41.94/32", + "20.206.42.14/32", + "20.206.42.67/32", + "20.206.43.33/32", + "20.206.178.0/28", + "20.206.178.16/29", + "20.207.168.96/28", + "20.207.168.112/29", + "20.208.7.88/29", + "20.208.7.96/28", + "20.208.7.112/29", + "20.210.69.32/27", + "20.212.79.224/27", + "20.215.158.80/28", + "20.215.158.96/27", + "20.216.16.75/32", + "20.217.62.80/28", + "20.217.62.96/27", + "23.96.200.77/32", + "23.96.200.227/32", + "23.96.203.46/32", + "23.96.210.49/32", + "23.96.212.28/32", + "23.96.253.219/32", + "23.97.68.172/32", + "23.97.210.126/32", + "23.97.211.179/32", + "23.97.218.130/32", + "23.98.121.115/32", + "23.98.121.179/32", + "23.98.121.180/32", + "23.99.125.99/32", + "23.100.29.190/32", + "23.100.82.16/32", + "23.100.86.139/32", + "23.100.87.24/32", + "23.100.87.56/32", + "23.100.124.84/32", + "23.100.127.172/32", + "23.101.132.208/32", + "23.101.136.201/32", + "23.101.139.153/32", + "23.101.160.111/32", + "23.101.167.207/32", + "23.101.174.98/32", + "23.101.183.225/32", + "23.101.191.106/32", + "23.102.70.174/32", + "40.64.10.208/28", + "40.64.11.64/28", + "40.67.60.176/28", + "40.67.60.192/27", + "40.68.209.23/32", + "40.68.222.65/32", + "40.69.110.192/27", + "40.69.110.224/28", + "40.70.26.154/32", + "40.70.27.236/32", + "40.70.27.253/32", + "40.70.29.214/32", + "40.70.131.151/32", + "40.74.64.207/32", + "40.74.66.200/32", + "40.74.68.85/32", + "40.74.74.21/32", + "40.74.76.213/32", + "40.74.77.205/32", + "40.74.81.13/32", + "40.74.85.215/32", + "40.74.131.151/32", + "40.74.132.29/32", + "40.74.136.23/32", + "40.74.140.4/32", + "40.74.140.162/32", + "40.74.140.173/32", + "40.74.142.133/32", + "40.74.143.215/32", + "40.74.149.96/27", + "40.75.35.240/28", + "40.76.148.50/32", + "40.76.151.25/32", + "40.76.151.124/32", + "40.76.174.39/32", + "40.76.174.83/32", + "40.76.174.148/32", + "40.77.31.87/32", + "40.77.111.254/32", + "40.78.65.112/32", + "40.78.65.193/32", + "40.78.196.176/28", + "40.78.204.208/28", + "40.78.204.224/27", + "40.78.239.16/28", + "40.78.245.144/28", + "40.78.245.160/27", + "40.79.44.7/32", + "40.79.139.144/28", + "40.79.139.160/27", + "40.79.171.240/28", + "40.79.180.160/27", + "40.79.180.192/28", + "40.79.197.48/28", + "40.80.180.16/28", + "40.80.180.32/27", + "40.83.73.39/32", + "40.83.75.165/32", + "40.83.77.208/32", + "40.83.98.194/32", + "40.83.100.69/32", + "40.83.127.19/32", + "40.83.134.97/32", + "40.83.164.80/32", + "40.84.25.234/32", + "40.84.30.147/32", + "40.84.59.136/32", + "40.84.138.132/32", + "40.85.241.105/32", + "40.85.250.135/32", + "40.85.250.212/32", + "40.85.252.47/32", + "40.86.202.42/32", + "40.86.203.228/32", + "40.86.216.241/32", + "40.86.217.241/32", + "40.86.226.149/32", + "40.86.228.93/32", + "40.89.186.28/32", + "40.89.186.30/32", + "40.89.188.169/32", + "40.89.190.104/32", + "40.89.191.161/32", + "40.112.90.39/32", + "40.112.92.104/32", + "40.112.95.216/32", + "40.113.1.181/32", + "40.113.3.202/32", + "40.113.4.18/32", + "40.113.10.90/32", + "40.113.11.17/32", + "40.113.12.95/32", + "40.113.18.211/32", + "40.113.20.202/32", + "40.113.22.12/32", + "40.113.94.31/32", + "40.113.218.230/32", + "40.114.8.21/32", + "40.114.12.31/32", + "40.114.13.216/32", + "40.114.14.143/32", + "40.114.40.186/32", + "40.114.51.5/32", + "40.114.82.191/32", + "40.115.78.70/32", + "40.115.78.237/32", + "40.117.9.125/32", + "40.117.9.225/32", + "40.117.9.229/32", + "40.117.10.230/32", + "40.117.99.79/32", + "40.117.100.228/32", + "40.118.241.243/32", + "40.118.244.241/32", + "40.119.166.152/32", + "40.120.64.0/27", + "40.120.64.32/28", + "40.121.91.41/32", + "40.122.41.236/32", + "40.122.46.197/32", + "40.122.170.198/32", + "40.123.212.104/32", + "40.123.216.73/32", + "40.123.217.165/32", + "40.123.224.143/32", + "40.123.224.227/32", + "40.123.228.182/32", + "40.123.230.45/32", + "40.123.231.179/32", + "40.123.231.186/32", + "40.126.227.199/32", + "40.126.240.14/32", + "40.126.249.73/32", + "40.126.252.33/32", + "40.126.252.85/32", + "40.126.252.107/32", + "40.127.80.231/32", + "40.127.83.170/32", + "40.127.84.38/32", + "40.127.86.12/32", + "40.127.91.18/32", + "40.127.93.92/32", + "40.127.144.121/32", + "40.127.144.251/32", + "40.127.145.51/32", + "40.127.240.183/32", + "40.127.242.159/32", + "40.127.242.203/32", + "51.11.97.16/28", + "51.11.97.32/27", + "51.11.237.216/32", + "51.11.237.219/32", + "51.11.237.239/32", + "51.12.75.120/29", + "51.12.75.128/28", + "51.12.75.144/29", + "51.12.100.112/28", + "51.12.102.160/27", + "51.12.204.112/28", + "51.12.204.192/27", + "51.12.229.32/27", + "51.13.148.11/32", + "51.13.148.178/32", + "51.13.149.162/32", + "51.13.151.90/32", + "51.13.153.172/32", + "51.13.155.184/32", + "51.53.110.80/28", + "51.53.110.96/27", + "51.53.191.80/28", + "51.53.191.96/27", + "51.103.128.52/32", + "51.103.132.236/32", + "51.103.134.69/32", + "51.103.134.138/32", + "51.103.135.51/32", + "51.103.136.37/32", + "51.103.136.209/32", + "51.103.136.210/32", + "51.103.137.79/32", + "51.103.138.28/32", + "51.103.138.96/32", + "51.103.139.122/32", + "51.104.9.112/28", + "51.104.57.160/32", + "51.104.58.40/32", + "51.104.62.166/32", + "51.105.69.96/27", + "51.107.60.160/27", + "51.107.60.192/28", + "51.107.156.160/27", + "51.107.156.192/28", + "51.107.225.151/32", + "51.107.225.163/32", + "51.107.225.167/32", + "51.107.225.179/32", + "51.107.225.180/32", + "51.107.225.186/32", + "51.107.225.190/32", + "51.107.226.253/32", + "51.107.227.18/32", + "51.107.231.86/32", + "51.107.232.61/32", + "51.107.234.254/32", + "51.107.235.139/32", + "51.107.239.66/32", + "51.107.239.83/32", + "51.107.239.112/32", + "51.107.239.123/32", + "51.116.60.144/28", + "51.116.60.160/27", + "51.116.77.88/29", + "51.116.77.224/28", + "51.116.77.240/29", + "51.116.158.64/28", + "51.116.168.104/32", + "51.116.168.222/32", + "51.116.171.49/32", + "51.116.171.209/32", + "51.116.175.0/32", + "51.116.175.17/32", + "51.116.175.51/32", + "51.116.208.37/32", + "51.116.208.51/32", + "51.116.208.64/32", + "51.116.208.132/32", + "51.116.208.165/32", + "51.116.208.175/32", + "51.116.208.192/32", + "51.116.208.200/32", + "51.116.208.217/32", + "51.116.208.222/32", + "51.116.211.29/32", + "51.116.211.168/32", + "51.116.233.22/32", + "51.116.233.33/32", + "51.116.233.35/32", + "51.116.233.40/32", + "51.116.233.87/32", + "51.116.243.224/27", + "51.120.100.160/27", + "51.120.109.32/28", + "51.120.176.16/28", + "51.120.176.160/28", + "51.120.220.128/27", + "51.120.220.160/28", + "51.138.226.19/32", + "51.138.227.94/32", + "51.138.227.160/32", + "51.140.28.225/32", + "51.140.73.85/32", + "51.140.74.14/32", + "51.140.78.44/32", + "51.140.78.71/32", + "51.140.79.109/32", + "51.140.84.39/32", + "51.140.137.190/32", + "51.140.142.28/32", + "51.140.153.135/32", + "51.140.155.81/32", + "51.140.158.24/32", + "51.141.45.238/32", + "51.141.47.136/32", + "51.141.48.98/32", + "51.141.51.145/32", + "51.141.53.164/32", + "51.141.54.185/32", + "51.141.112.112/32", + "51.141.113.36/32", + "51.141.114.77/32", + "51.141.118.119/32", + "51.141.119.63/32", + "51.141.119.150/32", + "51.141.121.72/32", + "51.141.121.220/32", + "51.141.123.161/32", + "51.144.176.185/32", + "51.144.182.201/32", + "52.136.133.225/32", + "52.136.134.128/32", + "52.136.135.74/32", + "52.136.139.71/32", + "52.136.139.96/32", + "52.136.143.218/32", + "52.136.191.88/29", + "52.136.191.224/28", + "52.136.191.240/29", + "52.141.218.55/32", + "52.141.221.6/32", + "52.143.156.55/32", + "52.143.158.203/32", + "52.143.162.83/32", + "52.143.164.15/32", + "52.143.164.80/32", + "52.146.141.128/29", + "52.147.97.16/28", + "52.147.97.32/27", + "52.158.133.57/32", + "52.160.68.27/32", + "52.160.70.105/32", + "52.160.70.221/32", + "52.160.90.237/32", + "52.160.92.112/32", + "52.161.8.128/32", + "52.161.9.108/32", + "52.161.18.218/32", + "52.161.19.82/32", + "52.161.26.172/32", + "52.161.27.190/32", + "52.161.64.217/32", + "52.161.91.215/32", + "52.162.111.144/28", + "52.162.111.160/27", + "52.162.177.30/32", + "52.162.177.90/32", + "52.162.177.104/32", + "52.162.208.216/32", + "52.162.213.231/32", + "52.163.93.214/32", + "52.163.228.93/32", + "52.163.230.166/32", + "52.167.109.80/28", + "52.169.218.253/32", + "52.169.220.174/32", + "52.172.9.47/32", + "52.172.49.43/32", + "52.172.50.24/32", + "52.172.51.140/32", + "52.172.52.0/32", + "52.172.55.231/32", + "52.172.154.168/32", + "52.172.157.194/32", + "52.172.184.192/32", + "52.172.185.79/32", + "52.172.186.159/32", + "52.172.191.194/32", + "52.174.49.6/32", + "52.174.54.218/32", + "52.175.33.254/32", + "52.175.198.132/32", + "52.178.165.215/32", + "52.178.166.21/32", + "52.182.141.160/27", + "52.183.29.132/32", + "52.183.30.10/32", + "52.183.30.169/32", + "52.183.39.67/32", + "52.187.65.81/32", + "52.187.65.155/32", + "52.187.226.96/32", + "52.187.226.139/32", + "52.187.227.245/32", + "52.187.229.130/32", + "52.187.231.161/32", + "52.187.231.184/32", + "52.189.214.42/32", + "52.189.216.28/32", + "52.189.220.75/32", + "52.189.222.77/32", + "52.226.216.187/32", + "52.226.216.197/32", + "52.226.216.209/32", + "52.228.39.244/32", + "52.229.105.109/32", + "52.229.120.45/32", + "52.229.125.57/32", + "52.229.126.25/32", + "52.229.126.67/32", + "52.229.126.142/32", + "52.231.23.16/28", + "52.231.23.32/27", + "52.232.128.155/32", + "52.232.129.143/32", + "52.232.133.109/32", + "52.233.29.79/32", + "52.233.29.92/32", + "52.233.30.218/32", + "52.242.44.48/28", + "52.242.44.160/28", + "52.255.36.185/32", + "52.255.42.110/32", + "65.52.8.225/32", + "65.52.9.64/32", + "65.52.9.96/32", + "65.52.10.183/32", + "65.52.60.5/32", + "65.52.175.34/32", + "65.52.185.96/32", + "65.52.185.218/32", + "65.52.186.153/32", + "65.52.186.190/32", + "65.52.186.225/32", + "65.52.211.164/32", + "68.221.103.16/28", + "68.221.103.32/27", + "70.37.50.6/32", + "70.37.54.122/32", + "102.37.87.104/29", + "102.37.87.112/28", + "102.37.87.128/29", + "102.133.28.208/28", + "102.133.28.224/27", + "102.133.72.37/32", + "102.133.72.98/32", + "102.133.72.113/32", + "102.133.72.132/32", + "102.133.72.145/32", + "102.133.72.173/32", + "102.133.72.179/32", + "102.133.72.183/32", + "102.133.72.184/32", + "102.133.72.190/32", + "102.133.75.169/32", + "102.133.75.191/32", + "102.133.98.91/32", + "102.133.101.220/32", + "102.133.156.176/28", + "102.133.224.125/32", + "102.133.226.199/32", + "102.133.227.103/32", + "102.133.228.4/32", + "102.133.228.6/32", + "102.133.228.9/32", + "102.133.230.4/32", + "102.133.230.82/32", + "102.133.231.9/32", + "102.133.231.51/32", + "102.133.231.117/32", + "102.133.231.188/32", + "102.133.251.224/27", + "104.40.32.148/32", + "104.40.34.112/32", + "104.40.34.169/32", + "104.40.49.140/32", + "104.40.54.74/32", + "104.40.59.188/32", + "104.40.61.150/32", + "104.40.62.178/32", + "104.40.218.37/32", + "104.41.0.115/32", + "104.41.33.103/32", + "104.41.162.245/32", + "104.41.163.102/32", + "104.41.168.76/32", + "104.41.173.132/32", + "104.41.179.165/32", + "104.41.181.59/32", + "104.41.182.232/32", + "104.42.38.32/32", + "104.42.40.164/32", + "104.42.44.28/32", + "104.42.49.145/32", + "104.42.224.227/32", + "104.42.236.93/32", + "104.43.166.135/32", + "104.43.243.39/32", + "104.45.9.52/32", + "104.45.153.81/32", + "104.46.32.99/32", + "104.46.34.93/32", + "104.46.34.208/32", + "104.46.39.63/32", + "104.46.42.167/32", + "104.46.98.208/32", + "104.46.106.158/32", + "104.47.138.214/32", + "104.208.25.27/32", + "104.208.140.40/32", + "104.208.155.200/32", + "104.208.158.174/32", + "104.209.131.77/32", + "104.209.133.254/32", + "104.209.134.133/32", + "104.210.89.222/32", + "104.210.89.244/32", + "104.210.90.241/32", + "104.210.91.55/32", + "104.210.144.48/32", + "104.210.153.89/32", + "104.211.73.195/32", + "104.211.74.145/32", + "104.211.90.162/32", + "104.211.90.169/32", + "104.211.101.108/32", + "104.211.102.62/32", + "104.211.142.119/32", + "104.211.153.240/32", + "104.211.154.7/32", + "104.211.154.59/32", + "104.211.155.179/32", + "104.211.156.153/32", + "104.211.156.193/32", + "104.211.157.237/32", + "104.211.158.123/32", + "104.211.158.127/32", + "104.211.162.205/32", + "104.211.164.25/32", + "104.211.164.80/32", + "104.211.164.112/32", + "104.211.164.136/32", + "104.211.165.81/32", + "104.211.166.35/32", + "104.211.167.12/32", + "104.211.205.148/32", + "104.211.210.192/32", + "104.211.211.221/32", + "104.211.213.78/32", + "104.211.218.202/32", + "104.211.221.215/32", + "104.211.225.152/32", + "104.211.227.229/32", + "104.211.229.115/32", + "104.211.230.126/32", + "104.211.230.129/32", + "104.211.231.39/32", + "104.214.137.243/32", + "104.214.161.64/27", + "104.214.161.96/28", + "104.215.88.156/32", + "104.215.89.144/32", + "104.215.90.86/32", + "104.215.90.189/32", + "104.215.90.203/32", + "104.215.93.125/32", + "104.215.176.31/32", + "104.215.176.81/32", + "104.215.177.5/32", + "104.215.178.204/32", + "104.215.179.133/32", + "104.215.180.203/32", + "104.215.181.6/32", + "111.221.85.72/32", + "111.221.85.74/32", + "137.116.44.82/32", + "137.116.80.70/32", + "137.116.85.245/32", + "137.116.126.165/32", + "137.117.72.32/32", + "137.135.106.54/32", + "138.91.17.47/32", + "138.91.25.99/32", + "138.91.26.45/32", + "138.91.188.137/32", + "157.55.210.61/32", + "157.55.212.238/32", + "157.56.12.202/32", + "157.56.160.212/32", + "157.56.162.53/32", + "157.56.167.147/32", + "158.23.15.16/28", + "158.23.15.32/27", + "168.61.86.120/32", + "168.61.152.201/32", + "168.61.172.83/32", + "168.61.172.225/32", + "168.61.173.172/32", + "168.61.217.177/32", + "168.62.9.74/32", + "168.62.9.100/32", + "168.62.28.191/32", + "168.62.109.110/32", + "168.62.219.52/32", + "168.62.219.83/32", + "168.62.248.37/32", + "168.62.249.81/32", + "168.63.136.37/32", + "168.63.200.173/32", + "191.232.32.19/32", + "191.232.32.100/32", + "191.232.34.78/32", + "191.232.34.249/32", + "191.232.35.177/32", + "191.232.36.213/32", + "191.233.54.240/28", + "191.233.68.51/32", + "191.233.207.0/28", + "191.233.207.32/27", + "191.234.161.28/32", + "191.234.161.168/32", + "191.234.162.131/32", + "191.234.162.178/32", + "191.234.166.198/32", + "191.234.182.26/32", + "191.235.82.221/32", + "191.235.86.199/32", + "191.235.91.7/32", + "191.235.94.220/32", + "191.235.95.229/32", + "191.235.180.188/32", + "191.237.207.21/32", + "191.237.255.116/32", + "191.238.41.107/32", + "191.238.78.248/29", + "191.238.161.62/32", + "191.238.163.65/32", + "191.239.67.132/32", + "191.239.82.62/32", + "191.239.161.74/32", + "191.239.177.86/32", + "207.46.148.176/32", + "2603:1000:4:402::3c0/124", + "2603:1000:4:402::3e0/123", + "2603:1000:104:402::3c0/124", + "2603:1000:104:402::3e0/123", + "2603:1010:6:402::3c0/124", + "2603:1010:6:402::3e0/123", + "2603:1010:101:402::3c0/124", + "2603:1010:101:402::3e0/123", + "2603:1010:304:402::3c0/124", + "2603:1010:304:402::3e0/123", + "2603:1010:404:402::3c0/124", + "2603:1010:404:402::3e0/123", + "2603:1020:5:402::3c0/124", + "2603:1020:5:402::3e0/123", + "2603:1020:206:402::3c0/124", + "2603:1020:206:402::3e0/123", + "2603:1020:305:402::3c0/124", + "2603:1020:305:402::3e0/123", + "2603:1020:405:402::3c0/124", + "2603:1020:405:402::3e0/123", + "2603:1020:605:402::3c0/124", + "2603:1020:605:402::3e0/123", + "2603:1020:705:402::3c0/124", + "2603:1020:705:402::3e0/123", + "2603:1020:805:402::3c0/124", + "2603:1020:805:402::3e0/123", + "2603:1020:905:402::3c0/124", + "2603:1020:905:402::3e0/123", + "2603:1020:a04:402::3c0/124", + "2603:1020:a04:402::3e0/123", + "2603:1020:b04:402::3c0/124", + "2603:1020:b04:402::3e0/123", + "2603:1020:c04:402::3c0/124", + "2603:1020:c04:402::3e0/123", + "2603:1020:d04:402::3c0/124", + "2603:1020:d04:402::3e0/123", + "2603:1020:e04:402::3c0/124", + "2603:1020:e04:402::3e0/123", + "2603:1020:f04:402::3c0/124", + "2603:1020:f04:402::3e0/123", + "2603:1020:1004:400::250/124", + "2603:1020:1004:400::260/123", + "2603:1020:1104:400::510/124", + "2603:1020:1104:400::520/123", + "2603:1020:1204:400::390/124", + "2603:1020:1204:400::3a0/123", + "2603:1020:1302:400::3b0/124", + "2603:1020:1302:400::3c0/123", + "2603:1020:1403:400::450/124", + "2603:1020:1403:400::460/123", + "2603:1030:f:400::bc0/124", + "2603:1030:f:400::be0/123", + "2603:1030:10:402::3c0/124", + "2603:1030:10:402::3e0/123", + "2603:1030:104:402::3c0/124", + "2603:1030:104:402::3e0/123", + "2603:1030:107:400::390/124", + "2603:1030:107:400::3a0/123", + "2603:1030:210:402::3c0/124", + "2603:1030:210:402::3e0/123", + "2603:1030:40b:400::bc0/124", + "2603:1030:40b:400::be0/123", + "2603:1030:40c:402::3c0/124", + "2603:1030:40c:402::3e0/123", + "2603:1030:504:402::250/124", + "2603:1030:504:402::260/123", + "2603:1030:608:402::3c0/124", + "2603:1030:608:402::3e0/123", + "2603:1030:702:400::450/124", + "2603:1030:702:400::460/123", + "2603:1030:807:402::3c0/124", + "2603:1030:807:402::3e0/123", + "2603:1030:a07:402::340/124", + "2603:1030:a07:402::360/123", + "2603:1030:b04:402::3c0/124", + "2603:1030:b04:402::3e0/123", + "2603:1030:c06:400::bc0/124", + "2603:1030:c06:400::be0/123", + "2603:1030:f05:402::3c0/124", + "2603:1030:f05:402::3e0/123", + "2603:1030:1005:402::3c0/124", + "2603:1030:1005:402::3e0/123", + "2603:1040:5:402::3c0/124", + "2603:1040:5:402::3e0/123", + "2603:1040:207:402::3c0/124", + "2603:1040:207:402::3e0/123", + "2603:1040:407:402::3c0/124", + "2603:1040:407:402::3e0/123", + "2603:1040:606:402::3c0/124", + "2603:1040:606:402::3e0/123", + "2603:1040:806:402::3c0/124", + "2603:1040:806:402::3e0/123", + "2603:1040:904:402::3c0/124", + "2603:1040:904:402::3e0/123", + "2603:1040:a06:402::3c0/124", + "2603:1040:a06:402::3e0/123", + "2603:1040:b04:402::3c0/124", + "2603:1040:b04:402::3e0/123", + "2603:1040:c06:402::3c0/124", + "2603:1040:c06:402::3e0/123", + "2603:1040:d04:400::250/124", + "2603:1040:d04:400::260/123", + "2603:1040:e05:402::2e0/124", + "2603:1040:e05:402::400/123", + "2603:1040:f05:402::3c0/124", + "2603:1040:f05:402::3e0/123", + "2603:1040:1002:400::3c0/124", + "2603:1040:1002:400::3e0/123", + "2603:1040:1104:400::510/124", + "2603:1040:1104:400::520/123", + "2603:1040:1202:400::3d0/124", + "2603:1040:1202:400::3e0/123", + "2603:1040:1302:400::3d0/124", + "2603:1040:1302:400::3e0/123", + "2603:1040:1402:400::3b0/124", + "2603:1040:1402:400::3c0/123", + "2603:1040:1503:400::3d0/124", + "2603:1040:1503:400::3e0/123", + "2603:1040:1602:402::d0/124", + "2603:1040:1602:402::e0/123", + "2603:1040:1602:403::50/124", + "2603:1040:1602:403::60/123", + "2603:1050:6:402::3c0/124", + "2603:1050:6:402::3e0/123", + "2603:1050:403:400::180/123", + "2603:1050:403:400::250/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "M365ManagementActivityApi", + "id": "M365ManagementActivityApi", + "properties": { + "changeNumber": 10, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "M365ManagementActivityApi", + "addressPrefixes": [ + "4.150.35.38/31", + "4.150.35.48/30", + "4.150.232.80/29", + "4.171.27.8/31", + "4.190.132.38/31", + "4.194.228.24/30", + "13.69.109.192/29", + "13.69.233.40/29", + "13.71.175.136/31", + "13.78.111.196/31", + "13.86.223.88/29", + "20.6.141.108/30", + "20.15.135.44/30", + "20.18.6.76/31", + "20.19.31.192/31", + "20.21.77.188/31", + "20.36.117.194/31", + "20.37.76.206/31", + "20.43.121.254/31", + "20.44.10.196/30", + "20.44.19.8/30", + "20.45.126.96/29", + "20.53.0.36/31", + "20.91.11.154/31", + "20.91.14.98/31", + "20.91.96.102/31", + "20.91.146.8/31", + "20.91.149.30/31", + "20.100.20.166/31", + "20.113.254.78/31", + "20.164.152.70/31", + "20.167.130.0/31", + "20.175.7.4/31", + "20.192.184.82/31", + "20.199.203.92/31", + "20.200.166.250/31", + "20.203.94.244/31", + "20.204.198.216/30", + "20.208.150.54/31", + "20.213.226.208/31", + "20.214.135.90/31", + "20.215.21.182/31", + "20.215.29.178/31", + "20.215.158.138/31", + "20.215.173.64/31", + "20.215.173.90/31", + "20.218.189.222/31", + "20.220.5.178/31", + "20.226.211.110/31", + "20.233.132.150/31", + "20.241.119.16/30", + "40.69.111.44/31", + "40.78.239.100/30", + "40.79.139.196/31", + "40.80.103.240/31", + "40.80.180.4/31", + "40.117.25.242/31", + "40.120.75.56/31", + "51.12.33.52/31", + "51.105.69.82/31", + "51.107.60.154/31", + "51.107.192.128/31", + "51.116.60.242/31", + "51.116.158.62/31", + "51.120.100.158/31", + "51.120.183.208/31", + "51.120.220.120/31", + "51.138.160.2/31", + "51.140.212.218/31", + "51.142.131.254/31", + "52.148.43.94/31", + "52.162.111.136/30", + "52.168.112.80/29", + "52.172.85.38/31", + "52.188.247.120/29", + "52.231.23.12/31", + "52.231.148.204/31", + "68.219.174.160/29", + "68.219.193.120/30", + "68.219.193.124/31", + "102.37.64.50/31", + "102.133.124.14/31", + "104.208.170.120/30", + "104.214.164.52/30", + "108.140.0.240/31", + "108.140.1.2/31", + "172.167.233.232/31", + "191.233.207.28/31", + "2603:1000:4::2ac/127", + "2603:1000:104::66c/127", + "2603:1010:304::2ac/127", + "2603:1010:404::2ac/127", + "2603:1020:5:4::25a/127", + "2603:1020:5:4::708/126", + "2603:1020:206:b::68/125", + "2603:1020:605::2ac/127", + "2603:1020:705::34c/127", + "2603:1020:805::34c/127", + "2603:1020:905::2ac/127", + "2603:1020:a04:3::224/127", + "2603:1020:b04::2ac/127", + "2603:1020:c04::34c/127", + "2603:1020:d04::2ac/127", + "2603:1020:e04:3::4f4/127", + "2603:1020:e04:4::5a0/127", + "2603:1020:f04::2ac/127", + "2603:1020:1004:2::f8/127", + "2603:1020:1104:1::798/127", + "2603:1020:1302:2::154/127", + "2603:1030:10:4::454/126", + "2603:1030:210:c::70/125", + "2603:1030:40c:b::2a0/126", + "2603:1030:608:4::3b8/126", + "2603:1030:807::34c/126", + "2603:1030:807:4::d0/127", + "2603:1030:a07:4::740/125", + "2603:1030:b04:1::4c8/127", + "2603:1030:f05::34c/127", + "2603:1030:1005:6::18/127", + "2603:1040:5:3::5e0/126", + "2603:1040:207:3::3e8/126", + "2603:1040:407::34c/127", + "2603:1040:606::2ac/127", + "2603:1040:904:3::294/127", + "2603:1040:a06:3::244/126", + "2603:1040:b04::2ac/127", + "2603:1040:c06::2ac/127", + "2603:1040:e05:6::3f0/127", + "2603:1040:f05:3::134/127", + "2603:1040:1002:2::374/127", + "2603:1050:6::34c/127", + "2603:1050:403:1::22c/127" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "M365ManagementActivityApiWebhook", + "id": "M365ManagementActivityApiWebhook", + "properties": { + "changeNumber": 10, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "M365ManagementActivityApiWebhook", + "addressPrefixes": [ + "4.150.35.52/30", + "4.150.35.56/31", + "4.150.232.88/29", + "4.171.27.10/31", + "4.190.132.40/31", + "4.194.228.28/30", + "13.67.15.8/29", + "13.69.109.200/29", + "13.69.233.56/29", + "13.71.175.200/29", + "20.6.141.112/30", + "20.15.135.48/30", + "20.18.6.78/31", + "20.19.31.194/31", + "20.21.77.186/31", + "20.26.21.228/31", + "20.38.152.16/29", + "20.41.208.8/29", + "20.42.72.136/29", + "20.43.123.184/29", + "20.44.10.200/29", + "20.44.19.56/29", + "20.45.126.104/29", + "20.52.72.32/29", + "20.53.0.96/30", + "20.53.55.172/31", + "20.91.11.152/31", + "20.91.14.96/31", + "20.91.14.108/31", + "20.91.151.24/31", + "20.100.20.168/31", + "20.113.251.152/31", + "20.164.154.48/31", + "20.166.47.180/31", + "20.167.130.2/31", + "20.189.171.96/29", + "20.193.96.0/29", + "20.199.203.94/31", + "20.200.166.252/31", + "20.203.94.246/31", + "20.204.198.220/30", + "20.206.6.186/31", + "20.208.151.192/31", + "20.214.135.92/31", + "20.215.21.184/31", + "20.215.29.180/31", + "20.215.158.140/31", + "20.215.173.66/31", + "20.215.173.92/31", + "20.218.189.248/31", + "20.220.5.180/31", + "20.226.211.112/31", + "20.233.132.160/31", + "20.241.119.20/30", + "40.67.121.152/29", + "40.69.111.104/29", + "40.79.148.88/29", + "40.79.189.120/29", + "40.80.103.242/31", + "40.80.180.120/29", + "40.117.27.208/31", + "40.120.8.168/29", + "40.120.64.192/29", + "51.11.97.88/29", + "51.12.33.54/31", + "51.12.75.186/31", + "51.13.128.24/29", + "51.105.69.88/29", + "51.107.128.48/29", + "51.107.192.144/29", + "51.116.246.8/29", + "51.120.100.248/29", + "51.120.109.120/29", + "51.120.183.210/31", + "51.138.160.64/29", + "51.142.133.72/31", + "52.148.43.208/31", + "52.172.85.48/31", + "52.188.247.128/29", + "52.231.23.104/29", + "52.231.151.56/29", + "52.240.244.152/29", + "52.242.47.106/31", + "68.219.174.168/29", + "68.219.194.0/30", + "102.37.64.112/29", + "102.133.124.152/29", + "104.208.170.124/30", + "104.214.164.96/29", + "108.140.0.242/31", + "191.233.207.200/29", + "2603:1000:4:2::5c0/127", + "2603:1000:104:3::1e0/127", + "2603:1010:304::2ae/127", + "2603:1010:404::2ae/127", + "2603:1020:5:4::70c/126", + "2603:1020:5:4::710/127", + "2603:1020:206:b::70/125", + "2603:1020:605:3::a0/127", + "2603:1020:705:3::220/127", + "2603:1020:805::34e/127", + "2603:1020:905::2ae/127", + "2603:1020:a04:3::226/127", + "2603:1020:b04:2::5a0/127", + "2603:1020:c04::34e/127", + "2603:1020:d04::2ae/127", + "2603:1020:f04:6::680/127", + "2603:1020:1004:3::210/127", + "2603:1020:1104:2::600/127", + "2603:1020:1302:2::156/127", + "2603:1030:10:4::660/126", + "2603:1030:210:c::78/125", + "2603:1030:40c:b::2a4/126", + "2603:1030:608:4::3bc/126", + "2603:1030:807:4::d2/127", + "2603:1030:807:4::d4/126", + "2603:1030:a07:4::748/125", + "2603:1030:b04:3::470/127", + "2603:1030:f05::34e/127", + "2603:1030:1005:6::1a/127", + "2603:1040:5:3::5e4/126", + "2603:1040:207:3::3ec/126", + "2603:1040:407::34e/127", + "2603:1040:606::2ae/127", + "2603:1040:904:3::296/127", + "2603:1040:a06:3::248/126", + "2603:1040:b04:5::508/127", + "2603:1040:c06::2ae/127", + "2603:1040:e05:6::3f2/127", + "2603:1040:f05:3::136/127", + "2603:1040:1002:5::430/127", + "2603:1050:6::34e/127", + "2603:1050:403:1::22e/127" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "Marketplace", + "id": "Marketplace", + "properties": { + "changeNumber": 1, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "Marketplace", + "addressPrefixes": [ + "13.67.15.16/28", + "13.69.109.160/28", + "13.70.79.0/28", + "13.71.199.120/29", + "13.73.245.0/26", + "13.73.253.0/26", + "13.74.111.160/27", + "20.15.130.200/29", + "20.15.131.0/26", + "20.19.27.180/31", + "20.19.27.182/32", + "20.19.27.184/29", + "20.19.29.128/28", + "20.24.1.32/27", + "20.24.1.128/29", + "20.37.198.132/30", + "20.37.198.192/28", + "20.39.14.64/28", + "20.39.14.80/30", + "20.42.169.0/25", + "20.42.169.128/26", + "20.43.123.32/28", + "20.45.197.236/30", + "20.45.198.64/28", + "20.49.110.64/28", + "20.49.110.80/30", + "20.49.113.64/26", + "20.49.121.128/27", + "20.49.121.160/28", + "20.50.65.112/28", + "20.50.68.32/28", + "20.59.84.184/29", + "20.59.85.0/25", + "20.59.85.128/26", + "20.69.9.176/28", + "20.69.9.192/27", + "20.69.9.224/28", + "20.79.108.192/26", + "20.98.150.80/28", + "20.98.150.96/27", + "20.98.150.128/28", + "20.98.199.48/28", + "20.98.199.64/27", + "20.98.199.96/28", + "20.105.245.0/26", + "20.116.47.144/29", + "20.116.47.160/27", + "20.118.79.188/30", + "20.125.6.64/26", + "20.125.156.12/30", + "20.125.156.96/27", + "20.125.156.192/26", + "20.125.164.0/26", + "20.125.164.64/27", + "20.125.164.96/30", + "20.187.194.240/28", + "20.189.109.224/30", + "20.189.171.0/26", + "20.200.199.200/29", + "20.200.199.224/27", + "20.204.194.32/27", + "20.204.194.64/29", + "20.205.50.192/27", + "20.205.50.224/29", + "20.206.179.152/29", + "20.206.179.224/27", + "20.210.70.160/27", + "20.210.70.192/27", + "20.213.194.152/29", + "20.213.194.224/27", + "20.221.136.144/28", + "20.221.136.160/27", + "20.221.136.192/28", + "20.223.65.224/27", + "20.223.66.128/27", + "20.228.1.208/28", + "20.228.1.224/27", + "20.228.2.0/28", + "20.232.89.176/29", + "20.232.89.192/26", + "20.232.90.128/25", + "20.236.144.32/27", + "20.236.144.64/26", + "23.98.104.136/30", + "23.98.104.224/28", + "40.71.15.208/28", + "40.74.150.0/28", + "40.113.176.144/28", + "40.113.176.224/30", + "40.119.11.184/29", + "52.140.108.72/30", + "52.140.108.144/28", + "52.150.152.80/29", + "52.150.152.88/31", + "52.179.75.224/28", + "52.179.79.0/24", + "52.240.241.0/26", + "104.214.161.112/28", + "168.61.140.32/28" + ], + "networkFeatures": [ + "NSG", + "API", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftAzureFluidRelay", + "id": "MicrosoftAzureFluidRelay", + "properties": { + "changeNumber": 3, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "MicrosoftAzureFluidRelay", + "addressPrefixes": [ + "4.171.26.64/29", + "20.40.231.80/29", + "20.48.199.8/29", + "20.51.1.80/29", + "20.51.14.80/28", + "20.52.93.32/29", + "20.59.76.224/28", + "20.62.63.224/28", + "20.65.135.48/28", + "20.70.220.8/29", + "20.82.244.56/29", + "20.82.246.32/28", + "20.86.92.224/28", + "20.88.152.224/28", + "20.88.152.240/29", + "20.89.9.24/29", + "20.92.0.48/29", + "20.150.129.128/28", + "20.192.47.144/29", + "20.193.199.128/29", + "20.195.69.176/29", + "20.195.78.224/29", + "20.195.150.136/29", + "20.200.192.40/29", + "20.252.209.12/30", + "40.120.85.224/29", + "51.12.29.16/29", + "51.107.243.232/29", + "51.120.237.48/29", + "51.138.215.0/29", + "51.143.214.104/29", + "102.37.81.232/29", + "102.37.163.56/29", + "168.61.232.4/30", + "191.238.73.104/29" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "MicrosoftCloudAppSecurity", + "id": "MicrosoftCloudAppSecurity", + "properties": { + "changeNumber": 4, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "MicrosoftCloudAppSecurity", + "addressPrefixes": [ + "13.64.26.88/32", + "13.64.28.87/32", + "13.64.29.32/32", + "13.64.29.161/32", + "13.64.30.76/32", + "13.64.30.117/32", + "13.64.30.118/32", + "13.64.31.116/32", + "13.64.196.27/32", + "13.64.198.19/32", + "13.64.198.97/32", + "13.64.199.41/32", + "13.64.252.115/32", + "13.66.134.18/32", + "13.66.142.80/28", + "13.66.158.8/32", + "13.66.168.209/32", + "13.66.173.192/32", + "13.66.210.205/32", + "13.67.10.192/28", + "13.67.48.221/32", + "13.69.67.96/28", + "13.69.107.96/28", + "13.69.190.115/32", + "13.69.230.48/28", + "13.70.74.160/27", + "13.71.175.0/27", + "13.71.196.192/27", + "13.73.242.224/27", + "13.74.108.176/28", + "13.74.168.152/32", + "13.75.39.128/27", + "13.76.43.73/32", + "13.76.129.255/32", + "13.77.53.96/27", + "13.77.80.28/32", + "13.77.136.80/32", + "13.77.148.229/32", + "13.77.160.162/32", + "13.77.163.148/32", + "13.77.165.61/32", + "13.80.7.94/32", + "13.80.22.71/32", + "13.80.125.22/32", + "13.81.123.49/32", + "13.81.204.189/32", + "13.81.212.71/32", + "13.86.176.189/32", + "13.86.176.211/32", + "13.86.219.224/27", + "13.86.235.202/32", + "13.86.239.236/32", + "13.88.224.38/32", + "13.88.224.211/32", + "13.88.224.222/32", + "13.88.226.74/32", + "13.88.227.7/32", + "13.89.178.0/28", + "13.91.61.249/32", + "13.91.91.243/32", + "13.91.98.185/32", + "13.93.32.114/32", + "13.93.113.192/32", + "13.93.196.52/32", + "13.93.216.68/32", + "13.93.233.42/32", + "13.95.1.33/32", + "13.95.29.177/32", + "13.95.30.46/32", + "20.36.220.93/32", + "20.36.222.59/32", + "20.36.222.60/32", + "20.36.240.76/32", + "20.36.244.208/32", + "20.36.245.0/32", + "20.36.245.182/32", + "20.36.245.235/32", + "20.36.246.188/32", + "20.36.248.40/32", + "20.40.106.50/31", + "20.40.107.84/32", + "20.40.132.195/32", + "20.40.134.79/32", + "20.40.134.94/32", + "20.40.160.184/32", + "20.40.161.119/32", + "20.40.161.131/32", + "20.40.161.132/32", + "20.40.161.135/32", + "20.40.161.140/30", + "20.40.161.160/31", + "20.40.162.86/32", + "20.40.162.200/32", + "20.40.163.88/32", + "20.40.163.96/31", + "20.40.163.130/32", + "20.40.163.133/32", + "20.40.163.178/31", + "20.42.29.162/32", + "20.42.31.48/32", + "20.42.31.251/32", + "20.44.8.208/28", + "20.44.17.64/28", + "20.44.72.173/32", + "20.44.72.217/32", + "20.44.73.253/32", + "20.45.3.127/32", + "20.184.57.4/32", + "20.184.57.218/32", + "20.184.58.46/32", + "20.184.58.110/32", + "20.184.60.77/32", + "20.184.61.67/32", + "20.184.61.253/32", + "20.184.63.158/32", + "20.184.63.216/32", + "20.184.63.232/32", + "20.188.72.248/32", + "23.97.54.160/32", + "23.97.55.165/32", + "23.98.83.96/28", + "23.100.67.153/32", + "40.65.169.46/32", + "40.65.169.97/32", + "40.65.169.196/32", + "40.65.169.236/32", + "40.65.170.17/32", + "40.65.170.26/32", + "40.65.170.80/30", + "40.65.170.112/31", + "40.65.170.123/32", + "40.65.170.125/32", + "40.65.170.128/32", + "40.65.170.133/32", + "40.65.170.137/32", + "40.65.233.253/32", + "40.65.235.54/32", + "40.66.56.158/32", + "40.66.57.164/32", + "40.66.57.203/32", + "40.66.59.41/32", + "40.66.59.193/32", + "40.66.59.195/32", + "40.66.59.196/32", + "40.66.59.246/32", + "40.66.60.101/32", + "40.66.60.118/32", + "40.66.60.180/32", + "40.66.60.185/32", + "40.66.60.200/32", + "40.66.60.206/31", + "40.66.60.208/31", + "40.66.60.210/32", + "40.66.60.215/32", + "40.66.60.216/31", + "40.66.60.219/32", + "40.66.60.220/31", + "40.66.60.222/32", + "40.66.60.224/31", + "40.66.60.226/32", + "40.66.60.232/32", + "40.66.61.61/32", + "40.66.61.158/32", + "40.66.61.193/32", + "40.66.61.226/32", + "40.66.62.7/32", + "40.66.62.9/32", + "40.66.62.78/32", + "40.66.62.130/32", + "40.66.62.154/32", + "40.66.62.225/32", + "40.66.63.148/32", + "40.66.63.255/32", + "40.67.152.91/32", + "40.67.152.227/32", + "40.67.154.160/32", + "40.67.155.146/32", + "40.67.159.55/32", + "40.67.216.253/32", + "40.67.219.133/32", + "40.67.251.0/32", + "40.67.254.233/32", + "40.68.245.184/32", + "40.69.108.96/27", + "40.70.0.255/32", + "40.70.29.49/32", + "40.70.29.200/32", + "40.70.148.112/28", + "40.70.184.90/32", + "40.71.14.16/28", + "40.74.1.235/32", + "40.74.6.204/32", + "40.76.78.217/32", + "40.78.23.204/32", + "40.78.56.129/32", + "40.78.229.64/28", + "40.78.236.160/28", + "40.78.245.0/28", + "40.78.251.128/28", + "40.79.132.96/28", + "40.79.139.16/28", + "40.79.146.224/28", + "40.79.156.112/28", + "40.79.180.64/27", + "40.80.219.49/32", + "40.80.220.215/32", + "40.80.220.246/32", + "40.80.221.77/32", + "40.80.222.91/32", + "40.80.222.197/32", + "40.81.56.80/32", + "40.81.57.138/32", + "40.81.57.141/32", + "40.81.57.144/32", + "40.81.57.157/32", + "40.81.57.164/32", + "40.81.57.169/32", + "40.81.58.180/32", + "40.81.58.184/32", + "40.81.58.193/32", + "40.81.59.4/32", + "40.81.59.90/32", + "40.81.59.93/32", + "40.81.62.162/32", + "40.81.62.179/32", + "40.81.62.193/32", + "40.81.62.199/32", + "40.81.62.206/32", + "40.81.62.209/32", + "40.81.62.212/32", + "40.81.62.220/30", + "40.81.62.224/32", + "40.81.62.255/32", + "40.81.63.1/32", + "40.81.63.2/32", + "40.81.63.4/31", + "40.81.63.7/32", + "40.81.63.8/32", + "40.81.63.235/32", + "40.81.63.245/32", + "40.81.63.248/32", + "40.81.120.13/32", + "40.81.120.24/31", + "40.81.120.97/32", + "40.81.120.187/32", + "40.81.120.191/32", + "40.81.120.192/32", + "40.81.121.66/32", + "40.81.121.76/32", + "40.81.121.78/32", + "40.81.121.107/32", + "40.81.121.108/32", + "40.81.121.111/32", + "40.81.121.127/32", + "40.81.121.135/32", + "40.81.121.140/32", + "40.81.121.175/32", + "40.81.122.4/32", + "40.81.122.62/31", + "40.81.122.76/32", + "40.81.122.203/32", + "40.81.123.124/32", + "40.81.123.157/32", + "40.81.124.185/32", + "40.81.124.219/32", + "40.81.127.25/32", + "40.81.127.139/32", + "40.81.127.140/31", + "40.81.127.229/32", + "40.81.127.230/32", + "40.81.127.239/32", + "40.81.152.126/32", + "40.81.152.171/32", + "40.81.152.172/32", + "40.81.156.153/32", + "40.81.156.154/31", + "40.81.156.156/32", + "40.81.159.35/32", + "40.81.159.77/32", + "40.82.184.80/32", + "40.82.185.36/32", + "40.82.185.117/32", + "40.82.185.229/32", + "40.82.186.166/32", + "40.82.186.168/31", + "40.82.186.176/31", + "40.82.186.180/32", + "40.82.186.182/32", + "40.82.186.185/32", + "40.82.186.214/32", + "40.82.186.231/32", + "40.82.187.161/32", + "40.82.187.162/31", + "40.82.187.164/32", + "40.82.187.177/32", + "40.82.187.178/31", + "40.82.187.199/32", + "40.82.187.200/32", + "40.82.187.202/32", + "40.82.187.204/30", + "40.82.187.208/30", + "40.82.187.212/31", + "40.82.187.218/32", + "40.82.187.223/32", + "40.82.190.163/32", + "40.82.191.58/32", + "40.84.2.83/32", + "40.84.4.93/32", + "40.84.4.119/32", + "40.84.5.28/32", + "40.84.49.16/32", + "40.89.136.227/32", + "40.89.137.101/32", + "40.89.142.184/32", + "40.89.143.43/32", + "40.90.184.197/32", + "40.90.185.64/32", + "40.90.191.153/32", + "40.90.218.196/31", + "40.90.218.198/32", + "40.90.218.203/32", + "40.90.219.121/32", + "40.90.219.184/32", + "40.90.220.37/32", + "40.90.220.190/32", + "40.90.220.196/32", + "40.90.222.64/32", + "40.91.74.37/32", + "40.91.78.105/32", + "40.91.114.40/29", + "40.91.114.48/31", + "40.91.122.25/32", + "40.91.122.38/32", + "40.91.126.157/32", + "40.91.127.44/32", + "40.91.198.19/32", + "40.113.121.176/32", + "40.114.112.147/32", + "40.114.217.8/32", + "40.115.24.65/32", + "40.115.25.50/32", + "40.115.71.111/32", + "40.118.63.137/32", + "40.118.97.232/32", + "40.118.211.172/32", + "40.119.145.130/32", + "40.119.147.102/32", + "40.119.154.72/32", + "40.119.203.98/31", + "40.119.203.158/31", + "40.119.203.208/31", + "40.119.207.131/32", + "40.119.207.144/32", + "40.119.207.164/32", + "40.119.207.166/32", + "40.119.207.174/32", + "40.119.207.182/32", + "40.119.207.193/32", + "40.119.207.200/32", + "40.121.134.1/32", + "40.124.53.69/32", + "51.11.26.92/32", + "51.11.26.95/32", + "51.104.9.16/28", + "51.105.37.244/32", + "51.105.67.224/28", + "51.105.75.176/28", + "51.105.124.64/32", + "51.105.124.80/32", + "51.105.161.5/32", + "51.105.163.8/32", + "51.105.163.43/32", + "51.105.164.8/32", + "51.105.164.234/32", + "51.105.164.241/32", + "51.105.165.31/32", + "51.105.165.37/32", + "51.105.165.63/32", + "51.105.165.116/32", + "51.105.166.102/31", + "51.105.166.106/32", + "51.105.179.157/32", + "51.137.136.13/32", + "51.137.136.14/32", + "51.137.136.34/32", + "51.137.137.69/32", + "51.137.137.118/32", + "51.137.137.121/32", + "51.137.137.200/32", + "51.137.137.237/32", + "51.140.1.10/32", + "51.140.8.108/32", + "51.140.8.180/32", + "51.140.35.95/32", + "51.140.52.106/32", + "51.140.78.213/32", + "51.140.105.124/32", + "51.140.125.227/32", + "51.140.164.179/32", + "51.140.191.146/32", + "51.140.212.128/27", + "51.140.230.246/32", + "51.140.231.138/32", + "51.141.2.189/32", + "51.141.7.11/32", + "51.143.58.207/32", + "51.143.111.58/32", + "51.143.120.236/32", + "51.143.120.242/32", + "51.143.122.59/32", + "51.143.122.60/32", + "51.144.56.60/32", + "51.145.108.227/32", + "51.145.108.250/32", + "51.145.181.195/32", + "51.145.181.214/32", + "52.137.56.200/32", + "52.137.89.147/32", + "52.138.227.160/28", + "52.139.1.70/32", + "52.139.1.156/32", + "52.139.1.158/31", + "52.139.1.200/32", + "52.139.1.218/32", + "52.139.2.0/32", + "52.139.16.105/32", + "52.139.18.234/32", + "52.139.18.236/32", + "52.139.19.71/32", + "52.139.19.187/32", + "52.139.19.215/32", + "52.139.19.247/32", + "52.139.20.31/32", + "52.139.20.118/32", + "52.139.21.70/32", + "52.139.245.1/32", + "52.139.245.21/32", + "52.139.245.40/32", + "52.139.245.48/32", + "52.139.251.219/32", + "52.139.252.105/32", + "52.142.112.145/32", + "52.142.112.146/32", + "52.142.116.135/32", + "52.142.116.174/32", + "52.142.116.250/32", + "52.142.117.183/32", + "52.142.118.130/32", + "52.142.121.6/32", + "52.142.121.75/32", + "52.142.124.23/32", + "52.142.127.127/32", + "52.142.220.179/32", + "52.142.232.120/32", + "52.143.73.88/32", + "52.143.74.31/32", + "52.148.115.188/32", + "52.148.115.194/32", + "52.148.115.238/32", + "52.148.116.37/32", + "52.148.161.45/32", + "52.148.161.53/32", + "52.151.237.243/32", + "52.151.238.5/32", + "52.151.244.65/32", + "52.151.247.27/32", + "52.153.240.107/32", + "52.155.161.88/32", + "52.155.161.91/32", + "52.155.164.131/32", + "52.155.166.50/32", + "52.155.167.231/32", + "52.155.168.45/32", + "52.155.177.13/32", + "52.155.178.247/32", + "52.155.179.84/32", + "52.155.180.208/30", + "52.155.181.180/30", + "52.155.182.48/31", + "52.155.182.50/32", + "52.155.182.138/32", + "52.155.182.141/32", + "52.156.197.208/32", + "52.156.197.254/32", + "52.156.198.196/32", + "52.156.202.7/32", + "52.156.203.22/32", + "52.156.203.198/31", + "52.156.204.24/32", + "52.156.204.51/32", + "52.156.204.99/32", + "52.156.204.139/32", + "52.156.205.137/32", + "52.156.205.182/32", + "52.156.205.222/32", + "52.156.205.226/32", + "52.156.206.43/32", + "52.156.206.45/32", + "52.156.206.46/31", + "52.157.19.228/32", + "52.157.20.142/32", + "52.157.218.219/32", + "52.157.218.232/32", + "52.157.232.110/32", + "52.157.232.147/32", + "52.157.233.49/32", + "52.157.233.92/32", + "52.157.233.133/32", + "52.157.233.205/32", + "52.157.234.160/32", + "52.157.234.222/32", + "52.157.235.27/32", + "52.157.235.144/32", + "52.157.236.195/32", + "52.157.237.107/32", + "52.157.237.213/32", + "52.157.237.255/32", + "52.157.238.58/32", + "52.157.239.110/32", + "52.157.239.132/32", + "52.158.28.235/32", + "52.167.107.96/28", + "52.169.192.237/32", + "52.174.56.180/32", + "52.177.85.43/32", + "52.178.44.248/32", + "52.178.89.44/32", + "52.179.155.177/32", + "52.179.194.73/32", + "52.179.198.41/32", + "52.182.139.208/28", + "52.183.24.254/32", + "52.183.30.204/32", + "52.183.75.62/32", + "52.184.165.82/32", + "52.188.217.236/32", + "52.189.208.36/32", + "52.189.213.36/32", + "52.189.213.124/32", + "52.189.218.253/32", + "52.190.26.220/32", + "52.190.31.62/32", + "52.191.129.65/32", + "52.191.237.188/32", + "52.191.238.65/32", + "52.224.188.157/32", + "52.224.188.168/32", + "52.224.190.225/32", + "52.224.191.62/32", + "52.224.201.216/32", + "52.224.201.223/32", + "52.224.202.86/32", + "52.224.202.91/32", + "52.225.225.218/32", + "52.225.231.232/32", + "52.232.224.227/32", + "52.232.225.84/32", + "52.232.228.217/32", + "52.232.245.96/32", + "52.236.187.80/28", + "52.249.25.160/32", + "52.249.25.165/32", + "65.52.138.123/32", + "65.52.229.200/32", + "104.40.28.202/32", + "104.40.129.120/32", + "104.42.15.41/32", + "104.42.34.58/32", + "104.42.38.254/32", + "104.42.54.24/32", + "104.42.75.120/32", + "104.42.211.215/32", + "104.45.7.95/32", + "104.45.65.169/32", + "104.45.168.103/32", + "104.45.168.104/32", + "104.45.168.106/32", + "104.45.168.108/32", + "104.45.168.111/32", + "104.45.168.114/32", + "104.45.170.70/32", + "104.45.170.127/32", + "104.45.170.161/32", + "104.45.170.173/32", + "104.45.170.174/31", + "104.45.170.176/32", + "104.45.170.178/32", + "104.45.170.180/32", + "104.45.170.182/31", + "104.45.170.184/31", + "104.45.170.186/32", + "104.45.170.188/32", + "104.45.170.191/32", + "104.45.170.194/32", + "104.45.170.196/32", + "104.46.116.211/32", + "104.46.121.72/32", + "104.46.122.189/32", + "104.208.216.221/32", + "104.209.35.177/32", + "104.209.168.251/32", + "104.210.0.32/32", + "104.211.9.226/32", + "104.214.225.33/32", + "137.116.52.31/32", + "138.91.147.71/32", + "168.63.38.153/32" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry", + "id": "MicrosoftContainerRegistry", + "properties": { + "changeNumber": 29, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "4.232.106.64/29", + "4.232.122.64/29", + "4.232.194.64/29", + "13.66.140.64/29", + "13.67.8.112/29", + "13.69.64.80/29", + "13.69.106.72/29", + "13.69.227.80/29", + "13.70.72.128/29", + "13.71.170.48/29", + "13.71.194.120/29", + "13.74.107.72/29", + "13.75.34.152/29", + "13.77.50.72/29", + "13.78.106.192/29", + "13.87.56.88/29", + "13.87.122.88/29", + "13.89.170.208/29", + "20.17.66.64/29", + "20.17.130.0/29", + "20.18.178.64/29", + "20.21.42.64/29", + "20.21.66.64/29", + "20.21.74.64/29", + "20.37.74.64/29", + "20.38.146.136/29", + "20.38.152.72/29", + "20.44.2.16/29", + "20.44.26.136/29", + "20.45.122.136/29", + "20.49.82.8/29", + "20.49.90.8/29", + "20.53.1.72/29", + "20.72.26.8/29", + "20.125.170.64/29", + "20.125.202.64/29", + "20.150.170.16/29", + "20.150.178.136/29", + "20.150.186.136/29", + "20.168.162.64/29", + "20.192.98.136/29", + "20.192.234.16/29", + "20.193.96.224/29", + "20.193.202.8/29", + "20.194.66.8/29", + "20.205.74.64/29", + "20.205.82.64/29", + "20.208.18.64/29", + "20.215.18.64/29", + "20.215.26.64/29", + "20.215.154.64/29", + "20.217.58.64/29", + "20.217.74.64/29", + "20.217.90.64/29", + "23.98.82.104/29", + "40.67.58.16/29", + "40.69.106.72/29", + "40.70.146.80/29", + "40.71.10.208/29", + "40.74.100.56/29", + "40.74.146.40/29", + "40.75.34.24/29", + "40.78.194.72/29", + "40.78.202.64/29", + "40.78.226.200/29", + "40.78.234.40/29", + "40.78.242.152/29", + "40.78.250.88/29", + "40.79.130.48/29", + "40.79.138.24/29", + "40.79.146.24/29", + "40.79.154.96/29", + "40.79.162.24/29", + "40.79.170.8/29", + "40.79.178.72/29", + "40.79.186.0/29", + "40.79.194.88/29", + "40.80.50.136/29", + "40.112.242.152/29", + "40.120.74.8/29", + "51.12.98.16/29", + "51.12.202.16/29", + "51.12.226.136/29", + "51.12.234.136/29", + "51.53.106.64/29", + "51.53.186.64/29", + "51.103.202.64/29", + "51.105.66.136/29", + "51.105.74.136/29", + "51.107.58.16/29", + "51.107.154.16/29", + "51.116.58.16/29", + "51.116.154.80/29", + "51.116.242.136/29", + "51.116.250.136/29", + "51.120.98.24/29", + "51.120.106.136/29", + "51.120.210.136/29", + "51.120.218.16/29", + "51.140.146.192/29", + "51.140.210.88/29", + "52.138.90.24/29", + "52.138.226.72/29", + "52.162.106.152/29", + "52.167.106.72/29", + "52.182.138.200/29", + "52.231.18.48/29", + "52.231.146.88/29", + "52.236.186.72/29", + "52.246.154.136/29", + "65.52.250.8/29", + "68.220.82.64/29", + "68.221.98.64/29", + "68.221.146.64/29", + "74.243.18.0/29", + "102.133.26.16/29", + "102.133.122.136/29", + "102.133.154.16/29", + "102.133.250.136/29", + "104.208.16.72/29", + "104.208.144.72/29", + "104.211.81.128/29", + "104.211.146.72/29", + "104.214.18.176/29", + "158.23.10.64/29", + "158.23.122.64/29", + "158.23.194.64/29", + "191.233.50.8/29", + "191.233.203.128/29", + "191.234.146.136/29", + "191.234.154.136/29", + "2603:1000:4:402::88/125", + "2603:1000:104:402::88/125", + "2603:1000:104:802::88/125", + "2603:1000:104:c02::88/125", + "2603:1010:6:402::88/125", + "2603:1010:6:802::88/125", + "2603:1010:6:c02::88/125", + "2603:1010:101:402::88/125", + "2603:1010:304:402::88/125", + "2603:1010:404:402::88/125", + "2603:1020:5:402::88/125", + "2603:1020:5:802::88/125", + "2603:1020:5:c02::88/125", + "2603:1020:206:402::88/125", + "2603:1020:206:802::88/125", + "2603:1020:206:c02::88/125", + "2603:1020:305:402::88/125", + "2603:1020:405:402::88/125", + "2603:1020:605:402::88/125", + "2603:1020:705:402::88/125", + "2603:1020:705:802::88/125", + "2603:1020:705:c02::88/125", + "2603:1020:805:402::88/125", + "2603:1020:805:802::88/125", + "2603:1020:805:c02::88/125", + "2603:1020:905:402::88/125", + "2603:1020:a04:402::88/125", + "2603:1020:a04:802::88/125", + "2603:1020:a04:c02::88/125", + "2603:1020:b04:402::88/125", + "2603:1020:c04:402::88/125", + "2603:1020:c04:802::88/125", + "2603:1020:c04:c02::88/125", + "2603:1020:d04:402::88/125", + "2603:1020:e04:402::88/125", + "2603:1020:e04:802::88/125", + "2603:1020:e04:c02::88/125", + "2603:1020:f04:402::88/125", + "2603:1020:1004:400::88/125", + "2603:1020:1004:400::3b0/125", + "2603:1020:1004:800::148/125", + "2603:1020:1004:c02::1a8/125", + "2603:1020:1104:400::88/125", + "2603:1020:1204:400::40/125", + "2603:1020:1204:800::/125", + "2603:1020:1204:c00::/125", + "2603:1020:1302:400::40/125", + "2603:1020:1302:800::40/125", + "2603:1020:1302:c00::40/125", + "2603:1020:1403:400::/125", + "2603:1020:1403:800::/125", + "2603:1030:f:400::888/125", + "2603:1030:10:402::88/125", + "2603:1030:10:802::88/125", + "2603:1030:10:c02::88/125", + "2603:1030:104:402::88/125", + "2603:1030:104:402::160/125", + "2603:1030:104:802::50/125", + "2603:1030:107:400::8/125", + "2603:1030:210:402::88/125", + "2603:1030:210:802::88/125", + "2603:1030:210:c02::88/125", + "2603:1030:40b:400::888/125", + "2603:1030:40b:800::88/125", + "2603:1030:40b:c00::88/125", + "2603:1030:40b:1000::/125", + "2603:1030:40c:402::88/125", + "2603:1030:40c:802::88/125", + "2603:1030:40c:c02::88/125", + "2603:1030:504:402::88/125", + "2603:1030:504:402::3b0/125", + "2603:1030:504:802::148/125", + "2603:1030:504:802::3e8/125", + "2603:1030:504:c02::398/125", + "2603:1030:608:402::88/125", + "2603:1030:608:800::40/125", + "2603:1030:608:c00::40/125", + "2603:1030:702:400::/125", + "2603:1030:702:800::/125", + "2603:1030:702:c00::/125", + "2603:1030:807:402::88/125", + "2603:1030:807:802::88/125", + "2603:1030:807:c02::88/125", + "2603:1030:a07:402::88/125", + "2603:1030:a07:c00::40/125", + "2603:1030:b04:402::88/125", + "2603:1030:c06:400::888/125", + "2603:1030:c06:802::88/125", + "2603:1030:c06:c02::88/125", + "2603:1030:f05:402::88/125", + "2603:1030:f05:802::88/125", + "2603:1030:f05:c02::88/125", + "2603:1030:1005:402::88/125", + "2603:1040:5:402::88/125", + "2603:1040:5:802::88/125", + "2603:1040:5:c02::88/125", + "2603:1040:207:402::88/125", + "2603:1040:207:800::40/125", + "2603:1040:207:c00::40/125", + "2603:1040:407:402::88/125", + "2603:1040:407:802::88/125", + "2603:1040:407:c02::88/125", + "2603:1040:606:402::88/125", + "2603:1040:606:800::/125", + "2603:1040:806:402::88/125", + "2603:1040:904:402::88/125", + "2603:1040:904:802::88/125", + "2603:1040:904:c02::88/125", + "2603:1040:a06:402::88/125", + "2603:1040:a06:802::88/125", + "2603:1040:a06:c02::88/125", + "2603:1040:b04:402::88/125", + "2603:1040:b04:800::/125", + "2603:1040:c06:402::88/125", + "2603:1040:d04:400::88/125", + "2603:1040:d04:400::3b0/125", + "2603:1040:d04:800::148/125", + "2603:1040:e05:402::140/125", + "2603:1040:f05:402::88/125", + "2603:1040:f05:802::88/125", + "2603:1040:f05:c02::88/125", + "2603:1040:1002:400::40/125", + "2603:1040:1002:800::40/125", + "2603:1040:1002:c00::40/125", + "2603:1040:1104:400::88/125", + "2603:1040:1202:400::40/125", + "2603:1040:1302:400::40/125", + "2603:1040:1402:400::40/125", + "2603:1040:1402:800::40/125", + "2603:1040:1402:c00::40/125", + "2603:1040:1503:400::40/125", + "2603:1040:1602:400::/125", + "2603:1050:6:402::88/125", + "2603:1050:6:802::88/125", + "2603:1050:6:c02::88/125", + "2603:1050:403:400::90/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftDefenderForEndpoint", + "id": "MicrosoftDefenderForEndpoint", + "properties": { + "changeNumber": 5, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "MicrosoftDefenderForEndpoint", + "addressPrefixes": [ + "4.149.115.16/28", + "4.190.130.32/28", + "4.194.226.160/27", + "4.208.13.0/24", + "13.83.125.0/24", + "20.8.195.0/24", + "20.10.127.0/24", + "20.15.141.0/24", + "20.18.4.160/28", + "20.19.31.144/28", + "20.26.63.224/28", + "20.91.96.64/28", + "20.91.149.32/28", + "20.175.2.208/28", + "20.204.195.240/28", + "20.208.150.16/28", + "20.211.228.80/28", + "20.220.2.112/28", + "20.226.211.64/28", + "20.242.181.0/24", + "20.254.173.48/28", + "40.80.103.192/28", + "52.172.85.0/28", + "68.218.120.64/28" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftPurviewPolicyDistribution", + "id": "MicrosoftPurviewPolicyDistribution", + "properties": { + "changeNumber": 1, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "MicrosoftPurviewPolicyDistribution", + "addressPrefixes": [ + "4.149.115.6/31", + "4.194.225.206/31", + "20.14.127.114/31", + "20.15.14.126/31", + "20.15.134.20/31", + "20.18.4.148/31", + "20.19.29.156/31", + "20.42.171.38/31", + "20.47.146.123/32", + "20.47.148.43/32", + "20.54.128.141/32", + "20.67.209.97/32", + "20.67.209.234/32", + "20.69.112.199/32", + "20.69.115.229/32", + "20.75.105.99/32", + "20.75.106.102/32", + "20.78.253.41/32", + "20.78.253.175/32", + "20.83.128.61/32", + "20.83.128.68/32", + "20.84.172.48/32", + "20.84.173.33/32", + "20.87.225.75/32", + "20.87.228.95/32", + "20.164.152.68/31", + "20.166.47.176/31", + "20.193.2.197/32", + "20.193.3.6/32", + "20.196.250.49/32", + "20.196.250.152/32", + "20.197.106.244/32", + "20.197.108.61/32", + "20.200.92.145/32", + "20.200.94.241/32", + "20.201.2.13/32", + "20.203.64.116/32", + "20.203.64.160/32", + "20.204.198.32/31", + "20.208.149.230/31", + "20.214.133.82/31", + "20.218.185.62/31", + "20.220.2.110/31", + "20.226.208.176/31", + "20.233.129.146/31", + "20.237.160.226/32", + "20.237.188.98/32", + "20.250.180.234/32", + "20.250.181.21/32", + "20.252.209.8/31", + "40.80.76.151/32", + "40.80.76.159/32", + "40.114.191.49/32", + "51.138.200.175/32", + "51.138.200.215/32", + "51.143.248.226/32", + "51.143.252.118/32", + "52.148.43.88/31", + "52.161.1.9/32", + "52.161.1.11/32", + "52.191.43.74/31", + "52.249.58.231/32", + "52.249.59.158/32", + "68.218.120.80/31", + "68.219.172.48/31", + "68.220.37.102/31", + "172.167.232.192/31", + "191.237.200.129/32" + ], + "networkFeatures": [ + "NSG", + "API", + "FW", + "UDR" + ] + } + }, + { + "name": "OneDsCollector", + "id": "OneDsCollector", + "properties": { + "changeNumber": 3, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "OneDsCollector", + "addressPrefixes": [ + "13.67.15.200/29", + "13.69.109.130/31", + "13.69.116.104/29", + "13.69.239.68/31", + "13.69.239.72/29", + "13.70.79.66/31", + "13.70.79.200/29", + "13.71.177.232/29", + "13.78.111.198/31", + "13.89.178.26/31", + "13.89.179.8/29", + "20.36.144.168/29", + "20.38.157.144/30", + "20.42.65.84/31", + "20.42.65.88/29", + "20.42.72.130/31", + "20.42.73.24/29", + "20.44.10.122/31", + "20.44.31.40/29", + "20.50.73.4/31", + "20.50.73.8/29", + "20.50.80.208/29", + "20.50.201.194/31", + "20.50.201.200/29", + "20.52.64.200/29", + "20.52.72.112/28", + "20.89.1.8/29", + "20.151.32.144/29", + "20.189.173.0/27", + "20.192.102.96/29", + "20.192.184.192/28", + "20.194.68.152/29", + "20.194.129.96/29", + "20.195.152.132/30", + "20.205.192.88/29", + "20.208.21.164/30", + "23.98.113.80/29", + "40.69.111.208/28", + "40.70.151.72/29", + "40.70.151.192/31", + "40.74.98.192/27", + "40.79.141.152/29", + "40.79.150.120/29", + "40.79.163.154/31", + "40.79.167.8/29", + "40.79.171.226/31", + "40.79.173.40/29", + "40.79.189.58/31", + "40.79.191.208/29", + "40.79.197.34/31", + "40.80.54.40/29", + "40.120.9.64/29", + "40.120.64.208/30", + "40.120.77.180/30", + "51.11.192.48/29", + "51.13.1.20/30", + "51.13.128.88/29", + "51.103.205.164/30", + "51.104.15.240/29", + "51.104.15.252/31", + "51.105.71.128/29", + "51.105.71.136/31", + "51.107.129.108/30", + "51.107.193.8/29", + "51.116.246.104/29", + "51.116.253.168/29", + "51.120.110.208/30", + "51.120.214.152/30", + "51.132.193.104/29", + "51.132.193.112/31", + "51.138.160.192/28", + "52.138.229.66/31", + "52.167.109.66/31", + "52.167.111.136/29", + "52.168.112.66/31", + "52.168.117.168/29", + "52.178.17.2/31", + "52.178.17.232/29", + "52.182.141.62/31", + "52.182.143.208/29", + "52.231.23.200/29", + "52.231.151.192/28", + "52.246.158.168/29", + "102.37.64.168/29", + "102.37.72.192/30", + "102.133.127.180/30", + "102.133.254.208/30", + "104.46.162.224/27", + "104.208.16.88/29", + "104.208.151.0/31", + "104.211.81.232/29", + "191.234.150.100/30", + "191.234.157.176/30" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerBI", + "id": "PowerBI", + "properties": { + "changeNumber": 49, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "PowerBI", + "addressPrefixes": [ + "4.150.35.64/27", + "4.150.35.96/28", + "4.150.35.112/29", + "4.171.26.72/29", + "4.190.132.0/28", + "4.232.42.240/28", + "4.232.43.192/28", + "4.232.98.108/31", + "4.232.98.160/30", + "4.232.98.168/29", + "13.73.248.4/31", + "13.73.248.48/28", + "13.73.248.64/27", + "20.14.120.8/29", + "20.14.121.160/29", + "20.14.121.184/29", + "20.17.25.240/28", + "20.17.27.192/28", + "20.17.54.170/31", + "20.17.54.172/30", + "20.17.54.176/29", + "20.17.126.72/31", + "20.17.126.76/30", + "20.17.126.80/29", + "20.21.32.22/31", + "20.21.36.124/30", + "20.21.37.48/29", + "20.21.55.216/29", + "20.21.80.22/31", + "20.21.83.144/29", + "20.26.18.114/31", + "20.26.18.120/30", + "20.36.120.122/31", + "20.36.120.124/30", + "20.36.120.208/29", + "20.37.64.122/31", + "20.37.64.124/30", + "20.37.64.208/29", + "20.37.156.200/30", + "20.37.156.240/28", + "20.37.157.0/29", + "20.37.157.16/28", + "20.37.157.32/27", + "20.37.195.24/31", + "20.37.195.48/29", + "20.37.195.64/28", + "20.37.195.128/26", + "20.37.224.122/31", + "20.37.224.124/30", + "20.37.224.208/29", + "20.38.84.104/31", + "20.38.84.128/25", + "20.38.85.0/25", + "20.38.86.0/24", + "20.38.136.70/31", + "20.38.136.208/30", + "20.38.136.216/29", + "20.39.11.26/31", + "20.39.11.28/30", + "20.39.11.48/28", + "20.40.230.60/30", + "20.41.4.104/31", + "20.41.4.108/30", + "20.41.4.208/28", + "20.41.4.224/27", + "20.41.5.0/25", + "20.41.65.146/31", + "20.41.65.148/30", + "20.41.65.152/29", + "20.41.192.122/31", + "20.41.192.124/30", + "20.41.193.144/29", + "20.42.0.70/31", + "20.42.4.240/29", + "20.42.6.0/27", + "20.42.6.64/26", + "20.42.131.32/31", + "20.42.131.40/29", + "20.42.131.48/29", + "20.42.131.128/26", + "20.42.224.122/31", + "20.42.227.16/28", + "20.42.227.32/29", + "20.42.227.64/26", + "20.43.41.176/31", + "20.43.41.184/29", + "20.43.41.192/26", + "20.43.65.152/31", + "20.43.65.176/29", + "20.43.65.192/28", + "20.43.65.224/27", + "20.43.130.192/31", + "20.43.130.196/30", + "20.43.130.200/29", + "20.43.130.208/28", + "20.43.130.224/28", + "20.43.131.0/27", + "20.43.131.64/26", + "20.45.90.88/30", + "20.45.94.80/29", + "20.45.192.122/31", + "20.45.192.124/31", + "20.45.192.208/30", + "20.45.192.216/29", + "20.45.192.224/28", + "20.45.242.48/29", + "20.46.15.56/30", + "20.47.233.72/29", + "20.48.196.232/29", + "20.48.197.124/30", + "20.48.202.16/29", + "20.48.202.24/30", + "20.50.0.0/24", + "20.51.0.204/30", + "20.51.1.32/28", + "20.51.5.4/30", + "20.51.5.192/26", + "20.51.14.76/31", + "20.51.21.160/29", + "20.51.21.176/29", + "20.51.21.240/29", + "20.52.89.48/30", + "20.52.95.0/29", + "20.53.49.108/30", + "20.53.53.192/29", + "20.59.79.96/27", + "20.59.79.192/28", + "20.65.133.80/29", + "20.65.134.192/27", + "20.65.134.224/28", + "20.65.134.240/30", + "20.65.135.16/28", + "20.69.4.224/28", + "20.69.4.240/30", + "20.70.221.0/28", + "20.70.221.224/27", + "20.72.16.22/31", + "20.72.16.44/30", + "20.72.20.32/29", + "20.74.196.94/31", + "20.74.197.64/30", + "20.83.221.80/30", + "20.83.221.84/31", + "20.83.221.208/29", + "20.86.93.192/28", + "20.86.93.208/29", + "20.87.80.8/29", + "20.88.154.0/29", + "20.88.157.72/29", + "20.88.157.96/27", + "20.89.11.112/30", + "20.89.11.116/31", + "20.89.11.248/29", + "20.90.32.144/28", + "20.90.36.40/29", + "20.90.36.96/28", + "20.90.36.112/30", + "20.90.131.116/30", + "20.90.132.64/28", + "20.91.96.80/28", + "20.91.151.0/28", + "20.91.154.144/28", + "20.92.4.144/28", + "20.97.33.248/29", + "20.97.34.128/26", + "20.97.34.192/28", + "20.98.145.48/28", + "20.98.145.64/30", + "20.98.145.112/29", + "20.98.146.0/27", + "20.98.192.168/30", + "20.98.192.192/27", + "20.98.193.128/26", + "20.98.193.192/29", + "20.98.199.116/31", + "20.99.11.4/30", + "20.99.11.8/29", + "20.100.1.168/29", + "20.100.2.40/29", + "20.105.209.128/25", + "20.111.0.192/29", + "20.113.251.128/28", + "20.119.156.32/27", + "20.119.157.64/28", + "20.125.157.32/31", + "20.150.160.110/31", + "20.150.160.124/30", + "20.150.161.144/29", + "20.164.154.16/28", + "20.164.154.56/29", + "20.164.154.64/28", + "20.175.2.248/31", + "20.175.5.152/29", + "20.175.6.192/27", + "20.175.6.224/28", + "20.189.104.70/31", + "20.189.106.224/27", + "20.189.108.0/27", + "20.189.193.176/29", + "20.191.167.244/31", + "20.192.47.128/30", + "20.192.47.132/31", + "20.192.82.20/30", + "20.192.82.120/29", + "20.192.84.128/29", + "20.192.152.144/30", + "20.192.153.88/30", + "20.192.159.72/29", + "20.192.160.22/31", + "20.192.161.112/30", + "20.192.161.120/29", + "20.192.168.144/30", + "20.192.169.120/30", + "20.192.174.212/30", + "20.192.174.224/27", + "20.192.175.0/27", + "20.192.225.34/31", + "20.192.225.36/30", + "20.192.225.192/29", + "20.195.83.48/29", + "20.195.85.16/30", + "20.195.85.32/27", + "20.195.146.200/30", + "20.199.201.80/29", + "20.200.166.224/28", + "20.200.192.8/30", + "20.200.192.14/31", + "20.200.194.232/30", + "20.200.195.176/30", + "20.200.198.8/30", + "20.203.94.224/28", + "20.205.49.48/28", + "20.205.49.64/28", + "20.205.68.120/29", + "20.205.69.0/28", + "20.206.0.96/29", + "20.206.178.24/29", + "20.206.178.48/29", + "20.206.178.64/27", + "20.207.168.148/30", + "20.207.168.160/28", + "20.207.170.248/29", + "20.207.174.64/28", + "20.208.7.144/29", + "20.208.148.48/28", + "20.208.149.64/27", + "20.211.229.128/26", + "20.213.198.0/26", + "20.215.4.248/31", + "20.215.4.252/30", + "20.215.6.128/29", + "20.215.170.120/29", + "20.215.173.80/29", + "20.215.173.88/31", + "20.215.173.96/28", + "20.215.174.0/30", + "20.217.44.248/31", + "20.217.44.252/30", + "20.217.46.128/29", + "20.218.189.224/28", + "40.67.50.246/31", + "40.74.24.70/31", + "40.74.30.128/29", + "40.74.30.160/27", + "40.74.30.192/26", + "40.74.31.0/26", + "40.80.56.122/31", + "40.80.57.144/29", + "40.80.57.160/28", + "40.80.103.208/28", + "40.80.168.122/31", + "40.80.168.124/30", + "40.80.169.144/29", + "40.80.184.70/31", + "40.80.188.48/28", + "40.80.188.64/27", + "40.80.188.128/25", + "40.80.189.0/24", + "40.82.248.68/31", + "40.82.253.96/28", + "40.82.253.128/26", + "40.82.254.0/25", + "40.89.16.122/31", + "40.89.17.144/28", + "40.89.17.160/27", + "40.117.25.224/28", + "40.119.8.76/30", + "40.119.11.64/26", + "40.120.82.124/30", + "40.120.86.144/31", + "40.120.86.148/30", + "40.120.87.52/30", + "51.12.17.16/30", + "51.12.17.24/29", + "51.12.17.246/31", + "51.12.22.168/30", + "51.12.22.200/30", + "51.12.25.8/29", + "51.12.29.30/31", + "51.12.46.230/31", + "51.12.47.28/30", + "51.12.72.216/30", + "51.12.73.88/30", + "51.12.198.210/31", + "51.13.138.72/30", + "51.13.143.0/29", + "51.53.28.212/31", + "51.53.30.152/30", + "51.53.30.160/29", + "51.53.172.212/31", + "51.53.172.216/30", + "51.53.174.144/29", + "51.104.25.140/31", + "51.104.25.152/30", + "51.104.25.176/28", + "51.104.25.192/29", + "51.104.27.0/26", + "51.105.88.122/31", + "51.105.88.124/30", + "51.105.88.208/28", + "51.107.48.124/31", + "51.107.48.208/30", + "51.107.48.216/29", + "51.107.144.122/31", + "51.107.144.124/30", + "51.107.144.208/29", + "51.107.243.168/30", + "51.107.247.224/29", + "51.107.251.184/30", + "51.107.255.128/29", + "51.116.48.68/31", + "51.116.48.128/30", + "51.116.48.136/29", + "51.116.55.168/30", + "51.116.75.72/29", + "51.116.144.68/31", + "51.116.144.128/30", + "51.116.144.136/29", + "51.116.149.232/29", + "51.120.40.124/31", + "51.120.40.208/30", + "51.120.40.216/29", + "51.120.183.192/28", + "51.120.224.122/31", + "51.120.224.124/30", + "51.120.224.208/29", + "51.120.237.12/30", + "51.137.160.70/31", + "51.137.161.160/27", + "51.137.161.192/27", + "51.138.215.114/31", + "51.138.215.116/30", + "51.138.215.120/31", + "52.136.48.120/31", + "52.136.48.124/30", + "52.136.48.208/29", + "52.136.48.224/28", + "52.136.186.112/30", + "52.136.190.184/29", + "52.139.108.116/30", + "52.140.105.144/28", + "52.140.105.160/28", + "52.146.140.128/25", + "52.147.113.176/30", + "52.147.119.8/29", + "52.148.44.160/28", + "52.150.139.76/31", + "52.150.139.96/30", + "52.150.139.112/28", + "52.150.139.128/28", + "52.150.139.160/27", + "52.159.201.0/25", + "52.172.85.16/29", + "52.172.116.184/30", + "52.172.116.190/31", + "52.228.81.160/31", + "52.228.81.168/29", + "52.228.81.176/28", + "52.228.81.192/27", + "52.242.40.92/30", + "52.242.40.96/29", + "52.242.47.40/30", + "52.242.47.96/29", + "68.219.160.0/25", + "68.221.92.4/31", + "68.221.93.136/30", + "68.221.93.144/29", + "74.249.120.64/26", + "102.37.81.140/30", + "102.37.85.208/29", + "102.37.160.160/29", + "102.37.163.20/30", + "102.133.56.98/31", + "102.133.56.100/30", + "102.133.56.104/29", + "102.133.216.104/31", + "102.133.216.108/30", + "102.133.217.64/29", + "158.23.109.128/31", + "158.23.109.132/30", + "158.23.109.136/29", + "168.61.232.60/30", + "172.182.152.168/29", + "191.233.8.22/31", + "191.233.10.32/30", + "191.233.10.40/29", + "191.235.225.152/31", + "191.235.225.156/30", + "191.235.225.176/28", + "191.235.225.192/28", + "191.235.225.224/27", + "191.238.72.128/28", + "191.238.76.176/29", + "191.238.77.192/28", + "191.238.77.208/29", + "191.238.77.216/30", + "2603:1000:4::620/123", + "2603:1000:4::640/122", + "2603:1000:104::100/122", + "2603:1000:104::140/123", + "2603:1000:104::320/123", + "2603:1000:104::340/122", + "2603:1000:104:1::5e0/123", + "2603:1000:104:1::600/122", + "2603:1010:6::/122", + "2603:1010:6::40/123", + "2603:1010:6:1::5e0/123", + "2603:1010:6:1::600/122", + "2603:1010:101::620/123", + "2603:1010:101::640/122", + "2603:1010:304::620/123", + "2603:1010:304::640/122", + "2603:1010:404::620/123", + "2603:1010:404::640/122", + "2603:1020:5::/122", + "2603:1020:5::40/123", + "2603:1020:5:1::5e0/123", + "2603:1020:5:1::600/122", + "2603:1020:206::/122", + "2603:1020:206::40/123", + "2603:1020:206:1::5e0/123", + "2603:1020:206:1::600/122", + "2603:1020:305::620/123", + "2603:1020:305::640/122", + "2603:1020:405::620/123", + "2603:1020:405::640/122", + "2603:1020:605::620/123", + "2603:1020:605::640/122", + "2603:1020:705::/122", + "2603:1020:705::40/123", + "2603:1020:705:1::5e0/123", + "2603:1020:705:1::600/122", + "2603:1020:805::/122", + "2603:1020:805::40/123", + "2603:1020:805:1::5e0/123", + "2603:1020:805:1::600/122", + "2603:1020:905::620/123", + "2603:1020:905::640/122", + "2603:1020:a04::/122", + "2603:1020:a04::40/123", + "2603:1020:a04:1::5e0/123", + "2603:1020:a04:1::600/122", + "2603:1020:b04::620/123", + "2603:1020:b04::640/122", + "2603:1020:c04::/122", + "2603:1020:c04::40/123", + "2603:1020:c04:1::5e0/123", + "2603:1020:c04:1::600/122", + "2603:1020:d04::620/123", + "2603:1020:d04::640/122", + "2603:1020:e04::/122", + "2603:1020:e04::40/123", + "2603:1020:e04:1::5e0/123", + "2603:1020:e04:1::600/122", + "2603:1020:f04::620/123", + "2603:1020:f04::640/122", + "2603:1020:1004::5e0/123", + "2603:1020:1004::600/122", + "2603:1020:1004:1::/122", + "2603:1020:1004:1::40/123", + "2603:1020:1104::6a0/123", + "2603:1020:1104::6c0/122", + "2603:1020:1204:2::180/122", + "2603:1020:1204:2::1c0/123", + "2603:1020:1302:1::1e0/123", + "2603:1020:1302:1::280/122", + "2603:1020:1403:2::160/123", + "2603:1020:1403:2::200/122", + "2603:1030:f:1::620/123", + "2603:1030:f:1::640/122", + "2603:1030:10::/122", + "2603:1030:10::40/123", + "2603:1030:10:1::5e0/123", + "2603:1030:10:1::600/122", + "2603:1030:104::/122", + "2603:1030:104::40/123", + "2603:1030:104:1::5e0/123", + "2603:1030:104:1::600/122", + "2603:1030:107::6c0/122", + "2603:1030:107::700/123", + "2603:1030:210::/122", + "2603:1030:210::40/123", + "2603:1030:210:1::5e0/123", + "2603:1030:210:1::600/122", + "2603:1030:40b:1::5e0/123", + "2603:1030:40b:1::600/122", + "2603:1030:40c::/122", + "2603:1030:40c::40/123", + "2603:1030:40c:1::5e0/123", + "2603:1030:40c:1::600/122", + "2603:1030:504::/122", + "2603:1030:504::40/123", + "2603:1030:504:1::5e0/123", + "2603:1030:504:1::600/122", + "2603:1030:608::620/123", + "2603:1030:608::640/122", + "2603:1030:702:2::160/123", + "2603:1030:702:2::200/122", + "2603:1030:807::/122", + "2603:1030:807::40/123", + "2603:1030:807:1::5e0/123", + "2603:1030:807:1::600/122", + "2603:1030:a07::620/123", + "2603:1030:a07::640/122", + "2603:1030:b04::620/123", + "2603:1030:b04::640/122", + "2603:1030:c06:1::5e0/123", + "2603:1030:c06:1::600/122", + "2603:1030:f05::/122", + "2603:1030:f05::40/123", + "2603:1030:f05:1::5e0/123", + "2603:1030:f05:1::600/122", + "2603:1030:1005::620/123", + "2603:1030:1005::640/122", + "2603:1040:5::100/122", + "2603:1040:5::140/123", + "2603:1040:5:1::5e0/123", + "2603:1040:5:1::600/122", + "2603:1040:207::620/123", + "2603:1040:207::640/122", + "2603:1040:407::/122", + "2603:1040:407::40/123", + "2603:1040:407:1::5e0/123", + "2603:1040:407:1::600/122", + "2603:1040:606::620/123", + "2603:1040:606::640/122", + "2603:1040:806::620/123", + "2603:1040:806::640/122", + "2603:1040:904::/122", + "2603:1040:904::40/123", + "2603:1040:904:1::5e0/123", + "2603:1040:904:1::600/122", + "2603:1040:a06::100/122", + "2603:1040:a06::140/123", + "2603:1040:a06:1::5e0/123", + "2603:1040:a06:1::600/122", + "2603:1040:b04::620/123", + "2603:1040:b04::640/122", + "2603:1040:c06::620/123", + "2603:1040:c06::640/122", + "2603:1040:d04::5e0/123", + "2603:1040:d04::600/122", + "2603:1040:d04:1::/122", + "2603:1040:d04:1::40/123", + "2603:1040:e05:6::1c0/122", + "2603:1040:e05:6::200/123", + "2603:1040:f05::/122", + "2603:1040:f05::40/123", + "2603:1040:f05:1::5e0/123", + "2603:1040:f05:1::600/122", + "2603:1040:1002:1::400/122", + "2603:1040:1002:1::440/123", + "2603:1040:1104::6a0/123", + "2603:1040:1104::6c0/122", + "2603:1040:1202:1::1e0/123", + "2603:1040:1202:1::380/122", + "2603:1040:1302:1::680/122", + "2603:1040:1302:1::6c0/123", + "2603:1040:1402:1::1e0/123", + "2603:1040:1402:1::280/122", + "2603:1040:1503:1::360/123", + "2603:1040:1503:1::3c0/122", + "2603:1040:1602:2::320/123", + "2603:1040:1602:2::340/122", + "2603:1050:6::/122", + "2603:1050:6::40/123", + "2603:1050:6:1::5e0/123", + "2603:1050:6:1::600/122", + "2603:1050:403::5e0/123", + "2603:1050:403::600/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra", + "id": "PowerPlatformInfra", + "properties": { + "changeNumber": 10, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "4.150.232.8/29", + "4.194.227.152/29", + "4.194.227.160/27", + "4.194.227.192/26", + "13.64.27.44/32", + "13.64.35.24/32", + "13.64.38.167/32", + "13.64.39.170/32", + "13.64.128.119/32", + "13.64.174.215/32", + "13.64.177.224/32", + "13.66.80.131/32", + "13.71.48.192/32", + "13.71.49.81/32", + "13.71.49.244/32", + "13.71.50.175/32", + "13.71.52.132/32", + "13.73.253.128/25", + "13.73.254.0/25", + "13.73.254.128/26", + "13.83.17.188/32", + "13.83.23.194/32", + "13.83.56.37/32", + "13.83.64.166/32", + "13.83.66.89/32", + "13.83.66.124/32", + "13.83.68.60/32", + "13.83.70.105/32", + "13.83.97.180/32", + "13.83.97.188/32", + "13.83.102.38/32", + "13.83.145.222/32", + "13.83.147.192/32", + "13.83.151.212/32", + "13.83.248.248/32", + "13.83.249.34/32", + "13.83.249.58/32", + "13.85.191.89/32", + "13.86.136.222/32", + "13.86.137.20/32", + "13.86.139.229/32", + "13.86.155.216/32", + "13.86.177.32/32", + "13.86.185.5/32", + "13.86.185.6/32", + "13.86.185.35/32", + "13.86.185.81/32", + "13.86.185.91/32", + "13.86.192.20/32", + "13.86.193.65/32", + "13.86.194.190/32", + "13.86.249.98/32", + "13.86.250.62/32", + "13.86.250.244/32", + "13.86.252.116/32", + "13.86.254.118/32", + "13.86.254.191/32", + "13.87.135.122/32", + "13.87.153.50/32", + "13.87.154.24/32", + "13.87.154.100/32", + "13.87.154.164/32", + "13.87.157.188/32", + "13.87.160.104/32", + "13.87.160.143/32", + "13.87.160.212/32", + "13.87.161.18/32", + "13.87.161.235/32", + "13.87.161.241/32", + "13.87.162.91/32", + "13.87.163.230/32", + "13.87.164.20/32", + "13.87.164.30/32", + "13.87.164.186/32", + "13.87.164.205/32", + "13.87.167.46/32", + "13.87.167.63/32", + "13.87.167.172/32", + "13.87.167.174/32", + "13.87.167.198/32", + "13.87.207.81/32", + "13.87.216.21/32", + "13.87.216.130/32", + "13.87.217.11/32", + "13.87.217.75/32", + "13.87.217.80/32", + "13.87.218.70/32", + "13.87.218.169/32", + "13.88.56.107/32", + "13.88.65.140/32", + "13.88.65.204/32", + "13.88.128.218/32", + "13.88.129.116/32", + "13.88.129.160/32", + "13.88.132.123/32", + "13.88.133.160/32", + "13.88.135.42/32", + "13.88.135.67/32", + "13.88.135.72/32", + "13.91.22.243/32", + "13.91.126.78/32", + "13.91.136.144/32", + "13.91.138.172/32", + "20.23.0.108/32", + "20.37.68.48/28", + "20.37.68.64/26", + "20.37.68.128/28", + "20.37.70.120/29", + "20.37.80.56/32", + "20.37.82.215/32", + "20.37.199.128/25", + "20.38.140.32/27", + "20.38.140.64/26", + "20.38.142.120/29", + "20.39.134.9/32", + "20.39.134.67/32", + "20.39.134.93/32", + "20.39.139.245/32", + "20.39.140.23/32", + "20.39.141.50/32", + "20.40.1.97/32", + "20.40.1.101/32", + "20.40.1.191/32", + "20.40.4.3/32", + "20.40.4.24/32", + "20.40.160.0/32", + "20.40.162.57/32", + "20.40.164.49/32", + "20.40.164.215/32", + "20.40.165.7/32", + "20.40.165.31/32", + "20.40.165.67/32", + "20.40.177.116/32", + "20.40.182.180/32", + "20.40.186.118/32", + "20.40.187.183/32", + "20.40.188.84/32", + "20.41.98.252/32", + "20.41.197.28/31", + "20.41.198.192/26", + "20.41.199.0/25", + "20.42.24.159/32", + "20.42.39.188/32", + "20.42.230.236/30", + "20.42.230.240/28", + "20.42.231.192/26", + "20.43.44.240/28", + "20.43.45.128/26", + "20.43.45.192/27", + "20.43.47.80/29", + "20.43.70.206/31", + "20.43.70.208/28", + "20.43.70.232/29", + "20.43.70.240/28", + "20.43.71.128/25", + "20.43.161.116/32", + "20.43.161.149/32", + "20.43.161.215/32", + "20.43.175.186/32", + "20.43.175.210/32", + "20.43.175.237/32", + "20.43.182.39/32", + "20.44.32.68/32", + "20.44.32.253/32", + "20.44.34.50/32", + "20.44.34.154/32", + "20.44.35.138/32", + "20.44.130.57/32", + "20.44.130.222/32", + "20.44.131.162/32", + "20.44.167.207/32", + "20.44.197.126/32", + "20.44.198.104/32", + "20.44.240.222/32", + "20.45.93.160/27", + "20.45.93.192/26", + "20.45.94.72/29", + "20.46.108.117/32", + "20.46.152.152/32", + "20.46.159.47/32", + "20.48.15.227/32", + "20.48.192.0/28", + "20.48.192.16/29", + "20.48.193.168/29", + "20.48.201.96/27", + "20.48.201.128/26", + "20.48.202.8/29", + "20.49.110.84/30", + "20.49.111.48/28", + "20.49.111.64/26", + "20.49.111.128/25", + "20.49.121.192/26", + "20.49.122.0/23", + "20.49.124.0/24", + "20.49.125.0/25", + "20.49.125.128/27", + "20.49.125.160/28", + "20.49.125.176/29", + "20.49.125.184/30", + "20.49.125.192/26", + "20.49.126.0/25", + "20.49.127.248/29", + "20.49.145.249/32", + "20.49.166.40/32", + "20.49.166.118/32", + "20.49.166.129/32", + "20.49.244.238/32", + "20.50.16.235/32", + "20.50.16.253/32", + "20.50.24.95/32", + "20.50.25.187/32", + "20.50.68.136/29", + "20.50.68.144/28", + "20.50.68.160/27", + "20.50.68.192/26", + "20.50.69.0/24", + "20.50.70.0/23", + "20.50.134.59/32", + "20.50.228.248/32", + "20.50.231.176/32", + "20.50.238.87/32", + "20.52.93.224/27", + "20.52.94.0/26", + "20.52.94.120/29", + "20.53.40.0/26", + "20.53.40.64/27", + "20.53.40.96/28", + "20.53.40.112/29", + "20.53.40.128/25", + "20.53.44.224/29", + "20.53.74.224/32", + "20.53.77.171/32", + "20.53.79.20/32", + "20.53.79.144/32", + "20.53.81.209/32", + "20.53.104.7/32", + "20.53.104.132/32", + "20.53.109.106/31", + "20.53.109.144/32", + "20.53.115.98/32", + "20.53.115.101/32", + "20.53.115.102/32", + "20.54.3.143/32", + "20.54.3.210/32", + "20.54.4.212/32", + "20.54.37.75/32", + "20.54.40.139/32", + "20.54.66.178/32", + "20.54.66.186/32", + "20.54.66.198/32", + "20.54.96.119/32", + "20.54.105.65/32", + "20.54.105.72/32", + "20.54.105.78/32", + "20.54.105.122/32", + "20.54.105.243/32", + "20.54.106.12/32", + "20.54.106.211/32", + "20.54.184.154/32", + "20.54.209.120/32", + "20.54.209.167/32", + "20.54.209.175/32", + "20.54.209.236/32", + "20.54.209.238/32", + "20.54.209.240/32", + "20.58.71.128/26", + "20.58.71.192/27", + "20.59.77.128/25", + "20.59.78.0/24", + "20.59.79.80/29", + "20.61.96.0/25", + "20.61.96.128/27", + "20.61.96.192/26", + "20.61.98.152/29", + "20.61.249.208/32", + "20.62.129.136/29", + "20.62.157.223/32", + "20.62.180.13/32", + "20.62.212.114/32", + "20.62.235.189/32", + "20.62.235.247/32", + "20.63.52.175/32", + "20.65.130.80/29", + "20.67.211.155/32", + "20.67.211.157/32", + "20.68.125.79/32", + "20.70.221.32/27", + "20.70.221.64/26", + "20.70.221.200/29", + "20.70.249.107/32", + "20.71.81.103/32", + "20.72.130.4/32", + "20.72.132.26/32", + "20.76.181.210/32", + "20.76.222.244/32", + "20.76.224.119/32", + "20.76.230.103/32", + "20.76.254.131/32", + "20.76.254.150/32", + "20.77.240.43/32", + "20.81.0.146/32", + "20.81.55.62/32", + "20.81.113.146/32", + "20.82.57.234/32", + "20.82.64.2/32", + "20.82.155.16/32", + "20.82.171.158/32", + "20.82.205.5/32", + "20.82.224.216/32", + "20.82.227.170/32", + "20.82.231.162/32", + "20.82.246.146/31", + "20.82.246.148/30", + "20.82.246.160/27", + "20.82.246.192/26", + "20.82.251.66/32", + "20.83.131.174/32", + "20.84.25.107/32", + "20.85.173.165/32", + "20.85.179.67/32", + "20.86.93.224/27", + "20.86.95.0/24", + "20.86.231.133/32", + "20.86.236.196/32", + "20.87.80.0/29", + "20.88.154.32/27", + "20.88.154.64/26", + "20.88.155.128/25", + "20.88.156.0/25", + "20.88.156.128/27", + "20.88.157.64/29", + "20.89.11.128/26", + "20.89.11.192/27", + "20.89.11.240/29", + "20.90.32.128/29", + "20.90.131.0/26", + "20.90.131.64/27", + "20.90.131.120/29", + "20.90.169.112/32", + "20.90.240.169/32", + "20.92.3.128/26", + "20.92.3.192/27", + "20.92.4.128/29", + "20.92.17.147/32", + "20.92.96.30/32", + "20.92.139.178/32", + "20.93.26.109/32", + "20.93.48.100/32", + "20.93.53.137/32", + "20.93.176.101/32", + "20.93.237.39/32", + "20.97.33.128/26", + "20.97.33.192/27", + "20.97.33.240/29", + "20.100.0.160/27", + "20.100.1.0/26", + "20.100.1.160/29", + "20.101.28.187/32", + "20.103.30.230/32", + "20.103.85.227/32", + "20.103.162.168/32", + "20.103.204.204/32", + "20.104.37.80/32", + "20.105.1.51/32", + "20.105.17.251/32", + "20.105.77.19/32", + "20.105.208.0/26", + "20.105.208.64/27", + "20.105.208.192/29", + "20.107.156.88/32", + "20.108.81.107/32", + "20.111.0.0/27", + "20.111.0.56/29", + "20.116.85.253/32", + "20.119.120.190/32", + "20.121.156.117/32", + "20.123.101.197/32", + "20.124.56.83/32", + "20.126.251.230/32", + "20.151.42.15/32", + "20.151.73.141/32", + "20.151.188.174/32", + "20.151.188.187/32", + "20.151.188.190/32", + "20.151.188.199/32", + "20.151.188.212/30", + "20.151.188.252/30", + "20.166.106.104/32", + "20.175.157.119/32", + "20.184.251.143/32", + "20.185.8.74/32", + "20.185.72.53/32", + "20.185.73.73/32", + "20.185.78.168/32", + "20.185.211.94/32", + "20.185.215.62/32", + "20.185.215.91/32", + "20.187.161.172/32", + "20.187.167.74/32", + "20.187.187.155/32", + "20.187.195.128/28", + "20.187.195.144/29", + "20.187.195.160/27", + "20.187.195.192/26", + "20.187.197.24/29", + "20.188.77.155/32", + "20.188.218.111/32", + "20.188.218.165/32", + "20.188.219.150/32", + "20.188.221.55/32", + "20.189.74.80/32", + "20.189.76.100/32", + "20.189.77.126/32", + "20.189.111.28/30", + "20.189.111.32/27", + "20.189.111.64/26", + "20.189.111.128/26", + "20.189.112.175/32", + "20.189.122.41/32", + "20.189.142.58/32", + "20.189.193.32/27", + "20.189.193.64/26", + "20.189.193.168/29", + "20.189.225.72/29", + "20.191.161.200/29", + "20.192.43.64/29", + "20.192.152.160/27", + "20.192.152.192/26", + "20.192.153.80/29", + "20.192.169.0/26", + "20.192.169.64/27", + "20.192.169.112/29", + "20.193.17.106/32", + "20.193.137.40/32", + "20.193.137.133/32", + "20.193.153.43/32", + "20.193.153.162/32", + "20.193.154.38/32", + "20.194.59.230/32", + "20.194.144.9/32", + "20.194.144.25/32", + "20.194.144.27/32", + "20.194.144.31/32", + "20.195.83.64/26", + "20.195.84.128/27", + "20.195.85.8/29", + "20.195.85.192/26", + "20.195.86.0/27", + "20.197.64.133/32", + "20.197.105.172/32", + "20.197.105.230/32", + "20.197.119.204/30", + "20.198.129.3/32", + "20.200.73.253/32", + "20.200.192.0/29", + "20.200.194.48/28", + "20.200.194.64/26", + "20.200.194.128/28", + "20.200.195.64/26", + "20.200.195.128/27", + "20.200.195.168/29", + "20.200.201.167/32", + "20.201.1.228/32", + "20.201.2.105/32", + "20.201.58.117/32", + "20.201.73.133/32", + "20.204.188.222/32", + "20.204.234.235/32", + "20.205.68.0/26", + "20.205.68.64/27", + "20.205.68.112/29", + "20.206.3.24/29", + "20.206.3.32/27", + "20.206.3.64/26", + "20.206.3.128/25", + "20.206.4.0/26", + "20.207.82.166/32", + "20.208.4.0/26", + "20.208.4.64/27", + "20.208.4.104/29", + "20.210.3.27/32", + "20.210.57.215/32", + "20.210.139.64/32", + "20.212.90.11/32", + "20.213.65.83/32", + "20.216.30.131/32", + "20.219.69.208/32", + "20.219.97.76/32", + "20.223.8.252/32", + "20.231.112.182/32", + "20.237.81.39/32", + "20.237.83.167/32", + "20.237.112.231/32", + "20.237.137.112/32", + "20.237.160.38/32", + "20.237.199.13/32", + "20.237.243.36/32", + "20.237.252.8/32", + "20.241.129.50/32", + "20.245.1.212/32", + "20.245.8.110/32", + "20.245.34.183/32", + "20.245.107.170/32", + "20.245.139.209/32", + "20.248.149.107/32", + "20.253.152.61/32", + "20.253.209.242/32", + "20.253.224.215/32", + "20.253.228.153/32", + "23.98.106.160/27", + "23.98.106.192/26", + "23.98.107.0/28", + "23.98.107.16/29", + "23.98.107.24/30", + "23.98.107.32/27", + "23.98.107.64/26", + "23.98.107.128/26", + "23.98.109.40/29", + "23.99.89.156/32", + "23.101.203.146/32", + "23.101.203.241/32", + "23.101.227.38/32", + "40.64.134.144/28", + "40.64.134.192/26", + "40.65.49.103/32", + "40.65.49.140/32", + "40.65.49.151/32", + "40.66.61.123/32", + "40.66.62.172/32", + "40.67.221.30/32", + "40.71.233.8/32", + "40.71.233.189/32", + "40.71.234.201/32", + "40.71.236.15/32", + "40.74.5.98/32", + "40.74.10.193/32", + "40.74.18.24/32", + "40.74.32.17/32", + "40.74.32.24/32", + "40.74.33.38/32", + "40.74.42.84/32", + "40.74.42.86/32", + "40.74.183.82/32", + "40.74.183.121/32", + "40.74.200.156/32", + "40.74.201.230/32", + "40.74.202.22/32", + "40.76.128.89/32", + "40.76.128.191/32", + "40.76.133.236/32", + "40.76.149.246/32", + "40.76.161.144/32", + "40.76.161.165/32", + "40.76.161.168/32", + "40.80.62.96/27", + "40.80.63.0/25", + "40.80.63.128/28", + "40.80.240.185/32", + "40.80.240.191/32", + "40.80.240.214/32", + "40.80.241.43/32", + "40.80.241.67/32", + "40.80.248.79/32", + "40.80.249.52/32", + "40.80.249.210/32", + "40.80.249.219/32", + "40.81.25.37/32", + "40.81.25.65/32", + "40.81.56.190/32", + "40.81.60.206/32", + "40.81.113.131/32", + "40.81.116.141/32", + "40.81.116.143/32", + "40.81.116.223/32", + "40.81.117.23/32", + "40.81.181.190/32", + "40.81.181.212/32", + "40.81.181.214/32", + "40.81.182.117/32", + "40.81.182.124/32", + "40.81.186.128/32", + "40.81.188.107/32", + "40.81.189.52/32", + "40.81.190.97/32", + "40.82.173.103/32", + "40.82.187.141/32", + "40.82.224.9/32", + "40.82.224.49/32", + "40.82.224.52/32", + "40.82.224.60/32", + "40.82.224.65/32", + "40.82.236.9/32", + "40.82.236.35/32", + "40.83.173.74/32", + "40.83.184.82/32", + "40.86.161.9/32", + "40.86.164.89/32", + "40.86.203.16/32", + "40.86.247.171/32", + "40.86.254.125/32", + "40.88.16.44/32", + "40.88.18.208/32", + "40.88.18.248/32", + "40.88.23.15/32", + "40.88.23.202/32", + "40.88.48.237/32", + "40.88.231.249/32", + "40.88.251.157/32", + "40.89.20.232/29", + "40.89.20.240/28", + "40.89.21.128/25", + "40.89.22.0/26", + "40.89.22.64/28", + "40.89.22.80/30", + "40.89.22.96/27", + "40.89.22.128/26", + "40.89.22.192/27", + "40.89.23.240/29", + "40.90.184.63/32", + "40.91.87.146/32", + "40.112.252.78/32", + "40.113.178.52/30", + "40.113.178.56/29", + "40.113.178.128/25", + "40.113.179.0/24", + "40.113.180.0/22", + "40.114.176.79/32", + "40.115.67.240/32", + "40.115.75.235/32", + "40.118.185.80/32", + "40.118.200.18/32", + "40.118.213.65/32", + "40.118.237.211/32", + "40.119.1.22/32", + "40.119.42.85/32", + "40.119.42.86/32", + "40.119.159.78/32", + "40.119.159.126/32", + "40.119.159.181/32", + "40.119.159.218/32", + "40.119.169.241/32", + "40.119.170.52/32", + "40.119.170.60/32", + "40.119.170.178/32", + "40.119.170.180/32", + "40.119.215.132/32", + "40.120.1.91/32", + "40.120.1.94/32", + "40.120.1.96/32", + "40.120.2.208/31", + "40.120.86.160/27", + "40.120.86.192/26", + "40.120.87.56/29", + "40.124.136.2/32", + "40.124.136.75/32", + "40.124.136.138/32", + "40.127.10.187/32", + "40.127.11.11/32", + "40.127.14.98/32", + "40.127.14.104/32", + "40.127.23.12/32", + "40.127.84.210/32", + "40.127.145.191/32", + "40.127.147.213/32", + "40.127.148.105/32", + "40.127.148.127/32", + "40.127.150.85/32", + "40.127.224.152/32", + "40.127.227.23/32", + "40.127.229.37/32", + "40.127.234.252/32", + "40.127.235.20/31", + "40.127.235.247/32", + "40.127.241.36/32", + "51.11.24.198/32", + "51.11.25.68/32", + "51.11.25.172/32", + "51.11.172.30/32", + "51.11.172.56/32", + "51.11.172.160/32", + "51.11.233.119/32", + "51.11.233.176/32", + "51.11.235.83/32", + "51.13.16.0/32", + "51.13.25.253/32", + "51.13.136.168/29", + "51.13.139.224/27", + "51.13.141.128/26", + "51.13.141.248/29", + "51.13.148.255/32", + "51.13.149.70/32", + "51.103.3.127/32", + "51.103.3.240/32", + "51.104.30.172/30", + "51.104.30.192/26", + "51.104.31.0/27", + "51.104.31.32/28", + "51.104.31.48/29", + "51.104.31.64/26", + "51.104.36.212/32", + "51.104.150.127/32", + "51.104.150.153/32", + "51.104.152.162/32", + "51.104.152.252/32", + "51.104.155.15/32", + "51.104.155.233/32", + "51.104.156.26/32", + "51.104.159.8/32", + "51.104.159.10/32", + "51.104.159.21/32", + "51.104.176.219/32", + "51.104.177.53/32", + "51.104.178.0/32", + "51.104.248.11/32", + "51.105.92.64/26", + "51.105.92.128/27", + "51.105.92.160/28", + "51.105.96.44/32", + "51.105.97.152/32", + "51.105.99.79/32", + "51.105.101.1/32", + "51.105.130.21/32", + "51.105.144.140/32", + "51.105.145.107/32", + "51.105.152.8/32", + "51.105.152.95/32", + "51.105.152.238/32", + "51.105.160.10/32", + "51.105.164.54/32", + "51.105.165.235/32", + "51.105.183.7/32", + "51.105.193.78/32", + "51.105.195.166/32", + "51.105.206.64/32", + "51.105.212.239/32", + "51.105.249.94/32", + "51.105.250.62/32", + "51.105.250.196/32", + "51.105.250.200/32", + "51.107.8.159/32", + "51.107.8.238/32", + "51.107.9.82/32", + "51.107.11.68/30", + "51.107.11.80/30", + "51.107.41.120/32", + "51.107.45.66/32", + "51.107.96.36/32", + "51.107.96.48/29", + "51.107.96.104/32", + "51.107.96.206/32", + "51.107.98.194/32", + "51.107.100.218/32", + "51.107.101.56/32", + "51.107.101.181/32", + "51.107.201.45/32", + "51.107.202.69/32", + "51.107.241.104/29", + "51.107.241.160/27", + "51.107.241.192/26", + "51.107.249.88/29", + "51.107.249.160/27", + "51.107.249.192/26", + "51.107.254.96/27", + "51.107.254.128/26", + "51.107.254.248/29", + "51.116.1.237/32", + "51.116.2.101/32", + "51.116.2.239/32", + "51.116.3.16/32", + "51.116.3.73/32", + "51.116.3.87/32", + "51.116.3.102/32", + "51.116.50.128/26", + "51.116.50.192/27", + "51.116.51.184/29", + "51.116.74.96/27", + "51.116.74.128/26", + "51.116.75.64/29", + "51.116.99.200/32", + "51.116.132.85/32", + "51.116.132.99/32", + "51.116.133.151/32", + "51.116.134.132/32", + "51.116.134.136/32", + "51.116.138.202/32", + "51.116.145.240/28", + "51.116.146.128/26", + "51.116.146.192/28", + "51.116.148.224/29", + "51.120.44.32/27", + "51.120.44.64/26", + "51.120.228.48/28", + "51.120.228.64/26", + "51.120.228.128/28", + "51.120.232.48/29", + "51.124.1.108/32", + "51.124.56.209/32", + "51.124.71.26/32", + "51.124.72.168/32", + "51.124.83.127/32", + "51.132.68.126/32", + "51.132.72.50/32", + "51.132.72.181/32", + "51.132.73.95/32", + "51.132.161.225/32", + "51.132.215.162/32", + "51.132.215.182/32", + "51.137.10.82/32", + "51.137.10.173/32", + "51.137.12.137/32", + "51.137.12.195/32", + "51.137.13.184/32", + "51.137.136.98/32", + "51.137.137.158/31", + "51.137.137.224/32", + "51.137.137.235/32", + "51.137.164.224/27", + "51.137.165.192/26", + "51.137.166.0/28", + "51.137.166.16/29", + "51.137.166.24/30", + "51.137.166.64/26", + "51.137.167.176/29", + "51.137.180.86/32", + "51.138.26.161/32", + "51.138.26.201/32", + "51.138.27.6/32", + "51.138.27.148/32", + "51.138.28.250/32", + "51.138.30.32/32", + "51.138.31.195/32", + "51.138.38.197/32", + "51.138.178.92/32", + "51.138.178.253/32", + "51.138.215.192/26", + "51.142.162.40/32", + "51.142.209.113/32", + "51.143.208.216/29", + "51.144.56.64/32", + "51.144.190.147/32", + "51.145.104.29/32", + "51.145.186.156/32", + "51.145.189.149/32", + "52.136.184.88/29", + "52.136.189.96/27", + "52.136.189.128/26", + "52.136.190.176/29", + "52.137.24.206/32", + "52.139.17.108/32", + "52.139.17.252/32", + "52.139.18.243/32", + "52.139.22.227/32", + "52.139.80.229/32", + "52.139.83.184/32", + "52.139.86.52/32", + "52.139.111.136/29", + "52.139.111.160/27", + "52.139.111.192/26", + "52.139.156.110/32", + "52.139.170.4/32", + "52.139.170.52/32", + "52.139.176.216/32", + "52.139.177.8/32", + "52.139.177.14/32", + "52.139.179.116/32", + "52.139.232.83/32", + "52.139.233.32/32", + "52.139.234.140/32", + "52.139.234.217/32", + "52.139.235.85/32", + "52.140.108.242/31", + "52.140.109.128/25", + "52.140.110.0/26", + "52.141.1.133/32", + "52.141.7.17/32", + "52.141.7.21/32", + "52.141.7.24/30", + "52.141.7.36/30", + "52.142.16.162/32", + "52.142.28.86/32", + "52.142.80.162/32", + "52.142.81.115/32", + "52.142.82.161/32", + "52.142.86.84/32", + "52.142.87.183/32", + "52.142.112.49/32", + "52.142.112.84/32", + "52.142.112.130/32", + "52.142.113.203/32", + "52.142.121.142/32", + "52.142.121.155/32", + "52.142.127.254/32", + "52.142.168.104/32", + "52.142.233.146/32", + "52.142.233.149/32", + "52.142.233.161/32", + "52.142.234.230/32", + "52.142.237.97/32", + "52.143.22.209/32", + "52.146.24.0/32", + "52.146.24.96/32", + "52.146.24.106/32", + "52.146.24.114/32", + "52.146.24.226/32", + "52.146.26.125/32", + "52.146.26.218/32", + "52.146.26.244/32", + "52.146.50.100/32", + "52.146.60.149/32", + "52.146.72.0/22", + "52.146.76.0/23", + "52.146.78.0/24", + "52.146.79.0/25", + "52.146.79.128/30", + "52.146.128.0/23", + "52.146.130.0/25", + "52.146.130.128/27", + "52.146.130.160/28", + "52.146.130.176/30", + "52.146.130.192/26", + "52.146.132.232/29", + "52.146.138.96/27", + "52.146.138.128/25", + "52.146.139.0/25", + "52.146.139.200/29", + "52.147.113.88/29", + "52.147.116.192/26", + "52.147.117.0/27", + "52.147.117.128/26", + "52.147.117.192/27", + "52.147.119.0/29", + "52.147.121.95/32", + "52.147.222.228/32", + "52.148.112.216/32", + "52.149.108.155/32", + "52.149.169.236/32", + "52.149.238.57/32", + "52.149.240.75/32", + "52.149.243.177/32", + "52.150.35.132/32", + "52.150.37.207/32", + "52.150.39.143/32", + "52.150.39.180/32", + "52.150.154.48/28", + "52.150.154.128/26", + "52.151.208.38/32", + "52.151.208.126/32", + "52.151.212.53/32", + "52.151.212.119/32", + "52.151.213.195/32", + "52.151.231.104/32", + "52.151.238.19/32", + "52.151.243.194/32", + "52.151.246.107/32", + "52.152.194.10/32", + "52.152.204.86/32", + "52.152.205.65/32", + "52.152.205.137/32", + "52.155.25.132/32", + "52.155.25.145/32", + "52.155.25.157/32", + "52.155.88.22/32", + "52.155.91.129/32", + "52.155.91.146/32", + "52.155.94.139/32", + "52.155.94.157/32", + "52.155.95.212/32", + "52.155.162.137/32", + "52.155.172.184/32", + "52.155.173.7/32", + "52.155.176.197/32", + "52.155.178.3/32", + "52.155.180.156/32", + "52.155.181.78/32", + "52.155.220.20/32", + "52.155.222.217/32", + "52.155.223.80/32", + "52.155.224.132/32", + "52.155.232.15/32", + "52.155.232.169/32", + "52.155.232.218/32", + "52.155.233.8/32", + "52.155.233.110/32", + "52.155.233.227/32", + "52.155.234.28/32", + "52.155.234.107/32", + "52.155.234.126/32", + "52.155.234.184/32", + "52.155.235.151/32", + "52.155.235.153/32", + "52.155.236.8/32", + "52.155.236.16/32", + "52.156.24.232/32", + "52.156.193.146/32", + "52.156.194.25/32", + "52.156.196.221/32", + "52.156.204.190/32", + "52.157.221.75/32", + "52.157.221.163/32", + "52.157.222.173/32", + "52.157.225.224/32", + "52.157.237.175/32", + "52.158.24.140/32", + "52.158.24.178/32", + "52.158.27.66/32", + "52.158.112.171/32", + "52.158.121.190/32", + "52.158.134.239/32", + "52.160.108.225/32", + "52.172.7.225/32", + "52.172.112.176/29", + "52.175.120.201/32", + "52.175.150.250/32", + "52.180.96.196/32", + "52.180.102.55/32", + "52.184.48.37/32", + "52.184.80.151/32", + "52.184.84.210/32", + "52.185.226.247/32", + "52.185.230.20/32", + "52.188.43.247/32", + "52.188.77.154/32", + "52.188.79.60/32", + "52.188.143.191/32", + "52.188.177.124/32", + "52.188.180.105/32", + "52.188.181.97/32", + "52.188.182.12/32", + "52.188.183.159/32", + "52.188.216.65/32", + "52.188.221.237/32", + "52.188.222.168/32", + "52.188.222.206/32", + "52.189.252.34/32", + "52.190.24.61/32", + "52.190.27.148/32", + "52.190.30.136/32", + "52.190.30.145/32", + "52.190.39.65/32", + "52.191.39.181/32", + "52.191.44.48/29", + "52.191.217.43/32", + "52.191.232.133/32", + "52.191.237.186/32", + "52.191.238.79/32", + "52.191.238.157/32", + "52.191.239.208/32", + "52.191.239.246/32", + "52.224.17.48/32", + "52.224.17.98/32", + "52.224.137.160/32", + "52.224.142.152/32", + "52.224.149.89/32", + "52.224.150.63/32", + "52.224.184.205/32", + "52.224.184.221/32", + "52.224.185.216/32", + "52.224.195.119/32", + "52.224.200.26/32", + "52.224.201.114/32", + "52.224.201.121/32", + "52.224.203.192/32", + "52.224.204.110/32", + "52.226.41.202/32", + "52.226.41.235/32", + "52.226.49.104/32", + "52.226.49.156/32", + "52.226.51.138/32", + "52.226.139.204/32", + "52.226.141.200/32", + "52.226.143.0/32", + "52.226.148.5/32", + "52.226.148.225/32", + "52.226.175.58/32", + "52.226.201.162/32", + "52.226.254.118/32", + "52.228.86.178/31", + "52.228.86.180/30", + "52.228.86.184/29", + "52.228.86.192/26", + "52.228.87.0/24", + "52.228.125.229/32", + "52.229.79.225/32", + "52.229.88.158/32", + "52.229.119.249/32", + "52.229.225.182/32", + "52.231.136.212/32", + "52.231.137.237/32", + "52.231.140.224/29", + "52.231.143.171/32", + "52.231.164.79/32", + "52.231.185.0/32", + "52.234.104.49/32", + "52.235.17.70/32", + "52.235.57.68/30", + "52.235.57.140/32", + "52.235.57.203/32", + "52.235.57.252/30", + "52.235.63.0/32", + "52.236.152.88/32", + "52.236.153.149/32", + "52.241.138.151/32", + "52.241.140.217/32", + "52.243.106.93/32", + "52.243.108.25/32", + "52.243.109.4/31", + "52.243.109.126/32", + "52.243.110.67/32", + "52.243.110.156/32", + "52.243.110.181/32", + "52.243.113.88/31", + "52.243.113.102/32", + "52.246.120.190/32", + "52.249.59.157/32", + "52.249.60.80/32", + "52.249.63.45/32", + "52.249.201.87/32", + "52.249.204.114/32", + "52.250.228.36/30", + "52.250.228.40/29", + "52.250.228.48/28", + "52.250.228.128/25", + "52.250.229.0/24", + "52.250.230.0/23", + "52.255.212.164/32", + "52.255.213.211/32", + "52.255.221.231/32", + "102.37.80.40/29", + "102.37.85.32/27", + "102.37.85.64/26", + "102.37.85.200/29", + "102.37.166.224/27", + "102.37.167.0/26", + "102.133.0.199/32", + "102.133.0.212/32", + "102.133.1.24/32", + "102.133.59.192/26", + "102.133.60.0/27", + "102.133.132.151/32", + "102.133.219.144/28", + "102.133.219.160/28", + "102.133.219.192/26", + "102.133.221.24/29", + "104.40.18.140/32", + "104.40.27.168/32", + "104.40.34.134/32", + "104.40.72.149/32", + "104.42.32.228/32", + "104.42.35.16/32", + "104.42.42.161/32", + "104.42.45.52/32", + "104.42.45.226/32", + "104.42.134.6/32", + "104.42.134.169/32", + "104.42.214.62/32", + "104.43.76.101/32", + "104.43.76.102/32", + "104.43.76.124/32", + "104.45.65.67/32", + "104.45.67.10/32", + "104.45.70.91/32", + "104.45.70.154/32", + "104.45.77.57/32", + "104.45.174.26/32", + "104.45.175.45/32", + "104.45.188.240/32", + "104.45.191.89/32", + "104.45.230.45/32", + "104.45.230.48/32", + "104.45.231.252/32", + "104.46.176.0/25", + "104.46.176.128/27", + "104.46.176.160/30", + "104.46.176.192/26", + "104.46.177.0/26", + "104.46.179.32/29", + "104.210.57.39/32", + "137.135.53.196/32", + "168.61.3.73/32", + "191.233.0.149/32", + "191.233.0.254/32", + "191.233.1.175/32", + "191.233.18.254/32", + "191.233.20.43/32", + "191.233.25.156/32", + "191.233.27.226/32", + "191.233.28.145/32", + "191.233.29.72/32", + "191.233.30.20/32", + "191.233.31.0/32", + "191.233.31.63/32", + "191.233.31.224/32", + "191.233.242.177/32", + "191.233.242.180/32", + "191.234.137.64/26", + "191.234.137.128/25", + "191.234.138.0/25", + "191.234.139.176/29", + "191.235.127.181/32", + "191.237.200.26/32", + "191.238.76.192/26", + "191.238.77.0/27", + "191.238.77.56/29" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "PowerPlatformPlex", + "id": "PowerPlatformPlex", + "properties": { + "changeNumber": 3, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "4.194.225.212/30", + "13.86.98.128/26", + "20.24.0.192/28", + "20.24.0.208/30", + "20.39.179.192/26", + "20.40.5.0/26", + "20.40.165.192/26", + "20.40.190.0/26", + "20.44.247.0/26", + "20.48.77.192/26", + "20.52.95.84/30", + "20.52.95.216/30", + "20.59.84.24/29", + "20.59.84.80/28", + "20.59.84.96/27", + "20.59.84.128/27", + "20.59.84.160/29", + "20.59.103.116/30", + "20.59.103.136/29", + "20.59.103.160/27", + "20.59.103.192/27", + "20.59.103.224/28", + "20.59.103.240/30", + "20.61.88.128/26", + "20.70.223.24/29", + "20.70.223.80/29", + "20.70.223.88/30", + "20.70.223.168/29", + "20.74.196.12/30", + "20.74.196.64/30", + "20.74.196.104/29", + "20.79.108.100/30", + "20.79.108.104/30", + "20.87.82.152/29", + "20.87.83.104/29", + "20.88.159.140/30", + "20.88.159.152/29", + "20.88.159.208/28", + "20.88.159.224/27", + "20.90.38.16/29", + "20.90.38.24/30", + "20.90.38.52/30", + "20.90.38.240/29", + "20.92.4.220/30", + "20.92.5.80/28", + "20.92.5.124/30", + "20.92.6.8/29", + "20.92.6.192/29", + "20.97.35.52/30", + "20.97.39.56/29", + "20.97.39.112/30", + "20.100.4.136/29", + "20.100.4.180/30", + "20.100.5.16/30", + "20.100.129.0/28", + "20.105.211.64/28", + "20.105.211.80/29", + "20.105.211.88/30", + "20.105.215.228/30", + "20.105.215.232/29", + "20.105.215.240/28", + "20.105.243.208/28", + "20.105.243.224/27", + "20.105.244.0/27", + "20.105.244.32/28", + "20.107.239.220/30", + "20.111.3.152/29", + "20.111.3.204/30", + "20.111.3.216/30", + "20.116.43.56/29", + "20.116.43.80/29", + "20.116.43.88/30", + "20.116.43.208/28", + "20.116.47.64/30", + "20.117.192.204/30", + "20.117.192.224/29", + "20.117.193.60/30", + "20.117.193.176/29", + "20.119.28.0/27", + "20.119.28.32/30", + "20.151.60.0/26", + "20.186.165.112/28", + "20.189.194.180/30", + "20.189.198.88/29", + "20.189.198.136/29", + "20.189.199.32/30", + "20.192.157.248/29", + "20.193.248.192/26", + "20.195.86.92/30", + "20.195.87.16/28", + "20.195.87.32/30", + "20.195.87.124/30", + "20.199.200.124/30", + "20.199.201.48/30", + "20.199.201.76/30", + "20.199.201.144/30", + "20.200.160.28/30", + "20.200.160.208/30", + "20.200.160.236/30", + "20.200.160.248/30", + "20.200.198.200/29", + "20.200.199.88/29", + "20.203.41.96/28", + "20.203.88.48/29", + "20.203.88.88/29", + "20.204.192.108/30", + "20.204.192.192/29", + "20.204.193.100/30", + "20.204.193.104/29", + "20.205.49.80/29", + "20.205.49.88/30", + "20.205.49.124/30", + "20.205.49.200/29", + "20.205.50.112/30", + "20.205.69.156/30", + "20.206.3.20/30", + "20.206.4.64/29", + "20.206.4.224/29", + "20.206.4.232/30", + "20.206.178.56/29", + "20.206.178.96/30", + "20.206.178.164/30", + "20.206.179.128/29", + "20.206.179.136/30", + "20.208.5.84/30", + "20.208.7.120/30", + "20.208.7.172/30", + "20.208.7.184/30", + "20.210.68.156/30", + "20.210.69.80/29", + "20.210.70.72/29", + "20.210.70.80/30", + "20.213.194.128/29", + "20.213.194.136/30", + "20.223.65.68/30", + "20.223.65.72/29", + "20.223.65.80/28", + "20.223.65.96/27", + "20.223.65.128/28", + "20.232.88.200/29", + "20.232.89.16/28", + "20.232.89.32/27", + "20.232.89.64/27", + "20.232.89.96/29", + "40.80.96.36/30", + "40.80.96.192/30", + "40.126.211.64/28", + "51.11.26.192/26", + "51.103.164.128/28", + "51.105.159.192/26", + "51.107.230.128/28", + "51.116.77.84/30", + "51.116.77.248/30", + "51.116.78.36/30", + "51.116.78.192/30", + "51.120.176.192/29", + "51.120.176.220/30", + "51.120.176.232/30", + "51.120.184.144/28", + "51.137.139.0/26", + "51.138.205.48/28", + "52.136.140.96/28", + "52.136.191.248/29", + "52.146.141.136/29", + "52.146.141.160/27", + "52.146.141.192/27", + "52.155.27.128/26", + "52.155.160.192/26", + "52.172.81.16/30", + "52.172.81.224/29", + "52.172.81.232/30", + "52.229.231.64/26", + "52.242.44.192/28", + "52.242.44.208/30", + "52.242.44.236/30", + "52.242.44.248/29", + "52.242.45.48/29", + "52.250.195.128/26", + "52.255.218.64/26", + "102.37.87.100/30", + "102.37.87.136/30", + "102.37.87.184/29", + "102.133.78.96/28", + "102.133.204.16/28", + "191.234.130.0/26", + "191.238.78.84/30" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerQueryOnline", + "id": "PowerQueryOnline", + "properties": { + "changeNumber": 20, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "4.232.24.40/29", + "4.232.111.78/31", + "13.66.149.78/31", + "13.67.15.208/31", + "13.69.239.110/31", + "13.70.79.218/31", + "13.71.178.96/31", + "20.17.48.20/31", + "20.17.63.8/29", + "20.17.71.138/31", + "20.17.112.40/29", + "20.17.131.34/31", + "20.21.32.20/31", + "20.21.46.164/31", + "20.21.55.160/29", + "20.21.80.20/31", + "20.36.120.120/31", + "20.36.150.44/31", + "20.37.64.120/31", + "20.37.152.70/31", + "20.37.192.70/31", + "20.37.224.120/31", + "20.38.80.70/31", + "20.38.133.208/31", + "20.38.136.68/31", + "20.39.11.24/31", + "20.41.0.68/30", + "20.41.64.70/31", + "20.41.65.144/31", + "20.41.192.120/31", + "20.42.4.200/30", + "20.42.128.70/31", + "20.42.129.184/29", + "20.42.224.120/31", + "20.43.40.70/31", + "20.43.64.70/31", + "20.43.126.196/31", + "20.43.128.70/31", + "20.45.112.120/31", + "20.45.192.120/31", + "20.45.208.62/31", + "20.47.237.98/31", + "20.47.237.104/29", + "20.52.65.82/31", + "20.53.1.66/31", + "20.53.1.216/31", + "20.53.54.168/29", + "20.53.54.176/31", + "20.53.62.108/31", + "20.53.62.112/29", + "20.59.81.240/28", + "20.69.8.120/29", + "20.70.223.160/29", + "20.72.16.20/31", + "20.72.30.186/31", + "20.74.196.96/29", + "20.79.107.144/29", + "20.87.82.200/29", + "20.88.66.110/31", + "20.88.67.64/29", + "20.89.1.18/31", + "20.90.38.56/29", + "20.91.9.56/29", + "20.92.6.0/29", + "20.98.149.8/29", + "20.98.195.176/29", + "20.99.25.158/31", + "20.99.25.160/29", + "20.100.4.184/29", + "20.105.215.40/29", + "20.111.3.208/29", + "20.116.43.120/29", + "20.117.193.48/29", + "20.118.78.96/29", + "20.118.139.212/31", + "20.118.139.216/29", + "20.125.4.176/28", + "20.125.4.192/29", + "20.125.162.146/31", + "20.125.162.152/29", + "20.150.160.108/31", + "20.150.174.158/31", + "20.189.104.68/31", + "20.189.175.164/31", + "20.189.198.128/29", + "20.192.160.20/31", + "20.192.225.32/31", + "20.193.160.232/31", + "20.194.81.210/31", + "20.195.87.112/29", + "20.195.154.0/31", + "20.199.201.88/29", + "20.200.160.240/29", + "20.200.198.248/29", + "20.203.88.80/29", + "20.204.193.0/29", + "20.205.49.192/29", + "20.206.4.72/29", + "20.206.178.168/29", + "20.207.2.166/31", + "20.207.2.168/29", + "20.207.168.180/31", + "20.207.168.184/29", + "20.208.7.176/29", + "20.210.69.168/29", + "20.215.0.20/31", + "20.215.7.60/31", + "20.215.7.232/29", + "20.215.158.216/31", + "20.217.40.20/31", + "20.217.47.60/31", + "20.217.47.232/29", + "20.217.62.138/31", + "20.223.64.128/29", + "20.228.0.46/31", + "20.228.1.64/29", + "20.232.88.0/29", + "23.100.217.20/31", + "23.100.217.24/29", + "40.64.11.116/31", + "40.64.11.120/29", + "40.67.48.120/31", + "40.67.72.130/31", + "40.67.122.228/31", + "40.69.116.110/31", + "40.74.30.104/30", + "40.74.102.30/31", + "40.80.56.120/31", + "40.80.96.40/29", + "40.80.168.120/31", + "40.80.184.68/31", + "40.82.253.72/29", + "40.89.16.120/31", + "40.89.122.192/31", + "40.119.8.74/31", + "40.120.9.78/31", + "40.120.64.216/31", + "40.124.65.172/31", + "51.11.193.116/31", + "51.12.33.50/31", + "51.12.46.228/31", + "51.12.75.224/29", + "51.12.169.68/31", + "51.12.198.208/31", + "51.13.1.30/31", + "51.13.128.116/31", + "51.53.24.20/31", + "51.53.31.156/31", + "51.53.101.8/29", + "51.53.168.20/31", + "51.53.182.224/29", + "51.104.10.114/31", + "51.104.24.70/31", + "51.105.80.120/31", + "51.105.88.120/31", + "51.107.48.70/31", + "51.107.129.164/31", + "51.107.144.120/31", + "51.116.48.70/31", + "51.116.78.40/29", + "51.116.144.70/31", + "51.120.40.70/31", + "51.120.176.224/29", + "51.120.224.120/31", + "51.137.160.68/31", + "51.143.192.120/31", + "52.140.104.70/31", + "52.150.139.72/30", + "52.168.118.142/31", + "52.172.81.72/29", + "52.228.80.70/31", + "52.231.151.216/31", + "52.240.245.250/31", + "52.242.44.240/29", + "68.221.80.40/29", + "68.221.98.114/31", + "102.37.64.182/31", + "102.37.87.176/29", + "102.133.56.96/31", + "102.133.127.114/31", + "102.133.216.70/31", + "104.40.170.68/31", + "104.46.163.194/31", + "104.208.16.202/31", + "104.214.166.138/31", + "158.23.10.114/31", + "158.23.96.40/29", + "191.233.8.20/31", + "191.235.224.70/31", + "191.237.224.234/31", + "2603:1000:4::200/123", + "2603:1000:4:402::160/126", + "2603:1000:104:1::200/123", + "2603:1000:104:402::160/126", + "2603:1010:6:1::200/123", + "2603:1010:6:402::160/126", + "2603:1010:101::200/123", + "2603:1010:101:402::160/126", + "2603:1010:304::200/123", + "2603:1010:304:402::168/126", + "2603:1010:404::200/123", + "2603:1020:5:1::200/123", + "2603:1020:5:402::160/126", + "2603:1020:206:1::200/123", + "2603:1020:206:402::160/126", + "2603:1020:305::200/123", + "2603:1020:405::200/123", + "2603:1020:605::200/123", + "2603:1020:705:1::200/123", + "2603:1020:705:402::160/126", + "2603:1020:805:1::200/123", + "2603:1020:805:402::160/126", + "2603:1020:905::200/123", + "2603:1020:a04:1::200/123", + "2603:1020:a04:402::160/126", + "2603:1020:b04::200/123", + "2603:1020:c04:1::200/123", + "2603:1020:c04:402::160/126", + "2603:1020:d04::200/123", + "2603:1020:d04:402::160/126", + "2603:1020:e04:1::200/123", + "2603:1020:e04:402::160/126", + "2603:1020:f04::200/123", + "2603:1020:f04:402::160/126", + "2603:1020:1004::200/123", + "2603:1020:1004:402::20/126", + "2603:1020:1104::200/123", + "2603:1020:1104:400::160/126", + "2603:1020:1204::1c0/123", + "2603:1020:1204:400::d8/126", + "2603:1020:1302::1c0/123", + "2603:1020:1302:400::198/126", + "2603:1020:1403::1c0/123", + "2603:1020:1403:400::108/126", + "2603:1030:f:1::200/123", + "2603:1030:f:400::960/126", + "2603:1030:10:1::200/123", + "2603:1030:10:402::160/126", + "2603:1030:104:1::200/123", + "2603:1030:104:402::708/126", + "2603:1030:107::200/123", + "2603:1030:107:400::258/126", + "2603:1030:210:1::200/123", + "2603:1030:210:402::160/126", + "2603:1030:40b:1::200/123", + "2603:1030:40b:400::960/126", + "2603:1030:40c:1::200/123", + "2603:1030:40c:402::160/126", + "2603:1030:504:1::200/123", + "2603:1030:504:402::450/126", + "2603:1030:608::200/123", + "2603:1030:608:402::168/126", + "2603:1030:702::1c0/123", + "2603:1030:702:400::108/126", + "2603:1030:807:1::200/123", + "2603:1030:807:402::160/126", + "2603:1030:a07::200/123", + "2603:1030:a07:402::358/126", + "2603:1030:b04::200/123", + "2603:1030:b04:402::160/126", + "2603:1030:c06:1::200/123", + "2603:1030:c06:400::960/126", + "2603:1030:f05:1::200/123", + "2603:1030:f05:402::160/126", + "2603:1030:1005::200/123", + "2603:1030:1005:402::168/126", + "2603:1040:5:1::200/123", + "2603:1040:5:402::160/126", + "2603:1040:207::200/123", + "2603:1040:207:402::168/126", + "2603:1040:407:1::200/123", + "2603:1040:407:402::160/126", + "2603:1040:606::200/123", + "2603:1040:606:402::168/126", + "2603:1040:806::200/123", + "2603:1040:806:402::168/126", + "2603:1040:904:1::200/123", + "2603:1040:904:402::160/126", + "2603:1040:a06:1::200/123", + "2603:1040:a06:402::160/126", + "2603:1040:b04::200/123", + "2603:1040:b04:402::168/126", + "2603:1040:c06::200/123", + "2603:1040:d04::200/123", + "2603:1040:d04:402::20/126", + "2603:1040:e05:1::620/123", + "2603:1040:e05:402::2f0/126", + "2603:1040:f05:1::200/123", + "2603:1040:f05:402::160/126", + "2603:1040:1002::400/123", + "2603:1040:1002:400::228/126", + "2603:1040:1104::200/123", + "2603:1040:1104:400::168/126", + "2603:1040:1202::1c0/123", + "2603:1040:1302::1c0/123", + "2603:1040:1402::1c0/123", + "2603:1040:1402:402::40/126", + "2603:1040:1503::1c0/123", + "2603:1040:1503:400::198/126", + "2603:1040:1602::1c0/123", + "2603:1040:1602:400::300/126", + "2603:1050:6:1::200/123", + "2603:1050:6:402::160/126", + "2603:1050:403::200/123", + "2603:1050:403:400::88/126" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "SCCservice", + "id": "SCCservice", + "properties": { + "changeNumber": 2, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "13.66.145.72/29", + "13.69.233.48/29", + "13.70.79.72/29", + "13.71.175.192/29", + "13.72.73.110/32", + "13.73.244.200/29", + "13.78.111.200/29", + "13.86.223.96/27", + "13.90.86.1/32", + "13.92.97.243/32", + "13.92.188.209/32", + "13.92.190.185/32", + "20.36.117.200/29", + "20.38.132.16/29", + "20.43.123.176/29", + "20.44.4.240/29", + "20.44.10.208/28", + "20.44.19.48/29", + "20.53.0.40/29", + "20.150.172.32/29", + "20.192.184.88/29", + "20.192.238.176/29", + "20.193.206.40/29", + "40.67.60.168/29", + "40.67.121.144/29", + "40.69.111.96/29", + "40.71.86.107/32", + "40.74.56.205/32", + "40.78.103.172/32", + "40.78.106.95/32", + "40.78.149.166/32", + "40.78.239.104/29", + "40.79.139.200/29", + "40.80.180.112/29", + "40.83.187.245/32", + "40.89.121.160/29", + "40.117.35.99/32", + "40.118.227.49/32", + "40.120.8.160/29", + "40.120.64.104/29", + "40.121.214.58/32", + "51.12.101.160/29", + "51.12.204.232/29", + "51.13.128.16/29", + "51.107.128.40/29", + "51.107.192.136/29", + "51.116.60.248/29", + "51.116.246.0/29", + "51.120.109.112/29", + "51.138.160.8/29", + "51.140.149.24/29", + "51.140.215.160/29", + "52.160.33.57/32", + "52.160.100.5/32", + "52.168.88.247/32", + "52.168.89.30/32", + "52.168.92.234/32", + "52.168.116.0/26", + "52.168.136.186/32", + "52.168.139.96/32", + "52.168.141.90/32", + "52.168.143.85/32", + "52.168.168.165/32", + "52.168.178.77/32", + "52.168.179.117/32", + "52.168.180.168/32", + "52.170.28.184/32", + "52.170.34.217/32", + "52.170.37.236/32", + "52.170.209.22/32", + "52.178.17.16/28", + "52.179.23.200/32", + "52.231.23.96/29", + "52.231.151.48/29", + "52.240.241.88/29", + "102.37.64.56/29", + "102.133.124.144/29", + "104.42.149.114/32", + "104.43.210.200/32", + "104.46.32.191/32", + "104.46.162.8/29", + "104.214.164.56/29", + "137.117.96.184/32", + "137.117.97.51/32", + "168.61.140.96/29", + "191.233.207.192/29", + "191.237.224.160/29", + "2603:1063:c000::/44" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ServiceFabric", + "id": "ServiceFabric", + "properties": { + "changeNumber": 36, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "4.232.106.76/30", + "4.232.122.72/30", + "4.232.194.72/30", + "13.66.140.152/29", + "13.66.167.194/32", + "13.66.226.151/32", + "13.67.9.136/29", + "13.69.64.232/29", + "13.69.109.136/30", + "13.69.227.232/29", + "13.70.72.216/29", + "13.70.78.172/30", + "13.71.170.224/29", + "13.71.170.248/29", + "13.71.195.48/29", + "13.74.80.74/32", + "13.74.111.144/30", + "13.75.36.80/29", + "13.75.41.166/32", + "13.75.42.35/32", + "13.77.52.0/29", + "13.78.108.24/29", + "13.78.147.125/32", + "13.80.117.236/32", + "13.87.32.204/32", + "13.87.56.240/29", + "13.87.122.240/29", + "13.89.171.104/29", + "13.91.7.211/32", + "13.91.252.58/32", + "13.92.124.124/32", + "20.17.66.76/30", + "20.17.130.12/30", + "20.18.178.72/30", + "20.21.42.76/30", + "20.21.66.72/30", + "20.21.74.72/30", + "20.36.40.70/32", + "20.36.72.79/32", + "20.36.107.16/29", + "20.36.114.192/29", + "20.37.74.80/29", + "20.38.149.192/30", + "20.38.152.68/30", + "20.42.64.40/30", + "20.42.72.132/30", + "20.44.3.24/29", + "20.44.10.124/30", + "20.44.19.0/30", + "20.44.29.52/30", + "20.45.79.240/32", + "20.45.123.244/30", + "20.49.82.4/30", + "20.49.90.4/30", + "20.72.26.4/30", + "20.125.170.72/30", + "20.125.202.72/30", + "20.150.171.72/29", + "20.150.181.160/30", + "20.150.189.28/30", + "20.150.225.4/30", + "20.168.162.72/30", + "20.184.2.84/32", + "20.192.32.224/30", + "20.192.101.28/30", + "20.192.235.0/29", + "20.193.202.24/29", + "20.193.204.100/30", + "20.194.66.4/30", + "20.205.74.72/30", + "20.205.82.72/30", + "20.208.18.72/30", + "20.215.18.72/30", + "20.215.26.72/30", + "20.215.154.76/30", + "20.217.58.76/30", + "20.217.74.72/30", + "20.217.90.72/30", + "23.96.200.228/32", + "23.96.210.6/32", + "23.96.214.100/32", + "23.98.86.60/30", + "23.99.11.219/32", + "23.100.199.230/32", + "40.67.59.72/29", + "40.69.107.0/29", + "40.69.166.6/32", + "40.70.146.232/29", + "40.71.11.104/29", + "40.74.100.240/29", + "40.74.146.56/29", + "40.75.35.220/30", + "40.76.203.148/32", + "40.76.205.181/32", + "40.78.195.0/29", + "40.78.202.120/29", + "40.78.238.60/30", + "40.78.245.192/30", + "40.78.253.64/30", + "40.79.114.102/32", + "40.79.130.232/29", + "40.79.139.192/30", + "40.79.148.80/30", + "40.79.165.80/29", + "40.79.171.228/30", + "40.79.173.0/30", + "40.79.179.0/29", + "40.79.189.60/30", + "40.79.197.36/30", + "40.80.53.4/30", + "40.84.62.189/32", + "40.84.133.64/32", + "40.85.224.118/32", + "40.86.230.174/32", + "40.89.168.15/32", + "40.112.243.176/29", + "40.113.23.157/32", + "40.113.88.37/32", + "40.115.64.123/32", + "40.115.113.228/32", + "40.120.74.4/30", + "40.123.204.26/32", + "51.12.99.64/29", + "51.12.101.168/30", + "51.12.203.64/29", + "51.12.204.240/30", + "51.12.229.28/30", + "51.12.237.28/30", + "51.53.106.76/30", + "51.53.186.76/30", + "51.103.202.72/30", + "51.105.69.84/30", + "51.105.77.52/30", + "51.107.59.40/29", + "51.107.76.20/32", + "51.107.155.40/29", + "51.107.239.250/32", + "51.116.59.40/29", + "51.116.155.104/29", + "51.116.208.26/32", + "51.116.232.27/32", + "51.116.245.160/30", + "51.116.253.128/30", + "51.120.68.23/32", + "51.120.98.240/29", + "51.120.109.28/30", + "51.120.164.23/32", + "51.120.213.28/30", + "51.120.219.72/29", + "51.140.148.24/29", + "51.140.184.27/32", + "51.140.211.16/29", + "51.141.8.30/32", + "52.136.136.27/32", + "52.138.70.82/32", + "52.138.92.168/30", + "52.138.143.55/32", + "52.138.229.68/30", + "52.143.136.15/32", + "52.143.184.15/32", + "52.151.38.144/32", + "52.158.236.247/32", + "52.162.107.176/29", + "52.163.90.165/32", + "52.163.94.113/32", + "52.165.37.188/32", + "52.167.0.27/32", + "52.167.109.68/30", + "52.167.227.220/32", + "52.174.163.204/32", + "52.174.164.254/32", + "52.178.30.193/32", + "52.180.176.84/32", + "52.182.141.56/30", + "52.182.172.232/32", + "52.225.184.94/32", + "52.225.185.159/32", + "52.230.8.61/32", + "52.231.18.232/29", + "52.231.32.81/32", + "52.231.147.16/29", + "52.231.200.124/32", + "52.236.161.75/32", + "52.236.189.76/30", + "52.246.157.8/30", + "65.52.250.224/29", + "68.220.82.72/30", + "68.221.98.76/30", + "68.221.146.72/30", + "74.243.18.8/30", + "102.37.48.12/32", + "102.133.27.24/29", + "102.133.72.31/32", + "102.133.126.144/30", + "102.133.155.24/29", + "102.133.160.28/32", + "102.133.235.169/32", + "102.133.251.216/30", + "104.41.9.53/32", + "104.41.187.29/32", + "104.42.181.121/32", + "104.43.213.84/32", + "104.45.19.250/32", + "104.46.225.57/32", + "104.210.107.69/32", + "104.211.81.216/29", + "104.211.103.201/32", + "104.211.146.240/29", + "104.211.164.163/32", + "104.211.228.68/32", + "104.214.19.72/29", + "104.214.165.68/30", + "104.215.78.146/32", + "137.116.252.9/32", + "137.135.33.49/32", + "158.23.10.76/30", + "158.23.122.72/30", + "158.23.194.72/30", + "168.61.142.48/30", + "191.233.50.24/29", + "191.233.203.216/29", + "191.234.149.32/30", + "191.234.157.128/30", + "207.46.234.62/32", + "2603:1000:4:402::98/125", + "2603:1000:104:402::98/125", + "2603:1000:104:802::98/125", + "2603:1000:104:c02::98/125", + "2603:1010:6:402::98/125", + "2603:1010:6:802::98/125", + "2603:1010:6:c02::98/125", + "2603:1010:101:402::98/125", + "2603:1010:304:402::98/125", + "2603:1010:404:402::98/125", + "2603:1020:5:402::98/125", + "2603:1020:5:802::98/125", + "2603:1020:5:c02::98/125", + "2603:1020:206:402::98/125", + "2603:1020:206:802::98/125", + "2603:1020:206:c02::98/125", + "2603:1020:305:402::98/125", + "2603:1020:405:402::98/125", + "2603:1020:605:402::98/125", + "2603:1020:705:402::98/125", + "2603:1020:705:802::98/125", + "2603:1020:705:c02::98/125", + "2603:1020:805:402::98/125", + "2603:1020:805:802::98/125", + "2603:1020:805:c02::98/125", + "2603:1020:905:402::98/125", + "2603:1020:a04:402::98/125", + "2603:1020:a04:802::98/125", + "2603:1020:a04:c02::98/125", + "2603:1020:b04:402::98/125", + "2603:1020:c04:402::98/125", + "2603:1020:c04:802::98/125", + "2603:1020:c04:c02::98/125", + "2603:1020:d04:402::98/125", + "2603:1020:e04:402::98/125", + "2603:1020:e04:802::98/125", + "2603:1020:e04:c02::98/125", + "2603:1020:f04:402::98/125", + "2603:1020:1004:400::98/125", + "2603:1020:1004:800::158/125", + "2603:1020:1004:800::350/125", + "2603:1020:1004:c02::1b8/125", + "2603:1020:1104:400::98/125", + "2603:1020:1204:400::58/125", + "2603:1020:1204:800::10/125", + "2603:1020:1204:c00::10/125", + "2603:1020:1302:400::58/125", + "2603:1020:1302:800::50/125", + "2603:1020:1302:c00::50/125", + "2603:1020:1403:400::18/125", + "2603:1020:1403:800::10/125", + "2603:1030:f:400::898/125", + "2603:1030:10:402::98/125", + "2603:1030:10:802::98/125", + "2603:1030:10:c02::98/125", + "2603:1030:104:402::98/125", + "2603:1030:104:402::3d8/125", + "2603:1030:104:802::60/125", + "2603:1030:107:400::d0/125", + "2603:1030:210:402::98/125", + "2603:1030:210:802::98/125", + "2603:1030:210:c02::98/125", + "2603:1030:40b:400::898/125", + "2603:1030:40b:800::98/125", + "2603:1030:40b:c00::98/125", + "2603:1030:40b:1000::10/125", + "2603:1030:40c:402::98/125", + "2603:1030:40c:802::98/125", + "2603:1030:40c:c02::98/125", + "2603:1030:504:402::98/125", + "2603:1030:504:802::c8/125", + "2603:1030:504:802::158/125", + "2603:1030:504:802::350/125", + "2603:1030:504:c02::408/125", + "2603:1030:608:402::98/125", + "2603:1030:608:800::50/125", + "2603:1030:608:c00::50/125", + "2603:1030:702:400::18/125", + "2603:1030:702:800::10/125", + "2603:1030:702:c00::10/125", + "2603:1030:807:402::98/125", + "2603:1030:807:802::98/125", + "2603:1030:807:c02::98/125", + "2603:1030:a07:402::98/125", + "2603:1030:a07:c00::50/125", + "2603:1030:b04:402::98/125", + "2603:1030:c06:400::898/125", + "2603:1030:c06:802::98/125", + "2603:1030:c06:c02::98/125", + "2603:1030:f05:402::98/125", + "2603:1030:f05:802::98/125", + "2603:1030:f05:c02::98/125", + "2603:1030:1005:402::98/125", + "2603:1040:5:402::98/125", + "2603:1040:5:802::98/125", + "2603:1040:5:c02::98/125", + "2603:1040:207:402::98/125", + "2603:1040:207:800::50/125", + "2603:1040:207:c00::50/125", + "2603:1040:407:402::98/125", + "2603:1040:407:802::98/125", + "2603:1040:407:c02::98/125", + "2603:1040:606:402::98/125", + "2603:1040:606:800::10/125", + "2603:1040:806:402::98/125", + "2603:1040:904:402::98/125", + "2603:1040:904:802::98/125", + "2603:1040:904:c02::98/125", + "2603:1040:a06:402::98/125", + "2603:1040:a06:802::98/125", + "2603:1040:a06:c02::98/125", + "2603:1040:b04:402::98/125", + "2603:1040:b04:800::10/125", + "2603:1040:c06:402::98/125", + "2603:1040:d04:400::98/125", + "2603:1040:d04:800::158/125", + "2603:1040:d04:800::350/125", + "2603:1040:e05:402::158/125", + "2603:1040:f05:402::98/125", + "2603:1040:f05:802::98/125", + "2603:1040:f05:c02::98/125", + "2603:1040:1002:400::58/125", + "2603:1040:1002:800::50/125", + "2603:1040:1002:c00::50/125", + "2603:1040:1104:400::98/125", + "2603:1040:1202:400::58/125", + "2603:1040:1302:400::58/125", + "2603:1040:1402:400::58/125", + "2603:1040:1402:800::50/125", + "2603:1040:1402:c00::50/125", + "2603:1040:1503:400::58/125", + "2603:1040:1602:400::18/125", + "2603:1050:6:402::98/125", + "2603:1050:6:802::98/125", + "2603:1050:6:c02::98/125", + "2603:1050:403:400::140/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "SqlManagement", + "id": "SqlManagement", + "properties": { + "changeNumber": 46, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "SqlManagement", + "addressPrefixes": [ + "4.232.101.80/28", + "4.232.108.64/26", + "4.232.123.224/27", + "4.232.125.128/27", + "4.232.195.224/27", + "4.232.197.128/27", + "13.64.155.40/32", + "13.66.140.96/27", + "13.66.141.192/27", + "13.67.8.192/27", + "13.67.10.32/27", + "13.69.64.96/27", + "13.69.67.0/27", + "13.69.106.96/27", + "13.69.107.32/27", + "13.69.227.96/27", + "13.69.229.192/27", + "13.70.72.160/27", + "13.70.73.224/27", + "13.71.55.134/32", + "13.71.119.167/32", + "13.71.123.234/32", + "13.71.170.160/27", + "13.71.173.96/27", + "13.71.195.0/27", + "13.71.196.96/27", + "13.73.240.192/27", + "13.73.242.0/27", + "13.73.249.176/28", + "13.74.107.96/27", + "13.74.107.224/27", + "13.75.36.32/27", + "13.75.39.32/27", + "13.77.50.192/27", + "13.77.53.0/27", + "13.78.106.224/27", + "13.78.109.64/27", + "13.78.149.164/32", + "13.78.181.246/32", + "13.78.182.82/32", + "13.84.52.76/32", + "13.86.219.96/27", + "13.87.39.133/32", + "13.87.39.173/32", + "13.87.56.192/27", + "13.87.58.0/27", + "13.87.122.192/27", + "13.87.124.0/27", + "13.89.170.224/27", + "13.89.174.96/27", + "13.92.242.41/32", + "13.94.47.38/32", + "13.104.248.32/27", + "13.104.248.96/27", + "20.17.59.96/28", + "20.17.71.0/26", + "20.17.127.64/28", + "20.17.134.0/26", + "20.18.179.224/27", + "20.18.181.128/27", + "20.21.39.240/28", + "20.21.46.0/26", + "20.21.56.8/32", + "20.21.67.224/27", + "20.21.69.128/27", + "20.21.75.224/27", + "20.21.77.128/27", + "20.36.46.202/32", + "20.36.46.220/32", + "20.36.75.75/32", + "20.36.75.114/32", + "20.36.108.0/27", + "20.36.108.64/27", + "20.36.115.160/27", + "20.36.115.192/27", + "20.36.123.0/28", + "20.37.67.64/28", + "20.37.76.0/27", + "20.37.76.64/27", + "20.37.198.96/28", + "20.37.227.0/28", + "20.38.87.208/28", + "20.38.128.0/27", + "20.38.139.64/28", + "20.38.146.192/27", + "20.38.147.32/27", + "20.38.157.160/27", + "20.38.157.192/27", + "20.39.12.240/28", + "20.40.39.56/32", + "20.40.200.176/28", + "20.41.67.96/28", + "20.41.197.32/28", + "20.42.131.34/31", + "20.42.230.96/28", + "20.43.43.176/28", + "20.43.70.80/28", + "20.43.120.192/27", + "20.44.4.0/26", + "20.44.8.128/27", + "20.44.16.160/27", + "20.44.26.192/27", + "20.44.27.160/27", + "20.44.175.174/32", + "20.45.75.228/32", + "20.45.75.230/32", + "20.45.114.208/28", + "20.45.122.192/27", + "20.45.126.32/27", + "20.45.197.240/28", + "20.47.216.224/27", + "20.49.83.160/27", + "20.49.83.192/27", + "20.49.91.160/27", + "20.49.93.96/27", + "20.49.99.48/28", + "20.49.109.64/28", + "20.49.113.16/28", + "20.49.120.48/28", + "20.50.1.224/28", + "20.51.13.68/30", + "20.53.11.223/32", + "20.53.213.159/32", + "20.67.217.53/32", + "20.69.2.8/30", + "20.72.21.16/28", + "20.72.28.224/27", + "20.72.30.128/27", + "20.72.205.65/32", + "20.74.24.6/32", + "20.74.182.252/32", + "20.76.158.12/32", + "20.79.75.252/32", + "20.81.57.80/32", + "20.87.34.93/32", + "20.88.15.30/32", + "20.102.161.18/32", + "20.112.136.108/32", + "20.125.171.224/27", + "20.125.173.128/27", + "20.125.203.224/27", + "20.125.205.128/27", + "20.150.156.147/32", + "20.150.165.160/28", + "20.150.170.32/27", + "20.150.170.128/27", + "20.150.172.96/27", + "20.150.178.192/26", + "20.150.186.192/26", + "20.168.163.224/27", + "20.168.165.128/27", + "20.187.194.208/28", + "20.189.27.29/32", + "20.190.248.197/32", + "20.192.98.192/26", + "20.192.165.192/28", + "20.192.230.16/28", + "20.192.238.32/27", + "20.192.238.64/27", + "20.193.113.186/32", + "20.193.205.160/27", + "20.193.205.192/27", + "20.193.215.153/32", + "20.194.67.128/26", + "20.199.189.123/32", + "20.200.226.213/32", + "20.201.22.164/32", + "20.205.75.224/27", + "20.205.77.128/27", + "20.205.78.0/25", + "20.205.85.128/26", + "20.208.19.224/27", + "20.208.21.128/27", + "20.215.7.240/28", + "20.215.19.224/27", + "20.215.21.128/27", + "20.215.27.224/27", + "20.215.29.128/27", + "20.215.158.0/26", + "20.217.47.240/28", + "20.217.62.0/26", + "20.217.75.224/27", + "20.217.77.128/27", + "20.217.91.224/27", + "20.217.93.128/27", + "23.96.185.63/32", + "23.96.243.93/32", + "23.97.120.24/32", + "23.98.43.94/32", + "23.98.82.128/27", + "23.98.83.32/27", + "23.98.104.144/28", + "23.99.97.255/32", + "40.64.132.112/28", + "40.65.124.161/32", + "40.67.50.224/28", + "40.67.58.32/27", + "40.67.60.32/27", + "40.69.106.192/27", + "40.69.108.0/27", + "40.69.161.215/32", + "40.70.72.228/32", + "40.70.146.96/27", + "40.70.148.64/27", + "40.71.10.224/27", + "40.71.13.192/27", + "40.71.215.148/32", + "40.74.100.192/27", + "40.74.101.224/27", + "40.74.147.0/27", + "40.74.147.96/27", + "40.74.147.128/27", + "40.74.254.227/32", + "40.75.34.64/27", + "40.75.35.0/27", + "40.78.194.192/27", + "40.78.196.0/27", + "40.78.203.128/27", + "40.78.203.192/27", + "40.78.226.224/27", + "40.78.229.0/27", + "40.78.234.64/27", + "40.78.234.224/27", + "40.78.242.192/27", + "40.78.243.128/27", + "40.78.250.128/27", + "40.78.251.64/27", + "40.79.32.162/32", + "40.79.130.160/27", + "40.79.132.0/27", + "40.79.138.64/27", + "40.79.138.160/27", + "40.79.146.64/27", + "40.79.146.160/27", + "40.79.154.0/27", + "40.79.154.224/27", + "40.79.156.0/27", + "40.79.162.64/27", + "40.79.162.160/27", + "40.79.170.160/27", + "40.79.171.0/27", + "40.79.178.192/27", + "40.79.179.224/27", + "40.79.186.96/27", + "40.79.187.128/27", + "40.79.194.0/27", + "40.79.195.128/27", + "40.80.50.192/27", + "40.80.51.32/27", + "40.80.62.0/28", + "40.80.172.32/28", + "40.89.20.144/28", + "40.89.199.27/32", + "40.112.243.128/27", + "40.119.229.156/32", + "40.120.75.192/26", + "40.123.207.224/32", + "40.123.219.239/32", + "40.126.238.47/32", + "40.127.3.232/32", + "51.12.6.68/32", + "51.12.42.0/28", + "51.12.87.201/32", + "51.12.98.32/27", + "51.12.98.128/27", + "51.12.194.0/28", + "51.12.202.32/27", + "51.12.202.128/27", + "51.12.226.192/26", + "51.12.234.192/26", + "51.13.24.147/32", + "51.13.152.15/32", + "51.53.101.16/28", + "51.53.110.0/26", + "51.53.182.0/28", + "51.53.191.0/26", + "51.103.203.224/27", + "51.103.205.128/27", + "51.104.8.192/27", + "51.104.28.240/28", + "51.105.66.192/27", + "51.105.67.128/27", + "51.105.74.192/27", + "51.105.75.32/27", + "51.105.83.0/28", + "51.105.90.160/28", + "51.107.51.0/28", + "51.107.58.32/27", + "51.107.60.0/27", + "51.107.147.0/28", + "51.107.154.32/27", + "51.107.156.0/27", + "51.107.226.77/32", + "51.116.49.144/28", + "51.116.58.32/27", + "51.116.60.0/27", + "51.116.80.233/32", + "51.116.145.144/28", + "51.116.154.96/27", + "51.116.156.0/27", + "51.116.242.192/26", + "51.116.243.32/27", + "51.116.250.192/27", + "51.116.253.96/27", + "51.120.43.64/28", + "51.120.98.32/27", + "51.120.100.0/27", + "51.120.106.192/26", + "51.120.210.192/26", + "51.120.218.32/27", + "51.120.218.128/27", + "51.120.227.64/28", + "51.132.172.192/32", + "51.137.164.96/28", + "51.140.121.92/32", + "51.140.127.51/32", + "51.140.146.224/27", + "51.140.210.224/27", + "51.140.212.32/27", + "51.141.38.88/32", + "51.141.39.175/32", + "51.141.118.237/32", + "51.143.195.0/28", + "52.136.51.80/28", + "52.136.139.224/32", + "52.136.140.157/32", + "52.136.141.168/32", + "52.138.90.96/27", + "52.138.226.96/27", + "52.138.226.224/27", + "52.140.108.80/28", + "52.143.136.162/32", + "52.143.139.82/32", + "52.150.139.78/31", + "52.150.152.32/28", + "52.154.174.182/32", + "52.160.70.102/32", + "52.162.107.128/27", + "52.162.110.192/27", + "52.164.200.174/32", + "52.165.30.244/32", + "52.165.237.178/32", + "52.166.50.138/32", + "52.167.106.96/27", + "52.167.106.224/27", + "52.169.6.70/32", + "52.172.193.99/32", + "52.172.204.185/32", + "52.173.243.204/32", + "52.175.147.44/32", + "52.175.156.251/32", + "52.182.138.224/27", + "52.182.139.96/27", + "52.183.64.43/32", + "52.185.96.160/29", + "52.185.145.40/32", + "52.185.154.136/32", + "52.187.185.17/32", + "52.189.239.106/32", + "52.225.130.171/32", + "52.228.84.112/28", + "52.228.96.56/32", + "52.230.122.197/32", + "52.231.18.160/27", + "52.231.19.224/27", + "52.231.30.200/32", + "52.231.34.21/32", + "52.231.146.224/27", + "52.231.148.32/27", + "52.231.202.76/32", + "52.231.206.187/32", + "52.233.30.2/32", + "52.233.38.82/32", + "52.233.130.100/32", + "52.235.36.131/32", + "52.235.36.242/32", + "52.236.186.96/27", + "52.236.187.32/27", + "52.237.244.169/32", + "52.242.36.170/32", + "52.243.87.200/32", + "52.246.154.192/27", + "52.246.155.32/27", + "52.255.51.21/32", + "65.52.252.0/27", + "65.52.252.64/27", + "68.220.85.0/26", + "68.221.40.128/28", + "68.221.100.64/26", + "68.221.147.224/27", + "68.221.149.128/27", + "74.243.20.192/26", + "102.133.27.224/27", + "102.133.28.32/27", + "102.133.58.208/28", + "102.133.72.35/32", + "102.133.72.42/32", + "102.133.122.192/27", + "102.133.123.192/27", + "102.133.155.224/27", + "102.133.156.32/27", + "102.133.160.35/32", + "102.133.218.128/28", + "102.133.250.192/27", + "102.133.251.32/27", + "104.42.96.175/32", + "104.208.16.96/27", + "104.208.144.96/27", + "104.211.81.160/27", + "104.211.146.192/27", + "104.211.187.232/32", + "104.211.228.195/32", + "104.214.19.0/27", + "104.214.36.3/32", + "104.214.108.80/32", + "104.215.17.87/32", + "158.23.12.64/26", + "158.23.112.128/28", + "158.23.123.224/27", + "158.23.125.128/27", + "158.23.195.224/27", + "158.23.197.128/27", + "191.232.163.58/32", + "191.233.11.128/28", + "191.233.54.32/27", + "191.233.54.192/27", + "191.233.203.160/27", + "191.233.205.32/27", + "191.234.136.64/28", + "191.234.146.192/26", + "191.234.154.192/26", + "2603:1000:4:402::380/122", + "2603:1000:104:402::380/122", + "2603:1000:104:802::260/123", + "2603:1000:104:802::280/123", + "2603:1000:104:c02::260/123", + "2603:1000:104:c02::280/123", + "2603:1010:6:402::380/122", + "2603:1010:6:802::260/123", + "2603:1010:6:802::280/123", + "2603:1010:6:c02::260/123", + "2603:1010:6:c02::280/123", + "2603:1010:101:402::380/122", + "2603:1010:304:5::580/123", + "2603:1010:304:402::380/122", + "2603:1010:404:5::5c0/123", + "2603:1010:404:402::380/122", + "2603:1020:5:402::380/122", + "2603:1020:5:802::260/123", + "2603:1020:5:802::280/123", + "2603:1020:5:c02::260/123", + "2603:1020:5:c02::280/123", + "2603:1020:206:402::380/122", + "2603:1020:206:802::260/123", + "2603:1020:206:802::280/123", + "2603:1020:206:c02::260/123", + "2603:1020:206:c02::280/123", + "2603:1020:305:402::380/122", + "2603:1020:405:402::380/122", + "2603:1020:605:402::380/122", + "2603:1020:705:402::380/122", + "2603:1020:705:802::260/123", + "2603:1020:705:802::280/123", + "2603:1020:705:c02::260/123", + "2603:1020:705:c02::280/123", + "2603:1020:805:402::380/122", + "2603:1020:805:802::260/123", + "2603:1020:805:802::280/123", + "2603:1020:805:c02::260/123", + "2603:1020:805:c02::280/123", + "2603:1020:905:402::380/122", + "2603:1020:a04:3::80/123", + "2603:1020:a04:402::380/122", + "2603:1020:a04:802::260/123", + "2603:1020:a04:802::280/123", + "2603:1020:a04:c02::260/123", + "2603:1020:a04:c02::280/123", + "2603:1020:b04:402::380/122", + "2603:1020:c04:402::380/122", + "2603:1020:c04:802::260/123", + "2603:1020:c04:802::280/123", + "2603:1020:c04:c02::260/123", + "2603:1020:c04:c02::280/123", + "2603:1020:d04:5::4e0/123", + "2603:1020:d04:402::380/122", + "2603:1020:e04:3::400/123", + "2603:1020:e04:402::380/122", + "2603:1020:e04:802::260/123", + "2603:1020:e04:802::280/123", + "2603:1020:e04:c02::260/123", + "2603:1020:e04:c02::280/123", + "2603:1020:f04:6::4e0/123", + "2603:1020:f04:402::380/122", + "2603:1020:1004:1::500/123", + "2603:1020:1004:400::200/122", + "2603:1020:1004:800::300/122", + "2603:1020:1004:c02::2c0/122", + "2603:1020:1104:1::1e0/123", + "2603:1020:1104:400::340/122", + "2603:1020:1204:2::3c0/123", + "2603:1020:1204:400::2c0/122", + "2603:1020:1204:800::140/122", + "2603:1020:1204:c00::140/122", + "2603:1020:1302:2::60/123", + "2603:1020:1302:400::260/123", + "2603:1020:1302:400::380/123", + "2603:1020:1302:800::280/122", + "2603:1020:1302:c00::280/122", + "2603:1020:1403:2::520/123", + "2603:1020:1403:400::400/122", + "2603:1020:1403:800::140/122", + "2603:1030:f:2::6e0/123", + "2603:1030:f:400::b80/122", + "2603:1030:10:402::380/122", + "2603:1030:10:802::260/123", + "2603:1030:10:802::280/123", + "2603:1030:10:c02::260/123", + "2603:1030:10:c02::280/123", + "2603:1030:104:2::60/123", + "2603:1030:104:402::380/122", + "2603:1030:104:802::/122", + "2603:1030:107:1::220/123", + "2603:1030:107:400::2c0/122", + "2603:1030:210:402::380/122", + "2603:1030:210:802::260/123", + "2603:1030:210:802::280/123", + "2603:1030:210:c02::260/123", + "2603:1030:210:c02::280/123", + "2603:1030:40b:400::b80/122", + "2603:1030:40b:800::260/123", + "2603:1030:40b:800::280/123", + "2603:1030:40b:c00::260/123", + "2603:1030:40b:c00::280/123", + "2603:1030:40b:1000::a0/123", + "2603:1030:40b:1000::c0/123", + "2603:1030:40c:402::380/122", + "2603:1030:40c:802::260/123", + "2603:1030:40c:802::280/123", + "2603:1030:40c:c02::260/123", + "2603:1030:40c:c02::280/123", + "2603:1030:504::500/123", + "2603:1030:504:402::200/122", + "2603:1030:504:802::300/122", + "2603:1030:504:c02::2c0/122", + "2603:1030:608:4::260/123", + "2603:1030:608:402::380/122", + "2603:1030:608:800::280/122", + "2603:1030:608:c00::280/122", + "2603:1030:702:2::520/123", + "2603:1030:702:400::400/122", + "2603:1030:702:800::140/122", + "2603:1030:702:c00::140/122", + "2603:1030:807:402::380/122", + "2603:1030:807:802::260/123", + "2603:1030:807:802::280/123", + "2603:1030:807:c02::260/123", + "2603:1030:807:c02::280/123", + "2603:1030:a07:9::340/123", + "2603:1030:a07:402::300/122", + "2603:1030:a07:c00::280/122", + "2603:1030:b04:402::380/122", + "2603:1030:c06:400::b80/122", + "2603:1030:c06:802::260/123", + "2603:1030:c06:802::280/123", + "2603:1030:c06:c02::260/123", + "2603:1030:c06:c02::280/123", + "2603:1030:f05:402::380/122", + "2603:1030:f05:802::260/123", + "2603:1030:f05:802::280/123", + "2603:1030:f05:c02::260/123", + "2603:1030:f05:c02::280/123", + "2603:1030:1005:6::20/123", + "2603:1030:1005:402::380/122", + "2603:1040:5:402::380/122", + "2603:1040:5:802::260/123", + "2603:1040:5:802::280/123", + "2603:1040:5:c02::260/123", + "2603:1040:5:c02::280/123", + "2603:1040:207:2::280/123", + "2603:1040:207:402::380/122", + "2603:1040:207:800::280/122", + "2603:1040:207:c00::280/122", + "2603:1040:407:402::380/122", + "2603:1040:407:802::260/123", + "2603:1040:407:802::280/123", + "2603:1040:407:c02::260/123", + "2603:1040:407:c02::280/123", + "2603:1040:606:3::640/123", + "2603:1040:606:402::380/122", + "2603:1040:606:800::140/122", + "2603:1040:806:3::7e0/123", + "2603:1040:806:402::380/122", + "2603:1040:904:3::260/123", + "2603:1040:904:402::380/122", + "2603:1040:904:802::260/123", + "2603:1040:904:802::280/123", + "2603:1040:904:c02::260/123", + "2603:1040:904:c02::280/123", + "2603:1040:a06:2::580/123", + "2603:1040:a06:402::380/122", + "2603:1040:a06:802::260/123", + "2603:1040:a06:802::280/123", + "2603:1040:a06:c02::260/123", + "2603:1040:a06:c02::280/123", + "2603:1040:b04:5::3e0/123", + "2603:1040:b04:402::380/122", + "2603:1040:b04:800::1a0/123", + "2603:1040:b04:800::1c0/123", + "2603:1040:c06:402::380/122", + "2603:1040:d04:1::500/123", + "2603:1040:d04:400::200/122", + "2603:1040:d04:800::300/122", + "2603:1040:d04:c02::2c0/122", + "2603:1040:e05:6::400/123", + "2603:1040:e05:402::2a0/123", + "2603:1040:e05:402::2c0/123", + "2603:1040:f05:2::240/123", + "2603:1040:f05:402::380/122", + "2603:1040:f05:802::260/123", + "2603:1040:f05:802::280/123", + "2603:1040:f05:c02::260/123", + "2603:1040:f05:c02::280/123", + "2603:1040:1002:2::a0/123", + "2603:1040:1002:400::380/122", + "2603:1040:1002:800::280/122", + "2603:1040:1002:c00::280/122", + "2603:1040:1104:1::1e0/123", + "2603:1040:1104:400::340/122", + "2603:1040:1202:2::200/123", + "2603:1040:1202:400::380/122", + "2603:1040:1302:1::240/123", + "2603:1040:1302:400::380/122", + "2603:1040:1402:2::60/123", + "2603:1040:1402:400::260/123", + "2603:1040:1402:400::380/123", + "2603:1040:1402:800::280/122", + "2603:1040:1402:c00::280/122", + "2603:1040:1503:2::260/123", + "2603:1040:1503:400::380/122", + "2603:1040:1602:2::560/123", + "2603:1040:1602:402::40/122", + "2603:1040:1602:402::80/122", + "2603:1050:6:402::380/122", + "2603:1050:6:802::260/123", + "2603:1050:6:802::280/123", + "2603:1050:6:c02::260/123", + "2603:1050:6:c02::280/123", + "2603:1050:403:400::260/123", + "2603:1050:403:400::280/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "StorageSyncService", + "id": "StorageSyncService", + "properties": { + "changeNumber": 30, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "4.232.107.176/29", + "13.70.176.196/32", + "13.73.248.112/29", + "13.75.153.240/32", + "13.76.81.46/32", + "20.17.67.240/29", + "20.17.130.56/29", + "20.21.42.120/29", + "20.36.120.216/29", + "20.37.64.216/29", + "20.37.157.80/29", + "20.37.195.96/29", + "20.37.224.216/29", + "20.38.85.152/29", + "20.38.133.8/29", + "20.38.136.224/29", + "20.39.11.96/29", + "20.41.5.144/29", + "20.41.65.184/29", + "20.41.193.160/29", + "20.42.4.248/29", + "20.42.131.224/29", + "20.42.227.128/29", + "20.43.42.8/29", + "20.43.66.0/29", + "20.43.131.40/29", + "20.45.71.151/32", + "20.45.112.216/29", + "20.45.192.248/29", + "20.45.208.0/29", + "20.50.1.0/29", + "20.53.1.80/29", + "20.72.27.184/29", + "20.79.108.120/29", + "20.87.83.120/29", + "20.91.11.144/29", + "20.91.146.0/29", + "20.125.157.40/29", + "20.150.172.40/29", + "20.189.108.56/29", + "20.189.172.152/29", + "20.192.32.232/29", + "20.193.96.232/29", + "20.193.168.76/32", + "20.193.205.128/29", + "20.193.215.160/32", + "20.205.50.232/29", + "20.207.4.104/29", + "20.215.154.120/29", + "20.217.58.120/29", + "20.228.2.32/29", + "23.100.106.151/32", + "23.102.225.54/32", + "40.64.14.0/29", + "40.67.48.208/29", + "40.69.111.200/29", + "40.74.99.32/29", + "40.80.57.192/29", + "40.80.169.176/29", + "40.80.188.24/29", + "40.82.253.192/29", + "40.89.17.232/29", + "40.112.150.67/32", + "40.113.94.67/32", + "40.123.47.110/32", + "40.123.216.130/32", + "51.12.101.240/29", + "51.12.204.248/29", + "51.53.107.240/29", + "51.53.187.240/29", + "51.104.25.224/29", + "51.105.80.208/29", + "51.105.88.248/29", + "51.107.48.224/29", + "51.107.144.216/29", + "51.116.60.244/30", + "51.116.78.200/29", + "51.116.245.168/30", + "51.120.40.224/29", + "51.120.224.216/29", + "51.137.161.240/29", + "51.140.67.72/32", + "51.140.202.34/32", + "51.143.192.208/29", + "52.136.48.216/29", + "52.136.131.99/32", + "52.140.105.184/29", + "52.143.166.54/32", + "52.147.98.56/29", + "52.150.139.104/29", + "52.161.25.233/32", + "52.176.149.179/32", + "52.183.27.204/32", + "52.225.171.85/32", + "52.228.42.41/32", + "52.228.81.248/29", + "52.231.67.75/32", + "52.231.159.38/32", + "52.235.36.119/32", + "65.52.62.167/32", + "68.221.99.176/29", + "102.133.56.128/29", + "102.133.75.173/32", + "102.133.175.72/32", + "104.40.191.8/32", + "104.41.148.238/32", + "104.41.161.113/32", + "104.208.61.223/32", + "104.210.219.252/32", + "104.211.73.56/32", + "104.211.231.18/32", + "104.214.165.88/29", + "158.23.11.176/29", + "191.233.9.96/29", + "191.235.225.216/29", + "191.237.253.115/32", + "2603:1000:4::340/123", + "2603:1000:104:1::300/123", + "2603:1010:6:1::300/123", + "2603:1010:101::340/123", + "2603:1010:304::340/123", + "2603:1010:304:402::5e0/123", + "2603:1010:404::340/123", + "2603:1010:404:402::5e0/123", + "2603:1020:5:1::300/123", + "2603:1020:206:1::300/123", + "2603:1020:305::340/123", + "2603:1020:405::340/123", + "2603:1020:605::340/123", + "2603:1020:705:1::300/123", + "2603:1020:805:1::300/123", + "2603:1020:905::340/123", + "2603:1020:a04:1::300/123", + "2603:1020:b04::340/123", + "2603:1020:c04:1::300/123", + "2603:1020:d04::340/123", + "2603:1020:e04:1::300/123", + "2603:1020:e04:802::2a0/123", + "2603:1020:f04::340/123", + "2603:1020:1004::300/123", + "2603:1020:1004:800::120/123", + "2603:1020:1104:400::320/123", + "2603:1020:1204:400::2a0/123", + "2603:1020:1302:400::240/123", + "2603:1020:1403:400::1e0/123", + "2603:1030:f:1::340/123", + "2603:1030:f:400::dc0/123", + "2603:1030:10:1::300/123", + "2603:1030:104:1::300/123", + "2603:1030:104:402::760/123", + "2603:1030:107:400::2a0/123", + "2603:1030:210:1::300/123", + "2603:1030:40b:1::300/123", + "2603:1030:40c:1::300/123", + "2603:1030:504:1::300/123", + "2603:1030:504:802::120/123", + "2603:1030:608::340/123", + "2603:1030:608:402::5e0/123", + "2603:1030:702:400::1e0/123", + "2603:1030:807:1::300/123", + "2603:1030:a07::340/123", + "2603:1030:a07:402::b00/123", + "2603:1030:b04::340/123", + "2603:1030:c06:1::300/123", + "2603:1030:f05:1::300/123", + "2603:1030:1005::340/123", + "2603:1030:1005:402::5e0/123", + "2603:1040:5:1::300/123", + "2603:1040:207::340/123", + "2603:1040:207:402::5c0/123", + "2603:1040:407:1::300/123", + "2603:1040:606::340/123", + "2603:1040:606:402::680/123", + "2603:1040:806::340/123", + "2603:1040:806:402::5e0/123", + "2603:1040:904:1::300/123", + "2603:1040:a06:1::300/123", + "2603:1040:a06:802::2a0/123", + "2603:1040:b04::340/123", + "2603:1040:b04:402::5e0/123", + "2603:1040:c06::340/123", + "2603:1040:d04::300/123", + "2603:1040:d04:800::120/123", + "2603:1040:e05:402::280/123", + "2603:1040:f05:1::300/123", + "2603:1040:f05:802::2a0/123", + "2603:1040:1002:400::240/123", + "2603:1040:1104:400::320/123", + "2603:1040:1202:400::260/123", + "2603:1040:1302:400::260/123", + "2603:1040:1402:400::240/123", + "2603:1040:1503:400::260/123", + "2603:1040:1602:400::c0/123", + "2603:1050:6:1::300/123", + "2603:1050:6:802::2a0/123", + "2603:1050:403::300/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "KustoAnalytics", + "id": "KustoAnalytics", + "properties": { + "changeNumber": 1, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "TridentKusto", + "addressPrefixes": [ + "4.232.42.192/27", + "20.6.138.0/27", + "20.9.158.0/23", + "20.14.123.0/25", + "20.15.10.128/25", + "20.15.11.0/25", + "20.15.128.128/25", + "20.15.129.0/25", + "20.17.25.128/27", + "20.17.120.224/27", + "20.18.3.128/25", + "20.19.29.0/25", + "20.21.85.96/27", + "20.24.6.128/25", + "20.24.7.0/25", + "20.26.22.0/24", + "20.50.95.0/24", + "20.87.87.192/26", + "20.91.14.0/27", + "20.91.147.96/27", + "20.100.16.64/26", + "20.113.254.96/27", + "20.118.74.0/23", + "20.166.43.128/25", + "20.166.44.0/25", + "20.167.128.192/27", + "20.175.2.128/27", + "20.187.196.32/27", + "20.192.175.128/25", + "20.199.203.96/27", + "20.200.163.128/26", + "20.203.90.160/27", + "20.206.6.128/27", + "20.207.6.64/27", + "20.207.172.0/25", + "20.208.149.0/26", + "20.210.149.96/27", + "20.211.70.0/24", + "20.211.227.128/25", + "20.213.224.192/27", + "20.214.132.128/25", + "20.215.170.64/27", + "20.217.9.160/27", + "20.218.186.0/25", + "20.220.2.128/25", + "20.221.141.128/25", + "20.221.142.0/25", + "20.226.208.64/26", + "20.228.4.128/27", + "20.233.129.64/26", + "20.241.114.64/26", + "20.244.192.64/27", + "40.80.100.224/27", + "40.117.25.128/27", + "51.53.41.96/27", + "51.53.137.128/27", + "51.120.180.0/27", + "51.142.131.0/26", + "52.148.41.64/26", + "52.172.82.128/26", + "52.179.76.0/23", + "68.220.32.0/24", + "68.221.41.96/27", + "158.23.113.128/27", + "2603:1000:4:2::600/121", + "2603:1000:104:3::400/121", + "2603:1010:6:4::80/121", + "2603:1010:101:2::380/121", + "2603:1010:304:2::500/121", + "2603:1010:404:2::500/121", + "2603:1020:5:4::580/121", + "2603:1020:206:4::700/121", + "2603:1020:605:3::100/121", + "2603:1020:705:3::100/121", + "2603:1020:805:3::100/121", + "2603:1020:905:2::500/121", + "2603:1020:a04:3::600/121", + "2603:1020:b04:2::600/121", + "2603:1020:c04:2::780/121", + "2603:1020:d04:2::480/121", + "2603:1020:e04:4::480/121", + "2603:1020:f04:3::580/121", + "2603:1020:1004:3::380/121", + "2603:1020:1104:2::500/121", + "2603:1020:1204:2::780/121", + "2603:1020:1302:2::700/121", + "2603:1020:1403:2::700/121", + "2603:1030:f:8::/121", + "2603:1030:10:4::480/121", + "2603:1030:104:2::780/121", + "2603:1030:107:2::280/121", + "2603:1030:210:5::500/121", + "2603:1030:302::700/121", + "2603:1030:40b:6::500/121", + "2603:1030:40c:b::180/121", + "2603:1030:504:4::580/121", + "2603:1030:608:4::400/121", + "2603:1030:702:2::700/121", + "2603:1030:807:4::100/121", + "2603:1030:a07:4::680/121", + "2603:1030:b04:3::580/121", + "2603:1030:c06:a::100/121", + "2603:1030:f05:4::80/121", + "2603:1030:1005:3::80/121", + "2603:1040:5:3::400/121", + "2603:1040:207:3::280/121", + "2603:1040:407:2::700/121", + "2603:1040:606:6::/121", + "2603:1040:806:3::/121", + "2603:1040:904:3::400/121", + "2603:1040:a06:3::600/121", + "2603:1040:b04:2::580/121", + "2603:1040:c06:3::80/121", + "2603:1040:d04:3::380/121", + "2603:1040:e05:1::480/121", + "2603:1040:f05:3::500/121", + "2603:1040:1002:5::/121", + "2603:1040:1104:5::/121", + "2603:1040:1202:2::600/121", + "2603:1040:1302:2::380/121", + "2603:1040:1402:3::300/121", + "2603:1040:1503:2::600/121", + "2603:1040:1602:2::180/121", + "2603:1050:6:2::700/121", + "2603:1050:403:2::600/121" + ], + "networkFeatures": [ + "NSG", + "API", + "UDR", + "FW" + ] + } + }, + { + "name": "WindowsAdminCenter", + "id": "WindowsAdminCenter", + "properties": { + "changeNumber": 17, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "WindowsAdminCenter", + "addressPrefixes": [ + "4.232.25.104/29", + "13.73.255.240/29", + "20.17.51.40/29", + "20.17.113.104/29", + "20.21.34.136/29", + "20.36.125.96/29", + "20.37.68.232/29", + "20.37.229.144/29", + "20.38.142.80/29", + "20.40.224.232/29", + "20.43.46.240/29", + "20.45.115.136/29", + "20.46.10.32/29", + "20.48.192.88/29", + "20.49.102.232/29", + "20.49.115.176/29", + "20.51.8.80/29", + "20.51.16.112/29", + "20.53.44.8/29", + "20.61.98.72/29", + "20.62.128.152/29", + "20.66.2.0/29", + "20.72.17.120/29", + "20.150.161.152/29", + "20.187.196.200/29", + "20.191.160.120/29", + "20.192.161.128/29", + "20.192.230.8/29", + "20.194.72.48/29", + "20.215.3.8/29", + "20.217.43.8/29", + "23.98.108.160/29", + "40.67.52.80/29", + "40.80.63.248/29", + "40.80.173.136/29", + "40.89.23.224/29", + "51.12.42.72/29", + "51.12.194.96/29", + "51.13.136.0/29", + "51.53.27.128/29", + "51.53.171.128/29", + "51.107.53.56/29", + "51.107.149.240/29", + "51.116.51.40/29", + "51.116.148.96/29", + "51.120.44.200/29", + "51.137.167.144/29", + "51.143.208.136/29", + "52.136.52.224/29", + "52.136.184.8/29", + "52.140.110.168/29", + "52.146.131.56/29", + "52.150.156.224/29", + "52.172.112.144/29", + "68.221.81.104/29", + "102.133.60.40/29", + "102.133.220.200/29", + "104.46.178.8/29", + "158.23.97.104/29", + "191.233.14.200/29", + "191.234.138.152/29", + "2603:1010:304:1::4b8/125", + "2603:1010:404:2::6e0/125", + "2603:1020:a04::690/125", + "2603:1020:d04:1::4b8/125", + "2603:1020:e04::350/125", + "2603:1020:f04:1::4b8/125", + "2603:1020:1004:1::1a8/125", + "2603:1020:1104::5a8/125", + "2603:1020:1204::588/125", + "2603:1020:1302::548/125", + "2603:1020:1403::588/125", + "2603:1030:f:1::2b0/125", + "2603:1030:104::6c0/125", + "2603:1030:107::588/125", + "2603:1030:504::1a8/125", + "2603:1030:608:1::2b0/125", + "2603:1030:702::588/125", + "2603:1030:a07:9::18/125", + "2603:1030:1005:3::188/125", + "2603:1040:207:1::460/125", + "2603:1040:606:3::88/125", + "2603:1040:806:2::318/125", + "2603:1040:904::690/125", + "2603:1040:a06::7c0/125", + "2603:1040:b04:1::4b8/125", + "2603:1040:d04:1::1a8/125", + "2603:1040:e05:1::458/125", + "2603:1040:f05::350/125", + "2603:1040:1002::788/125", + "2603:1040:1104::5a8/125", + "2603:1040:1202::528/125", + "2603:1040:1302::528/125", + "2603:1040:1402::548/125", + "2603:1040:1503::548/125", + "2603:1040:1602::568/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "WindowsVirtualDesktop", + "id": "WindowsVirtualDesktop", + "properties": { + "changeNumber": 25, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "13.66.251.49/32", + "13.67.68.78/32", + "13.68.24.173/32", + "13.68.76.104/32", + "13.69.82.138/32", + "13.69.156.85/32", + "13.70.40.201/32", + "13.70.120.215/32", + "13.71.5.20/32", + "13.71.67.87/32", + "13.71.70.215/32", + "13.71.71.122/32", + "13.71.81.161/32", + "13.71.89.108/32", + "13.71.94.182/32", + "13.71.95.31/32", + "13.71.113.6/32", + "13.73.237.154/32", + "13.75.114.143/32", + "13.75.171.61/32", + "13.75.198.169/32", + "13.76.88.89/32", + "13.76.195.19/32", + "13.76.230.148/32", + "13.77.45.213/32", + "13.77.140.58/32", + "13.78.140.63/32", + "13.78.209.22/32", + "13.79.243.194/32", + "13.81.103.164/32", + "13.88.99.45/32", + "13.88.100.210/32", + "13.88.221.28/32", + "13.88.254.98/32", + "20.25.222.182/32", + "20.36.33.29/32", + "20.36.33.170/32", + "20.36.35.190/32", + "20.36.38.195/32", + "20.36.39.50/32", + "20.36.39.171/32", + "20.36.41.74/32", + "20.41.77.252/32", + "20.46.46.252/32", + "20.49.204.196/32", + "20.74.148.158/32", + "20.74.152.13/32", + "20.74.154.246/32", + "20.74.156.183/32", + "20.74.178.102/32", + "20.74.182.99/32", + "20.77.241.140/32", + "20.77.242.0/32", + "20.77.242.207/32", + "20.77.243.96/32", + "20.90.254.101/32", + "20.90.255.42/32", + "20.96.12.123/32", + "20.97.112.246/32", + "20.97.126.118/32", + "20.97.127.64/32", + "20.97.127.102/32", + "20.97.127.182/32", + "20.104.70.75/32", + "20.106.72.198/32", + "20.106.73.141/32", + "20.106.96.5/32", + "20.106.99.10/32", + "20.106.101.214/32", + "20.111.42.147/32", + "20.117.72.15/32", + "20.117.72.235/32", + "20.118.167.77/32", + "20.118.167.210/32", + "20.127.137.143/32", + "20.150.138.147/32", + "20.151.111.129/32", + "20.170.0.18/32", + "20.170.7.88/32", + "20.185.255.225/32", + "20.188.3.1/32", + "20.188.39.108/32", + "20.188.41.240/32", + "20.188.45.82/32", + "20.190.43.99/32", + "20.198.67.137/32", + "20.203.0.247/32", + "20.203.7.51/32", + "20.203.18.112/32", + "20.203.26.163/32", + "20.204.84.32/32", + "20.204.136.84/32", + "20.204.136.104/32", + "20.205.211.156/32", + "20.205.212.9/32", + "20.210.229.68/32", + "20.212.192.4/32", + "20.212.192.147/32", + "20.212.196.72/32", + "20.216.182.176/32", + "20.218.222.2/32", + "20.218.223.248/32", + "20.222.116.237/32", + "20.225.79.193/32", + "20.225.81.222/32", + "20.225.84.29/32", + "20.225.170.191/32", + "20.225.209.143/32", + "20.225.210.211/32", + "20.225.213.145/32", + "20.225.215.155/32", + "20.228.132.121/32", + "20.228.248.223/32", + "20.231.109.75/32", + "20.231.110.84/32", + "20.232.123.155/32", + "20.232.127.69/32", + "20.236.85.126/31", + "20.244.133.159/32", + "23.97.108.170/32", + "23.98.66.174/32", + "23.98.133.187/32", + "23.99.141.138/32", + "23.100.50.154/32", + "23.100.98.36/32", + "23.101.5.54/32", + "23.101.220.135/32", + "23.102.229.113/32", + "40.64.63.251/32", + "40.64.144.0/20", + "40.65.122.222/32", + "40.68.18.120/32", + "40.69.31.73/32", + "40.69.90.166/32", + "40.69.102.46/32", + "40.69.149.151/32", + "40.70.189.87/32", + "40.74.84.253/32", + "40.74.113.202/32", + "40.74.118.163/32", + "40.74.136.34/32", + "40.75.30.117/32", + "40.83.79.39/32", + "40.83.234.109/32", + "40.85.241.159/32", + "40.86.204.245/32", + "40.86.205.216/32", + "40.86.208.118/32", + "40.86.222.183/32", + "40.89.129.146/32", + "40.89.154.76/32", + "40.113.199.138/32", + "40.113.200.58/32", + "40.114.241.90/32", + "40.115.136.175/32", + "40.120.39.124/32", + "40.122.28.196/32", + "40.122.212.20/32", + "40.123.228.58/32", + "40.127.3.207/32", + "51.11.13.248/32", + "51.11.241.142/32", + "51.104.49.88/32", + "51.105.54.123/32", + "51.107.68.172/32", + "51.107.69.35/32", + "51.107.78.168/32", + "51.107.85.67/32", + "51.107.85.110/32", + "51.107.86.7/32", + "51.107.86.99/32", + "51.116.171.102/32", + "51.116.182.248/32", + "51.116.225.43/32", + "51.116.225.44/32", + "51.116.225.55/32", + "51.116.236.74/32", + "51.116.236.84/32", + "51.120.69.158/32", + "51.120.70.135/32", + "51.120.70.141/32", + "51.120.77.155/32", + "51.120.78.142/32", + "51.120.79.212/32", + "51.120.88.120/32", + "51.132.29.107/32", + "51.136.28.200/32", + "51.137.89.79/32", + "51.140.57.159/32", + "51.140.206.110/32", + "51.140.231.223/32", + "51.140.255.55/32", + "51.141.30.31/32", + "51.141.122.89/32", + "51.141.173.236/32", + "51.143.39.79/32", + "51.143.164.192/32", + "51.143.169.107/32", + "51.145.17.75/32", + "51.145.87.232/32", + "52.137.2.50/32", + "52.138.9.153/32", + "52.138.20.115/32", + "52.138.28.23/32", + "52.140.113.34/32", + "52.141.37.201/32", + "52.141.56.101/32", + "52.142.161.0/32", + "52.142.162.226/32", + "52.143.96.87/32", + "52.143.182.208/32", + "52.147.3.93/32", + "52.147.160.158/32", + "52.151.53.196/32", + "52.155.111.124/32", + "52.156.171.127/32", + "52.159.85.168/32", + "52.159.87.128/32", + "52.159.115.97/32", + "52.159.116.86/32", + "52.159.116.149/32", + "52.161.33.59/32", + "52.161.33.187/32", + "52.161.38.18/32", + "52.161.38.218/32", + "52.161.64.62/32", + "52.161.81.231/32", + "52.163.209.255/32", + "52.164.126.124/32", + "52.165.218.15/32", + "52.167.163.135/32", + "52.167.171.53/32", + "52.169.5.116/32", + "52.171.36.33/32", + "52.172.34.74/32", + "52.172.40.215/32", + "52.172.133.5/32", + "52.172.194.109/32", + "52.172.210.235/32", + "52.172.217.34/32", + "52.172.223.46/32", + "52.173.89.168/32", + "52.174.65.5/32", + "52.175.144.120/32", + "52.175.253.156/32", + "52.177.123.162/32", + "52.177.172.247/32", + "52.183.19.64/32", + "52.183.130.137/32", + "52.185.202.152/32", + "52.187.127.152/32", + "52.189.194.14/32", + "52.189.215.151/32", + "52.189.233.158/32", + "52.191.129.231/32", + "52.228.29.164/32", + "52.229.117.254/32", + "52.229.125.45/32", + "52.229.207.180/32", + "52.231.13.193/32", + "52.231.38.211/32", + "52.231.93.224/32", + "52.231.98.58/32", + "52.231.155.130/32", + "52.231.156.19/32", + "52.231.164.163/32", + "52.231.166.199/32", + "52.231.195.7/32", + "52.231.197.195/32", + "52.231.206.162/32", + "52.233.16.198/32", + "52.237.20.14/32", + "52.237.201.246/32", + "52.237.253.245/32", + "52.242.86.101/32", + "52.243.65.107/32", + "52.243.74.213/32", + "52.246.165.140/32", + "52.246.177.221/32", + "52.246.191.98/32", + "52.247.122.225/32", + "52.247.123.0/32", + "52.255.40.105/32", + "52.255.61.145/32", + "65.52.71.120/32", + "65.52.158.177/32", + "65.52.160.218/32", + "70.37.83.67/32", + "70.37.86.126/32", + "70.37.99.24/32", + "102.37.42.159/32", + "102.133.64.36/32", + "102.133.64.68/32", + "102.133.64.91/32", + "102.133.64.111/32", + "102.133.72.250/32", + "102.133.75.8/32", + "102.133.75.32/32", + "102.133.75.35/32", + "102.133.161.220/32", + "102.133.166.135/32", + "102.133.172.191/32", + "102.133.175.200/32", + "102.133.224.81/32", + "102.133.234.139/32", + "104.40.21.35/32", + "104.40.156.194/32", + "104.41.5.162/32", + "104.41.45.182/32", + "104.41.166.159/32", + "104.43.169.4/32", + "104.46.237.209/32", + "104.208.28.82/32", + "104.209.33.60/32", + "104.209.233.222/32", + "104.210.150.160/32", + "104.210.157.209/32", + "104.211.78.17/32", + "104.211.114.61/32", + "104.211.138.88/32", + "104.211.140.190/32", + "104.211.143.9/32", + "104.211.152.17/32", + "104.211.152.90/32", + "104.211.154.14/32", + "104.211.155.114/32", + "104.211.165.123/32", + "104.211.184.150/32", + "104.211.188.151/32", + "104.211.211.213/32", + "104.211.216.230/32", + "104.211.222.50/32", + "104.211.242.104/32", + "104.214.60.144/32", + "104.214.237.23/32", + "104.215.51.3/32", + "104.215.103.51/32", + "104.215.112.85/32", + "137.116.49.12/32", + "137.116.160.32/32", + "137.116.168.156/32", + "137.116.248.148/32", + "137.117.171.26/32", + "137.135.43.30/32", + "137.135.243.65/32", + "138.91.44.13/32", + "138.91.158.134/32", + "157.56.160.89/32", + "168.61.167.193/32", + "168.63.31.54/32", + "168.63.71.119/32", + "168.63.137.213/32", + "191.232.49.74/32", + "191.232.166.149/32", + "191.232.235.70/32", + "191.232.238.73/32", + "191.234.191.63/32", + "191.235.65.127/32", + "191.235.72.175/32", + "191.235.73.211/32", + "191.235.78.126/32", + "191.239.248.16/32" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ActionGroup.AustraliaCentral", + "id": "ActionGroup.AustraliaCentral", + "properties": { + "changeNumber": 2, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "20.53.1.68/30", + "2603:1010:304:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.AustraliaCentral2", + "id": "ActionGroup.AustraliaCentral2", + "properties": { + "changeNumber": 5, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "20.53.62.100/31", + "20.193.96.28/30", + "2603:1010:404:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.AustraliaEast", + "id": "ActionGroup.AustraliaEast", + "properties": { + "changeNumber": 1, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "2603:1010:6:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.AustraliaSoutheast", + "id": "ActionGroup.AustraliaSoutheast", + "properties": { + "changeNumber": 4, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "13.77.53.216/30", + "20.92.5.114/31", + "2603:1010:101:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.BrazilSouth", + "id": "ActionGroup.BrazilSouth", + "properties": { + "changeNumber": 1, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "191.233.207.64/26", + "2603:1050:6:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.BrazilSoutheast", + "id": "ActionGroup.BrazilSoutheast", + "properties": { + "changeNumber": 1, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "191.233.50.4/30", + "2603:1050:403:400::1f8/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.CanadaCentral", + "id": "ActionGroup.CanadaCentral", + "properties": { + "changeNumber": 4, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "20.38.149.132/30", + "20.116.43.108/31", + "2603:1030:f05:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.CanadaEast", + "id": "ActionGroup.CanadaEast", + "properties": { + "changeNumber": 2, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "40.69.111.196/30", + "2603:1030:1005:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.CentralIndia", + "id": "ActionGroup.CentralIndia", + "properties": { + "changeNumber": 4, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "20.43.121.124/30", + "20.204.192.216/31", + "2603:1040:a06:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.CentralUS", + "id": "ActionGroup.CentralUS", + "properties": { + "changeNumber": 1, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "2603:1030:10:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.CentralUSEUAP", + "id": "ActionGroup.CentralUSEUAP", + "properties": { + "changeNumber": 3, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "20.228.34.17/32", + "20.228.34.19/32", + "168.61.142.52/30", + "2603:1030:f:400::978/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.EastAsia", + "id": "ActionGroup.EastAsia", + "properties": { + "changeNumber": 2, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "104.214.165.80/30", + "2603:1040:207:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.EastUS", + "id": "ActionGroup.EastUS", + "properties": { + "changeNumber": 5, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "20.42.64.36/30", + "20.119.28.220/31", + "40.121.67.30/32", + "2603:1030:210:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.EastUS2", + "id": "ActionGroup.EastUS2", + "properties": { + "changeNumber": 2, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "20.44.17.220/30", + "52.184.145.166/32", + "2603:1030:40c:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.EastUS2EUAP", + "id": "ActionGroup.EastUS2EUAP", + "properties": { + "changeNumber": 2, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "20.47.194.50/32", + "20.47.194.102/32", + "2603:1030:40b:400::978/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.EastUSSTG", + "id": "ActionGroup.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "2603:1030:104:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.FranceCentral", + "id": "ActionGroup.FranceCentral", + "properties": { + "changeNumber": 1, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "2603:1020:805:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.FranceSouth", + "id": "ActionGroup.FranceSouth", + "properties": { + "changeNumber": 1, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "2603:1020:905:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.GermanyNorth", + "id": "ActionGroup.GermanyNorth", + "properties": { + "changeNumber": 1, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "2603:1020:d04:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.GermanyWestCentral", + "id": "ActionGroup.GermanyWestCentral", + "properties": { + "changeNumber": 6, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "20.52.95.254/31", + "20.52.214.122/32", + "20.52.214.191/32", + "2603:1020:c04:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.ItalyNorth", + "id": "ActionGroup.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "4.232.106.88/30", + "2603:1020:1204:400::c0/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.JapanEast", + "id": "ActionGroup.JapanEast", + "properties": { + "changeNumber": 4, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "13.78.109.156/30", + "20.210.69.140/31", + "2603:1040:407:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.JapanWest", + "id": "ActionGroup.JapanWest", + "properties": { + "changeNumber": 2, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "40.74.102.24/30", + "2603:1040:606:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.JioIndiaCentral", + "id": "ActionGroup.JioIndiaCentral", + "properties": { + "changeNumber": 1, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "20.192.238.124/30", + "2603:1040:1104:400::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.JioIndiaWest", + "id": "ActionGroup.JioIndiaWest", + "properties": { + "changeNumber": 1, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "20.193.202.4/30", + "2603:1040:d04:800::f8/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.KoreaCentral", + "id": "ActionGroup.KoreaCentral", + "properties": { + "changeNumber": 1, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "2603:1040:f05:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.KoreaSouth", + "id": "ActionGroup.KoreaSouth", + "properties": { + "changeNumber": 1, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "52.147.98.52/30", + "2603:1040:e05:402::180/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.NorthCentralUS", + "id": "ActionGroup.NorthCentralUS", + "properties": { + "changeNumber": 4, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "13.106.38.142/32", + "13.106.38.148/32", + "20.125.199.59/32", + "20.135.70.51/32", + "20.221.192.80/32", + "52.240.244.140/30", + "2603:1030:608:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.NorthEurope", + "id": "ActionGroup.NorthEurope", + "properties": { + "changeNumber": 1, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "2603:1020:5:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.NorwayEast", + "id": "ActionGroup.NorwayEast", + "properties": { + "changeNumber": 1, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "2603:1020:e04:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.NorwayWest", + "id": "ActionGroup.NorwayWest", + "properties": { + "changeNumber": 1, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "2603:1020:f04:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.PolandCentral", + "id": "ActionGroup.PolandCentral", + "properties": { + "changeNumber": 1, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "20.215.154.88/30", + "2603:1020:1302:400::180/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.QatarCentral", + "id": "ActionGroup.QatarCentral", + "properties": { + "changeNumber": 1, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "20.21.42.88/30", + "2603:1040:1002:400::180/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.SouthAfricaNorth", + "id": "ActionGroup.SouthAfricaNorth", + "properties": { + "changeNumber": 1, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "2603:1000:104:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.SouthAfricaWest", + "id": "ActionGroup.SouthAfricaWest", + "properties": { + "changeNumber": 1, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "2603:1000:4:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.SouthCentralUS", + "id": "ActionGroup.SouthCentralUS", + "properties": { + "changeNumber": 5, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "13.106.54.3/32", + "13.106.54.19/32", + "20.45.123.236/30", + "20.118.78.36/31", + "20.225.21.250/32", + "20.225.22.84/32", + "2603:1030:807:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.SouthIndia", + "id": "ActionGroup.SouthIndia", + "properties": { + "changeNumber": 1, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "2603:1040:c06:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.SoutheastAsia", + "id": "ActionGroup.SoutheastAsia", + "properties": { + "changeNumber": 4, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "13.67.10.124/30", + "20.195.87.54/31", + "2603:1040:5:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.SwedenCentral", + "id": "ActionGroup.SwedenCentral", + "properties": { + "changeNumber": 2, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "20.240.1.100/31", + "51.12.101.172/30", + "2603:1020:1004:800::f8/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.SwedenSouth", + "id": "ActionGroup.SwedenSouth", + "properties": { + "changeNumber": 1, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "51.12.204.244/30", + "2603:1020:1104:400::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.SwitzerlandNorth", + "id": "ActionGroup.SwitzerlandNorth", + "properties": { + "changeNumber": 1, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "2603:1020:a04:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.SwitzerlandWest", + "id": "ActionGroup.SwitzerlandWest", + "properties": { + "changeNumber": 2, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "20.199.201.66/31", + "2603:1020:b04:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.UAECentral", + "id": "ActionGroup.UAECentral", + "properties": { + "changeNumber": 4, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "20.203.88.62/31", + "2603:1040:b04:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.UAENorth", + "id": "ActionGroup.UAENorth", + "properties": { + "changeNumber": 1, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "2603:1040:904:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.UKNorth", + "id": "ActionGroup.UKNorth", + "properties": { + "changeNumber": 1, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "2603:1020:305:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.UKSouth", + "id": "ActionGroup.UKSouth", + "properties": { + "changeNumber": 4, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "20.117.193.34/31", + "51.104.9.100/30", + "2603:1020:705:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.UKSouth2", + "id": "ActionGroup.UKSouth2", + "properties": { + "changeNumber": 1, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "2603:1020:405:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.UKWest", + "id": "ActionGroup.UKWest", + "properties": { + "changeNumber": 5, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "20.90.38.38/31", + "2603:1020:605:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.WestCentralUS", + "id": "ActionGroup.WestCentralUS", + "properties": { + "changeNumber": 4, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "13.71.199.112/30", + "20.69.8.102/31", + "2603:1030:b04:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.WestEurope", + "id": "ActionGroup.WestEurope", + "properties": { + "changeNumber": 4, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "13.69.109.132/30", + "20.105.215.20/31", + "2603:1020:206:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.WestIndia", + "id": "ActionGroup.WestIndia", + "properties": { + "changeNumber": 2, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "20.38.133.4/30", + "2603:1040:806:402::178/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.WestUS", + "id": "ActionGroup.WestUS", + "properties": { + "changeNumber": 4, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "13.86.221.220/30", + "20.135.74.3/32", + "52.160.97.65/32", + "2603:1030:a07:402::8f8/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.WestUS2", + "id": "ActionGroup.WestUS2", + "properties": { + "changeNumber": 3, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "13.66.143.220/30", + "13.106.57.181/32", + "13.106.57.196/31", + "20.125.4.168/31", + "52.183.31.0/32", + "2603:1030:c06:400::978/125" + ], + "networkFeatures": null + } + }, + { + "name": "ActionGroup.WestUS3", + "id": "ActionGroup.WestUS3", + "properties": { + "changeNumber": 1, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "ActionGroup", + "addressPrefixes": [ + "20.150.172.228/30", + "2603:1030:504:802::f8/125" + ], + "networkFeatures": null + } + }, + { + "name": "ApiManagement.AustraliaCentral", + "id": "ApiManagement.AustraliaCentral", + "properties": { + "changeNumber": 3, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "20.36.106.68/31", + "20.36.107.176/28", + "20.37.52.67/32", + "20.213.226.240/28", + "2603:1010:304:2::690/124", + "2603:1010:304:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.AustraliaCentral2", + "id": "ApiManagement.AustraliaCentral2", + "properties": { + "changeNumber": 3, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "20.36.114.20/31", + "20.36.115.128/28", + "20.39.99.81/32", + "20.167.130.96/28", + "2603:1010:404:2::720/124", + "2603:1010:404:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.AustraliaEast", + "id": "ApiManagement.AustraliaEast", + "properties": { + "changeNumber": 3, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "13.70.72.28/31", + "13.70.72.240/28", + "13.75.217.184/32", + "13.75.221.78/32", + "20.40.125.155/32", + "20.70.220.182/31", + "2603:1010:6:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.AustraliaSoutheast", + "id": "ApiManagement.AustraliaSoutheast", + "properties": { + "changeNumber": 3, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "13.77.50.68/31", + "13.77.52.224/28", + "20.40.160.107/32", + "20.92.3.250/31", + "2603:1010:101:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.BrazilSouth", + "id": "ApiManagement.BrazilSouth", + "properties": { + "changeNumber": 3, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "191.233.24.179/32", + "191.233.203.28/31", + "191.233.203.240/28", + "191.238.73.14/31", + "2603:1050:6:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.BrazilSoutheast", + "id": "ApiManagement.BrazilSoutheast", + "properties": { + "changeNumber": 1, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "191.232.18.181/32", + "191.233.50.192/28", + "2603:1050:403:400::2a0/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.CanadaCentral", + "id": "ApiManagement.CanadaCentral", + "properties": { + "changeNumber": 3, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "13.71.170.44/31", + "13.71.172.144/28", + "20.48.201.76/31", + "52.139.20.34/32", + "2603:1030:f05:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.CanadaEast", + "id": "ApiManagement.CanadaEast", + "properties": { + "changeNumber": 3, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "40.69.106.68/31", + "40.69.107.224/28", + "52.139.80.117/32", + "52.242.47.80/28", + "2603:1030:1005:3::1c0/124", + "2603:1030:1005:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.CentralIndia", + "id": "ApiManagement.CentralIndia", + "properties": { + "changeNumber": 3, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "13.71.49.1/32", + "20.192.45.112/28", + "104.211.81.28/31", + "104.211.81.240/28", + "2603:1040:a06:2::280/124", + "2603:1040:a06:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.CentralUS", + "id": "ApiManagement.CentralUS", + "properties": { + "changeNumber": 4, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "13.86.102.66/32", + "13.89.33.185/32", + "13.89.170.204/31", + "13.89.174.64/28", + "20.40.231.62/31", + "2603:1030:10:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.CentralUSEUAP", + "id": "ApiManagement.CentralUSEUAP", + "properties": { + "changeNumber": 3, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "20.46.13.224/28", + "40.78.202.128/31", + "40.78.203.160/28", + "52.253.159.160/32", + "2603:1030:f:2::490/124", + "2603:1030:f:400::940/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.EastAsia", + "id": "ApiManagement.EastAsia", + "properties": { + "changeNumber": 4, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "13.75.34.148/31", + "13.75.38.16/28", + "13.75.67.143/32", + "20.195.78.64/28", + "52.139.152.27/32", + "65.52.164.91/32", + "65.52.173.247/32", + "2603:1040:207:1::4a0/124", + "2603:1040:207:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.EastUS", + "id": "ApiManagement.EastUS", + "properties": { + "changeNumber": 4, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "13.82.71.152/32", + "20.88.154.20/31", + "40.71.10.204/31", + "40.71.13.128/28", + "40.117.134.189/32", + "40.121.13.26/32", + "52.224.186.99/32", + "2603:1030:210:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.EastUS2", + "id": "ApiManagement.EastUS2", + "properties": { + "changeNumber": 3, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "20.44.72.3/32", + "20.62.63.254/31", + "40.70.146.76/31", + "40.70.148.16/28", + "2603:1030:40c:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.EastUS2EUAP", + "id": "ApiManagement.EastUS2EUAP", + "properties": { + "changeNumber": 3, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "20.47.232.184/31", + "40.74.146.80/31", + "40.74.147.32/28", + "52.253.229.253/32", + "2603:1030:40b:400::940/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.EastUSSTG", + "id": "ApiManagement.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "20.99.8.80/28", + "40.67.58.224/28", + "2603:1030:104::780/124", + "2603:1030:104:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.FranceCentral", + "id": "ApiManagement.FranceCentral", + "properties": { + "changeNumber": 3, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "40.66.60.111/32", + "40.79.130.44/31", + "40.79.131.192/28", + "51.138.215.124/31", + "2603:1020:805:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.FranceSouth", + "id": "ApiManagement.FranceSouth", + "properties": { + "changeNumber": 2, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "20.39.80.2/32", + "40.79.178.68/31", + "40.79.179.192/28", + "2603:1020:905:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.GermanyNorth", + "id": "ApiManagement.GermanyNorth", + "properties": { + "changeNumber": 3, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "20.113.251.240/28", + "51.116.0.0/32", + "51.116.59.0/28", + "2603:1020:d04:2::630/124", + "2603:1020:d04:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.GermanyWestCentral", + "id": "ApiManagement.GermanyWestCentral", + "properties": { + "changeNumber": 3, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "20.52.94.112/31", + "51.116.96.0/32", + "51.116.155.64/28", + "2603:1020:c04:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.ItalyNorth", + "id": "ApiManagement.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "4.232.28.0/28", + "2603:1020:1204::5c0/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.JapanEast", + "id": "ApiManagement.JapanEast", + "properties": { + "changeNumber": 3, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "13.78.106.92/31", + "13.78.108.176/28", + "20.191.167.246/31", + "52.140.238.179/32", + "2603:1040:407:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.JapanWest", + "id": "ApiManagement.JapanWest", + "properties": { + "changeNumber": 3, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "20.210.144.64/28", + "40.74.100.52/31", + "40.74.101.48/28", + "40.81.185.8/32", + "2603:1040:606:3::c0/124", + "2603:1040:606:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.JioIndiaCentral", + "id": "ApiManagement.JioIndiaCentral", + "properties": { + "changeNumber": 1, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "20.192.50.64/28", + "20.192.234.160/28", + "2603:1040:1104:1::400/124", + "2603:1040:1104:400::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.JioIndiaWest", + "id": "ApiManagement.JioIndiaWest", + "properties": { + "changeNumber": 1, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "20.193.192.48/28", + "20.193.202.160/28", + "2603:1040:d04:1::700/124", + "2603:1040:d04:800::c0/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.KoreaCentral", + "id": "ApiManagement.KoreaCentral", + "properties": { + "changeNumber": 3, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "20.194.74.240/28", + "40.82.157.167/32", + "52.231.18.44/31", + "52.231.19.192/28", + "2603:1040:f05::6f0/124", + "2603:1040:f05:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.KoreaSouth", + "id": "ApiManagement.KoreaSouth", + "properties": { + "changeNumber": 2, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "20.200.166.32/28", + "40.80.232.185/32", + "52.231.146.84/31", + "52.231.147.176/28", + "2603:1040:e05:5::210/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.NorthCentralUS", + "id": "ApiManagement.NorthCentralUS", + "properties": { + "changeNumber": 4, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "20.51.6.224/28", + "23.96.224.175/32", + "23.101.166.38/32", + "40.81.47.216/32", + "52.162.106.148/31", + "52.162.110.80/28", + "2603:1030:608:3::630/124", + "2603:1030:608:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.NorthEurope", + "id": "ApiManagement.NorthEurope", + "properties": { + "changeNumber": 4, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "13.69.227.76/31", + "13.69.229.80/28", + "40.69.202.80/32", + "40.112.94.196/32", + "52.142.95.35/32", + "52.146.139.194/31", + "104.41.217.243/32", + "104.41.218.160/32", + "2603:1020:5:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.NorwayEast", + "id": "ApiManagement.NorwayEast", + "properties": { + "changeNumber": 3, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "51.120.2.185/32", + "51.120.98.176/28", + "51.120.234.240/28", + "2603:1020:e04::6f0/124", + "2603:1020:e04:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.NorwayWest", + "id": "ApiManagement.NorwayWest", + "properties": { + "changeNumber": 3, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "51.120.130.134/32", + "51.120.182.240/28", + "51.120.218.224/28", + "2603:1020:f04:3::730/124", + "2603:1020:f04:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.PolandCentral", + "id": "ApiManagement.PolandCentral", + "properties": { + "changeNumber": 1, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "20.215.3.224/28", + "2603:1020:1302::600/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.QatarCentral", + "id": "ApiManagement.QatarCentral", + "properties": { + "changeNumber": 1, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "20.21.36.96/28", + "2603:1040:1002::7e0/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.SouthAfricaNorth", + "id": "ApiManagement.SouthAfricaNorth", + "properties": { + "changeNumber": 3, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "102.37.166.220/31", + "102.133.130.197/32", + "102.133.154.4/31", + "102.133.156.0/28", + "2603:1000:104:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.SouthAfricaWest", + "id": "ApiManagement.SouthAfricaWest", + "properties": { + "changeNumber": 2, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "102.133.0.79/32", + "102.133.26.4/31", + "102.133.28.0/28", + "2603:1000:4:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.SouthCentralUS", + "id": "ApiManagement.SouthCentralUS", + "properties": { + "changeNumber": 3, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "13.84.189.17/32", + "13.85.22.63/32", + "20.97.32.190/31", + "20.188.77.119/32", + "104.214.18.172/31", + "104.214.19.224/28", + "191.238.241.97/32", + "2603:1030:807:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.SouthCentralUSSTG", + "id": "ApiManagement.SouthCentralUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "20.44.2.4/31", + "20.44.3.224/28" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.SouthIndia", + "id": "ApiManagement.SouthIndia", + "properties": { + "changeNumber": 2, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "20.44.33.246/32", + "40.78.194.68/31", + "40.78.195.224/28", + "2603:1040:c06:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.SoutheastAsia", + "id": "ApiManagement.SoutheastAsia", + "properties": { + "changeNumber": 3, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "13.67.8.108/31", + "13.67.9.208/28", + "20.212.226.151/32", + "40.90.185.46/32", + "2603:1040:5:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.SwedenCentral", + "id": "ApiManagement.SwedenCentral", + "properties": { + "changeNumber": 1, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "51.12.25.16/28", + "51.12.98.224/28", + "2603:1020:1004:1::700/124", + "2603:1020:1004:800::c0/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.SwedenSouth", + "id": "ApiManagement.SwedenSouth", + "properties": { + "changeNumber": 1, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "51.12.17.0/28", + "51.12.202.224/28", + "2603:1020:1104:1::3c0/124", + "2603:1020:1104:400::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.SwitzerlandNorth", + "id": "ApiManagement.SwitzerlandNorth", + "properties": { + "changeNumber": 3, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "51.107.0.91/32", + "51.107.59.0/28", + "51.107.246.176/28", + "2603:1020:a04:2::510/124", + "2603:1020:a04:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.SwitzerlandWest", + "id": "ApiManagement.SwitzerlandWest", + "properties": { + "changeNumber": 2, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "51.107.96.8/32", + "51.107.155.0/28", + "2603:1020:b04:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.UAECentral", + "id": "ApiManagement.UAECentral", + "properties": { + "changeNumber": 3, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "20.37.74.224/31", + "20.37.76.32/28", + "20.37.81.41/32", + "20.203.91.208/28", + "2603:1040:b04:2::690/124", + "2603:1040:b04:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.UAENorth", + "id": "ApiManagement.UAENorth", + "properties": { + "changeNumber": 4, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "20.46.144.85/32", + "40.120.87.48/31", + "65.52.250.4/31", + "65.52.252.32/28", + "2603:1040:904:2::690/124", + "2603:1040:904:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.UKNorth", + "id": "ApiManagement.UKNorth", + "properties": { + "changeNumber": 2, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "13.87.122.84/31", + "13.87.123.144/28", + "2603:1020:305:402::140/124" + ], + "networkFeatures": null + } + }, + { + "name": "ApiManagement.UKSouth", + "id": "ApiManagement.UKSouth", + "properties": { + "changeNumber": 3, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "20.90.131.114/31", + "51.140.146.60/31", + "51.140.149.0/28", + "51.145.56.125/32", + "2603:1020:705:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.UKSouth2", + "id": "ApiManagement.UKSouth2", + "properties": { + "changeNumber": 1, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "13.87.56.84/31", + "13.87.57.144/28", + "2603:1020:405:402::140/124" + ], + "networkFeatures": null + } + }, + { + "name": "ApiManagement.UKWest", + "id": "ApiManagement.UKWest", + "properties": { + "changeNumber": 2, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "51.137.136.0/32", + "51.140.210.84/31", + "51.140.211.176/28", + "2603:1020:605:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.WestCentralUS", + "id": "ApiManagement.WestCentralUS", + "properties": { + "changeNumber": 2, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "13.71.194.116/31", + "13.71.196.32/28", + "52.253.135.58/32", + "2603:1030:b04:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.WestEurope", + "id": "ApiManagement.WestEurope", + "properties": { + "changeNumber": 3, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "13.69.64.76/31", + "13.69.66.144/28", + "20.86.92.254/31", + "23.101.67.140/32", + "51.145.179.78/32", + "137.117.160.56/32", + "2603:1020:206:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.WestIndia", + "id": "ApiManagement.WestIndia", + "properties": { + "changeNumber": 3, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "20.207.174.224/28", + "40.81.89.24/32", + "104.211.146.68/31", + "104.211.147.144/28", + "2603:1040:806:3::1d0/124", + "2603:1040:806:402::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.WestUS", + "id": "ApiManagement.WestUS", + "properties": { + "changeNumber": 4, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "13.64.39.16/32", + "13.64.109.111/32", + "20.59.81.16/28", + "40.112.242.148/31", + "40.112.243.240/28", + "40.118.162.35/32", + "65.52.115.58/32", + "2603:1030:a07:9::70/124", + "2603:1030:a07:402::8c0/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.WestUS2", + "id": "ApiManagement.WestUS2", + "properties": { + "changeNumber": 5, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "13.66.138.92/31", + "13.66.140.176/28", + "20.83.221.20/30", + "20.83.221.64/28", + "20.83.221.86/31", + "51.143.127.203/32", + "52.183.115.244/32", + "2603:1030:c06:400::940/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "ApiManagement.WestUS3", + "id": "ApiManagement.WestUS3", + "properties": { + "changeNumber": 1, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "AzureApiManagement", + "addressPrefixes": [ + "20.150.167.160/28", + "20.150.170.224/28", + "2603:1030:504:2::80/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.AustraliaCentral", + "id": "AppService.AustraliaCentral", + "properties": { + "changeNumber": 4, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "20.36.43.207/32", + "20.36.106.96/27", + "20.37.226.0/27", + "20.53.52.192/27", + "20.53.53.0/25", + "2603:1010:304:2::300/120", + "2603:1010:304:402::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.AustraliaCentral2", + "id": "AppService.AustraliaCentral2", + "properties": { + "changeNumber": 4, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "20.36.72.230/32", + "20.36.117.0/27", + "20.36.122.0/27", + "20.53.60.96/27", + "20.53.61.0/25", + "2603:1010:404:2::300/120", + "2603:1010:404:402::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.AustraliaEast", + "id": "AppService.AustraliaEast", + "properties": { + "changeNumber": 4, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "13.70.72.32/27", + "13.70.123.149/32", + "13.75.138.224/32", + "13.75.147.143/32", + "13.75.147.201/32", + "13.75.218.45/32", + "20.37.196.192/27", + "20.211.64.0/22", + "20.211.71.0/25", + "20.211.71.128/27", + "23.101.208.52/32", + "40.79.163.160/27", + "40.79.171.64/27", + "40.82.217.93/32", + "40.126.227.158/32", + "40.126.236.22/32", + "40.126.242.59/32", + "40.126.245.169/32", + "52.187.206.243/32", + "52.187.229.23/32", + "52.237.205.163/32", + "52.237.214.221/32", + "52.237.246.162/32", + "104.210.69.241/32", + "104.210.92.71/32", + "2603:1010:6:3::/117", + "2603:1010:6:402::a0/123", + "2603:1010:6:802::a0/123", + "2603:1010:6:c02::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.AustraliaSoutheast", + "id": "AppService.AustraliaSoutheast", + "properties": { + "changeNumber": 3, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "13.70.146.110/32", + "13.70.147.206/32", + "13.73.116.45/32", + "13.73.118.104/32", + "13.77.7.175/32", + "13.77.50.96/27", + "20.42.228.160/27", + "20.92.48.0/22", + "20.92.52.0/23", + "20.92.54.0/24", + "20.92.55.0/25", + "20.92.55.128/27", + "23.101.224.24/32", + "23.101.230.162/32", + "52.189.213.49/32", + "52.255.35.249/32", + "52.255.54.134/32", + "191.239.188.11/32", + "2603:1010:101:3::/117", + "2603:1010:101:402::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.BrazilSouth", + "id": "AppService.BrazilSouth", + "properties": { + "changeNumber": 4, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "20.206.176.0/23", + "23.97.96.32/32", + "104.41.9.139/32", + "104.41.13.179/32", + "104.41.63.108/32", + "191.232.38.77/32", + "191.232.176.16/32", + "191.233.203.32/27", + "191.234.146.160/27", + "191.234.154.160/27", + "191.235.81.73/32", + "191.235.90.70/32", + "191.235.228.32/27", + "191.238.78.16/28", + "191.238.79.0/24", + "2603:1050:6:3::/118", + "2603:1050:6:402::a0/123", + "2603:1050:6:802::a0/123", + "2603:1050:6:c02::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.BrazilSoutheast", + "id": "AppService.BrazilSoutheast", + "properties": { + "changeNumber": 3, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "20.206.0.200/29", + "20.206.1.0/24", + "20.206.2.0/25", + "191.232.16.16/32", + "191.232.16.52/32", + "191.233.50.32/27", + "2603:1050:403:2::400/119", + "2603:1050:403:400::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.CanadaCentral", + "id": "AppService.CanadaCentral", + "properties": { + "changeNumber": 4, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "13.71.170.128/27", + "20.38.146.160/27", + "20.48.202.160/27", + "20.48.203.0/24", + "20.48.204.0/22", + "20.116.40.0/23", + "20.116.42.0/25", + "40.82.191.84/32", + "40.85.212.173/32", + "40.85.230.182/32", + "52.228.42.76/32", + "52.228.84.32/27", + "52.228.121.123/32", + "52.233.38.143/32", + "52.237.18.220/32", + "52.237.22.139/32", + "52.246.154.160/27", + "2603:1030:f05:3::/117", + "2603:1030:f05:402::a0/123", + "2603:1030:f05:802::a0/123", + "2603:1030:f05:c02::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.CanadaEast", + "id": "AppService.CanadaEast", + "properties": { + "changeNumber": 3, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "40.69.106.96/27", + "40.86.225.89/32", + "40.86.230.96/32", + "40.89.19.0/27", + "52.229.115.84/32", + "52.242.22.213/32", + "52.242.27.213/32", + "52.242.40.192/28", + "52.242.41.0/24", + "52.242.42.0/23", + "2603:1030:1005:2::400/118", + "2603:1030:1005:402::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.CentralIndia", + "id": "AppService.CentralIndia", + "properties": { + "changeNumber": 3, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "20.192.98.160/27", + "20.192.170.8/29", + "20.192.170.128/25", + "20.192.171.0/24", + "40.80.50.160/27", + "52.140.106.224/27", + "52.172.195.80/32", + "52.172.204.196/32", + "52.172.219.121/32", + "104.211.81.32/27", + "104.211.97.138/32", + "2603:1040:a06:3::400/119", + "2603:1040:a06:402::a0/123", + "2603:1040:a06:802::a0/123", + "2603:1040:a06:c02::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.CentralUS", + "id": "AppService.CentralUS", + "properties": { + "changeNumber": 7, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "13.67.129.26/32", + "13.67.141.98/32", + "13.89.57.7/32", + "13.89.172.0/23", + "13.89.238.239/32", + "20.40.202.0/23", + "20.118.40.0/21", + "20.118.48.0/20", + "23.99.128.52/32", + "23.99.183.149/32", + "23.99.192.132/32", + "23.99.196.180/32", + "23.99.206.151/32", + "23.99.224.56/32", + "23.100.82.11/32", + "23.101.118.145/32", + "23.101.119.44/32", + "23.101.119.163/32", + "23.101.120.195/32", + "23.101.125.65/32", + "40.69.190.41/32", + "40.77.56.174/32", + "40.83.16.172/32", + "40.86.86.144/32", + "40.86.91.212/32", + "40.86.96.177/32", + "40.86.99.202/32", + "40.113.204.88/32", + "40.113.232.243/32", + "40.113.236.45/32", + "40.122.36.65/32", + "40.122.65.162/32", + "40.122.110.154/32", + "40.122.114.229/32", + "52.165.129.203/32", + "52.165.135.234/32", + "52.165.155.12/32", + "52.165.155.237/32", + "52.165.163.223/32", + "52.165.168.40/32", + "52.165.174.123/32", + "52.165.184.170/32", + "52.165.220.33/32", + "52.165.224.81/32", + "52.165.237.15/32", + "52.173.28.95/32", + "52.173.36.83/32", + "52.173.76.33/32", + "52.173.77.140/32", + "52.173.83.49/32", + "52.173.84.157/32", + "52.173.87.130/32", + "52.173.94.173/32", + "52.173.134.115/32", + "52.173.139.99/32", + "52.173.139.125/32", + "52.173.149.254/32", + "52.173.151.229/32", + "52.173.184.147/32", + "52.173.245.249/32", + "52.173.249.137/32", + "52.176.2.229/32", + "52.176.5.241/32", + "52.176.6.0/32", + "52.176.6.37/32", + "52.176.61.128/32", + "52.176.104.120/32", + "52.176.149.197/32", + "52.176.165.69/32", + "104.43.129.105/32", + "104.43.140.101/32", + "104.43.142.33/32", + "104.43.221.31/32", + "104.43.246.71/32", + "104.43.254.102/32", + "168.61.152.29/32", + "168.61.159.114/32", + "168.61.217.214/32", + "168.61.218.125/32", + "2603:1030:10:5::/117", + "2603:1030:10:6::/117", + "2603:1030:10:7::/117", + "2603:1030:10:8::/117", + "2603:1030:10:402::a0/123", + "2603:1030:10:802::a0/123", + "2603:1030:10:c02::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.CentralUSEUAP", + "id": "AppService.CentralUSEUAP", + "properties": { + "changeNumber": 3, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "20.45.196.16/29", + "20.45.242.176/29", + "20.45.243.0/24", + "20.45.244.0/25", + "40.78.204.160/27", + "52.180.178.6/32", + "52.180.183.66/32", + "104.208.48.107/32", + "2603:1030:f:4::/119", + "2603:1030:f:400::8a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.EastAsia", + "id": "AppService.EastAsia", + "properties": { + "changeNumber": 5, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "13.75.34.160/27", + "13.75.46.26/32", + "13.75.47.15/32", + "13.75.89.224/32", + "13.75.112.108/32", + "13.75.115.40/32", + "13.94.47.87/32", + "20.189.104.96/27", + "20.189.109.96/27", + "20.189.112.66/32", + "20.205.48.0/24", + "20.205.66.0/24", + "20.205.69.80/28", + "20.205.70.0/23", + "23.97.79.119/32", + "23.99.110.192/32", + "23.99.116.70/32", + "23.101.10.141/32", + "40.83.72.59/32", + "40.83.124.73/32", + "65.52.160.119/32", + "65.52.168.70/32", + "191.234.16.188/32", + "207.46.144.49/32", + "207.46.147.148/32", + "2603:1040:207:2::400/120", + "2603:1040:207:3::400/118", + "2603:1040:207:402::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.EastUS", + "id": "AppService.EastUS", + "properties": { + "changeNumber": 5, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "13.82.93.245/32", + "13.82.101.179/32", + "13.82.175.96/32", + "13.90.143.69/32", + "13.90.213.204/32", + "13.92.139.214/32", + "13.92.193.110/32", + "13.92.237.218/32", + "20.42.26.252/32", + "20.49.104.0/25", + "20.119.0.0/20", + "20.119.16.0/21", + "20.119.27.0/25", + "23.96.0.52/32", + "23.96.1.109/32", + "23.96.13.243/32", + "23.96.32.128/32", + "23.96.96.142/32", + "23.96.103.159/32", + "23.96.112.53/32", + "23.96.113.128/32", + "23.96.124.25/32", + "40.71.0.179/32", + "40.71.11.128/25", + "40.71.177.34/32", + "40.71.199.117/32", + "40.71.234.254/32", + "40.71.250.191/32", + "40.76.5.137/32", + "40.76.192.15/32", + "40.76.210.54/32", + "40.76.218.33/32", + "40.76.223.101/32", + "40.79.154.192/27", + "40.85.190.10/32", + "40.87.65.131/32", + "40.87.70.95/32", + "40.114.13.25/32", + "40.114.41.245/32", + "40.114.51.68/32", + "40.114.68.21/32", + "40.114.106.25/32", + "40.117.154.240/32", + "40.117.188.126/32", + "40.117.190.72/32", + "40.121.8.241/32", + "40.121.16.193/32", + "40.121.32.232/32", + "40.121.35.221/32", + "40.121.91.199/32", + "40.121.212.165/32", + "40.121.221.52/32", + "52.168.125.188/32", + "52.170.7.25/32", + "52.170.46.174/32", + "52.179.97.15/32", + "52.226.134.64/32", + "52.234.209.94/32", + "104.45.129.178/32", + "104.45.141.247/32", + "104.45.152.13/32", + "104.45.152.60/32", + "104.45.154.200/32", + "104.211.26.212/32", + "137.117.58.204/32", + "137.117.66.167/32", + "137.117.84.54/32", + "137.117.90.63/32", + "137.117.93.87/32", + "137.135.91.176/32", + "137.135.107.235/32", + "168.62.48.183/32", + "168.62.180.173/32", + "191.236.16.12/32", + "191.236.59.67/32", + "191.237.24.89/32", + "191.237.27.74/32", + "191.238.8.26/32", + "191.238.33.50/32", + "2603:1030:210:6::/117", + "2603:1030:210:7::/117", + "2603:1030:210:8::/117", + "2603:1030:210:9::/117", + "2603:1030:210:402::a0/123", + "2603:1030:210:802::a0/123", + "2603:1030:210:c02::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.EastUS2", + "id": "AppService.EastUS2", + "properties": { + "changeNumber": 6, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "13.68.29.136/32", + "13.68.101.62/32", + "13.77.82.141/32", + "13.77.83.246/32", + "13.77.96.119/32", + "20.49.97.0/25", + "20.119.128.0/20", + "20.119.144.0/21", + "20.119.155.0/25", + "23.101.147.117/32", + "40.70.27.35/32", + "40.70.147.0/25", + "40.79.65.200/32", + "40.84.54.203/32", + "40.84.59.174/32", + "40.123.45.47/32", + "40.123.47.58/32", + "52.177.169.150/32", + "52.177.189.138/32", + "52.177.206.73/32", + "52.179.188.206/32", + "52.184.162.135/32", + "52.184.193.103/32", + "52.184.193.104/32", + "104.46.101.59/32", + "104.209.178.67/32", + "104.209.192.206/32", + "104.209.197.87/32", + "137.116.78.243/32", + "137.116.88.213/32", + "191.236.192.121/32", + "191.237.128.238/32", + "2603:1030:40c:5::/117", + "2603:1030:40c:6::/117", + "2603:1030:40c:7::/117", + "2603:1030:40c:8::/117", + "2603:1030:40c:402::a0/123", + "2603:1030:40c:802::a0/123", + "2603:1030:40c:c02::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.EastUS2EUAP", + "id": "AppService.EastUS2EUAP", + "properties": { + "changeNumber": 3, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "20.39.11.104/29", + "20.47.233.120/29", + "20.47.234.0/24", + "20.47.235.0/25", + "52.225.179.39/32", + "52.225.190.65/32", + "52.253.224.223/32", + "2603:1030:40b:3::400/119", + "2603:1030:40b:400::8a0/123", + "2603:1030:40b:800::a0/123", + "2603:1030:40b:c00::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.EastUSSTG", + "id": "AppService.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "20.49.82.32/27", + "20.99.14.0/24", + "20.99.24.128/25", + "40.67.58.192/27", + "2603:1030:104:2::100/120", + "2603:1030:104:2::600/120", + "2603:1030:104:402::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.FranceCentral", + "id": "AppService.FranceCentral", + "properties": { + "changeNumber": 3, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "20.43.43.32/27", + "20.111.0.248/29", + "20.111.1.0/24", + "20.111.2.0/25", + "40.79.130.128/27", + "40.89.131.148/32", + "40.89.141.103/32", + "52.143.137.150/32", + "2603:1020:805:2::600/119", + "2603:1020:805:402::a0/123", + "2603:1020:805:802::a0/123", + "2603:1020:805:c02::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.FranceSouth", + "id": "AppService.FranceSouth", + "properties": { + "changeNumber": 4, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "40.79.178.96/27", + "51.105.90.32/27", + "52.136.138.55/32", + "52.136.190.0/25", + "52.136.190.128/27", + "2603:1020:905:2::300/120", + "2603:1020:905:402::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.GermanyNorth", + "id": "AppService.GermanyNorth", + "properties": { + "changeNumber": 3, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "51.116.49.32/27", + "51.116.58.160/27", + "51.116.75.128/25", + "51.116.76.0/24", + "51.116.77.0/29", + "2603:1020:d04:2::200/119", + "2603:1020:d04:402::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.GermanyWestCentral", + "id": "AppService.GermanyWestCentral", + "properties": { + "changeNumber": 3, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "20.79.104.0/23", + "20.79.106.0/24", + "20.79.107.0/28", + "51.116.145.32/27", + "51.116.154.224/27", + "51.116.242.160/27", + "51.116.250.160/27", + "2603:1020:c04:402::a0/123", + "2603:1020:c04:802::a0/123", + "2603:1020:c04:c02::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.ItalyNorth", + "id": "AppService.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "4.232.99.0/24", + "2603:1020:1204:1::700/120" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.JapanEast", + "id": "AppService.JapanEast", + "properties": { + "changeNumber": 4, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "13.71.149.151/32", + "13.73.1.134/32", + "13.73.26.73/32", + "13.78.59.237/32", + "13.78.106.96/27", + "13.78.117.86/32", + "13.78.123.87/32", + "20.43.67.32/27", + "20.89.12.224/27", + "20.89.13.0/24", + "20.89.14.0/23", + "20.210.64.0/22", + "20.210.68.0/25", + "40.79.195.0/27", + "40.115.179.121/32", + "40.115.251.148/32", + "52.243.39.89/32", + "104.41.186.103/32", + "138.91.0.30/32", + "2603:1040:407:3::/117", + "2603:1040:407:402::a0/123", + "2603:1040:407:802::a0/123", + "2603:1040:407:c02::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.JapanWest", + "id": "AppService.JapanWest", + "properties": { + "changeNumber": 3, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "20.189.194.112/28", + "20.189.195.0/24", + "20.189.196.0/23", + "40.74.100.128/27", + "40.74.133.20/32", + "40.80.58.224/27", + "52.175.158.219/32", + "104.214.137.236/32", + "104.215.11.176/32", + "104.215.58.230/32", + "138.91.16.18/32", + "2603:1040:606:2::400/118", + "2603:1040:606:402::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.JioIndiaCentral", + "id": "AppService.JioIndiaCentral", + "properties": { + "changeNumber": 3, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "20.192.54.0/24", + "20.192.234.128/27", + "20.207.0.96/27", + "20.207.0.128/25", + "2603:1040:1104:2::300/120", + "2603:1040:1104:400::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.JioIndiaWest", + "id": "AppService.JioIndiaWest", + "properties": { + "changeNumber": 4, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "20.193.198.0/24", + "20.193.202.128/27", + "40.64.8.224/27", + "40.64.9.0/25", + "40.64.10.0/25", + "40.64.10.128/27", + "2603:1040:d04:3::100/120", + "2603:1040:d04:400::a0/123", + "2603:1040:d04:800::160/123", + "2603:1040:d04:800::360/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.KoreaCentral", + "id": "AppService.KoreaCentral", + "properties": { + "changeNumber": 4, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "20.41.66.224/27", + "20.44.26.160/27", + "20.194.66.32/27", + "20.200.196.104/29", + "20.200.196.128/25", + "20.200.197.0/24", + "52.231.18.128/27", + "52.231.32.120/32", + "52.231.38.95/32", + "52.231.77.58/32", + "2603:1040:f05:3::200/119", + "2603:1040:f05:402::a0/123", + "2603:1040:f05:802::a0/123", + "2603:1040:f05:c02::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.KoreaSouth", + "id": "AppService.KoreaSouth", + "properties": { + "changeNumber": 4, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "40.80.170.224/27", + "52.147.117.224/27", + "52.147.118.128/25", + "52.147.119.64/27", + "52.147.119.128/25", + "52.231.146.96/27", + "52.231.200.101/32", + "52.231.200.179/32", + "2603:1040:e05:1::200/120" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.NorthCentralUS", + "id": "AppService.NorthCentralUS", + "properties": { + "changeNumber": 5, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "23.96.187.5/32", + "23.96.201.21/32", + "23.96.207.177/32", + "23.96.209.155/32", + "23.96.220.116/32", + "23.100.72.240/32", + "23.101.169.175/32", + "23.101.171.94/32", + "23.101.172.244/32", + "40.80.191.0/25", + "52.159.64.0/22", + "52.159.68.0/23", + "52.159.70.0/24", + "52.159.71.0/25", + "52.159.71.128/27", + "52.162.107.0/25", + "52.162.208.73/32", + "52.237.130.0/32", + "52.240.149.243/32", + "52.240.155.58/32", + "52.252.160.21/32", + "65.52.24.41/32", + "65.52.213.73/32", + "65.52.217.59/32", + "65.52.218.253/32", + "157.56.13.114/32", + "168.62.224.13/32", + "168.62.225.23/32", + "191.236.148.9/32", + "2603:1030:608:2::/117", + "2603:1030:608:402::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.NorthEurope", + "id": "AppService.NorthEurope", + "properties": { + "changeNumber": 5, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "13.69.186.152/32", + "13.69.228.0/25", + "13.69.253.145/32", + "13.74.41.233/32", + "13.74.147.218/32", + "13.74.158.5/32", + "13.74.252.44/32", + "13.79.2.71/32", + "13.79.38.229/32", + "13.79.172.40/32", + "20.50.64.0/25", + "20.107.224.0/21", + "20.107.239.0/26", + "23.100.48.106/32", + "23.100.50.51/32", + "23.100.52.22/32", + "23.100.56.27/32", + "23.101.54.230/32", + "23.101.63.214/32", + "23.102.12.43/32", + "23.102.21.198/32", + "23.102.21.212/32", + "23.102.25.149/32", + "23.102.28.178/32", + "40.69.43.225/32", + "40.69.88.149/32", + "40.69.200.124/32", + "40.69.210.172/32", + "40.69.218.150/32", + "40.85.74.227/32", + "40.85.92.115/32", + "40.85.96.208/32", + "40.112.69.156/32", + "40.112.90.244/32", + "40.112.93.201/32", + "40.113.2.52/32", + "40.113.65.9/32", + "40.113.71.148/32", + "40.113.81.82/32", + "40.113.90.202/32", + "40.115.98.85/32", + "40.127.132.204/32", + "40.127.139.252/32", + "40.127.192.244/32", + "40.127.196.56/32", + "52.138.196.70/32", + "52.138.218.121/32", + "52.164.201.186/32", + "52.164.250.133/32", + "52.169.73.236/32", + "52.169.78.163/32", + "52.169.180.223/32", + "52.169.184.163/32", + "52.169.188.236/32", + "52.169.191.40/32", + "52.178.158.175/32", + "52.178.164.235/32", + "52.178.179.169/32", + "52.178.190.191/32", + "52.178.201.147/32", + "52.178.208.12/32", + "52.178.212.17/32", + "52.178.214.89/32", + "94.245.104.73/32", + "104.41.216.137/32", + "104.41.229.199/32", + "104.45.81.79/32", + "104.45.95.61/32", + "137.135.129.175/32", + "137.135.133.221/32", + "168.63.53.239/32", + "191.235.160.13/32", + "191.235.176.12/32", + "191.235.177.30/32", + "191.235.208.12/32", + "191.235.215.184/32", + "2603:1020:5:5::/117", + "2603:1020:5:6::/117", + "2603:1020:5:402::a0/123", + "2603:1020:5:802::a0/123", + "2603:1020:5:c02::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.NorwayEast", + "id": "AppService.NorwayEast", + "properties": { + "changeNumber": 3, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "20.100.2.32/29", + "20.100.2.128/25", + "20.100.3.0/24", + "51.120.42.0/27", + "51.120.98.192/27", + "51.120.106.160/27", + "51.120.210.160/27", + "2603:1020:e04:4::200/119", + "2603:1020:e04:402::a0/123", + "2603:1020:e04:802::a0/123", + "2603:1020:e04:c02::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.NorwayWest", + "id": "AppService.NorwayWest", + "properties": { + "changeNumber": 5, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "51.13.142.128/25", + "51.13.143.64/27", + "51.13.143.128/25", + "51.120.218.192/27", + "51.120.226.0/27", + "2603:1020:f04:3::400/120", + "2603:1020:f04:402::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.PolandCentral", + "id": "AppService.PolandCentral", + "properties": { + "changeNumber": 1, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "20.215.12.0/24", + "2603:1020:1302:1::700/120" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.QatarCentral", + "id": "AppService.QatarCentral", + "properties": { + "changeNumber": 3, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "20.21.52.0/24", + "20.21.54.0/25", + "20.21.54.128/27", + "2603:1040:1002:2::100/120", + "2603:1040:1002:2::400/120" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.SouthAfricaNorth", + "id": "AppService.SouthAfricaNorth", + "properties": { + "changeNumber": 3, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "20.87.80.64/29", + "20.87.80.128/25", + "20.87.81.0/24", + "102.133.122.160/27", + "102.133.154.32/27", + "102.133.218.32/28", + "102.133.250.160/27", + "2603:1000:104:3::200/119", + "2603:1000:104:402::a0/123", + "2603:1000:104:802::a0/123", + "2603:1000:104:c02::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.SouthAfricaWest", + "id": "AppService.SouthAfricaWest", + "properties": { + "changeNumber": 4, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "102.37.86.64/26", + "102.37.86.128/26", + "102.133.26.32/27", + "102.133.57.128/27", + "2603:1000:4:2::400/120", + "2603:1000:4:402::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.SouthCentralUS", + "id": "AppService.SouthCentralUS", + "properties": { + "changeNumber": 3, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "13.65.30.245/32", + "13.65.37.122/32", + "13.65.39.165/32", + "13.65.42.35/32", + "13.65.42.183/32", + "13.65.45.30/32", + "13.65.85.146/32", + "13.65.89.91/32", + "13.65.92.72/32", + "13.65.94.204/32", + "13.65.95.109/32", + "13.65.97.243/32", + "13.65.193.29/32", + "13.65.210.166/32", + "13.65.212.252/32", + "13.65.241.130/32", + "13.65.243.110/32", + "13.66.16.101/32", + "13.66.38.99/32", + "13.66.39.88/32", + "13.84.36.2/32", + "13.84.40.227/32", + "13.84.42.35/32", + "13.84.46.29/32", + "13.84.55.137/32", + "13.84.146.60/32", + "13.84.180.32/32", + "13.84.181.47/32", + "13.84.188.162/32", + "13.84.189.137/32", + "13.84.227.164/32", + "13.85.15.194/32", + "13.85.16.224/32", + "13.85.20.144/32", + "13.85.24.220/32", + "13.85.27.14/32", + "13.85.31.243/32", + "13.85.72.129/32", + "13.85.77.179/32", + "13.85.82.0/32", + "20.45.122.160/27", + "20.49.90.32/27", + "20.97.35.16/28", + "20.97.36.0/23", + "20.97.38.0/24", + "23.101.180.75/32", + "23.102.154.38/32", + "23.102.161.217/32", + "23.102.191.170/32", + "40.74.245.188/32", + "40.74.253.108/32", + "40.74.255.112/32", + "40.84.148.247/32", + "40.84.159.58/32", + "40.84.194.106/32", + "40.84.226.176/32", + "40.84.227.180/32", + "40.84.232.28/32", + "40.119.12.0/23", + "40.124.12.75/32", + "40.124.13.58/32", + "52.171.56.101/32", + "52.171.56.110/32", + "52.171.136.200/32", + "52.171.140.237/32", + "52.171.218.239/32", + "52.171.221.170/32", + "52.171.222.247/32", + "104.44.128.13/32", + "104.44.130.38/32", + "104.210.145.181/32", + "104.210.147.57/32", + "104.210.152.76/32", + "104.210.152.122/32", + "104.210.153.116/32", + "104.210.158.20/32", + "104.214.20.0/23", + "104.214.29.203/32", + "104.214.64.238/32", + "104.214.74.110/32", + "104.214.77.221/32", + "104.214.110.60/32", + "104.214.110.226/32", + "104.214.118.174/32", + "104.214.119.36/32", + "104.215.73.236/32", + "104.215.78.13/32", + "104.215.89.22/32", + "191.238.176.139/32", + "191.238.240.12/32", + "2603:1030:807:3::400/118", + "2603:1030:807:402::a0/123", + "2603:1030:807:802::a0/123", + "2603:1030:807:c02::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.SouthCentralUSSTG", + "id": "AppService.SouthCentralUSSTG", + "properties": { + "changeNumber": 3, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "20.44.2.32/27", + "23.100.216.96/27", + "23.100.216.128/25", + "2603:1030:302::600/120" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.SouthIndia", + "id": "AppService.SouthIndia", + "properties": { + "changeNumber": 3, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "13.71.122.35/32", + "13.71.123.138/32", + "20.41.195.192/27", + "20.192.153.144/28", + "20.192.154.0/23", + "20.192.156.0/24", + "40.78.194.96/27", + "52.172.54.225/32", + "104.211.224.252/32", + "104.211.225.167/32", + "2603:1040:c06:2::400/118", + "2603:1040:c06:402::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.SoutheastAsia", + "id": "AppService.SoutheastAsia", + "properties": { + "changeNumber": 5, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "13.67.9.0/25", + "13.67.56.225/32", + "13.67.63.90/32", + "13.76.44.139/32", + "13.76.245.96/32", + "20.43.132.128/25", + "20.188.98.74/32", + "20.212.64.0/21", + "20.212.79.0/26", + "23.97.56.169/32", + "23.98.64.36/32", + "23.98.64.158/32", + "23.101.27.182/32", + "52.163.122.160/32", + "52.187.17.126/32", + "52.187.36.104/32", + "52.187.52.94/32", + "52.187.135.79/32", + "52.230.1.186/32", + "104.215.147.45/32", + "104.215.155.1/32", + "111.221.95.27/32", + "137.116.128.188/32", + "137.116.153.238/32", + "2603:1040:5:4::/117", + "2603:1040:5:5::/117", + "2603:1040:5:402::a0/123", + "2603:1040:5:802::a0/123", + "2603:1040:5:c02::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.SwedenCentral", + "id": "AppService.SwedenCentral", + "properties": { + "changeNumber": 5, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "51.12.31.0/24", + "51.12.73.224/27", + "51.12.74.0/25", + "51.12.98.192/27", + "51.12.226.160/27", + "51.12.234.160/27", + "2603:1020:1004:2::500/120", + "2603:1020:1004:3::100/120", + "2603:1020:1004:400::a0/123", + "2603:1020:1004:800::160/123", + "2603:1020:1004:800::360/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.SwedenSouth", + "id": "AppService.SwedenSouth", + "properties": { + "changeNumber": 4, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "20.91.8.64/27", + "20.91.8.128/25", + "51.12.23.0/24", + "51.12.202.192/27", + "2603:1020:1104:2::300/120", + "2603:1020:1104:400::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.SwitzerlandNorth", + "id": "AppService.SwitzerlandNorth", + "properties": { + "changeNumber": 4, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "20.208.1.0/24", + "20.208.5.32/29", + "20.208.5.128/25", + "20.208.6.0/24", + "51.107.50.0/27", + "51.107.58.160/27", + "2603:1020:a04:3::100/120", + "2603:1020:a04:3::400/119", + "2603:1020:a04:402::a0/123", + "2603:1020:a04:802::a0/123", + "2603:1020:a04:c02::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.SwitzerlandWest", + "id": "AppService.SwitzerlandWest", + "properties": { + "changeNumber": 4, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "20.199.200.0/26", + "51.107.146.0/27", + "51.107.154.160/27", + "51.107.255.192/26", + "2603:1020:b04:2::400/120", + "2603:1020:b04:402::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.UAECentral", + "id": "AppService.UAECentral", + "properties": { + "changeNumber": 4, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "20.37.66.0/27", + "20.37.74.96/27", + "20.45.94.192/26", + "20.45.95.0/26", + "2603:1040:b04:2::400/120", + "2603:1040:b04:402::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.UAENorth", + "id": "AppService.UAENorth", + "properties": { + "changeNumber": 5, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "20.38.138.0/27", + "20.74.192.0/23", + "20.74.194.0/24", + "20.74.195.0/28", + "40.120.74.32/27", + "65.52.250.96/27", + "2603:1040:904:3::300/120", + "2603:1040:904:402::a0/123", + "2603:1040:904:802::a0/123", + "2603:1040:904:c02::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.UKNorth", + "id": "AppService.UKNorth", + "properties": { + "changeNumber": 2, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "51.105.83.24/29", + "51.105.83.128/25", + "51.105.84.0/24", + "2603:1020:305:1::200/119", + "2603:1020:305:402::a0/123" + ], + "networkFeatures": null + } + }, + { + "name": "AppService.UKSouth", + "id": "AppService.UKSouth", + "properties": { + "changeNumber": 3, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "20.90.132.160/28", + "20.90.133.0/24", + "20.90.134.0/23", + "51.104.28.64/26", + "51.105.66.160/27", + "51.105.74.160/27", + "51.140.37.241/32", + "51.140.57.176/32", + "51.140.59.233/32", + "51.140.75.147/32", + "51.140.84.145/32", + "51.140.85.106/32", + "51.140.87.39/32", + "51.140.122.226/32", + "51.140.146.128/26", + "51.140.152.154/32", + "51.140.153.150/32", + "51.140.180.76/32", + "51.140.185.151/32", + "51.140.191.223/32", + "51.143.191.44/32", + "2603:1020:705:402::a0/123", + "2603:1020:705:802::a0/123", + "2603:1020:705:c02::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.UKSouth2", + "id": "AppService.UKSouth2", + "properties": { + "changeNumber": 1, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "2603:1020:405:402::a0/123" + ], + "networkFeatures": null + } + }, + { + "name": "AppService.UKWest", + "id": "AppService.UKWest", + "properties": { + "changeNumber": 3, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "20.90.33.0/24", + "20.90.34.0/23", + "20.90.36.0/28", + "51.137.163.32/27", + "51.140.210.96/27", + "51.140.244.162/32", + "51.140.245.89/32", + "51.141.12.112/32", + "51.141.37.245/32", + "51.141.44.139/32", + "51.141.45.207/32", + "51.141.90.252/32", + "2603:1020:605:2::400/118", + "2603:1020:605:402::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.WestCentralUS", + "id": "AppService.WestCentralUS", + "properties": { + "changeNumber": 5, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "13.71.194.192/27", + "13.78.150.96/32", + "13.78.184.89/32", + "20.69.5.168/29", + "20.69.6.0/24", + "20.69.7.0/25", + "52.150.140.224/27", + "52.161.96.193/32", + "2603:1030:b04:3::200/119", + "2603:1030:b04:402::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.WestEurope", + "id": "AppService.WestEurope", + "properties": { + "changeNumber": 5, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "13.69.68.0/23", + "13.80.19.74/32", + "13.81.7.21/32", + "13.81.108.99/32", + "13.81.215.235/32", + "13.94.143.57/32", + "13.94.192.98/32", + "13.94.211.38/32", + "13.95.82.181/32", + "13.95.93.152/32", + "13.95.150.128/32", + "13.95.238.192/32", + "20.50.2.0/23", + "20.105.216.0/21", + "20.105.224.0/20", + "20.105.243.0/25", + "23.97.160.56/32", + "23.97.160.74/32", + "23.97.162.202/32", + "23.97.195.129/32", + "23.97.208.18/32", + "23.97.214.177/32", + "23.97.216.47/32", + "23.97.224.11/32", + "23.100.1.29/32", + "23.101.67.245/32", + "40.68.40.55/32", + "40.68.205.178/32", + "40.68.208.131/32", + "40.68.210.104/32", + "40.68.214.185/32", + "40.113.126.251/32", + "40.113.131.37/32", + "40.113.136.240/32", + "40.113.142.219/32", + "40.114.194.188/32", + "40.114.210.78/32", + "40.114.228.161/32", + "40.114.237.65/32", + "40.114.243.70/32", + "40.115.55.251/32", + "40.118.29.72/32", + "40.118.71.240/32", + "40.118.96.231/32", + "40.118.100.127/32", + "40.118.101.67/32", + "40.118.102.46/32", + "51.105.172.25/32", + "51.136.14.31/32", + "51.137.106.13/32", + "51.144.7.192/32", + "51.144.107.53/32", + "51.144.116.43/32", + "51.144.164.215/32", + "51.144.182.8/32", + "52.166.78.97/32", + "52.166.113.188/32", + "52.166.119.99/32", + "52.166.178.208/32", + "52.166.181.85/32", + "52.166.198.163/32", + "52.174.3.80/32", + "52.174.7.133/32", + "52.174.35.5/32", + "52.174.106.15/32", + "52.174.150.25/32", + "52.174.181.178/32", + "52.174.184.18/32", + "52.174.193.210/32", + "52.174.235.29/32", + "52.178.29.39/32", + "52.178.37.244/32", + "52.178.43.209/32", + "52.178.45.139/32", + "52.178.46.181/32", + "52.178.75.200/32", + "52.178.79.163/32", + "52.178.89.129/32", + "52.178.90.230/32", + "52.178.92.96/32", + "52.178.105.179/32", + "52.178.114.226/32", + "52.232.19.237/32", + "52.232.26.228/32", + "52.232.33.202/32", + "52.232.56.79/32", + "52.232.127.196/32", + "52.233.128.61/32", + "52.233.133.18/32", + "52.233.133.121/32", + "52.233.155.168/32", + "52.233.164.195/32", + "52.233.175.59/32", + "52.233.184.181/32", + "52.233.198.206/32", + "65.52.128.33/32", + "65.52.130.1/32", + "104.40.129.89/32", + "104.40.147.180/32", + "104.40.147.216/32", + "104.40.158.55/32", + "104.40.179.243/32", + "104.40.183.236/32", + "104.40.185.192/32", + "104.40.187.26/32", + "104.40.191.174/32", + "104.40.210.25/32", + "104.40.215.219/32", + "104.40.222.81/32", + "104.40.250.100/32", + "104.45.1.117/32", + "104.45.14.249/32", + "104.46.38.245/32", + "104.46.44.78/32", + "104.46.61.116/32", + "104.47.137.62/32", + "104.47.151.115/32", + "104.47.160.14/32", + "104.47.164.119/32", + "104.214.231.110/32", + "104.214.236.47/32", + "104.214.237.135/32", + "137.117.166.35/32", + "137.117.175.14/32", + "137.117.203.130/32", + "137.117.211.244/32", + "137.117.218.101/32", + "137.117.224.218/32", + "137.117.225.87/32", + "168.63.5.231/32", + "168.63.107.5/32", + "191.233.82.44/32", + "191.233.85.165/32", + "191.233.87.194/32", + "2603:1020:206:5::/117", + "2603:1020:206:6::/117", + "2603:1020:206:7::/117", + "2603:1020:206:8::/117", + "2603:1020:206:402::a0/123", + "2603:1020:206:802::a0/123", + "2603:1020:206:c02::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.WestIndia", + "id": "AppService.WestIndia", + "properties": { + "changeNumber": 3, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "20.192.84.176/28", + "20.192.85.0/24", + "20.192.86.0/23", + "52.136.50.0/27", + "104.211.146.96/27", + "104.211.160.159/32", + "104.211.179.11/32", + "104.211.184.197/32", + "2603:1040:806:2::400/118", + "2603:1040:806:402::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.WestUS", + "id": "AppService.WestUS", + "properties": { + "changeNumber": 4, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "13.64.73.110/32", + "13.91.40.166/32", + "13.91.242.166/32", + "13.93.141.10/32", + "13.93.158.16/32", + "13.93.220.109/32", + "13.93.231.75/32", + "20.59.88.0/21", + "20.59.96.0/22", + "20.59.100.0/23", + "20.59.102.0/24", + "20.59.103.0/26", + "23.99.0.12/32", + "23.99.65.65/32", + "23.99.91.55/32", + "23.100.46.198/32", + "23.101.203.117/32", + "23.101.203.214/32", + "23.101.207.250/32", + "40.78.18.232/32", + "40.78.25.157/32", + "40.78.48.219/32", + "40.80.155.102/32", + "40.80.156.205/32", + "40.82.255.128/25", + "40.83.145.50/32", + "40.83.150.233/32", + "40.83.182.206/32", + "40.83.183.236/32", + "40.83.184.25/32", + "40.112.142.148/32", + "40.112.143.134/32", + "40.112.143.140/32", + "40.112.143.214/32", + "40.112.165.44/32", + "40.112.166.161/32", + "40.112.191.159/32", + "40.112.192.69/32", + "40.112.216.189/32", + "40.112.243.0/25", + "40.118.185.161/32", + "40.118.235.113/32", + "40.118.246.51/32", + "40.118.255.59/32", + "52.160.40.218/32", + "104.40.3.53/32", + "104.40.11.192/32", + "104.40.28.133/32", + "104.40.53.219/32", + "104.40.63.98/32", + "104.40.84.133/32", + "104.40.92.107/32", + "104.42.53.248/32", + "104.42.78.153/32", + "104.42.128.171/32", + "104.42.148.55/32", + "104.42.152.64/32", + "104.42.154.105/32", + "104.42.188.146/32", + "104.42.231.5/32", + "104.45.226.98/32", + "104.45.231.79/32", + "104.210.38.149/32", + "137.117.9.212/32", + "137.117.17.70/32", + "138.91.224.84/32", + "138.91.225.40/32", + "138.91.240.81/32", + "168.62.20.37/32", + "191.236.80.12/32", + "191.236.106.123/32", + "191.239.58.162/32", + "2603:1030:a07:2::/117", + "2603:1030:a07:6::/117", + "2603:1030:a07:402::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.WestUS2", + "id": "AppService.WestUS2", + "properties": { + "changeNumber": 5, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "13.66.138.96/27", + "13.66.209.135/32", + "13.66.212.205/32", + "13.66.226.80/32", + "13.66.231.217/32", + "13.66.241.134/32", + "13.66.244.249/32", + "13.77.157.133/32", + "13.77.160.237/32", + "13.77.182.13/32", + "20.42.128.96/27", + "20.115.232.0/21", + "20.115.247.0/26", + "40.64.128.224/27", + "51.143.102.21/32", + "52.151.62.51/32", + "52.175.202.25/32", + "52.175.254.10/32", + "52.183.82.125/32", + "52.229.30.210/32", + "2603:1030:c06:6::/117", + "2603:1030:c06:7::/117", + "2603:1030:c06:400::8a0/123", + "2603:1030:c06:802::a0/123", + "2603:1030:c06:c02::a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppService.WestUS3", + "id": "AppService.WestUS3", + "properties": { + "changeNumber": 6, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "AzureAppService", + "addressPrefixes": [ + "20.40.24.16/32", + "20.40.24.21/32", + "20.40.24.23/32", + "20.40.24.30/31", + "20.40.24.34/32", + "20.40.24.37/32", + "20.40.24.38/31", + "20.40.24.46/32", + "20.40.24.49/32", + "20.40.24.50/31", + "20.40.24.54/31", + "20.40.24.62/31", + "20.40.24.81/32", + "20.40.24.89/32", + "20.40.24.108/32", + "20.40.24.144/32", + "20.118.136.0/23", + "20.118.138.0/25", + "20.118.138.128/27", + "20.150.128.0/24", + "20.150.131.0/24", + "20.150.132.0/22", + "20.150.170.192/27", + "20.150.178.160/27", + "20.150.186.160/27", + "20.150.247.0/24", + "20.150.248.7/32", + "20.150.248.8/32", + "20.150.248.12/31", + "20.150.248.15/32", + "20.150.248.16/28", + "20.150.248.32/31", + "20.150.248.36/32", + "20.150.248.38/31", + "20.150.248.43/32", + "20.150.248.44/31", + "20.150.248.48/29", + "20.150.248.56/32", + "20.150.248.59/32", + "20.150.248.60/32", + "20.150.248.63/32", + "20.150.248.64/31", + "20.150.248.68/31", + "20.150.248.71/32", + "20.150.248.72/29", + "20.150.248.80/32", + "20.150.248.82/31", + "20.150.248.86/31", + "20.150.248.89/32", + "20.150.248.90/31", + "20.150.248.100/31", + "20.150.248.104/31", + "20.150.248.110/31", + "20.150.248.112/30", + "20.150.248.118/31", + "20.150.248.122/31", + "20.150.248.124/31", + "20.150.248.128/31", + "20.150.248.134/31", + "20.150.248.136/29", + "20.150.248.144/28", + "20.150.248.160/27", + "20.150.248.192/29", + "20.150.248.200/32", + "20.150.248.202/31", + "2603:1030:504:3::/117", + "2603:1030:504:402::a0/123", + "2603:1030:504:802::160/123", + "2603:1030:504:802::360/123", + "2603:1030:504:c02::3a0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AppServiceManagement.AustraliaCentral", + "id": "AppServiceManagement.AustraliaCentral", + "properties": { + "changeNumber": 4, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "20.36.42.12/32", + "20.36.106.128/26", + "20.53.53.208/28", + "2603:1010:304:1::480/123", + "2603:1010:304:5::440/122", + "2603:1010:304:402::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.AustraliaCentral2", + "id": "AppServiceManagement.AustraliaCentral2", + "properties": { + "changeNumber": 4, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "20.36.78.208/32", + "20.36.114.64/26", + "20.53.60.208/28", + "2603:1010:404:1::480/123", + "2603:1010:404:5::500/122", + "2603:1010:404:402::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.AustraliaEast", + "id": "AppServiceManagement.AustraliaEast", + "properties": { + "changeNumber": 5, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "13.70.73.128/26", + "20.70.222.64/28", + "104.210.90.65/32", + "2603:1010:6:2::700/123", + "2603:1010:6:402::100/122", + "2603:1010:6:802::100/122", + "2603:1010:6:c02::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.AustraliaSoutheast", + "id": "AppServiceManagement.AustraliaSoutheast", + "properties": { + "changeNumber": 3, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "13.77.50.128/26", + "20.92.4.160/28", + "23.101.234.41/32", + "2603:1010:101:1::4a0/123", + "2603:1010:101:402::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.BrazilSouth", + "id": "AppServiceManagement.BrazilSouth", + "properties": { + "changeNumber": 4, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "104.41.46.178/32", + "191.238.77.240/28", + "2603:1050:6:2::500/123", + "2603:1050:6:402::100/122", + "2603:1050:6:802::100/122", + "2603:1050:6:c02::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.BrazilSoutheast", + "id": "AppServiceManagement.BrazilSoutheast", + "properties": { + "changeNumber": 2, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "20.206.0.112/28", + "23.97.120.79/32", + "191.233.50.128/26", + "2603:1050:403:1::4c0/123", + "2603:1050:403:400::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.CanadaCentral", + "id": "AppServiceManagement.CanadaCentral", + "properties": { + "changeNumber": 4, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "13.71.170.64/26", + "20.48.202.48/28", + "40.85.230.101/32", + "2603:1030:f05:2::700/123", + "2603:1030:f05:402::100/122", + "2603:1030:f05:802::100/122", + "2603:1030:f05:c02::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.CanadaEast", + "id": "AppServiceManagement.CanadaEast", + "properties": { + "changeNumber": 3, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "40.69.106.128/26", + "40.86.229.100/32", + "52.242.40.112/28", + "2603:1030:1005:1::4a0/123", + "2603:1030:1005:402::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.CentralIndia", + "id": "AppServiceManagement.CentralIndia", + "properties": { + "changeNumber": 5, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "20.192.170.16/28", + "104.211.81.64/26", + "104.211.98.24/32", + "2603:1040:a06:3::220/123", + "2603:1040:a06:402::100/122", + "2603:1040:a06:802::100/122", + "2603:1040:a06:c02::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.CentralUS", + "id": "AppServiceManagement.CentralUS", + "properties": { + "changeNumber": 6, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "13.86.120.89/32", + "13.89.171.0/26", + "20.44.13.128/26", + "20.98.146.32/28", + "23.99.217.42/32", + "52.165.152.214/32", + "52.165.153.122/32", + "52.165.154.193/32", + "52.165.158.140/32", + "52.182.143.128/26", + "104.43.165.73/32", + "2603:1030:10::7a0/123", + "2603:1030:10:402::100/122", + "2603:1030:10:802::100/122", + "2603:1030:10:c02::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.CentralUSEUAP", + "id": "AppServiceManagement.CentralUSEUAP", + "properties": { + "changeNumber": 3, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "20.45.242.144/28", + "52.180.179.14/32", + "104.208.54.11/32", + "168.61.143.0/26", + "2603:1030:f:3::700/123", + "2603:1030:f:400::900/122" + ], + "networkFeatures": null + } + }, + { + "name": "AppServiceManagement.EastAsia", + "id": "AppServiceManagement.EastAsia", + "properties": { + "changeNumber": 5, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "13.75.34.192/26", + "13.75.127.117/32", + "20.205.69.32/28", + "20.205.74.192/26", + "20.205.82.192/26", + "23.99.115.5/32", + "40.83.120.64/32", + "40.83.121.56/32", + "40.83.125.161/32", + "65.52.172.237/32", + "168.63.132.240/32", + "2603:1040:207:402::100/122", + "2603:1040:207:800::80/122", + "2603:1040:207:c00::80/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.EastUS", + "id": "AppServiceManagement.EastUS", + "properties": { + "changeNumber": 7, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "20.42.68.128/26", + "20.88.157.128/28", + "40.71.13.64/26", + "52.224.105.172/32", + "191.236.60.72/32", + "2603:1030:210::7a0/123", + "2603:1030:210:402::100/122", + "2603:1030:210:802::100/122", + "2603:1030:210:c02::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.EastUS2", + "id": "AppServiceManagement.EastUS2", + "properties": { + "changeNumber": 4, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "20.36.144.192/26", + "20.98.193.224/28", + "40.70.146.128/26", + "52.167.111.64/26", + "104.46.108.135/32", + "2603:1030:40c::7c0/123", + "2603:1030:40c:402::100/122", + "2603:1030:40c:802::100/122", + "2603:1030:40c:c02::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.EastUS2EUAP", + "id": "AppServiceManagement.EastUS2EUAP", + "properties": { + "changeNumber": 7, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "20.47.233.128/28", + "40.89.122.64/26", + "52.225.177.15/32", + "52.225.177.153/32", + "52.225.177.238/32", + "68.220.82.192/26", + "2603:1030:40b:3::360/123", + "2603:1030:40b:400::900/122", + "2603:1030:40b:800::100/122", + "2603:1030:40b:c00::100/122", + "2603:1030:40b:1000::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.EastUSSTG", + "id": "AppServiceManagement.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "20.99.24.16/28", + "2603:1030:104:2::c0/123", + "2603:1030:104:402::100/122", + "2603:1030:104:402::600/122", + "2603:1030:104:802::c0/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.FranceCentral", + "id": "AppServiceManagement.FranceCentral", + "properties": { + "changeNumber": 5, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "20.111.0.208/28", + "40.79.130.64/26", + "52.143.136.64/32", + "2603:1020:805:2::500/123", + "2603:1020:805:402::100/122", + "2603:1020:805:802::100/122", + "2603:1020:805:c02::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.FranceSouth", + "id": "AppServiceManagement.FranceSouth", + "properties": { + "changeNumber": 3, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "40.79.178.128/26", + "52.136.136.72/32", + "52.136.191.16/28", + "2603:1020:905:1::480/123", + "2603:1020:905:402::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.GermanyNorth", + "id": "AppServiceManagement.GermanyNorth", + "properties": { + "changeNumber": 3, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "51.116.58.192/26", + "51.116.75.96/28", + "51.116.208.94/32", + "2603:1020:d04:1::480/123", + "2603:1020:d04:402::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.GermanyWestCentral", + "id": "AppServiceManagement.GermanyWestCentral", + "properties": { + "changeNumber": 4, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "20.52.95.16/28", + "51.116.155.0/26", + "51.116.175.204/32", + "2603:1020:c04:2::500/123", + "2603:1020:c04:402::100/122", + "2603:1020:c04:802::100/122", + "2603:1020:c04:c02::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.ItalyNorth", + "id": "AppServiceManagement.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "4.232.43.128/26", + "4.232.122.192/26", + "4.232.194.192/26", + "2603:1020:1204:3::400/123", + "2603:1020:1204:400::80/122", + "2603:1020:1204:800::40/122", + "2603:1020:1204:c00::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.JapanEast", + "id": "AppServiceManagement.JapanEast", + "properties": { + "changeNumber": 5, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "13.78.109.0/26", + "20.89.12.144/28", + "104.41.185.116/32", + "2603:1040:407:2::500/123", + "2603:1040:407:402::100/122", + "2603:1040:407:802::100/122", + "2603:1040:407:c02::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.JapanWest", + "id": "AppServiceManagement.JapanWest", + "properties": { + "changeNumber": 5, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "20.189.194.64/28", + "40.74.100.64/26", + "191.239.104.48/32", + "2603:1040:606:1::4a0/123", + "2603:1040:606:402::100/122", + "2603:1040:606:800::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.JioIndiaCentral", + "id": "AppServiceManagement.JioIndiaCentral", + "properties": { + "changeNumber": 2, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "20.192.234.192/26", + "20.207.1.32/28", + "2603:1040:1104:2::260/123", + "2603:1040:1104:400::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.JioIndiaWest", + "id": "AppServiceManagement.JioIndiaWest", + "properties": { + "changeNumber": 2, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "20.193.202.192/26", + "40.64.9.160/28", + "2603:1040:d04:3::40/123", + "2603:1040:d04:400::440/122", + "2603:1040:d04:800::80/122", + "2603:1040:d04:800::200/122", + "2603:1040:d04:800::380/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.KoreaCentral", + "id": "AppServiceManagement.KoreaCentral", + "properties": { + "changeNumber": 5, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "20.200.196.64/28", + "52.231.18.64/26", + "52.231.32.117/32", + "2603:1040:f05:3::100/123", + "2603:1040:f05:402::100/122", + "2603:1040:f05:802::100/122", + "2603:1040:f05:c02::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.KoreaSouth", + "id": "AppServiceManagement.KoreaSouth", + "properties": { + "changeNumber": 3, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "52.147.119.32/28", + "52.231.146.128/26", + "52.231.200.177/32", + "2603:1040:e05:1::e0/123", + "2603:1040:e05:6::c0/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.NorthCentralUS", + "id": "AppServiceManagement.NorthCentralUS", + "properties": { + "changeNumber": 10, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "20.51.5.48/28", + "20.125.202.192/26", + "23.96.195.3/32", + "52.162.106.192/26", + "157.55.208.185/32", + "191.236.154.88/32", + "2603:1030:608:1::4a0/123", + "2603:1030:608:402::100/122", + "2603:1030:608:800::80/122", + "2603:1030:608:c00::80/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.NorthEurope", + "id": "AppServiceManagement.NorthEurope", + "properties": { + "changeNumber": 5, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "13.69.227.128/26", + "20.50.72.192/26", + "52.146.139.224/28", + "52.178.177.147/32", + "52.178.184.149/32", + "52.178.190.65/32", + "52.178.195.197/32", + "191.237.222.191/32", + "2603:1020:5:4::220/123", + "2603:1020:5:402::100/122", + "2603:1020:5:802::100/122", + "2603:1020:5:c02::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.NorwayEast", + "id": "AppServiceManagement.NorwayEast", + "properties": { + "changeNumber": 4, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "20.100.2.0/28", + "51.120.79.170/32", + "51.120.99.0/26", + "2603:1020:e04:3::4c0/123", + "2603:1020:e04:402::100/122", + "2603:1020:e04:802::100/122", + "2603:1020:e04:c02::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.NorwayWest", + "id": "AppServiceManagement.NorwayWest", + "properties": { + "changeNumber": 4, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "51.13.143.16/28", + "51.120.164.77/32", + "51.120.219.0/26", + "2603:1020:f04:1::480/123", + "2603:1020:f04:6::500/122", + "2603:1020:f04:402::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.PolandCentral", + "id": "AppServiceManagement.PolandCentral", + "properties": { + "changeNumber": 3, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "20.215.128.50/32", + "20.215.128.214/32", + "20.215.130.192/32", + "20.215.208.45/32", + "2603:1020:1302:400::80/122", + "2603:1020:1302:800::80/122", + "2603:1020:1302:c00::80/122", + "2603:10e1:100:2::14d7:8032/128", + "2603:10e1:100:2::14d7:80d6/128" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.QatarCentral", + "id": "AppServiceManagement.QatarCentral", + "properties": { + "changeNumber": 4, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "20.21.53.160/28", + "2603:1040:1002:2::340/123", + "2603:1040:1002:400::80/122", + "2603:1040:1002:800::80/122", + "2603:1040:1002:c00::80/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.SouthAfricaNorth", + "id": "AppServiceManagement.SouthAfricaNorth", + "properties": { + "changeNumber": 5, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "20.87.80.32/28", + "40.127.3.19/32", + "2603:1000:104:3::20/123", + "2603:1000:104:402::100/122", + "2603:1000:104:802::100/122", + "2603:1000:104:c02::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.SouthAfricaWest", + "id": "AppServiceManagement.SouthAfricaWest", + "properties": { + "changeNumber": 3, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "102.37.85.224/28", + "102.133.26.192/26", + "102.133.64.41/32", + "2603:1000:4:1::480/123", + "2603:1000:4:402::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.SouthCentralUS", + "id": "AppServiceManagement.SouthCentralUS", + "properties": { + "changeNumber": 6, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "20.97.34.224/28", + "23.102.188.65/32", + "70.37.57.58/32", + "70.37.89.222/32", + "104.44.129.141/32", + "104.44.129.243/32", + "104.44.129.255/32", + "104.44.134.255/32", + "2603:1030:807:3::220/123", + "2603:1030:807:402::100/122", + "2603:1030:807:802::100/122", + "2603:1030:807:c02::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.SouthCentralUSSTG", + "id": "AppServiceManagement.SouthCentralUSSTG", + "properties": { + "changeNumber": 3, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "23.100.216.80/28", + "2603:1030:302::a0/123" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.SouthIndia", + "id": "AppServiceManagement.SouthIndia", + "properties": { + "changeNumber": 3, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "20.192.153.112/28", + "40.78.194.128/26", + "104.211.225.66/32", + "2603:1040:c06:1::4a0/123", + "2603:1040:c06:402::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.SoutheastAsia", + "id": "AppServiceManagement.SoutheastAsia", + "properties": { + "changeNumber": 5, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "13.67.8.128/26", + "20.195.85.128/28", + "20.205.192.0/26", + "52.187.56.50/32", + "52.187.59.251/32", + "52.187.63.19/32", + "52.187.63.37/32", + "104.215.158.33/32", + "168.63.241.160/32", + "2603:1040:5:3::220/123", + "2603:1040:5:402::100/122", + "2603:1040:5:802::100/122", + "2603:1040:5:c02::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.SwedenCentral", + "id": "AppServiceManagement.SwedenCentral", + "properties": { + "changeNumber": 5, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "51.12.29.32/27", + "51.12.73.192/28", + "2603:1020:1004:3::60/123", + "2603:1020:1004:400::440/122", + "2603:1020:1004:800::80/122", + "2603:1020:1004:800::200/122", + "2603:1020:1004:800::380/122", + "2603:1020:1004:c02::3c0/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.SwedenSouth", + "id": "AppServiceManagement.SwedenSouth", + "properties": { + "changeNumber": 3, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "51.12.20.192/27", + "51.12.22.224/28", + "51.12.203.0/26", + "2603:1020:1104:2::200/123", + "2603:1020:1104:400::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.SwitzerlandNorth", + "id": "AppServiceManagement.SwitzerlandNorth", + "properties": { + "changeNumber": 5, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "20.208.5.0/28", + "51.107.58.192/26", + "51.107.68.94/32", + "2603:1020:a04:3::200/123", + "2603:1020:a04:402::100/122", + "2603:1020:a04:802::100/122", + "2603:1020:a04:c02::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.SwitzerlandWest", + "id": "AppServiceManagement.SwitzerlandWest", + "properties": { + "changeNumber": 3, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "51.107.154.192/26", + "51.107.232.208/32", + "51.107.255.144/28", + "2603:1020:b04:1::4a0/123", + "2603:1020:b04:402::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.UAECentral", + "id": "AppServiceManagement.UAECentral", + "properties": { + "changeNumber": 3, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "20.37.74.128/26", + "20.45.75.173/32", + "20.45.94.96/28", + "2603:1040:b04:1::480/123", + "2603:1040:b04:402::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.UAENorth", + "id": "AppServiceManagement.UAENorth", + "properties": { + "changeNumber": 6, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "40.120.74.128/26", + "40.120.87.208/28", + "40.123.229.242/32", + "65.52.250.128/26", + "2603:1040:904:2::500/123", + "2603:1040:904:402::100/122", + "2603:1040:904:802::100/122", + "2603:1040:904:c02::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.UKNorth", + "id": "AppServiceManagement.UKNorth", + "properties": { + "changeNumber": 1, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "13.87.122.128/26", + "2603:1020:305:402::100/122" + ], + "networkFeatures": null + } + }, + { + "name": "AppServiceManagement.UKSouth", + "id": "AppServiceManagement.UKSouth", + "properties": { + "changeNumber": 5, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "20.90.132.96/28", + "51.140.146.64/26", + "51.140.185.75/32", + "2603:1020:705:2::720/123", + "2603:1020:705:402::100/122", + "2603:1020:705:802::100/122", + "2603:1020:705:c02::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.UKSouth2", + "id": "AppServiceManagement.UKSouth2", + "properties": { + "changeNumber": 2, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "13.87.56.128/26", + "2603:1020:405:402::100/122" + ], + "networkFeatures": null + } + }, + { + "name": "AppServiceManagement.UKWest", + "id": "AppServiceManagement.UKWest", + "properties": { + "changeNumber": 3, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "20.90.32.160/28", + "51.140.210.128/26", + "51.141.8.34/32", + "2603:1020:605:1::4a0/123", + "2603:1020:605:402::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.WestCentralUS", + "id": "AppServiceManagement.WestCentralUS", + "properties": { + "changeNumber": 3, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "13.71.194.128/26", + "13.78.148.75/32", + "20.69.5.128/28", + "2603:1030:b04:1::4a0/123", + "2603:1030:b04:402::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.WestEurope", + "id": "AppServiceManagement.WestEurope", + "properties": { + "changeNumber": 4, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "13.69.64.128/26", + "13.69.116.0/26", + "13.94.141.115/32", + "13.94.143.126/32", + "13.94.149.179/32", + "20.50.201.128/26", + "20.105.208.208/28", + "52.174.22.21/32", + "191.233.94.45/32", + "2603:1020:206::7a0/123", + "2603:1020:206:402::100/122", + "2603:1020:206:802::100/122", + "2603:1020:206:c02::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.WestIndia", + "id": "AppServiceManagement.WestIndia", + "properties": { + "changeNumber": 4, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "20.192.84.144/28", + "104.211.146.128/26", + "104.211.160.229/32", + "2603:1040:806:1::2a0/123", + "2603:1040:806:6::/122", + "2603:1040:806:402::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.WestUS", + "id": "AppServiceManagement.WestUS", + "properties": { + "changeNumber": 5, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "20.59.79.208/28", + "20.168.162.192/26", + "40.112.242.192/26", + "104.45.227.37/32", + "2603:1030:a07:4::140/123", + "2603:1030:a07:402::880/122", + "2603:1030:a07:c00::80/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.WestUS2", + "id": "AppServiceManagement.WestUS2", + "properties": { + "changeNumber": 6, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "13.66.140.0/26", + "13.66.225.188/32", + "20.83.192.128/26", + "20.83.221.240/28", + "40.64.113.192/26", + "52.151.25.45/32", + "2603:1030:c06:5::180/123", + "2603:1030:c06:400::900/122", + "2603:1030:c06:802::100/122", + "2603:1030:c06:c02::100/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AppServiceManagement.WestUS3", + "id": "AppServiceManagement.WestUS3", + "properties": { + "changeNumber": 5, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "AzureAppServiceManagement", + "addressPrefixes": [ + "20.150.130.208/28", + "20.150.248.2/32", + "20.150.251.21/32", + "2603:1030:504:2::740/123", + "2603:1030:504:402::400/122", + "2603:1030:504:802::80/122", + "2603:1030:504:802::380/122", + "2603:1030:504:c02::440/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureArcInfrastructure.AustraliaCentral", + "id": "AzureArcInfrastructure.AustraliaCentral", + "properties": { + "changeNumber": 5, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "20.37.226.52/30", + "20.37.228.8/30", + "20.53.0.34/31", + "20.53.0.112/30", + "20.53.0.120/29", + "2603:1010:304:5::420/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.AustraliaCentral2", + "id": "AzureArcInfrastructure.AustraliaCentral2", + "properties": { + "changeNumber": 3, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "20.36.122.52/30", + "20.193.96.16/30", + "2603:1010:404:5::4d0/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.AustraliaEast", + "id": "AzureArcInfrastructure.AustraliaEast", + "properties": { + "changeNumber": 3, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "13.70.79.64/32", + "13.70.79.198/31", + "20.37.196.248/30", + "20.53.41.44/30", + "40.79.167.16/30", + "40.79.167.20/32", + "40.79.173.36/32" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.AustraliaSoutheast", + "id": "AzureArcInfrastructure.AustraliaSoutheast", + "properties": { + "changeNumber": 4, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "13.77.53.221/32", + "20.42.228.216/30", + "104.46.162.2/32", + "104.46.162.28/30", + "104.46.163.96/29", + "104.46.178.0/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.BrazilSouth", + "id": "AzureArcInfrastructure.BrazilSouth", + "properties": { + "changeNumber": 3, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "191.233.207.26/32", + "191.233.207.30/31", + "191.234.136.44/30", + "191.234.138.144/30", + "191.234.149.138/32", + "191.234.157.42/32", + "191.234.157.172/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.BrazilSoutheast", + "id": "AzureArcInfrastructure.BrazilSoutheast", + "properties": { + "changeNumber": 1, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "20.206.6.188/30", + "191.237.224.230/32" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.CanadaCentral", + "id": "AzureArcInfrastructure.CanadaCentral", + "properties": { + "changeNumber": 3, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "13.71.175.129/32", + "13.71.177.224/32", + "20.38.149.130/32", + "20.48.192.76/30", + "20.151.32.136/30", + "52.228.84.80/30", + "52.246.157.2/31" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.CanadaEast", + "id": "AzureArcInfrastructure.CanadaEast", + "properties": { + "changeNumber": 4, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "40.69.111.34/31", + "40.69.111.192/30", + "40.69.116.96/29", + "40.89.20.128/30", + "40.89.23.32/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.CentralIndia", + "id": "AzureArcInfrastructure.CentralIndia", + "properties": { + "changeNumber": 3, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "20.43.121.252/32", + "20.43.123.220/30", + "20.192.101.26/31", + "40.80.53.2/31", + "52.140.107.92/30", + "52.140.110.108/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.CentralUS", + "id": "AzureArcInfrastructure.CentralUS", + "properties": { + "changeNumber": 3, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "13.89.179.20/30", + "13.89.179.24/32", + "20.40.200.152/29", + "20.40.224.52/30", + "20.44.13.240/31", + "52.182.141.60/31" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.CentralUSEUAP", + "id": "AzureArcInfrastructure.CentralUSEUAP", + "properties": { + "changeNumber": 3, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "20.45.197.224/30", + "20.45.199.32/30", + "20.45.208.12/30", + "20.45.208.40/30", + "40.78.204.46/32" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.EastAsia", + "id": "AzureArcInfrastructure.EastAsia", + "properties": { + "changeNumber": 3, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "20.187.194.204/30", + "20.189.111.204/30", + "20.205.77.198/32", + "20.205.77.208/30", + "20.205.85.198/31", + "104.214.164.48/31" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.EastUS", + "id": "AzureArcInfrastructure.EastUS", + "properties": { + "changeNumber": 3, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "13.90.194.180/32", + "20.42.65.86/31", + "20.42.74.230/32", + "20.42.74.232/30", + "20.49.109.32/30", + "40.71.15.194/32", + "52.146.79.132/30", + "52.168.118.130/32", + "137.135.98.137/32" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.EastUS2", + "id": "AzureArcInfrastructure.EastUS2", + "properties": { + "changeNumber": 3, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "20.44.19.6/31", + "20.49.99.12/30", + "20.49.102.212/30", + "40.70.151.194/32", + "40.70.151.196/30", + "52.167.111.168/31" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.EastUS2EUAP", + "id": "AzureArcInfrastructure.EastUS2EUAP", + "properties": { + "changeNumber": 3, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "20.39.12.228/30", + "20.39.14.84/30", + "40.74.150.116/30", + "40.74.150.120/32", + "40.89.121.188/31", + "52.138.90.54/31" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.FranceCentral", + "id": "AzureArcInfrastructure.FranceCentral", + "properties": { + "changeNumber": 3, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "20.43.43.160/30", + "20.43.45.240/30", + "40.79.138.46/31", + "40.79.146.46/32", + "40.79.150.112/30", + "51.11.192.34/31" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.FranceSouth", + "id": "AzureArcInfrastructure.FranceSouth", + "properties": { + "changeNumber": 2, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "51.105.90.148/30", + "51.138.160.92/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.GermanyNorth", + "id": "AzureArcInfrastructure.GermanyNorth", + "properties": { + "changeNumber": 3, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "20.52.72.60/30", + "51.116.49.136/30", + "2603:1020:d04:5::4c0/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.GermanyWestCentral", + "id": "AzureArcInfrastructure.GermanyWestCentral", + "properties": { + "changeNumber": 3, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "51.116.145.136/30", + "51.116.146.212/30", + "51.116.158.60/31", + "51.116.243.218/31", + "51.116.251.186/32", + "51.116.253.164/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.ItalyNorth", + "id": "AzureArcInfrastructure.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "4.232.42.12/30", + "4.232.125.178/32", + "2603:1020:1204:2::670/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.JapanEast", + "id": "AzureArcInfrastructure.JapanEast", + "properties": { + "changeNumber": 4, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "13.78.111.193/32", + "20.43.67.88/30", + "20.191.160.28/30", + "20.194.129.106/31", + "40.79.191.216/32", + "40.115.144.0/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.JapanWest", + "id": "AzureArcInfrastructure.JapanWest", + "properties": { + "changeNumber": 2, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "40.74.102.16/30", + "40.80.59.24/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.JioIndiaCentral", + "id": "AzureArcInfrastructure.JioIndiaCentral", + "properties": { + "changeNumber": 2, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "20.192.34.68/32", + "20.192.228.252/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.JioIndiaWest", + "id": "AzureArcInfrastructure.JioIndiaWest", + "properties": { + "changeNumber": 2, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "20.192.164.176/30", + "20.193.160.230/32" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.KoreaCentral", + "id": "AzureArcInfrastructure.KoreaCentral", + "properties": { + "changeNumber": 3, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "20.41.67.84/30", + "20.41.69.52/30", + "20.44.29.50/31", + "20.44.31.36/30", + "20.194.68.148/31", + "52.231.23.10/32" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.KoreaSouth", + "id": "AzureArcInfrastructure.KoreaSouth", + "properties": { + "changeNumber": 3, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "40.80.172.12/30", + "52.231.151.80/30", + "2603:1040:e05:6::90/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.NorthCentralUS", + "id": "AzureArcInfrastructure.NorthCentralUS", + "properties": { + "changeNumber": 3, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "20.49.113.12/30", + "20.49.114.52/30", + "20.125.173.160/31", + "20.125.205.160/31", + "52.162.111.132/32", + "52.240.244.228/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.NorthEurope", + "id": "AzureArcInfrastructure.NorthEurope", + "properties": { + "changeNumber": 3, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "13.69.239.84/30", + "13.69.239.88/32", + "13.74.107.94/31", + "20.38.87.188/30", + "52.138.229.96/31", + "52.146.130.180/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.NorwayEast", + "id": "AzureArcInfrastructure.NorwayEast", + "properties": { + "changeNumber": 3, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "51.120.42.56/30", + "51.120.44.196/30", + "51.120.100.156/31", + "51.120.109.26/31", + "51.120.213.26/32", + "51.120.214.148/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.NorwayWest", + "id": "AzureArcInfrastructure.NorwayWest", + "properties": { + "changeNumber": 3, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "51.13.128.80/30", + "51.120.226.52/30", + "2603:1020:f04:6::4c0/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.PolandCentral", + "id": "AzureArcInfrastructure.PolandCentral", + "properties": { + "changeNumber": 1, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "20.215.21.178/32", + "20.215.170.104/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.QatarCentral", + "id": "AzureArcInfrastructure.QatarCentral", + "properties": { + "changeNumber": 2, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "20.21.46.136/31", + "20.21.69.176/31", + "20.21.77.184/31", + "2603:1040:1002:5::420/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.SouthAfricaNorth", + "id": "AzureArcInfrastructure.SouthAfricaNorth", + "properties": { + "changeNumber": 3, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "102.133.127.176/31", + "102.133.154.6/31", + "102.133.218.52/30", + "102.133.219.188/30", + "102.133.254.200/30", + "102.133.254.204/32" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.SouthAfricaWest", + "id": "AzureArcInfrastructure.SouthAfricaWest", + "properties": { + "changeNumber": 2, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "102.37.64.160/30", + "102.133.57.188/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.SouthCentralUS", + "id": "AzureArcInfrastructure.SouthCentralUS", + "properties": { + "changeNumber": 3, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "13.73.244.196/32", + "13.73.253.124/30", + "20.45.127.8/30", + "20.45.127.12/32", + "20.49.95.58/31", + "40.119.9.232/30", + "40.124.65.160/31" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.SouthIndia", + "id": "AzureArcInfrastructure.SouthIndia", + "properties": { + "changeNumber": 2, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "20.41.195.252/30", + "20.41.208.16/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.SoutheastAsia", + "id": "AzureArcInfrastructure.SoutheastAsia", + "properties": { + "changeNumber": 3, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "13.67.15.1/32", + "13.67.15.124/30", + "23.98.86.58/31", + "23.98.104.12/30", + "23.98.108.32/30", + "40.78.239.96/31" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.SwedenCentral", + "id": "AzureArcInfrastructure.SwedenCentral", + "properties": { + "changeNumber": 2, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "51.12.75.188/30", + "51.12.229.232/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.SwedenSouth", + "id": "AzureArcInfrastructure.SwedenSouth", + "properties": { + "changeNumber": 2, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "51.12.22.220/30", + "51.12.168.72/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.SwitzerlandNorth", + "id": "AzureArcInfrastructure.SwitzerlandNorth", + "properties": { + "changeNumber": 3, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "20.208.21.162/31", + "51.103.205.160/31", + "51.107.50.56/30", + "51.107.53.32/30", + "51.107.60.152/32", + "51.107.129.104/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.SwitzerlandWest", + "id": "AzureArcInfrastructure.SwitzerlandWest", + "properties": { + "changeNumber": 2, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "51.107.146.52/30", + "51.107.193.4/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.UAECentral", + "id": "AzureArcInfrastructure.UAECentral", + "properties": { + "changeNumber": 2, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "20.37.66.52/30", + "40.120.8.184/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.UAENorth", + "id": "AzureArcInfrastructure.UAENorth", + "properties": { + "changeNumber": 3, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "20.38.138.56/30", + "20.38.141.8/30", + "20.38.157.132/31", + "40.120.75.58/32", + "40.120.77.176/30", + "65.52.252.250/31" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.UKSouth", + "id": "AzureArcInfrastructure.UKSouth", + "properties": { + "changeNumber": 3, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "51.104.15.254/32", + "51.104.28.216/30", + "51.104.31.172/30", + "51.105.71.144/31", + "51.105.77.50/31", + "51.140.151.168/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.UKWest", + "id": "AzureArcInfrastructure.UKWest", + "properties": { + "changeNumber": 4, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "51.11.98.64/29", + "51.137.164.76/30", + "51.137.166.40/30", + "51.140.212.216/31", + "51.140.215.180/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.WestCentralUS", + "id": "AzureArcInfrastructure.WestCentralUS", + "properties": { + "changeNumber": 4, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "13.71.199.117/32", + "40.67.122.108/30", + "40.67.122.112/32", + "40.67.122.120/29", + "52.150.152.204/30", + "52.150.156.36/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.WestEurope", + "id": "AzureArcInfrastructure.WestEurope", + "properties": { + "changeNumber": 3, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "13.81.244.155/32", + "20.50.1.196/30", + "20.50.201.210/31", + "20.50.201.212/30", + "20.61.96.184/30", + "52.178.17.240/31", + "52.236.189.74/32" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.WestIndia", + "id": "AzureArcInfrastructure.WestIndia", + "properties": { + "changeNumber": 3, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "52.136.51.68/30", + "104.211.146.248/30", + "2603:1040:806:3::7c0/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.WestUS", + "id": "AzureArcInfrastructure.WestUS", + "properties": { + "changeNumber": 4, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "4.150.242.0/29", + "13.86.223.80/32", + "20.49.120.32/30", + "20.49.125.188/30", + "20.189.171.108/30", + "20.189.173.48/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.WestUS2", + "id": "AzureArcInfrastructure.WestUS2", + "properties": { + "changeNumber": 3, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "13.66.143.219/32", + "13.66.149.68/31", + "20.83.192.208/30", + "20.83.192.212/32", + "40.64.132.84/30", + "40.64.135.72/30", + "40.78.253.84/31" + ], + "networkFeatures": null + } + }, + { + "name": "AzureArcInfrastructure.WestUS3", + "id": "AzureArcInfrastructure.WestUS3", + "properties": { + "changeNumber": 2, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "AzureArcInfrastructure", + "addressPrefixes": [ + "20.150.165.140/30", + "20.150.190.84/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.AustraliaCentral", + "id": "AzureAttestation.AustraliaCentral", + "properties": { + "changeNumber": 2, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "20.37.229.172/30", + "20.53.0.104/30", + "2603:1010:304:2::6b0/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.AustraliaCentral2", + "id": "AzureAttestation.AustraliaCentral2", + "properties": { + "changeNumber": 2, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "20.53.56.4/30", + "20.193.96.12/30", + "2603:1010:404:2::740/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.AustraliaEast", + "id": "AzureAttestation.AustraliaEast", + "properties": { + "changeNumber": 1, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "13.70.79.80/30", + "20.53.47.64/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.AustraliaSoutheast", + "id": "AzureAttestation.AustraliaSoutheast", + "properties": { + "changeNumber": 1, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "104.46.162.16/30", + "104.46.179.240/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.BrazilSouth", + "id": "AzureAttestation.BrazilSouth", + "properties": { + "changeNumber": 1, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "191.233.207.212/30", + "191.238.72.72/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.BrazilSoutheast", + "id": "AzureAttestation.BrazilSoutheast", + "properties": { + "changeNumber": 1, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "20.195.146.64/30", + "191.233.51.220/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.CanadaCentral", + "id": "AzureAttestation.CanadaCentral", + "properties": { + "changeNumber": 2, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "13.71.175.208/30", + "20.48.193.180/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.CanadaEast", + "id": "AzureAttestation.CanadaEast", + "properties": { + "changeNumber": 3, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "40.69.111.116/30", + "40.89.23.44/30", + "2603:1030:1005:3::1e0/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.CentralIndia", + "id": "AzureAttestation.CentralIndia", + "properties": { + "changeNumber": 1, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "20.43.123.196/30", + "20.192.43.76/30", + "2603:1040:a06:2::2a0/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.CentralUS", + "id": "AzureAttestation.CentralUS", + "properties": { + "changeNumber": 2, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "20.40.225.60/30", + "20.44.12.140/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.CentralUSEUAP", + "id": "AzureAttestation.CentralUSEUAP", + "properties": { + "changeNumber": 2, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "20.46.11.4/30", + "168.61.140.108/30", + "2603:1030:f:2::4c0/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.EastAsia", + "id": "AzureAttestation.EastAsia", + "properties": { + "changeNumber": 1, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "20.187.197.228/30", + "104.214.164.108/30", + "2603:1040:207:1::4c0/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.EastUS", + "id": "AzureAttestation.EastUS", + "properties": { + "changeNumber": 2, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "20.62.129.148/30", + "40.71.15.204/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.EastUS2", + "id": "AzureAttestation.EastUS2", + "properties": { + "changeNumber": 2, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "20.44.19.164/30", + "20.49.103.124/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.EastUS2EUAP", + "id": "AzureAttestation.EastUS2EUAP", + "properties": { + "changeNumber": 1, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "20.51.20.80/30", + "40.89.121.168/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.EastUSSTG", + "id": "AzureAttestation.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "20.49.83.244/30", + "40.67.52.116/30", + "2603:1030:104::7a0/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.FranceCentral", + "id": "AzureAttestation.FranceCentral", + "properties": { + "changeNumber": 1, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "40.79.141.132/30", + "51.138.210.128/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.FranceSouth", + "id": "AzureAttestation.FranceSouth", + "properties": { + "changeNumber": 1, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "51.138.160.76/30", + "52.136.184.232/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.GermanyNorth", + "id": "AzureAttestation.GermanyNorth", + "properties": { + "changeNumber": 2, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "20.52.72.44/30", + "51.116.54.72/30", + "2603:1020:d04:2::650/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.GermanyWestCentral", + "id": "AzureAttestation.GermanyWestCentral", + "properties": { + "changeNumber": 1, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "51.116.149.224/30", + "51.116.246.16/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.ItalyNorth", + "id": "AzureAttestation.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "4.232.28.24/30", + "2603:1020:1204::5e0/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.JapanEast", + "id": "AzureAttestation.JapanEast", + "properties": { + "changeNumber": 1, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "20.191.161.220/30", + "40.79.189.116/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.JapanWest", + "id": "AzureAttestation.JapanWest", + "properties": { + "changeNumber": 2, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "20.189.225.84/30", + "40.80.180.196/30", + "2603:1040:606:3::e0/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.JioIndiaCentral", + "id": "AzureAttestation.JioIndiaCentral", + "properties": { + "changeNumber": 1, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "20.192.231.240/30", + "20.192.238.188/30", + "2603:1040:1104:1::420/123", + "2603:1040:1104:400::420/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.JioIndiaWest", + "id": "AzureAttestation.JioIndiaWest", + "properties": { + "changeNumber": 1, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "20.192.166.188/30", + "2603:1040:d04:1::720/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.KoreaCentral", + "id": "AzureAttestation.KoreaCentral", + "properties": { + "changeNumber": 1, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "20.194.72.148/30", + "52.231.23.116/30", + "2603:1040:f05::7a0/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.KoreaSouth", + "id": "AzureAttestation.KoreaSouth", + "properties": { + "changeNumber": 2, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "40.80.173.216/30", + "52.231.151.68/30", + "2603:1040:e05:5::230/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.NorthCentralUS", + "id": "AzureAttestation.NorthCentralUS", + "properties": { + "changeNumber": 3, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "20.49.118.20/30", + "52.162.111.140/30", + "2603:1030:608:3::650/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.NorthEurope", + "id": "AzureAttestation.NorthEurope", + "properties": { + "changeNumber": 2, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "13.69.233.128/30", + "52.146.132.244/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.NorwayEast", + "id": "AzureAttestation.NorwayEast", + "properties": { + "changeNumber": 1, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "51.120.100.244/30", + "51.120.233.128/30", + "2603:1020:e04::7a0/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.NorwayWest", + "id": "AzureAttestation.NorwayWest", + "properties": { + "changeNumber": 2, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "51.13.128.64/30", + "51.13.136.184/30", + "2603:1020:f04:3::750/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.PolandCentral", + "id": "AzureAttestation.PolandCentral", + "properties": { + "changeNumber": 1, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "20.215.0.44/30", + "2603:1020:1302::620/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.QatarCentral", + "id": "AzureAttestation.QatarCentral", + "properties": { + "changeNumber": 1, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "20.21.32.44/30", + "2603:1040:1002:1::80/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.SouthAfricaNorth", + "id": "AzureAttestation.SouthAfricaNorth", + "properties": { + "changeNumber": 1, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "102.133.126.132/30", + "102.133.221.196/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.SouthAfricaWest", + "id": "AzureAttestation.SouthAfricaWest", + "properties": { + "changeNumber": 1, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "102.37.64.120/30", + "102.37.80.52/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.SouthCentralUS", + "id": "AzureAttestation.SouthCentralUS", + "properties": { + "changeNumber": 2, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "20.45.126.116/30", + "20.65.130.92/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.SouthCentralUSSTG", + "id": "AzureAttestation.SouthCentralUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "20.44.4.248/30", + "20.45.116.92/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.SouthIndia", + "id": "AzureAttestation.SouthIndia", + "properties": { + "changeNumber": 1, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "20.192.184.116/30", + "52.172.116.0/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.SoutheastAsia", + "id": "AzureAttestation.SoutheastAsia", + "properties": { + "changeNumber": 2, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "23.98.109.52/30", + "40.78.239.116/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.SwedenCentral", + "id": "AzureAttestation.SwedenCentral", + "properties": { + "changeNumber": 1, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "51.12.46.224/30", + "2603:1020:1004:1::720/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.SwedenSouth", + "id": "AzureAttestation.SwedenSouth", + "properties": { + "changeNumber": 1, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "51.12.198.4/30", + "2603:1020:1104:1::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.SwitzerlandNorth", + "id": "AzureAttestation.SwitzerlandNorth", + "properties": { + "changeNumber": 2, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "51.107.53.52/30", + "51.107.128.36/30", + "2603:1020:a04:2::530/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.SwitzerlandWest", + "id": "AzureAttestation.SwitzerlandWest", + "properties": { + "changeNumber": 1, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "51.107.192.152/30", + "51.107.250.40/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.UAECentral", + "id": "AzureAttestation.UAECentral", + "properties": { + "changeNumber": 2, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "20.37.71.40/30", + "40.120.8.176/30", + "2603:1040:b04:2::6b0/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.UAENorth", + "id": "AzureAttestation.UAENorth", + "properties": { + "changeNumber": 2, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "20.38.143.40/30", + "40.120.75.60/30", + "2603:1040:904:2::6b0/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.UKSouth", + "id": "AzureAttestation.UKSouth", + "properties": { + "changeNumber": 2, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "51.140.149.84/30", + "51.143.209.132/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.UKWest", + "id": "AzureAttestation.UKWest", + "properties": { + "changeNumber": 2, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "51.137.167.184/30", + "51.140.215.168/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.WestCentralUS", + "id": "AzureAttestation.WestCentralUS", + "properties": { + "changeNumber": 1, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "40.67.121.196/30", + "52.150.157.172/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.WestEurope", + "id": "AzureAttestation.WestEurope", + "properties": { + "changeNumber": 2, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "13.69.109.140/30", + "20.61.99.100/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.WestIndia", + "id": "AzureAttestation.WestIndia", + "properties": { + "changeNumber": 2, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "20.38.132.24/30", + "52.136.53.132/30", + "2603:1040:806:3::1f0/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.WestUS", + "id": "AzureAttestation.WestUS", + "properties": { + "changeNumber": 3, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "13.86.223.192/30", + "20.49.127.244/30", + "2603:1030:a07:9::90/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.WestUS2", + "id": "AzureAttestation.WestUS2", + "properties": { + "changeNumber": 2, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "13.66.145.224/30", + "20.51.8.204/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureAttestation.WestUS3", + "id": "AzureAttestation.WestUS3", + "properties": { + "changeNumber": 1, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "AzureAttestation", + "addressPrefixes": [ + "20.150.174.132/30", + "20.150.244.32/30", + "2603:1030:504:2::a0/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.AustraliaCentral", + "id": "AzureBackup.AustraliaCentral", + "properties": { + "changeNumber": 3, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "20.36.107.32/27", + "20.36.107.64/26", + "20.53.49.0/26", + "2603:1010:304:2::780/121", + "2603:1010:304:402::200/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.AustraliaCentral2", + "id": "AzureBackup.AustraliaCentral2", + "properties": { + "changeNumber": 4, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "20.36.114.224/27", + "20.36.115.0/26", + "20.53.56.192/26", + "2603:1010:404:5::/121", + "2603:1010:404:402::200/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.AustraliaEast", + "id": "AzureBackup.AustraliaEast", + "properties": { + "changeNumber": 2, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "13.70.73.192/27", + "13.70.74.0/26", + "20.53.47.128/26", + "40.79.162.128/27", + "40.79.162.192/26", + "40.79.170.64/26", + "40.79.170.128/27", + "40.79.171.32/27", + "2603:1010:6:402::200/121", + "2603:1010:6:802::180/121", + "2603:1010:6:c02::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.AustraliaSoutheast", + "id": "AzureBackup.AustraliaSoutheast", + "properties": { + "changeNumber": 2, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "13.77.52.32/27", + "13.77.52.64/26", + "104.46.183.64/26", + "2603:1010:101:402::200/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.BrazilSouth", + "id": "AzureBackup.BrazilSouth", + "properties": { + "changeNumber": 2, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "191.233.204.0/26", + "191.233.204.64/27", + "191.234.147.80/28", + "191.234.147.128/26", + "191.234.149.160/27", + "191.234.155.80/28", + "191.234.155.128/26", + "191.234.157.64/27", + "191.238.72.0/26", + "2603:1050:6:402::200/121", + "2603:1050:6:802::180/121", + "2603:1050:6:c02::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.BrazilSoutheast", + "id": "AzureBackup.BrazilSoutheast", + "properties": { + "changeNumber": 3, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "20.195.146.128/26", + "191.233.50.224/27", + "191.233.51.64/26", + "2603:1050:403:400::500/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.CanadaCentral", + "id": "AzureBackup.CanadaCentral", + "properties": { + "changeNumber": 2, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "13.71.172.0/26", + "13.71.172.64/27", + "20.38.147.0/27", + "20.38.147.64/26", + "20.48.197.0/26", + "52.246.155.0/27", + "52.246.155.64/26", + "2603:1030:f05:402::200/121", + "2603:1030:f05:802::180/121", + "2603:1030:f05:c02::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.CanadaEast", + "id": "AzureBackup.CanadaEast", + "properties": { + "changeNumber": 3, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "40.69.107.32/27", + "40.69.107.64/26", + "52.139.107.128/26", + "2603:1030:1005:3::280/121", + "2603:1030:1005:402::200/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.CentralIndia", + "id": "AzureBackup.CentralIndia", + "properties": { + "changeNumber": 3, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "20.192.44.128/26", + "20.192.99.80/28", + "20.192.99.128/26", + "40.80.51.0/27", + "40.80.53.192/26", + "104.211.82.0/26", + "104.211.82.64/27", + "2603:1040:a06:2::300/121", + "2603:1040:a06:402::200/121", + "2603:1040:a06:802::180/121", + "2603:1040:a06:c02::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.CentralUS", + "id": "AzureBackup.CentralUS", + "properties": { + "changeNumber": 2, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "13.89.171.128/26", + "13.89.171.192/27", + "20.40.229.128/25", + "20.44.8.32/27", + "20.44.8.64/26", + "52.182.139.64/27", + "52.182.139.128/26", + "2603:1030:10:402::200/121", + "2603:1030:10:802::180/121", + "2603:1030:10:c02::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.CentralUSEUAP", + "id": "AzureBackup.CentralUSEUAP", + "properties": { + "changeNumber": 3, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "20.46.12.0/25", + "40.78.202.160/27", + "40.78.202.192/26", + "2603:1030:f:2::580/121", + "2603:1030:f:400::a00/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.EastAsia", + "id": "AzureBackup.EastAsia", + "properties": { + "changeNumber": 4, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "13.75.36.128/25", + "13.75.37.0/24", + "20.195.73.0/24", + "20.195.74.0/25", + "20.205.74.96/27", + "20.205.75.0/26", + "20.205.82.96/27", + "20.205.83.0/26", + "104.214.165.96/27", + "104.214.165.192/26", + "2603:1040:207:1::580/121", + "2603:1040:207:402::200/121", + "2603:1040:207:800::100/121", + "2603:1040:207:c00::100/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.EastUS", + "id": "AzureBackup.EastUS", + "properties": { + "changeNumber": 3, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "20.62.133.128/25", + "20.62.134.0/26", + "40.71.12.0/25", + "40.71.12.128/26", + "40.78.227.64/26", + "40.78.227.128/25", + "40.79.155.64/26", + "40.79.155.128/25", + "2603:1030:210:402::200/121", + "2603:1030:210:802::180/121", + "2603:1030:210:c02::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.EastUS2", + "id": "AzureBackup.EastUS2", + "properties": { + "changeNumber": 2, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "20.44.16.128/27", + "20.44.16.192/26", + "20.62.59.128/25", + "40.70.147.128/26", + "40.70.147.192/27", + "52.167.106.192/27", + "52.167.107.0/26", + "2603:1030:40c:402::200/121", + "2603:1030:40c:802::180/121", + "2603:1030:40c:c02::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.EastUS2EUAP", + "id": "AzureBackup.EastUS2EUAP", + "properties": { + "changeNumber": 2, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "20.51.20.128/25", + "40.74.146.96/27", + "40.74.146.128/26", + "40.75.34.96/27", + "40.75.34.192/26", + "52.138.90.160/27", + "52.138.90.192/26", + "2603:1030:40b:400::a00/121", + "2603:1030:40b:800::180/121", + "2603:1030:40b:c00::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.EastUSSTG", + "id": "AzureBackup.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "20.49.82.192/26", + "20.49.83.0/27", + "20.99.9.128/26", + "40.67.59.96/27", + "40.67.59.128/26", + "2603:1030:104:402::200/121", + "2603:1030:104:402::680/121", + "2603:1030:104:802::100/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.FranceCentral", + "id": "AzureBackup.FranceCentral", + "properties": { + "changeNumber": 3, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "40.79.131.0/26", + "40.79.131.64/27", + "40.79.142.192/26", + "40.79.150.0/26", + "51.138.210.192/26", + "2603:1020:805:402::200/121", + "2603:1020:805:802::180/121", + "2603:1020:805:c02::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.FranceSouth", + "id": "AzureBackup.FranceSouth", + "properties": { + "changeNumber": 2, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "40.79.179.32/27", + "40.79.179.64/26", + "52.136.185.192/26", + "2603:1020:905:402::200/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.GermanyNorth", + "id": "AzureBackup.GermanyNorth", + "properties": { + "changeNumber": 3, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "51.116.55.0/26", + "51.116.59.64/26", + "51.116.59.128/27", + "2603:1020:d04:2::700/121", + "2603:1020:d04:402::200/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.GermanyWestCentral", + "id": "AzureBackup.GermanyWestCentral", + "properties": { + "changeNumber": 2, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "20.52.88.0/26", + "51.116.155.128/26", + "51.116.155.192/27", + "51.116.156.144/28", + "51.116.156.192/26", + "51.116.245.0/26", + "51.116.245.64/27", + "51.116.250.240/28", + "51.116.251.64/26", + "51.116.253.0/27", + "2603:1020:c04:402::200/121", + "2603:1020:c04:802::180/121", + "2603:1020:c04:c02::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.ItalyNorth", + "id": "AzureBackup.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "4.232.28.64/26", + "4.232.107.0/26", + "4.232.123.0/26", + "4.232.125.192/27", + "4.232.195.0/26", + "2603:1020:1204::680/121", + "2603:1020:1204:400::100/121", + "2603:1020:1204:800::80/121", + "2603:1020:1204:c00::80/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.JapanEast", + "id": "AzureBackup.JapanEast", + "properties": { + "changeNumber": 2, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "13.78.108.32/27", + "13.78.108.64/26", + "20.191.166.128/26", + "40.79.187.32/27", + "40.79.187.64/26", + "40.79.195.32/27", + "40.79.195.64/26", + "2603:1040:407:402::200/121", + "2603:1040:407:802::180/121", + "2603:1040:407:c02::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.JapanWest", + "id": "AzureBackup.JapanWest", + "properties": { + "changeNumber": 4, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "20.18.179.0/26", + "20.189.228.64/26", + "40.74.98.64/26", + "40.74.98.128/27", + "2603:1040:606:3::180/121", + "2603:1040:606:402::200/121", + "2603:1040:606:800::80/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.JioIndiaCentral", + "id": "AzureBackup.JioIndiaCentral", + "properties": { + "changeNumber": 1, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "20.192.50.128/26", + "20.192.235.32/27", + "20.192.235.64/26", + "2603:1040:1104:1::480/121", + "2603:1040:1104:400::200/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.JioIndiaWest", + "id": "AzureBackup.JioIndiaWest", + "properties": { + "changeNumber": 1, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "20.193.192.192/26", + "20.193.203.0/26", + "20.193.203.64/27", + "2603:1040:d04:1::780/121", + "2603:1040:d04:400::100/121", + "2603:1040:d04:400::300/121", + "2603:1040:d04:c02::200/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.KoreaCentral", + "id": "AzureBackup.KoreaCentral", + "properties": { + "changeNumber": 6, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "20.44.27.128/27", + "20.44.31.192/26", + "20.194.66.192/26", + "20.194.67.0/27", + "20.194.74.0/26", + "52.231.19.0/26", + "52.231.19.64/27", + "2603:1040:f05:2::/121", + "2603:1040:f05:402::200/121", + "2603:1040:f05:802::180/121", + "2603:1040:f05:c02::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.KoreaSouth", + "id": "AzureBackup.KoreaSouth", + "properties": { + "changeNumber": 3, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "52.147.113.0/26", + "52.231.147.32/27", + "52.231.147.64/26", + "2603:1040:e05:5::300/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.NorthCentralUS", + "id": "AzureBackup.NorthCentralUS", + "properties": { + "changeNumber": 5, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "20.51.0.0/26", + "20.125.171.0/26", + "20.125.203.0/26", + "52.162.107.192/26", + "52.162.110.0/27", + "2603:1030:608:3::700/121", + "2603:1030:608:402::200/121", + "2603:1030:608:800::100/121", + "2603:1030:608:c00::100/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.NorthEurope", + "id": "AzureBackup.NorthEurope", + "properties": { + "changeNumber": 3, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "13.69.228.128/25", + "13.69.229.0/27", + "13.74.107.192/27", + "13.74.108.0/25", + "52.138.226.192/27", + "52.138.227.0/25", + "52.146.136.64/26", + "52.146.136.128/25", + "2603:1020:5:402::200/121", + "2603:1020:5:802::180/121", + "2603:1020:5:c02::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.NorwayEast", + "id": "AzureBackup.NorwayEast", + "properties": { + "changeNumber": 4, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "51.120.99.96/27", + "51.120.99.128/26", + "51.120.107.80/28", + "51.120.107.128/26", + "51.120.110.128/27", + "51.120.211.80/28", + "51.120.211.128/26", + "51.120.214.64/27", + "51.120.233.192/26", + "2603:1020:e04:3::200/121", + "2603:1020:e04:402::200/121", + "2603:1020:e04:802::180/121", + "2603:1020:e04:c02::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.NorwayWest", + "id": "AzureBackup.NorwayWest", + "properties": { + "changeNumber": 3, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "51.13.137.128/26", + "51.120.219.96/27", + "51.120.219.128/26", + "2603:1020:f04:6::/121", + "2603:1020:f04:402::200/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.PolandCentral", + "id": "AzureBackup.PolandCentral", + "properties": { + "changeNumber": 1, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "20.215.4.0/26", + "20.215.19.0/26", + "20.215.27.0/26", + "20.215.155.64/26", + "2603:1020:1302::680/121", + "2603:1020:1302:400::100/121", + "2603:1020:1302:800::100/121", + "2603:1020:1302:c00::100/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.QatarCentral", + "id": "AzureBackup.QatarCentral", + "properties": { + "changeNumber": 2, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "20.21.36.128/26", + "20.21.43.64/26", + "20.21.67.0/26", + "20.21.75.0/26", + "2603:1040:1002:1::100/121", + "2603:1040:1002:400::100/121", + "2603:1040:1002:800::100/121", + "2603:1040:1002:c00::100/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.SouthAfricaNorth", + "id": "AzureBackup.SouthAfricaNorth", + "properties": { + "changeNumber": 3, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "102.37.160.192/26", + "102.133.123.96/27", + "102.133.155.64/26", + "102.133.155.128/27", + "102.133.251.0/27", + "102.133.254.128/26", + "2603:1000:104:402::200/121", + "2603:1000:104:802::180/121", + "2603:1000:104:c02::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.SouthAfricaWest", + "id": "AzureBackup.SouthAfricaWest", + "properties": { + "changeNumber": 2, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "102.37.81.0/26", + "102.133.27.64/26", + "102.133.27.128/27", + "2603:1000:4:402::200/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.SouthCentralUS", + "id": "AzureBackup.SouthCentralUS", + "properties": { + "changeNumber": 2, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "20.45.123.0/26", + "20.45.123.64/28", + "20.45.125.192/27", + "20.49.90.192/26", + "20.49.91.0/27", + "20.65.133.128/26", + "104.214.19.96/27", + "104.214.19.128/26", + "2603:1030:807:402::200/121", + "2603:1030:807:802::180/121", + "2603:1030:807:c02::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.SouthCentralUSSTG", + "id": "AzureBackup.SouthCentralUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "20.44.3.64/26", + "20.44.3.128/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.SouthIndia", + "id": "AzureBackup.SouthIndia", + "properties": { + "changeNumber": 2, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "40.78.195.32/27", + "40.78.195.64/26", + "52.172.116.64/26", + "2603:1040:c06:402::200/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.SoutheastAsia", + "id": "AzureBackup.SoutheastAsia", + "properties": { + "changeNumber": 2, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "13.67.12.0/24", + "13.67.13.0/25", + "20.195.66.0/24", + "20.195.67.0/25", + "23.98.83.0/27", + "23.98.83.128/25", + "23.98.84.0/24", + "40.78.234.192/27", + "40.78.235.0/24", + "40.78.236.0/25", + "2603:1040:5:402::200/121", + "2603:1040:5:802::180/121", + "2603:1040:5:c02::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.SwedenCentral", + "id": "AzureBackup.SwedenCentral", + "properties": { + "changeNumber": 2, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "51.12.25.128/26", + "51.12.99.96/27", + "51.12.99.128/26", + "51.12.227.80/28", + "51.12.227.128/26", + "51.12.235.80/28", + "51.12.235.128/26", + "2603:1020:1004:1::780/121", + "2603:1020:1004:400::100/121", + "2603:1020:1004:400::300/121", + "2603:1020:1004:800::480/121", + "2603:1020:1004:c02::200/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.SwedenSouth", + "id": "AzureBackup.SwedenSouth", + "properties": { + "changeNumber": 1, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "51.12.17.64/26", + "51.12.203.96/27", + "51.12.203.128/26", + "2603:1020:1104:1::400/121", + "2603:1020:1104:400::200/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.SwitzerlandNorth", + "id": "AzureBackup.SwitzerlandNorth", + "properties": { + "changeNumber": 3, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "20.208.19.0/26", + "51.103.203.0/26", + "51.107.59.64/26", + "51.107.59.128/27", + "51.107.243.0/26", + "2603:1020:a04:2::600/121", + "2603:1020:a04:402::200/121", + "2603:1020:a04:802::180/121", + "2603:1020:a04:c02::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.SwitzerlandWest", + "id": "AzureBackup.SwitzerlandWest", + "properties": { + "changeNumber": 2, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "51.107.155.64/26", + "51.107.155.128/27", + "51.107.251.0/26", + "2603:1020:b04:402::200/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.UAECentral", + "id": "AzureBackup.UAECentral", + "properties": { + "changeNumber": 3, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "20.37.75.0/26", + "20.37.75.64/27", + "20.45.90.0/26", + "2603:1040:b04:2::780/121", + "2603:1040:b04:402::200/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.UAENorth", + "id": "AzureBackup.UAENorth", + "properties": { + "changeNumber": 3, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "20.38.155.64/26", + "40.120.74.192/26", + "40.120.75.0/27", + "40.120.82.0/26", + "65.52.251.0/26", + "65.52.251.64/27", + "2603:1040:904:2::780/121", + "2603:1040:904:402::200/121", + "2603:1040:904:802::180/121", + "2603:1040:904:c02::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.UKNorth", + "id": "AzureBackup.UKNorth", + "properties": { + "changeNumber": 2, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "13.87.123.0/26", + "13.87.123.64/27", + "2603:1020:305:402::200/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.UKSouth", + "id": "AzureBackup.UKSouth", + "properties": { + "changeNumber": 2, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "51.105.67.32/27", + "51.105.67.64/26", + "51.105.75.0/27", + "51.105.75.64/26", + "51.140.148.64/26", + "51.140.148.128/27", + "51.143.212.192/26", + "51.143.213.0/25", + "2603:1020:705:402::200/121", + "2603:1020:705:802::180/121", + "2603:1020:705:c02::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.UKSouth2", + "id": "AzureBackup.UKSouth2", + "properties": { + "changeNumber": 2, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "13.87.57.0/26", + "13.87.57.64/27", + "2603:1020:405:402::200/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.UKWest", + "id": "AzureBackup.UKWest", + "properties": { + "changeNumber": 2, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "20.58.67.128/25", + "51.140.211.32/27", + "51.140.211.64/26", + "2603:1020:605:402::200/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.WestCentralUS", + "id": "AzureBackup.WestCentralUS", + "properties": { + "changeNumber": 2, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "13.71.195.64/26", + "13.71.195.128/27", + "20.69.1.0/26", + "2603:1030:b04:402::200/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.WestEurope", + "id": "AzureBackup.WestEurope", + "properties": { + "changeNumber": 2, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "13.69.65.32/27", + "13.69.65.128/25", + "13.69.107.0/27", + "13.69.107.128/25", + "20.61.102.128/25", + "20.61.103.0/26", + "52.236.187.0/27", + "52.236.187.128/25", + "2603:1020:206:402::200/121", + "2603:1020:206:802::180/121", + "2603:1020:206:c02::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.WestIndia", + "id": "AzureBackup.WestIndia", + "properties": { + "changeNumber": 3, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "20.192.80.64/26", + "104.211.147.0/26", + "104.211.147.64/27", + "2603:1040:806:3::280/121", + "2603:1040:806:402::200/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.WestUS", + "id": "AzureBackup.WestUS", + "properties": { + "changeNumber": 4, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "13.86.218.0/25", + "13.86.218.128/26", + "20.66.4.0/25", + "20.66.4.128/26", + "20.168.163.0/26", + "2603:1030:a07:4::300/121", + "2603:1030:a07:402::180/121", + "2603:1030:a07:c00::100/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.WestUS2", + "id": "AzureBackup.WestUS2", + "properties": { + "changeNumber": 3, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "13.66.140.192/26", + "13.66.141.0/27", + "20.51.12.128/26", + "40.78.243.32/27", + "40.78.243.64/26", + "40.78.250.224/27", + "40.78.251.0/26", + "2603:1030:c06:400::a00/121", + "2603:1030:c06:802::180/121", + "2603:1030:c06:c02::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBackup.WestUS3", + "id": "AzureBackup.WestUS3", + "properties": { + "changeNumber": 1, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "AzureBackup", + "addressPrefixes": [ + "20.150.171.96/27", + "20.150.171.128/26", + "20.150.179.80/28", + "20.150.179.128/26", + "20.150.181.64/27", + "20.150.187.80/28", + "20.150.187.128/26", + "20.150.190.0/27", + "20.150.244.64/26", + "2603:1030:504:2::100/121", + "2603:1030:504:402::100/121", + "2603:1030:504:402::300/121", + "2603:1030:504:802::280/121", + "2603:1030:504:c02::200/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.AustraliaCentral", + "id": "AzureBotService.AustraliaCentral", + "properties": { + "changeNumber": 1, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "20.36.108.112/30", + "20.37.224.64/30", + "2603:1010:304::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.AustraliaCentral2", + "id": "AzureBotService.AustraliaCentral2", + "properties": { + "changeNumber": 2, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "20.36.115.240/30", + "20.36.120.64/30", + "2603:1010:404::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.AustraliaEast", + "id": "AzureBotService.AustraliaEast", + "properties": { + "changeNumber": 1, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "13.70.74.112/30", + "20.37.192.64/30", + "2603:1010:6:1::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.AustraliaSoutheast", + "id": "AzureBotService.AustraliaSoutheast", + "properties": { + "changeNumber": 1, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "13.77.53.80/30", + "20.42.224.64/30", + "2603:1010:101::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.BrazilSouth", + "id": "AzureBotService.BrazilSouth", + "properties": { + "changeNumber": 1, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "191.233.205.96/30", + "191.235.224.64/30", + "2603:1050:6:1::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.BrazilSoutheast", + "id": "AzureBotService.BrazilSoutheast", + "properties": { + "changeNumber": 1, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "191.233.8.16/30", + "2603:1050:403::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.CanadaCentral", + "id": "AzureBotService.CanadaCentral", + "properties": { + "changeNumber": 1, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "13.71.173.240/30", + "52.228.80.64/30", + "2603:1030:f05:1::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.CanadaEast", + "id": "AzureBotService.CanadaEast", + "properties": { + "changeNumber": 1, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "40.69.108.56/30", + "40.89.16.64/30", + "2603:1030:1005::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.CentralIndia", + "id": "AzureBotService.CentralIndia", + "properties": { + "changeNumber": 1, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "20.43.121.8/30", + "52.140.104.64/30", + "2603:1040:a06:1::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.CentralUS", + "id": "AzureBotService.CentralUS", + "properties": { + "changeNumber": 2, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "13.89.171.116/30", + "20.37.152.64/30", + "2603:1030:10:1::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.CentralUSEUAP", + "id": "AzureBotService.CentralUSEUAP", + "properties": { + "changeNumber": 2, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "20.45.192.64/30", + "40.78.202.132/30", + "2603:1030:f:1::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.EastAsia", + "id": "AzureBotService.EastAsia", + "properties": { + "changeNumber": 1, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "13.75.39.72/30", + "20.189.104.64/30", + "2603:1040:207::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.EastUS", + "id": "AzureBotService.EastUS", + "properties": { + "changeNumber": 2, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "20.42.0.64/30", + "40.71.12.244/30", + "2603:1030:210:1::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.EastUS2", + "id": "AzureBotService.EastUS2", + "properties": { + "changeNumber": 1, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "20.41.0.64/30", + "20.44.17.24/30", + "2603:1030:40c:1::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.EastUS2EUAP", + "id": "AzureBotService.EastUS2EUAP", + "properties": { + "changeNumber": 1, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "20.39.8.64/30", + "40.74.147.168/30", + "2603:1030:40b:1::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.EastUSSTG", + "id": "AzureBotService.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "40.67.48.64/30", + "40.67.58.4/30", + "2603:1030:104:1::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.FranceCentral", + "id": "AzureBotService.FranceCentral", + "properties": { + "changeNumber": 1, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "20.43.40.64/30", + "40.79.132.56/30", + "2603:1020:805:1::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.FranceSouth", + "id": "AzureBotService.FranceSouth", + "properties": { + "changeNumber": 1, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "40.79.180.24/30", + "51.105.88.64/30", + "2603:1020:905::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.GermanyNorth", + "id": "AzureBotService.GermanyNorth", + "properties": { + "changeNumber": 2, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "51.116.48.64/30", + "2603:1020:d04::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.GermanyWestCentral", + "id": "AzureBotService.GermanyWestCentral", + "properties": { + "changeNumber": 1, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "51.116.144.64/30", + "2603:1020:c04:1::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.ItalyNorth", + "id": "AzureBotService.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "4.232.24.16/30", + "2603:1020:1204::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.JapanEast", + "id": "AzureBotService.JapanEast", + "properties": { + "changeNumber": 1, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "13.78.108.172/30", + "20.43.64.64/30", + "2603:1040:407:1::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.JapanWest", + "id": "AzureBotService.JapanWest", + "properties": { + "changeNumber": 1, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "40.80.56.64/30", + "40.80.176.32/30", + "2603:1040:606::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.JioIndiaCentral", + "id": "AzureBotService.JioIndiaCentral", + "properties": { + "changeNumber": 1, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "20.192.224.64/26", + "2603:1040:1104::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.JioIndiaWest", + "id": "AzureBotService.JioIndiaWest", + "properties": { + "changeNumber": 1, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "20.192.160.16/30", + "2603:1040:d04::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.KoreaCentral", + "id": "AzureBotService.KoreaCentral", + "properties": { + "changeNumber": 1, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "20.41.64.64/30", + "20.44.27.208/30", + "2603:1040:f05:1::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.KoreaSouth", + "id": "AzureBotService.KoreaSouth", + "properties": { + "changeNumber": 2, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "40.80.168.64/30", + "52.231.148.88/30", + "2603:1040:e05:1::540/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.NorthCentralUS", + "id": "AzureBotService.NorthCentralUS", + "properties": { + "changeNumber": 1, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "40.80.184.64/30", + "52.162.111.16/30", + "2603:1030:608::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.NorthEurope", + "id": "AzureBotService.NorthEurope", + "properties": { + "changeNumber": 2, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "13.69.227.252/30", + "20.38.80.64/30", + "2603:1020:5:1::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.NorwayEast", + "id": "AzureBotService.NorwayEast", + "properties": { + "changeNumber": 2, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "51.120.40.64/30", + "51.120.98.12/30", + "2603:1020:e04:1::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.NorwayWest", + "id": "AzureBotService.NorwayWest", + "properties": { + "changeNumber": 1, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "51.120.218.4/30", + "51.120.224.64/30", + "2603:1020:f04::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.PolandCentral", + "id": "AzureBotService.PolandCentral", + "properties": { + "changeNumber": 1, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "20.215.0.16/30", + "2603:1020:1302::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.QatarCentral", + "id": "AzureBotService.QatarCentral", + "properties": { + "changeNumber": 1, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "20.21.32.16/30", + "2603:1040:1002::60/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.SouthAfricaNorth", + "id": "AzureBotService.SouthAfricaNorth", + "properties": { + "changeNumber": 1, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "102.133.124.8/30", + "102.133.216.64/30", + "2603:1000:104:1::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.SouthAfricaWest", + "id": "AzureBotService.SouthAfricaWest", + "properties": { + "changeNumber": 2, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "102.133.28.88/30", + "102.133.56.64/30", + "2603:1000:4::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.SouthCentralUS", + "id": "AzureBotService.SouthCentralUS", + "properties": { + "changeNumber": 1, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "13.73.248.0/30", + "20.45.123.112/30", + "2603:1030:807:1::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.SouthCentralUSSTG", + "id": "AzureBotService.SouthCentralUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "20.44.4.72/30", + "20.45.112.64/30" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.SouthIndia", + "id": "AzureBotService.SouthIndia", + "properties": { + "changeNumber": 1, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "20.41.192.64/30", + "40.78.196.56/30", + "2603:1040:c06::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.SoutheastAsia", + "id": "AzureBotService.SoutheastAsia", + "properties": { + "changeNumber": 1, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "13.67.10.88/30", + "20.43.128.64/30", + "2603:1040:5:1::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.SwedenCentral", + "id": "AzureBotService.SwedenCentral", + "properties": { + "changeNumber": 1, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "51.12.40.64/26", + "2603:1020:1004::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.SwedenSouth", + "id": "AzureBotService.SwedenSouth", + "properties": { + "changeNumber": 1, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "51.12.192.64/26", + "2603:1020:1104::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.SwitzerlandNorth", + "id": "AzureBotService.SwitzerlandNorth", + "properties": { + "changeNumber": 1, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "51.107.48.64/30", + "51.107.58.4/30", + "2603:1020:a04:1::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.SwitzerlandWest", + "id": "AzureBotService.SwitzerlandWest", + "properties": { + "changeNumber": 1, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "51.107.144.64/30", + "51.107.154.4/30", + "2603:1020:b04::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.UAECentral", + "id": "AzureBotService.UAECentral", + "properties": { + "changeNumber": 1, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "20.37.64.64/30", + "20.37.76.104/30", + "2603:1040:b04::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.UAENorth", + "id": "AzureBotService.UAENorth", + "properties": { + "changeNumber": 1, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "20.38.136.64/30", + "65.52.252.104/30", + "2603:1040:904:1::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.UKNorth", + "id": "AzureBotService.UKNorth", + "properties": { + "changeNumber": 1, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "13.87.124.40/30", + "51.105.80.64/30", + "2603:1020:305::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.UKSouth", + "id": "AzureBotService.UKSouth", + "properties": { + "changeNumber": 2, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "51.104.8.248/30", + "51.104.24.64/30", + "2603:1020:705:1::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.UKSouth2", + "id": "AzureBotService.UKSouth2", + "properties": { + "changeNumber": 1, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "13.87.58.40/30", + "51.143.192.64/30", + "2603:1020:405::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.UKWest", + "id": "AzureBotService.UKWest", + "properties": { + "changeNumber": 2, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "51.137.160.64/30", + "51.140.212.72/30", + "2603:1020:605::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.WestCentralUS", + "id": "AzureBotService.WestCentralUS", + "properties": { + "changeNumber": 2, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "13.71.196.160/30", + "52.150.136.64/30", + "2603:1030:b04::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.WestEurope", + "id": "AzureBotService.WestEurope", + "properties": { + "changeNumber": 2, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "13.69.67.56/30", + "40.74.24.64/30", + "2603:1020:206:1::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.WestIndia", + "id": "AzureBotService.WestIndia", + "properties": { + "changeNumber": 1, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "20.38.128.72/30", + "52.136.48.64/30", + "2603:1040:806::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.WestUS", + "id": "AzureBotService.WestUS", + "properties": { + "changeNumber": 1, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "13.86.219.168/30", + "40.82.248.64/30", + "2603:1030:a07::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.WestUS2", + "id": "AzureBotService.WestUS2", + "properties": { + "changeNumber": 1, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "13.66.142.64/30", + "20.42.128.64/30", + "2603:1030:c06:1::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureBotService.WestUS3", + "id": "AzureBotService.WestUS3", + "properties": { + "changeNumber": 1, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "AzureBotService", + "addressPrefixes": [ + "20.150.160.120/30", + "2603:1030:504:1::20/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.AustraliaCentral", + "id": "AzureCognitiveSearch.AustraliaCentral", + "properties": { + "changeNumber": 2, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "20.37.224.128/26", + "2603:1010:304::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.AustraliaCentral2", + "id": "AzureCognitiveSearch.AustraliaCentral2", + "properties": { + "changeNumber": 2, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "20.36.120.128/26", + "2603:1010:404::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.AustraliaEast", + "id": "AzureCognitiveSearch.AustraliaEast", + "properties": { + "changeNumber": 1, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "20.37.193.192/26", + "20.40.123.36/32", + "20.40.123.39/32", + "20.40.123.46/32", + "20.40.123.72/32", + "2603:1010:6:1::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.AustraliaSoutheast", + "id": "AzureCognitiveSearch.AustraliaSoutheast", + "properties": { + "changeNumber": 1, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "20.42.225.192/26", + "2603:1010:101::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.BrazilSouth", + "id": "AzureCognitiveSearch.BrazilSouth", + "properties": { + "changeNumber": 1, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "191.233.26.156/32", + "191.235.225.64/26", + "2603:1050:6:1::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.BrazilSoutheast", + "id": "AzureCognitiveSearch.BrazilSoutheast", + "properties": { + "changeNumber": 1, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "191.233.9.0/26", + "2603:1050:403::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.CanadaCentral", + "id": "AzureCognitiveSearch.CanadaCentral", + "properties": { + "changeNumber": 1, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "52.139.0.47/32", + "52.139.0.49/32", + "52.228.81.64/26", + "2603:1030:f05:1::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.CanadaEast", + "id": "AzureCognitiveSearch.CanadaEast", + "properties": { + "changeNumber": 1, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "40.89.17.64/26", + "2603:1030:1005::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.CentralIndia", + "id": "AzureCognitiveSearch.CentralIndia", + "properties": { + "changeNumber": 2, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "40.81.253.154/32", + "52.140.105.64/26", + "2603:1040:a06:1::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.CentralUS", + "id": "AzureCognitiveSearch.CentralUS", + "properties": { + "changeNumber": 1, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "13.86.5.51/32", + "20.37.156.128/26", + "52.158.208.11/32", + "52.242.214.45/32", + "2603:1030:10:1::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.CentralUSEUAP", + "id": "AzureCognitiveSearch.CentralUSEUAP", + "properties": { + "changeNumber": 2, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "20.45.192.128/26", + "2603:1030:f:1::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.EastAsia", + "id": "AzureCognitiveSearch.EastAsia", + "properties": { + "changeNumber": 2, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "20.189.106.128/26", + "40.81.29.152/32", + "52.184.80.221/32", + "2603:1040:207::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.EastUS", + "id": "AzureCognitiveSearch.EastUS", + "properties": { + "changeNumber": 1, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "20.42.4.128/26", + "20.42.24.90/32", + "20.42.29.212/32", + "20.42.30.105/32", + "20.42.34.190/32", + "20.42.35.204/32", + "20.185.110.199/32", + "40.90.240.17/32", + "52.151.235.150/32", + "52.151.235.242/32", + "52.151.235.244/32", + "52.188.217.235/32", + "52.188.218.228/32", + "52.188.218.239/32", + "2603:1030:210:1::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.EastUS2", + "id": "AzureCognitiveSearch.EastUS2", + "properties": { + "changeNumber": 1, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "20.41.4.128/26", + "20.44.74.182/32", + "20.44.76.53/32", + "20.44.76.61/32", + "20.44.76.86/32", + "2603:1030:40c:1::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.EastUS2EUAP", + "id": "AzureCognitiveSearch.EastUS2EUAP", + "properties": { + "changeNumber": 2, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "20.39.8.192/26", + "52.253.229.120/32", + "2603:1030:40b:1::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.EastUSSTG", + "id": "AzureCognitiveSearch.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "40.67.48.128/26", + "2603:1030:104:1::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.FranceCentral", + "id": "AzureCognitiveSearch.FranceCentral", + "properties": { + "changeNumber": 1, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "20.43.41.64/26", + "40.66.56.233/32", + "2603:1020:805:1::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.FranceSouth", + "id": "AzureCognitiveSearch.FranceSouth", + "properties": { + "changeNumber": 1, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "51.105.88.128/26", + "2603:1020:905::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.GermanyNorth", + "id": "AzureCognitiveSearch.GermanyNorth", + "properties": { + "changeNumber": 2, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "20.113.251.64/26", + "51.116.48.96/28", + "2603:1020:d04::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.GermanyWestCentral", + "id": "AzureCognitiveSearch.GermanyWestCentral", + "properties": { + "changeNumber": 1, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "51.116.144.96/28", + "2603:1020:c04:1::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.ItalyNorth", + "id": "AzureCognitiveSearch.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "4.232.24.192/26", + "2603:1020:1204::100/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.JapanEast", + "id": "AzureCognitiveSearch.JapanEast", + "properties": { + "changeNumber": 1, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "20.43.65.64/26", + "52.140.233.105/32", + "2603:1040:407:1::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.JapanWest", + "id": "AzureCognitiveSearch.JapanWest", + "properties": { + "changeNumber": 1, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "40.80.57.64/26", + "40.81.188.130/32", + "40.81.191.58/32", + "2603:1040:606::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.JioIndiaCentral", + "id": "AzureCognitiveSearch.JioIndiaCentral", + "properties": { + "changeNumber": 1, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "20.192.225.64/26", + "2603:1040:1104::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.JioIndiaWest", + "id": "AzureCognitiveSearch.JioIndiaWest", + "properties": { + "changeNumber": 2, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "20.192.161.0/26", + "40.64.8.64/26", + "2603:1040:d04::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.KoreaCentral", + "id": "AzureCognitiveSearch.KoreaCentral", + "properties": { + "changeNumber": 2, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "20.41.65.64/26", + "40.82.155.65/32", + "2603:1040:f05:1::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.KoreaSouth", + "id": "AzureCognitiveSearch.KoreaSouth", + "properties": { + "changeNumber": 2, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "40.80.169.64/26", + "2603:1040:e05:1::/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.NorthCentralUS", + "id": "AzureCognitiveSearch.NorthCentralUS", + "properties": { + "changeNumber": 1, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "23.100.238.27/32", + "23.100.238.34/31", + "23.100.238.37/32", + "40.80.186.192/26", + "2603:1030:608::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.NorthEurope", + "id": "AzureCognitiveSearch.NorthEurope", + "properties": { + "changeNumber": 1, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "20.38.84.0/26", + "52.155.216.245/32", + "52.155.217.84/32", + "52.155.221.242/32", + "52.155.221.250/32", + "52.155.222.35/32", + "52.155.222.56/32", + "52.158.28.181/32", + "52.158.30.241/32", + "2603:1020:5:1::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.NorwayEast", + "id": "AzureCognitiveSearch.NorwayEast", + "properties": { + "changeNumber": 1, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "51.120.40.128/26", + "2603:1020:e04:1::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.NorwayWest", + "id": "AzureCognitiveSearch.NorwayWest", + "properties": { + "changeNumber": 1, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "51.120.224.128/26", + "2603:1020:f04::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.PolandCentral", + "id": "AzureCognitiveSearch.PolandCentral", + "properties": { + "changeNumber": 1, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "20.215.0.192/26", + "2603:1020:1302::100/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.QatarCentral", + "id": "AzureCognitiveSearch.QatarCentral", + "properties": { + "changeNumber": 1, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "20.21.32.192/26", + "2603:1040:1002::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.SouthAfricaNorth", + "id": "AzureCognitiveSearch.SouthAfricaNorth", + "properties": { + "changeNumber": 1, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "102.133.128.33/32", + "102.133.217.128/26", + "2603:1000:104:1::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.SouthAfricaWest", + "id": "AzureCognitiveSearch.SouthAfricaWest", + "properties": { + "changeNumber": 2, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "102.37.84.192/26", + "2603:1000:4::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.SouthCentralUS", + "id": "AzureCognitiveSearch.SouthCentralUS", + "properties": { + "changeNumber": 1, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "20.45.0.49/32", + "20.45.2.122/32", + "40.80.216.231/32", + "40.80.217.38/32", + "40.80.219.46/32", + "40.119.11.0/26", + "52.185.224.13/32", + "52.185.224.38/32", + "2603:1030:807:1::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.SouthCentralUSSTG", + "id": "AzureCognitiveSearch.SouthCentralUSSTG", + "properties": { + "changeNumber": 2, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "20.45.112.128/26", + "2603:1030:302::500/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.SouthIndia", + "id": "AzureCognitiveSearch.SouthIndia", + "properties": { + "changeNumber": 1, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "20.41.193.64/26", + "2603:1040:c06::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.SoutheastAsia", + "id": "AzureCognitiveSearch.SoutheastAsia", + "properties": { + "changeNumber": 1, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "20.43.130.128/26", + "40.65.173.157/32", + "40.65.175.212/32", + "40.65.175.228/32", + "40.90.190.180/32", + "2603:1040:5:1::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.SwedenCentral", + "id": "AzureCognitiveSearch.SwedenCentral", + "properties": { + "changeNumber": 1, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "51.12.41.64/26", + "2603:1020:1004::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.SwedenSouth", + "id": "AzureCognitiveSearch.SwedenSouth", + "properties": { + "changeNumber": 1, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "51.12.193.64/26", + "2603:1020:1104::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.SwitzerlandNorth", + "id": "AzureCognitiveSearch.SwitzerlandNorth", + "properties": { + "changeNumber": 1, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "51.107.48.128/26", + "2603:1020:a04:1::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.SwitzerlandWest", + "id": "AzureCognitiveSearch.SwitzerlandWest", + "properties": { + "changeNumber": 2, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "51.107.144.128/26", + "2603:1020:b04::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.UAECentral", + "id": "AzureCognitiveSearch.UAECentral", + "properties": { + "changeNumber": 1, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "20.37.64.128/26", + "2603:1040:b04::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.UAENorth", + "id": "AzureCognitiveSearch.UAENorth", + "properties": { + "changeNumber": 1, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "20.38.136.128/26", + "2603:1040:904:1::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.UKNorth", + "id": "AzureCognitiveSearch.UKNorth", + "properties": { + "changeNumber": 2, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "51.105.80.128/26", + "2603:1020:305::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.UKSouth", + "id": "AzureCognitiveSearch.UKSouth", + "properties": { + "changeNumber": 1, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "51.104.25.64/26", + "51.132.43.66/32", + "51.145.124.157/32", + "51.145.124.158/32", + "2603:1020:705:1::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.UKSouth2", + "id": "AzureCognitiveSearch.UKSouth2", + "properties": { + "changeNumber": 1, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "51.143.192.128/26", + "2603:1020:405::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.UKWest", + "id": "AzureCognitiveSearch.UKWest", + "properties": { + "changeNumber": 1, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "51.137.161.64/26", + "2603:1020:605::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.WestCentralUS", + "id": "AzureCognitiveSearch.WestCentralUS", + "properties": { + "changeNumber": 1, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "52.150.139.0/26", + "52.253.133.74/32", + "2603:1030:b04::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.WestEurope", + "id": "AzureCognitiveSearch.WestEurope", + "properties": { + "changeNumber": 1, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "40.74.18.154/32", + "40.74.30.0/26", + "51.145.176.249/32", + "51.145.177.212/32", + "51.145.178.138/32", + "51.145.178.140/32", + "52.137.24.236/32", + "52.137.26.114/32", + "52.137.26.155/32", + "52.137.26.198/32", + "52.137.27.49/32", + "52.137.56.115/32", + "52.137.60.208/32", + "52.157.231.64/32", + "104.45.64.0/32", + "104.45.64.147/32", + "104.45.64.224/32", + "104.45.65.30/32", + "104.45.65.89/32", + "2603:1020:206:1::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.WestIndia", + "id": "AzureCognitiveSearch.WestIndia", + "properties": { + "changeNumber": 1, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "52.136.48.128/26", + "2603:1040:806::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.WestUS", + "id": "AzureCognitiveSearch.WestUS", + "properties": { + "changeNumber": 1, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "13.64.32.141/32", + "13.83.22.45/32", + "13.83.22.74/32", + "13.83.22.119/32", + "20.189.129.94/32", + "40.81.9.100/32", + "40.81.9.131/32", + "40.81.9.203/32", + "40.81.9.209/32", + "40.81.9.213/32", + "40.81.9.221/32", + "40.81.10.36/32", + "40.81.12.133/32", + "40.81.15.8/32", + "40.81.15.39/32", + "40.82.253.0/26", + "52.157.22.233/32", + "2603:1030:a07::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.WestUS2", + "id": "AzureCognitiveSearch.WestUS2", + "properties": { + "changeNumber": 1, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "20.42.129.192/26", + "40.91.93.84/32", + "40.91.127.116/32", + "40.91.127.241/32", + "51.143.104.54/32", + "51.143.104.90/32", + "2603:1030:c06:1::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCognitiveSearch.WestUS3", + "id": "AzureCognitiveSearch.WestUS3", + "properties": { + "changeNumber": 1, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "AzureCognitiveSearch", + "addressPrefixes": [ + "20.150.160.128/26", + "2603:1030:504:1::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureConnectors.AustraliaCentral", + "id": "AzureConnectors.AustraliaCentral", + "properties": { + "changeNumber": 4, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "20.36.107.0/28", + "20.53.0.0/27", + "20.53.52.64/27", + "20.53.52.96/28", + "2603:1010:304:5::340/122", + "2603:1010:304:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.AustraliaCentral2", + "id": "AzureConnectors.AustraliaCentral2", + "properties": { + "changeNumber": 4, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "20.36.114.176/28", + "20.36.117.160/27", + "20.53.60.16/28", + "20.53.60.32/27", + "2603:1010:404:5::480/122", + "2603:1010:404:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.AustraliaEast", + "id": "AzureConnectors.AustraliaEast", + "properties": { + "changeNumber": 6, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "13.70.72.192/28", + "13.70.78.224/27", + "13.72.243.10/32", + "13.75.139.0/32", + "20.70.220.192/27", + "20.70.220.224/28", + "20.213.202.51/32", + "20.213.202.84/32", + "52.237.214.72/32", + "2603:1010:6:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.AustraliaSoutheast", + "id": "AzureConnectors.AustraliaSoutheast", + "properties": { + "changeNumber": 5, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "13.70.136.174/32", + "13.77.45.34/32", + "13.77.50.240/28", + "13.77.55.160/27", + "20.92.3.64/27", + "20.92.3.96/28", + "52.255.48.202/32", + "2603:1010:101:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.BrazilSouth", + "id": "AzureConnectors.BrazilSouth", + "properties": { + "changeNumber": 6, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "20.201.68.20/32", + "20.201.68.30/32", + "104.41.59.51/32", + "191.232.191.157/32", + "191.233.203.192/28", + "191.233.207.160/27", + "191.234.180.112/32", + "191.238.76.112/28", + "191.238.76.128/27", + "2603:1050:6:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.BrazilSoutheast", + "id": "AzureConnectors.BrazilSoutheast", + "properties": { + "changeNumber": 3, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "20.206.0.0/26", + "23.97.120.109/32", + "191.233.51.0/26", + "2603:1050:403:400::2c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.CanadaCentral", + "id": "AzureConnectors.CanadaCentral", + "properties": { + "changeNumber": 6, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "13.71.170.208/28", + "13.71.175.160/27", + "20.48.200.192/27", + "20.48.200.224/28", + "40.82.184.6/32", + "40.82.184.43/32", + "40.85.206.95/32", + "52.237.24.126/32", + "52.237.32.212/32", + "2603:1030:f05:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.CanadaEast", + "id": "AzureConnectors.CanadaEast", + "properties": { + "changeNumber": 6, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "40.69.106.240/28", + "40.69.111.0/27", + "52.139.111.0/27", + "52.139.111.32/28", + "52.242.30.112/32", + "52.242.35.152/32", + "52.242.36.40/32", + "2603:1030:1005:3::640/122", + "2603:1030:1005:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.CentralIndia", + "id": "AzureConnectors.CentralIndia", + "properties": { + "changeNumber": 6, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "13.71.30.211/32", + "20.43.123.0/27", + "20.192.168.64/27", + "20.192.168.96/28", + "20.204.203.193/32", + "20.204.204.5/32", + "52.172.211.12/32", + "52.172.212.129/32", + "104.211.81.192/28", + "2603:1040:a06:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.CentralUS", + "id": "AzureConnectors.CentralUS", + "properties": { + "changeNumber": 6, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "13.89.171.80/28", + "13.89.178.64/27", + "20.80.123.57/32", + "20.80.123.134/32", + "20.98.144.224/27", + "20.98.145.0/28", + "40.113.242.246/32", + "52.173.241.27/32", + "52.173.245.164/32", + "2603:1030:10:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.CentralUSEUAP", + "id": "AzureConnectors.CentralUSEUAP", + "properties": { + "changeNumber": 5, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "20.45.240.112/28", + "20.45.241.128/27", + "40.78.202.96/28", + "52.180.164.214/32", + "168.61.140.0/27", + "168.61.143.64/26", + "2603:1030:f:400::980/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.EastAsia", + "id": "AzureConnectors.EastAsia", + "properties": { + "changeNumber": 6, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "13.75.36.64/28", + "13.75.110.131/32", + "13.75.113.224/32", + "20.205.67.48/28", + "20.205.67.64/27", + "52.175.23.169/32", + "104.214.164.0/27", + "104.214.165.128/26", + "2603:1040:207:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.EastUS", + "id": "AzureConnectors.EastUS", + "properties": { + "changeNumber": 6, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "20.88.153.176/28", + "20.88.153.192/27", + "40.71.11.80/28", + "40.71.15.160/27", + "40.71.193.203/32", + "40.71.249.139/32", + "40.71.249.205/32", + "40.114.40.132/32", + "52.151.221.119/32", + "52.151.221.184/32", + "104.41.132.180/32", + "2603:1030:210:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.EastUS2", + "id": "AzureConnectors.EastUS2", + "properties": { + "changeNumber": 6, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "20.85.80.197/32", + "20.85.81.137/32", + "20.98.192.80/28", + "20.98.192.96/27", + "40.70.146.208/28", + "40.70.151.96/27", + "52.225.129.144/32", + "52.232.188.154/32", + "104.209.247.23/32", + "104.210.14.156/32", + "2603:1030:40c:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.EastUS2EUAP", + "id": "AzureConnectors.EastUS2EUAP", + "properties": { + "changeNumber": 5, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "20.47.232.80/28", + "20.47.232.96/27", + "40.74.146.64/28", + "52.138.92.192/27", + "52.225.188.182/32", + "52.225.190.190/32", + "2603:1030:40b:400::980/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.EastUSSTG", + "id": "AzureConnectors.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "40.67.58.240/28", + "40.67.60.224/27", + "2603:1030:104:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.FranceCentral", + "id": "AzureConnectors.FranceCentral", + "properties": { + "changeNumber": 6, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "40.79.130.208/28", + "40.79.148.96/27", + "40.89.131.3/32", + "40.89.135.2/32", + "40.89.155.59/32", + "51.11.229.148/32", + "51.11.229.156/32", + "51.138.215.48/28", + "51.138.215.64/27", + "2603:1020:805:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.FranceSouth", + "id": "AzureConnectors.FranceSouth", + "properties": { + "changeNumber": 3, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "40.79.178.240/28", + "40.79.180.224/27", + "52.136.133.184/32", + "52.136.142.154/32", + "52.136.189.16/28", + "52.136.189.32/27", + "2603:1020:905:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.GermanyNorth", + "id": "AzureConnectors.GermanyNorth", + "properties": { + "changeNumber": 5, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "51.116.55.240/28", + "51.116.59.16/28", + "51.116.60.192/27", + "51.116.74.32/27", + "51.116.211.212/32", + "2603:1020:d04:5::3c0/122", + "2603:1020:d04:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.GermanyWestCentral", + "id": "AzureConnectors.GermanyWestCentral", + "properties": { + "changeNumber": 5, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "20.52.93.80/28", + "20.52.93.96/27", + "20.79.226.84/32", + "20.113.17.89/32", + "51.116.155.80/28", + "51.116.158.96/27", + "51.116.236.78/32", + "2603:1020:c04:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.ItalyNorth", + "id": "AzureConnectors.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "4.232.98.192/26", + "2603:1020:1204:1::6c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.JapanEast", + "id": "AzureConnectors.JapanEast", + "properties": { + "changeNumber": 6, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "13.71.128.159/32", + "13.71.153.19/32", + "13.73.21.230/32", + "13.78.108.0/28", + "20.89.11.48/28", + "20.89.11.64/27", + "20.89.163.9/32", + "20.89.163.17/32", + "40.79.189.64/27", + "2603:1040:407:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.JapanWest", + "id": "AzureConnectors.JapanWest", + "properties": { + "changeNumber": 7, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "20.189.192.144/28", + "20.189.192.160/27", + "20.210.146.128/26", + "40.74.100.224/28", + "40.80.180.64/27", + "40.80.181.128/26", + "104.215.27.24/32", + "104.215.28.128/32", + "104.215.61.248/32", + "2603:1040:606:3::6c0/122", + "2603:1040:606:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.JioIndiaCentral", + "id": "AzureConnectors.JioIndiaCentral", + "properties": { + "changeNumber": 2, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "20.192.32.64/26", + "20.207.0.0/26", + "2603:1040:1104:400::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.JioIndiaWest", + "id": "AzureConnectors.JioIndiaWest", + "properties": { + "changeNumber": 2, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "20.193.206.192/26", + "40.64.8.48/28", + "40.64.8.128/27", + "2603:1040:d04:c02::80/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.KoreaCentral", + "id": "AzureConnectors.KoreaCentral", + "properties": { + "changeNumber": 5, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "20.44.29.64/27", + "20.194.40.106/32", + "20.196.249.145/32", + "20.196.250.135/32", + "20.200.194.160/27", + "20.200.194.192/28", + "52.141.1.104/32", + "52.141.36.214/32", + "52.231.18.208/28", + "2603:1040:f05:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.KoreaSouth", + "id": "AzureConnectors.KoreaSouth", + "properties": { + "changeNumber": 3, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "52.147.117.32/27", + "52.147.117.64/28", + "52.231.147.0/28", + "52.231.148.224/27", + "52.231.163.10/32", + "52.231.201.173/32", + "2603:1040:e05:5::7c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.NorthCentralUS", + "id": "AzureConnectors.NorthCentralUS", + "properties": { + "changeNumber": 5, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "20.51.4.192/27", + "20.51.4.224/28", + "52.162.107.160/28", + "52.162.111.192/27", + "52.162.126.4/32", + "52.162.242.161/32", + "65.52.197.64/32", + "2603:1030:608:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.NorthEurope", + "id": "AzureConnectors.NorthEurope", + "properties": { + "changeNumber": 7, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "13.69.171.0/32", + "13.69.227.208/28", + "13.69.231.192/27", + "20.82.224.59/32", + "20.82.226.52/32", + "20.82.246.112/28", + "52.146.138.32/27", + "52.178.150.68/32", + "94.245.91.93/32", + "2603:1020:5:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.NorwayEast", + "id": "AzureConnectors.NorwayEast", + "properties": { + "changeNumber": 5, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "20.100.0.96/27", + "20.100.0.128/28", + "51.13.18.216/32", + "51.13.18.233/32", + "51.120.98.224/28", + "51.120.100.192/27", + "2603:1020:e04:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.NorwayWest", + "id": "AzureConnectors.NorwayWest", + "properties": { + "changeNumber": 4, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "51.13.139.160/27", + "51.13.139.192/28", + "51.120.218.240/28", + "51.120.220.192/27", + "2603:1020:f04:6::3c0/122", + "2603:1020:f04:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.PolandCentral", + "id": "AzureConnectors.PolandCentral", + "properties": { + "changeNumber": 2, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "20.215.144.243/32", + "20.215.144.251/32", + "20.215.155.0/26", + "20.215.169.128/26", + "2603:1020:1302:2::600/122", + "2603:1020:1302:400::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.QatarCentral", + "id": "AzureConnectors.QatarCentral", + "properties": { + "changeNumber": 3, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "4.171.26.0/26", + "20.21.43.0/26", + "20.21.210.110/32", + "20.21.210.196/32", + "20.173.2.102/32", + "2603:1040:1002:5::380/122", + "2603:1040:1002:400::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.SouthAfricaNorth", + "id": "AzureConnectors.SouthAfricaNorth", + "properties": { + "changeNumber": 4, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "102.37.166.80/28", + "102.37.166.96/27", + "102.133.155.0/28", + "102.133.168.167/32", + "102.133.203.251/32", + "102.133.204.65/32", + "102.133.253.0/27", + "2603:1000:104:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.SouthAfricaWest", + "id": "AzureConnectors.SouthAfricaWest", + "properties": { + "changeNumber": 3, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "102.37.64.0/27", + "102.37.84.128/27", + "102.37.84.160/28", + "102.133.27.0/28", + "102.133.72.85/32", + "2603:1000:4:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.SouthCentralUS", + "id": "AzureConnectors.SouthCentralUS", + "properties": { + "changeNumber": 5, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "13.65.86.57/32", + "13.73.244.224/27", + "20.94.164.201/32", + "20.94.164.244/32", + "20.97.33.48/28", + "20.97.33.64/27", + "52.171.130.92/32", + "104.214.19.48/28", + "104.214.70.191/32", + "104.214.107.148/32", + "2603:1030:807:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.SouthCentralUSSTG", + "id": "AzureConnectors.SouthCentralUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "20.44.3.0/28", + "23.100.208.0/27" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.SouthIndia", + "id": "AzureConnectors.SouthIndia", + "properties": { + "changeNumber": 5, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "13.71.125.22/32", + "13.71.127.26/32", + "13.71.127.169/32", + "20.192.152.64/27", + "20.192.152.96/28", + "20.192.184.32/27", + "40.78.194.240/28", + "52.172.80.0/26", + "2603:1040:c06:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.SoutheastAsia", + "id": "AzureConnectors.SoutheastAsia", + "properties": { + "changeNumber": 7, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "13.67.8.240/28", + "13.67.15.32/27", + "20.195.82.240/28", + "20.195.83.0/27", + "20.198.148.72/32", + "20.205.248.224/32", + "52.187.68.19/32", + "52.187.147.27/32", + "2603:1040:5:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.SwedenCentral", + "id": "AzureConnectors.SwedenCentral", + "properties": { + "changeNumber": 2, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "51.12.29.112/28", + "51.12.72.128/27", + "51.12.98.240/28", + "51.12.102.0/26", + "2603:1020:1004:c02::80/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.SwedenSouth", + "id": "AzureConnectors.SwedenSouth", + "properties": { + "changeNumber": 2, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "51.12.20.224/27", + "51.12.22.128/28", + "51.12.202.240/28", + "51.12.205.192/26", + "2603:1020:1104:400::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.SwitzerlandNorth", + "id": "AzureConnectors.SwitzerlandNorth", + "properties": { + "changeNumber": 5, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "51.103.142.22/32", + "51.103.143.163/32", + "51.107.59.16/28", + "51.107.60.224/27", + "51.107.86.217/32", + "51.107.246.112/28", + "51.107.246.128/27", + "2603:1020:a04:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.SwitzerlandWest", + "id": "AzureConnectors.SwitzerlandWest", + "properties": { + "changeNumber": 3, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "51.107.155.16/28", + "51.107.156.224/27", + "51.107.254.32/27", + "51.107.254.64/28", + "2603:1020:b04:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.UAECentral", + "id": "AzureConnectors.UAECentral", + "properties": { + "changeNumber": 5, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "20.37.74.192/28", + "20.45.67.36/32", + "20.45.67.45/32", + "20.45.90.208/28", + "20.45.90.224/27", + "40.120.8.0/27", + "2603:1040:b04:5::380/122", + "2603:1040:b04:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.UAENorth", + "id": "AzureConnectors.UAENorth", + "properties": { + "changeNumber": 4, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "40.119.162.44/32", + "40.120.64.64/27", + "40.120.86.16/28", + "40.120.86.32/27", + "65.52.250.208/28", + "2603:1040:904:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.UKNorth", + "id": "AzureConnectors.UKNorth", + "properties": { + "changeNumber": 1, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "13.87.122.224/28", + "2603:1020:305:402::180/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureConnectors.UKSouth", + "id": "AzureConnectors.UKSouth", + "properties": { + "changeNumber": 5, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "20.90.124.134/32", + "20.90.125.211/32", + "20.90.129.0/27", + "20.90.129.32/28", + "51.105.77.96/27", + "51.140.61.124/32", + "51.140.74.150/32", + "51.140.77.227/32", + "51.140.80.51/32", + "51.140.148.0/28", + "2603:1020:705:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.UKSouth2", + "id": "AzureConnectors.UKSouth2", + "properties": { + "changeNumber": 1, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "13.87.56.224/28", + "2603:1020:405:402::180/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureConnectors.UKWest", + "id": "AzureConnectors.UKWest", + "properties": { + "changeNumber": 4, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "20.58.70.192/27", + "20.58.70.224/28", + "51.140.211.0/28", + "51.140.212.224/27", + "51.140.245.29/32", + "51.141.47.105/32", + "51.141.52.185/32", + "51.141.124.13/32", + "2603:1020:605:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.WestCentralUS", + "id": "AzureConnectors.WestCentralUS", + "properties": { + "changeNumber": 5, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "13.71.195.32/28", + "13.71.199.192/27", + "13.78.132.82/32", + "13.78.178.187/32", + "20.69.4.0/27", + "20.69.4.32/28", + "52.161.101.204/32", + "52.161.102.22/32", + "2603:1030:b04:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.WestEurope", + "id": "AzureConnectors.WestEurope", + "properties": { + "changeNumber": 7, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "13.69.64.208/28", + "13.69.71.192/27", + "20.86.93.32/27", + "20.86.93.64/28", + "20.103.131.1/32", + "20.103.132.139/32", + "20.126.241.238/32", + "20.126.243.151/32", + "40.91.208.65/32", + "52.174.88.118/32", + "52.174.180.160/32", + "137.117.161.181/32", + "2603:1020:206:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.WestIndia", + "id": "AzureConnectors.WestIndia", + "properties": { + "changeNumber": 5, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "20.38.128.224/27", + "20.192.82.48/28", + "20.192.82.64/27", + "104.211.146.224/28", + "104.211.189.124/32", + "104.211.189.218/32", + "2603:1040:806:3::6c0/122", + "2603:1040:806:402::180/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.WestUS", + "id": "AzureConnectors.WestUS", + "properties": { + "changeNumber": 5, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "13.86.223.32/27", + "13.91.93.63/32", + "13.91.97.196/32", + "13.93.148.62/32", + "20.59.77.0/27", + "20.66.6.112/28", + "40.112.195.87/32", + "40.112.243.160/28", + "104.42.122.49/32", + "2603:1030:a07:402::100/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.WestUS2", + "id": "AzureConnectors.WestUS2", + "properties": { + "changeNumber": 7, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "13.66.130.243/32", + "13.66.140.128/28", + "13.66.145.96/27", + "20.83.220.208/28", + "20.83.220.224/27", + "20.115.168.34/32", + "20.115.169.20/32", + "52.151.42.172/32", + "52.183.78.157/32", + "2603:1030:c06:400::980/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureConnectors.WestUS3", + "id": "AzureConnectors.WestUS3", + "properties": { + "changeNumber": 3, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "AzureConnectors", + "addressPrefixes": [ + "20.106.70.224/32", + "20.106.71.20/32", + "20.150.129.176/28", + "20.150.129.192/27", + "20.150.170.240/28", + "20.150.173.64/26", + "2603:1030:504:c02::80/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.AustraliaCentral", + "id": "AzureContainerRegistry.AustraliaCentral", + "properties": { + "changeNumber": 5, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "20.53.0.192/26", + "20.53.1.0/26", + "20.53.2.0/25", + "20.213.227.64/26", + "2603:1010:304:1::4b0/125", + "2603:1010:304:402::90/125", + "2603:1010:304:402::340/122", + "2603:1010:304:402::580/122", + "2603:1010:304:402::600/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureContainerRegistry.AustraliaCentral2", + "id": "AzureContainerRegistry.AustraliaCentral2", + "properties": { + "changeNumber": 5, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "20.167.130.192/26", + "20.193.96.64/26", + "20.193.96.128/26", + "20.193.97.128/25", + "2603:1010:404:1::4b8/125", + "2603:1010:404:402::90/125", + "2603:1010:404:402::340/122", + "2603:1010:404:402::580/122", + "2603:1010:404:402::600/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureContainerRegistry.AustraliaEast", + "id": "AzureContainerRegistry.AustraliaEast", + "properties": { + "changeNumber": 6, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "13.70.72.136/29", + "13.70.78.0/25", + "13.70.114.192/26", + "20.53.41.128/26", + "40.79.162.32/29", + "40.79.165.128/25", + "40.79.166.0/25", + "40.79.170.0/29", + "40.79.173.128/25", + "40.79.174.0/25", + "2603:1010:6:402::90/125", + "2603:1010:6:402::340/122", + "2603:1010:6:402::580/121", + "2603:1010:6:802::90/125", + "2603:1010:6:802::2c0/122", + "2603:1010:6:802::400/121", + "2603:1010:6:c02::90/125", + "2603:1010:6:c02::400/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.AustraliaSoutheast", + "id": "AzureContainerRegistry.AustraliaSoutheast", + "properties": { + "changeNumber": 5, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "13.77.50.80/29", + "104.46.161.128/25", + "104.46.162.128/26", + "104.46.177.128/26", + "2603:1010:101:402::90/125", + "2603:1010:101:402::340/122", + "2603:1010:101:402::580/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.BrazilSouth", + "id": "AzureContainerRegistry.BrazilSouth", + "properties": { + "changeNumber": 8, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "20.195.136.0/24", + "20.195.137.0/25", + "20.195.152.192/26", + "20.195.153.128/25", + "191.233.203.136/29", + "191.233.205.192/26", + "191.234.139.0/26", + "191.234.146.144/29", + "191.234.149.64/26", + "191.234.150.0/26", + "191.234.151.0/25", + "191.234.154.144/29", + "191.234.157.192/26", + "2603:1050:6:402::90/125", + "2603:1050:6:402::340/122", + "2603:1050:6:402::500/121", + "2603:1050:6:802::90/125", + "2603:1050:6:802::2c0/122", + "2603:1050:6:802::400/121", + "2603:1050:6:c02::90/125", + "2603:1050:6:c02::400/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.BrazilSoutheast", + "id": "AzureContainerRegistry.BrazilSoutheast", + "properties": { + "changeNumber": 2, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "191.233.50.16/29", + "191.233.54.64/26", + "191.233.54.128/26", + "2603:1050:403:400::98/125", + "2603:1050:403:400::480/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.CanadaCentral", + "id": "AzureContainerRegistry.CanadaCentral", + "properties": { + "changeNumber": 6, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "13.71.170.56/29", + "13.71.176.0/25", + "13.71.176.128/25", + "20.38.146.144/29", + "20.38.149.0/25", + "20.48.192.128/26", + "52.246.154.144/29", + "52.246.157.128/25", + "52.246.158.0/25", + "2603:1030:f05:402::90/125", + "2603:1030:f05:402::340/122", + "2603:1030:f05:402::580/121", + "2603:1030:f05:802::90/125", + "2603:1030:f05:802::2c0/122", + "2603:1030:f05:802::400/121", + "2603:1030:f05:c02::90/125", + "2603:1030:f05:c02::400/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.CanadaEast", + "id": "AzureContainerRegistry.CanadaEast", + "properties": { + "changeNumber": 6, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "40.69.106.80/29", + "40.69.110.0/25", + "40.69.116.0/26", + "40.89.23.64/26", + "2603:1030:1005:3::180/125", + "2603:1030:1005:402::90/125", + "2603:1030:1005:402::340/122", + "2603:1030:1005:402::580/122", + "2603:1030:1005:402::600/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.CentralIndia", + "id": "AzureContainerRegistry.CentralIndia", + "properties": { + "changeNumber": 7, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "20.43.121.128/26", + "20.43.123.64/26", + "20.43.127.0/25", + "20.192.98.144/29", + "20.192.101.64/26", + "20.192.101.128/26", + "40.80.50.144/29", + "40.80.51.192/26", + "40.80.53.64/26", + "40.80.54.128/25", + "52.140.110.192/26", + "104.211.81.136/29", + "2603:1040:a06::448/125", + "2603:1040:a06:402::90/125", + "2603:1040:a06:402::340/122", + "2603:1040:a06:402::580/121", + "2603:1040:a06:802::90/125", + "2603:1040:a06:802::2c0/122", + "2603:1040:a06:802::400/121", + "2603:1040:a06:c02::90/125", + "2603:1040:a06:c02::400/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.CentralUS", + "id": "AzureContainerRegistry.CentralUS", + "properties": { + "changeNumber": 6, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "13.89.170.216/29", + "13.89.175.0/25", + "13.89.178.192/26", + "20.40.224.64/26", + "20.44.11.0/25", + "20.44.11.128/26", + "20.44.12.0/25", + "52.182.138.208/29", + "52.182.142.0/25", + "52.182.142.128/25", + "104.208.16.80/29", + "2603:1030:10:402::90/125", + "2603:1030:10:402::340/122", + "2603:1030:10:402::580/121", + "2603:1030:10:802::90/125", + "2603:1030:10:802::2c0/122", + "2603:1030:10:802::400/121", + "2603:1030:10:c02::90/125", + "2603:1030:10:c02::400/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.CentralUSEUAP", + "id": "AzureContainerRegistry.CentralUSEUAP", + "properties": { + "changeNumber": 6, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "20.45.199.128/25", + "40.78.202.72/29", + "168.61.140.128/25", + "168.61.141.0/25", + "168.61.141.128/25", + "168.61.142.192/26", + "2603:1030:f:1::2a8/125", + "2603:1030:f:400::890/125", + "2603:1030:f:400::b40/122", + "2603:1030:f:400::d80/122", + "2603:1030:f:400::e00/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.EastAsia", + "id": "AzureContainerRegistry.EastAsia", + "properties": { + "changeNumber": 7, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "13.75.36.0/29", + "20.187.196.64/26", + "20.205.74.128/26", + "20.205.77.0/25", + "20.205.82.128/26", + "20.205.85.0/25", + "104.214.161.128/25", + "104.214.165.0/26", + "2603:1040:207::2a8/125", + "2603:1040:207:402::90/125", + "2603:1040:207:402::340/122", + "2603:1040:207:402::580/122", + "2603:1040:207:402::600/121", + "2603:1040:207:800::48/125", + "2603:1040:207:800::180/121", + "2603:1040:207:c00::48/125", + "2603:1040:207:c00::180/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.EastUS", + "id": "AzureContainerRegistry.EastUS", + "properties": { + "changeNumber": 7, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "20.42.66.0/24", + "20.42.67.0/24", + "20.42.74.64/26", + "20.62.128.0/26", + "40.71.10.216/29", + "40.78.226.208/29", + "40.78.231.0/24", + "40.79.154.104/29", + "52.168.112.192/26", + "52.168.114.0/24", + "52.168.115.0/24", + "2603:1030:210:402::90/125", + "2603:1030:210:402::340/122", + "2603:1030:210:402::580/121", + "2603:1030:210:802::90/125", + "2603:1030:210:802::2c0/122", + "2603:1030:210:802::400/121", + "2603:1030:210:c02::90/125", + "2603:1030:210:c02::400/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.EastUS2", + "id": "AzureContainerRegistry.EastUS2", + "properties": { + "changeNumber": 7, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "20.44.19.64/26", + "20.44.22.0/24", + "20.44.23.0/24", + "20.49.102.128/26", + "20.65.0.0/24", + "40.70.146.88/29", + "40.70.150.0/24", + "52.167.106.80/29", + "52.167.110.0/24", + "52.167.111.0/26", + "104.208.144.80/29", + "2603:1030:40c:402::90/125", + "2603:1030:40c:402::340/122", + "2603:1030:40c:402::580/121", + "2603:1030:40c:802::90/125", + "2603:1030:40c:802::2c0/122", + "2603:1030:40c:802::400/121", + "2603:1030:40c:c02::90/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.EastUS2EUAP", + "id": "AzureContainerRegistry.EastUS2EUAP", + "properties": { + "changeNumber": 7, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "20.39.15.128/25", + "40.74.146.48/29", + "40.74.149.128/25", + "40.74.151.64/26", + "40.75.34.32/29", + "40.89.120.0/24", + "40.89.121.0/25", + "52.138.90.32/29", + "52.138.93.0/25", + "52.138.93.128/25", + "68.220.82.128/26", + "68.220.83.128/25", + "2603:1030:40b:400::890/125", + "2603:1030:40b:400::b40/122", + "2603:1030:40b:800::90/125", + "2603:1030:40b:800::2c0/122", + "2603:1030:40b:c00::90/125", + "2603:1030:40b:c00::400/121", + "2603:1030:40b:1000::8/125", + "2603:1030:40b:1000::100/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.EastUSSTG", + "id": "AzureContainerRegistry.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "20.49.82.16/29", + "20.49.84.64/26", + "20.49.86.0/25", + "20.99.8.192/26", + "40.67.58.24/29", + "2603:1030:104::348/125", + "2603:1030:104:402::90/125", + "2603:1030:104:402::168/125", + "2603:1030:104:402::340/122", + "2603:1030:104:402::580/122", + "2603:1030:104:402::780/121", + "2603:1030:104:802::58/125", + "2603:1030:104:802::200/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.FranceCentral", + "id": "AzureContainerRegistry.FranceCentral", + "properties": { + "changeNumber": 6, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "20.43.46.64/26", + "40.79.130.56/29", + "40.79.132.192/26", + "40.79.138.32/29", + "40.79.141.0/26", + "40.79.141.64/26", + "40.79.143.128/25", + "40.79.146.32/29", + "40.79.148.128/26", + "40.79.148.192/26", + "40.79.150.128/25", + "51.11.193.0/26", + "51.11.193.128/25", + "2603:1020:805:402::90/125", + "2603:1020:805:402::340/122", + "2603:1020:805:402::580/121", + "2603:1020:805:802::90/125", + "2603:1020:805:802::2c0/122", + "2603:1020:805:802::400/121", + "2603:1020:805:c02::90/125", + "2603:1020:805:c02::400/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.FranceSouth", + "id": "AzureContainerRegistry.FranceSouth", + "properties": { + "changeNumber": 4, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "40.79.178.80/29", + "51.138.160.128/26", + "2603:1020:905:402::90/125", + "2603:1020:905:402::340/122", + "2603:1020:905:402::580/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.GermanyNorth", + "id": "AzureContainerRegistry.GermanyNorth", + "properties": { + "changeNumber": 6, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "20.52.72.128/26", + "20.52.73.0/26", + "20.113.252.128/26", + "51.116.58.24/29", + "2603:1020:d04:1::4b0/125", + "2603:1020:d04:402::90/125", + "2603:1020:d04:402::340/122", + "2603:1020:d04:402::580/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.GermanyWestCentral", + "id": "AzureContainerRegistry.GermanyWestCentral", + "properties": { + "changeNumber": 7, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "20.52.88.64/26", + "51.116.154.88/29", + "51.116.158.128/26", + "51.116.158.192/26", + "51.116.242.144/29", + "51.116.250.144/29", + "51.116.254.64/26", + "51.116.254.128/25", + "2603:1020:c04:402::90/125", + "2603:1020:c04:402::340/122", + "2603:1020:c04:402::580/121", + "2603:1020:c04:802::90/125", + "2603:1020:c04:802::2c0/122", + "2603:1020:c04:802::400/121", + "2603:1020:c04:c02::90/125", + "2603:1020:c04:c02::400/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.ItalyNorth", + "id": "AzureContainerRegistry.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "4.232.26.128/26", + "4.232.106.128/26", + "4.232.108.128/25", + "4.232.122.128/26", + "4.232.125.0/25", + "4.232.194.128/26", + "4.232.197.0/25", + "2603:1020:1204::580/125", + "2603:1020:1204:400::48/125", + "2603:1020:1204:400::200/121", + "2603:1020:1204:800::8/125", + "2603:1020:1204:800::180/121", + "2603:1020:1204:c00::8/125", + "2603:1020:1204:c00::180/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.JapanEast", + "id": "AzureContainerRegistry.JapanEast", + "properties": { + "changeNumber": 6, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "13.78.106.200/29", + "13.78.111.0/25", + "20.89.0.192/26", + "20.191.160.128/26", + "20.194.128.0/25", + "40.79.186.8/29", + "40.79.189.128/25", + "40.79.190.0/25", + "40.79.194.96/29", + "40.79.197.128/25", + "2603:1040:407:402::90/125", + "2603:1040:407:402::340/122", + "2603:1040:407:402::580/121", + "2603:1040:407:802::90/125", + "2603:1040:407:802::2c0/122", + "2603:1040:407:802::400/121", + "2603:1040:407:c02::90/125", + "2603:1040:407:c02::400/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.JapanWest", + "id": "AzureContainerRegistry.JapanWest", + "properties": { + "changeNumber": 7, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "20.18.178.128/26", + "20.18.181.0/25", + "20.189.224.0/26", + "40.74.100.160/29", + "40.80.176.128/25", + "40.80.181.0/26", + "2603:1040:606:3::80/125", + "2603:1040:606:402::90/125", + "2603:1040:606:402::340/122", + "2603:1040:606:402::580/122", + "2603:1040:606:402::600/121", + "2603:1040:606:800::8/125", + "2603:1040:606:800::180/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.JioIndiaCentral", + "id": "AzureContainerRegistry.JioIndiaCentral", + "properties": { + "changeNumber": 2, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "20.192.32.0/26", + "20.192.33.0/26", + "20.192.33.128/25", + "20.192.50.0/26", + "20.192.234.24/29", + "20.192.236.0/26", + "2603:1040:1104::5a0/125", + "2603:1040:1104:400::90/125", + "2603:1040:1104:400::380/121", + "2603:1040:1104:400::480/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.JioIndiaWest", + "id": "AzureContainerRegistry.JioIndiaWest", + "properties": { + "changeNumber": 2, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "20.193.160.64/26", + "20.193.192.128/26", + "20.193.202.16/29", + "20.193.204.128/26", + "20.193.205.0/25", + "20.193.206.64/26", + "2603:1040:d04:1::1a0/125", + "2603:1040:d04:400::90/125", + "2603:1040:d04:400::3b8/125", + "2603:1040:d04:400::4c0/122", + "2603:1040:d04:400::500/121", + "2603:1040:d04:800::150/125", + "2603:1040:d04:800::180/121", + "2603:1040:d04:800::280/121", + "2603:1040:d04:c02::300/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.KoreaCentral", + "id": "AzureContainerRegistry.KoreaCentral", + "properties": { + "changeNumber": 9, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "20.41.69.128/26", + "20.44.26.144/29", + "20.44.29.128/26", + "20.44.29.192/26", + "20.194.66.16/29", + "20.194.68.0/26", + "20.194.68.64/26", + "20.194.70.0/25", + "20.194.80.128/26", + "20.194.81.0/25", + "20.194.81.128/26", + "52.231.18.56/29", + "52.231.20.128/26", + "2603:1040:f05::348/125", + "2603:1040:f05:402::90/125", + "2603:1040:f05:402::340/122", + "2603:1040:f05:402::580/121", + "2603:1040:f05:402::600/120", + "2603:1040:f05:402::700/121", + "2603:1040:f05:802::90/125", + "2603:1040:f05:802::2c0/122", + "2603:1040:f05:802::400/121", + "2603:1040:f05:c02::90/125", + "2603:1040:f05:c02::400/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.KoreaSouth", + "id": "AzureContainerRegistry.KoreaSouth", + "properties": { + "changeNumber": 6, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "20.200.166.64/26", + "52.147.97.128/25", + "52.231.146.192/29", + "52.231.151.128/26", + "2603:1040:e05:1::450/125", + "2603:1040:e05:402::100/122", + "2603:1040:e05:402::148/125", + "2603:1040:e05:402::200/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.NorthCentralUS", + "id": "AzureContainerRegistry.NorthCentralUS", + "properties": { + "changeNumber": 7, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "20.49.115.0/26", + "20.125.170.128/26", + "20.125.173.0/25", + "20.125.202.128/26", + "20.125.205.0/25", + "52.162.104.192/26", + "52.162.106.160/29", + "52.240.241.128/25", + "52.240.244.0/25", + "2603:1030:608::2a8/125", + "2603:1030:608:402::90/125", + "2603:1030:608:402::340/122", + "2603:1030:608:402::580/122", + "2603:1030:608:402::600/121", + "2603:1030:608:800::48/125", + "2603:1030:608:800::180/121", + "2603:1030:608:c00::48/125", + "2603:1030:608:c00::180/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.NorthEurope", + "id": "AzureContainerRegistry.NorthEurope", + "properties": { + "changeNumber": 6, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "13.69.227.88/29", + "13.69.236.0/23", + "13.69.238.0/24", + "13.74.107.80/29", + "13.74.110.0/24", + "20.50.72.128/26", + "52.138.226.80/29", + "52.138.230.0/24", + "52.138.231.0/24", + "52.146.131.128/26", + "2603:1020:5:402::90/125", + "2603:1020:5:402::340/122", + "2603:1020:5:402::580/121", + "2603:1020:5:802::90/125", + "2603:1020:5:802::2c0/122", + "2603:1020:5:802::400/121", + "2603:1020:5:c02::90/125", + "2603:1020:5:c02::400/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.NorwayEast", + "id": "AzureContainerRegistry.NorwayEast", + "properties": { + "changeNumber": 9, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "51.13.0.0/25", + "51.13.1.64/26", + "51.120.98.160/29", + "51.120.106.144/29", + "51.120.109.128/26", + "51.120.110.0/25", + "51.120.210.144/29", + "51.120.213.128/25", + "51.120.214.0/26", + "51.120.234.0/26", + "2603:1020:e04::348/125", + "2603:1020:e04:402::90/125", + "2603:1020:e04:402::340/122", + "2603:1020:e04:402::580/121", + "2603:1020:e04:402::600/120", + "2603:1020:e04:802::90/125", + "2603:1020:e04:802::2c0/122", + "2603:1020:e04:802::400/121", + "2603:1020:e04:c02::90/125", + "2603:1020:e04:c02::400/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.NorwayWest", + "id": "AzureContainerRegistry.NorwayWest", + "properties": { + "changeNumber": 6, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "51.13.128.128/25", + "51.13.129.0/26", + "51.120.182.128/26", + "51.120.218.24/29", + "2603:1020:f04:1::4b0/125", + "2603:1020:f04:402::90/125", + "2603:1020:f04:402::340/122", + "2603:1020:f04:402::580/122", + "2603:1020:f04:402::600/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.PolandCentral", + "id": "AzureContainerRegistry.PolandCentral", + "properties": { + "changeNumber": 1, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "20.215.3.128/26", + "20.215.18.128/26", + "20.215.21.0/25", + "20.215.26.128/26", + "20.215.29.0/25", + "20.215.154.128/26", + "20.215.156.128/25", + "2603:1020:1302::540/125", + "2603:1020:1302:400::48/125", + "2603:1020:1302:400::280/121", + "2603:1020:1302:800::48/125", + "2603:1020:1302:800::180/121", + "2603:1020:1302:c00::48/125", + "2603:1020:1302:c00::180/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.QatarCentral", + "id": "AzureContainerRegistry.QatarCentral", + "properties": { + "changeNumber": 3, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "20.21.36.0/26", + "20.21.42.128/26", + "20.21.44.128/25", + "20.21.46.192/26", + "20.21.66.128/26", + "20.21.69.0/25", + "20.21.74.128/26", + "20.21.77.0/25", + "2603:1040:1002::780/125", + "2603:1040:1002:400::48/125", + "2603:1040:1002:400::280/121", + "2603:1040:1002:800::48/125", + "2603:1040:1002:800::180/121", + "2603:1040:1002:c00::48/125", + "2603:1040:1002:c00::180/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.SouthAfricaNorth", + "id": "AzureContainerRegistry.SouthAfricaNorth", + "properties": { + "changeNumber": 7, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "102.37.72.128/26", + "102.133.122.144/29", + "102.133.124.192/26", + "102.133.126.0/26", + "102.133.154.24/29", + "102.133.156.192/26", + "102.133.220.64/26", + "102.133.250.144/29", + "102.133.253.64/26", + "102.133.253.128/26", + "2603:1000:104:402::90/125", + "2603:1000:104:402::340/122", + "2603:1000:104:402::580/121", + "2603:1000:104:802::90/125", + "2603:1000:104:802::2c0/122", + "2603:1000:104:802::400/121", + "2603:1000:104:c02::90/125", + "2603:1000:104:c02::400/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.SouthAfricaWest", + "id": "AzureContainerRegistry.SouthAfricaWest", + "properties": { + "changeNumber": 5, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "102.37.65.64/26", + "102.37.65.192/26", + "102.133.26.24/29", + "2603:1000:4:402::90/125", + "2603:1000:4:402::340/122", + "2603:1000:4:402::580/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.SouthCentralUS", + "id": "AzureContainerRegistry.SouthCentralUS", + "properties": { + "changeNumber": 7, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "13.73.245.64/26", + "13.73.245.128/25", + "13.73.255.64/26", + "20.45.122.144/29", + "20.45.125.0/25", + "20.49.90.16/29", + "20.49.92.0/25", + "20.49.92.128/25", + "20.49.93.0/26", + "40.124.64.0/25", + "104.214.18.184/29", + "2603:1030:807:402::90/125", + "2603:1030:807:402::340/122", + "2603:1030:807:402::580/121", + "2603:1030:807:802::90/125", + "2603:1030:807:802::2c0/122", + "2603:1030:807:802::400/121", + "2603:1030:807:c02::90/125", + "2603:1030:807:c02::400/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.SouthCentralUSSTG", + "id": "AzureContainerRegistry.SouthCentralUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "20.44.2.24/29", + "2603:1030:302:402::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.SouthIndia", + "id": "AzureContainerRegistry.SouthIndia", + "properties": { + "changeNumber": 5, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "20.41.199.192/26", + "20.41.208.64/26", + "40.78.194.80/29", + "40.78.196.192/26", + "2603:1040:c06:402::90/125", + "2603:1040:c06:402::340/122", + "2603:1040:c06:402::580/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.SoutheastAsia", + "id": "AzureContainerRegistry.SoutheastAsia", + "properties": { + "changeNumber": 7, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "13.67.8.120/29", + "13.67.14.0/25", + "13.67.14.128/25", + "20.195.64.128/26", + "23.98.82.112/29", + "23.98.86.128/25", + "23.98.87.0/25", + "23.98.112.0/25", + "40.78.234.48/29", + "40.78.239.128/25", + "2603:1040:5:402::90/125", + "2603:1040:5:402::340/122", + "2603:1040:5:402::580/121", + "2603:1040:5:802::90/125", + "2603:1040:5:802::2c0/122", + "2603:1040:5:802::400/121", + "2603:1040:5:c02::90/125", + "2603:1040:5:c02::400/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.SwedenCentral", + "id": "AzureContainerRegistry.SwedenCentral", + "properties": { + "changeNumber": 3, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "51.12.25.64/26", + "51.12.32.0/25", + "51.12.32.128/26", + "51.12.98.24/29", + "51.12.100.192/26", + "51.12.101.0/26", + "51.12.226.144/29", + "51.12.229.128/26", + "51.12.230.0/25", + "51.12.234.144/29", + "51.12.237.128/26", + "51.12.238.0/25", + "2603:1020:1004:1::1a0/125", + "2603:1020:1004:400::90/125", + "2603:1020:1004:400::3b8/125", + "2603:1020:1004:400::4c0/122", + "2603:1020:1004:400::500/121", + "2603:1020:1004:800::150/125", + "2603:1020:1004:800::180/121", + "2603:1020:1004:800::280/121", + "2603:1020:1004:c02::1b0/125", + "2603:1020:1004:c02::300/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.SwedenSouth", + "id": "AzureContainerRegistry.SwedenSouth", + "properties": { + "changeNumber": 2, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "51.12.168.128/26", + "51.12.199.192/26", + "51.12.202.24/29", + "51.12.205.128/26", + "51.12.206.128/25", + "2603:1020:1104::5a0/125", + "2603:1020:1104:400::90/125", + "2603:1020:1104:400::380/121", + "2603:1020:1104:400::540/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.SwitzerlandNorth", + "id": "AzureContainerRegistry.SwitzerlandNorth", + "properties": { + "changeNumber": 6, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "20.208.18.128/26", + "20.208.21.0/25", + "51.103.202.128/26", + "51.103.205.0/25", + "51.107.53.64/26", + "51.107.56.192/26", + "51.107.58.24/29", + "2603:1020:a04::348/125", + "2603:1020:a04:402::90/125", + "2603:1020:a04:402::340/122", + "2603:1020:a04:402::580/121", + "2603:1020:a04:802::90/125", + "2603:1020:a04:802::2c0/122", + "2603:1020:a04:802::400/121", + "2603:1020:a04:c02::90/125", + "2603:1020:a04:c02::400/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.SwitzerlandWest", + "id": "AzureContainerRegistry.SwitzerlandWest", + "properties": { + "changeNumber": 6, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "51.107.148.128/26", + "51.107.152.192/26", + "51.107.154.24/29", + "51.107.192.0/26", + "2603:1020:b04:402::90/125", + "2603:1020:b04:402::340/122", + "2603:1020:b04:402::580/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.UAECentral", + "id": "AzureContainerRegistry.UAECentral", + "properties": { + "changeNumber": 8, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "20.37.69.0/26", + "20.37.74.72/29", + "40.120.8.64/26", + "40.120.9.0/26", + "74.243.18.64/26", + "74.243.20.0/25", + "2603:1040:b04:1::4b0/125", + "2603:1040:b04:402::90/125", + "2603:1040:b04:402::340/122", + "2603:1040:b04:402::580/122", + "2603:1040:b04:800::8/125", + "2603:1040:b04:800::80/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.UAENorth", + "id": "AzureContainerRegistry.UAENorth", + "properties": { + "changeNumber": 8, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "20.38.140.192/26", + "20.38.152.192/26", + "20.38.157.0/25", + "40.120.66.0/25", + "40.120.74.16/29", + "40.120.77.0/26", + "40.120.77.64/26", + "65.52.248.192/26", + "65.52.250.16/29", + "2603:1040:904::348/125", + "2603:1040:904:402::90/125", + "2603:1040:904:402::340/122", + "2603:1040:904:402::580/121", + "2603:1040:904:802::90/125", + "2603:1040:904:802::2c0/122", + "2603:1040:904:802::400/121", + "2603:1040:904:c02::90/125", + "2603:1040:904:c02::400/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.UKNorth", + "id": "AzureContainerRegistry.UKNorth", + "properties": { + "changeNumber": 2, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "13.87.122.96/29", + "2603:1020:305:402::90/125", + "2603:1020:305:402::340/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureContainerRegistry.UKSouth", + "id": "AzureContainerRegistry.UKSouth", + "properties": { + "changeNumber": 6, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "51.104.9.128/25", + "51.105.66.144/29", + "51.105.69.128/25", + "51.105.70.0/25", + "51.105.74.144/29", + "51.105.77.128/25", + "51.132.192.0/25", + "51.140.146.200/29", + "51.140.151.64/26", + "51.143.208.0/26", + "2603:1020:705:402::90/125", + "2603:1020:705:402::340/122", + "2603:1020:705:402::580/121", + "2603:1020:705:802::90/125", + "2603:1020:705:802::2c0/122", + "2603:1020:705:802::400/121", + "2603:1020:705:c02::90/125", + "2603:1020:705:c02::400/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.UKSouth2", + "id": "AzureContainerRegistry.UKSouth2", + "properties": { + "changeNumber": 2, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "13.87.56.96/29", + "2603:1020:405:402::90/125", + "2603:1020:405:402::340/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureContainerRegistry.UKWest", + "id": "AzureContainerRegistry.UKWest", + "properties": { + "changeNumber": 5, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "51.11.97.128/26", + "51.137.166.192/26", + "51.140.210.192/29", + "51.140.215.0/25", + "2603:1020:605:402::90/125", + "2603:1020:605:402::340/122", + "2603:1020:605:402::580/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.WestCentralUS", + "id": "AzureContainerRegistry.WestCentralUS", + "properties": { + "changeNumber": 5, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "13.71.194.224/29", + "40.67.121.0/25", + "40.67.122.128/26", + "52.150.156.64/26", + "2603:1030:b04:402::90/125", + "2603:1030:b04:402::340/122", + "2603:1030:b04:402::580/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.WestEurope", + "id": "AzureContainerRegistry.WestEurope", + "properties": { + "changeNumber": 6, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "13.69.64.88/29", + "13.69.106.80/29", + "13.69.110.0/24", + "13.69.112.192/26", + "20.50.200.0/24", + "20.61.97.128/25", + "52.178.18.0/23", + "52.178.20.0/24", + "52.236.186.80/29", + "52.236.191.0/24", + "2603:1020:206:402::90/125", + "2603:1020:206:402::340/122", + "2603:1020:206:402::580/121", + "2603:1020:206:802::90/125", + "2603:1020:206:802::2c0/122", + "2603:1020:206:802::400/121", + "2603:1020:206:c02::90/125", + "2603:1020:206:c02::400/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.WestIndia", + "id": "AzureContainerRegistry.WestIndia", + "properties": { + "changeNumber": 5, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "20.38.132.192/26", + "20.38.134.0/25", + "104.211.146.80/29", + "2603:1040:806:2::310/125", + "2603:1040:806:402::90/125", + "2603:1040:806:402::340/122", + "2603:1040:806:402::580/122", + "2603:1040:806:402::600/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.WestUS", + "id": "AzureContainerRegistry.WestUS", + "properties": { + "changeNumber": 6, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "20.49.127.0/26", + "20.168.162.128/26", + "20.168.165.0/25", + "20.189.169.0/24", + "20.189.171.128/25", + "40.112.242.160/29", + "2603:1030:a07:9::10/125", + "2603:1030:a07:402::90/125", + "2603:1030:a07:402::9c0/122", + "2603:1030:a07:402::a00/122", + "2603:1030:a07:402::a80/121", + "2603:1030:a07:c00::48/125", + "2603:1030:a07:c00::180/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.WestUS2", + "id": "AzureContainerRegistry.WestUS2", + "properties": { + "changeNumber": 6, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "13.66.140.72/29", + "13.66.146.0/24", + "13.66.147.0/25", + "13.66.148.0/24", + "20.83.192.64/26", + "40.64.112.0/24", + "40.64.113.128/26", + "40.64.135.128/25", + "40.78.242.160/29", + "40.78.246.0/24", + "40.78.250.96/29", + "2603:1030:c06:400::890/125", + "2603:1030:c06:400::b40/122", + "2603:1030:c06:802::90/125", + "2603:1030:c06:802::2c0/122", + "2603:1030:c06:c02::90/125", + "2603:1030:c06:c02::400/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureContainerRegistry.WestUS3", + "id": "AzureContainerRegistry.WestUS3", + "properties": { + "changeNumber": 3, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "AzureContainerRegistry", + "addressPrefixes": [ + "20.150.170.24/29", + "20.150.173.128/26", + "20.150.174.0/25", + "20.150.175.128/26", + "20.150.178.144/29", + "20.150.181.192/26", + "20.150.182.128/25", + "20.150.186.144/29", + "20.150.189.192/26", + "20.150.190.128/25", + "20.150.225.64/26", + "20.150.241.0/26", + "2603:1030:504::1a0/125", + "2603:1030:504:402::90/125", + "2603:1030:504:402::3b8/125", + "2603:1030:504:402::480/121", + "2603:1030:504:802::c0/125", + "2603:1030:504:802::150/125", + "2603:1030:504:802::180/121", + "2603:1030:504:c02::140/122", + "2603:1030:504:c02::300/121", + "2603:1030:504:c02::400/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.AustraliaCentral", + "id": "AzureCosmosDB.AustraliaCentral", + "properties": { + "changeNumber": 7, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "20.36.42.8/32", + "20.36.106.0/26", + "20.37.228.32/27", + "20.39.65.58/32", + "20.213.224.128/26", + "20.213.225.192/26", + "20.213.226.0/25", + "2603:1010:304:2::4a0/123", + "2603:1010:304:402::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.AustraliaCentral2", + "id": "AzureCosmosDB.AustraliaCentral2", + "properties": { + "changeNumber": 7, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "20.36.75.163/32", + "20.36.114.0/28", + "20.36.123.96/27", + "20.39.99.230/32", + "20.53.63.192/26", + "20.167.128.128/26", + "20.167.129.128/25", + "2603:1010:404:2::4a0/123", + "2603:1010:404:402::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.AustraliaEast", + "id": "AzureCosmosDB.AustraliaEast", + "properties": { + "changeNumber": 7, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "13.70.74.136/29", + "13.72.255.150/32", + "13.75.134.84/32", + "20.53.41.0/27", + "20.53.91.208/32", + "20.213.197.192/26", + "20.213.199.128/25", + "40.79.163.72/29", + "40.79.163.192/26", + "40.79.170.48/28", + "40.79.174.192/26", + "40.126.244.209/32", + "52.156.170.104/32", + "68.218.120.0/26", + "104.210.89.99/32", + "2603:1010:6:402::c0/122", + "2603:1010:6:802::c0/122", + "2603:1010:6:c02::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.AustraliaSoutheast", + "id": "AzureCosmosDB.AustraliaSoutheast", + "properties": { + "changeNumber": 7, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "13.73.100.183/32", + "13.77.50.0/28", + "20.211.225.128/26", + "20.211.229.192/26", + "20.211.230.0/25", + "23.101.240.99/32", + "52.255.52.19/32", + "52.255.58.221/32", + "104.46.177.64/27", + "191.239.179.124/32", + "2603:1010:101:402::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.BrazilSouth", + "id": "AzureCosmosDB.BrazilSouth", + "properties": { + "changeNumber": 6, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "20.226.208.0/26", + "20.226.210.0/25", + "20.226.210.128/26", + "104.41.52.61/32", + "104.41.54.69/32", + "191.232.51.175/32", + "191.232.53.203/32", + "191.233.204.128/27", + "191.234.138.160/27", + "191.234.146.0/26", + "191.234.154.0/26", + "191.234.179.157/32", + "191.234.206.81/32", + "2603:1050:6:402::c0/122", + "2603:1050:6:802::c0/122", + "2603:1050:6:c02::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.BrazilSoutheast", + "id": "AzureCosmosDB.BrazilSoutheast", + "properties": { + "changeNumber": 3, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "20.206.6.64/26", + "108.140.0.0/25", + "108.140.0.128/26", + "191.233.11.192/27", + "191.233.50.64/26", + "2603:1050:403:400::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.CanadaCentral", + "id": "AzureCosmosDB.CanadaCentral", + "properties": { + "changeNumber": 7, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "13.71.170.0/28", + "13.88.253.180/32", + "20.38.146.0/26", + "20.48.192.32/27", + "20.151.81.25/32", + "20.220.2.0/26", + "20.220.4.64/26", + "20.220.4.128/25", + "52.237.20.252/32", + "52.246.154.0/26", + "2603:1030:f05:402::c0/122", + "2603:1030:f05:802::c0/122", + "2603:1030:f05:c02::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.CanadaEast", + "id": "AzureCosmosDB.CanadaEast", + "properties": { + "changeNumber": 7, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "20.175.0.128/26", + "20.175.6.0/25", + "20.175.6.128/26", + "40.69.106.0/28", + "40.69.117.0/26", + "40.86.229.245/32", + "40.89.22.224/27", + "52.139.86.210/32", + "52.235.40.247/32", + "52.235.46.28/32", + "2603:1030:1005:3::20/123", + "2603:1030:1005:402::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.CentralIndia", + "id": "AzureCosmosDB.CentralIndia", + "properties": { + "changeNumber": 9, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "20.43.126.128/26", + "20.192.98.0/26", + "20.193.249.3/32", + "20.204.195.64/26", + "20.204.197.0/25", + "20.204.197.128/26", + "40.80.50.0/26", + "52.140.110.64/27", + "104.211.84.0/28", + "104.211.102.50/32", + "2603:1040:a06::780/123", + "2603:1040:a06:402::c0/122", + "2603:1040:a06:802::c0/122", + "2603:1040:a06:c02::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.CentralUS", + "id": "AzureCosmosDB.CentralUS", + "properties": { + "changeNumber": 8, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "13.89.41.245/32", + "13.89.142.173/32", + "13.89.170.0/25", + "13.89.190.186/32", + "13.89.224.229/32", + "20.15.132.192/26", + "20.15.133.0/25", + "20.40.207.160/27", + "20.44.10.0/26", + "20.118.199.192/26", + "40.77.63.179/32", + "40.122.132.89/32", + "40.122.174.140/32", + "52.165.42.204/32", + "52.165.46.249/32", + "52.165.129.184/32", + "52.165.229.112/32", + "52.173.148.217/32", + "52.173.196.170/32", + "52.173.240.244/32", + "52.176.0.136/32", + "52.176.7.71/32", + "52.176.155.127/32", + "52.182.138.0/25", + "2603:1030:10:402::c0/122", + "2603:1030:10:802::c0/122", + "2603:1030:10:c02::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.CentralUSEUAP", + "id": "AzureCosmosDB.CentralUSEUAP", + "properties": { + "changeNumber": 7, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "20.45.198.96/27", + "20.228.4.64/26", + "20.228.6.64/26", + "20.228.6.128/25", + "40.78.203.32/27", + "52.176.251.87/32", + "52.180.160.251/32", + "52.180.161.1/32", + "52.180.177.137/32", + "168.61.142.128/26", + "2603:1030:f:2::2a0/123", + "2603:1030:f:400::8c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.EastAsia", + "id": "AzureCosmosDB.EastAsia", + "properties": { + "changeNumber": 8, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "13.75.34.0/26", + "20.6.137.192/26", + "20.6.140.0/25", + "20.6.140.128/26", + "20.187.196.0/27", + "20.205.74.0/26", + "20.205.82.0/26", + "23.102.239.134/32", + "52.175.25.211/32", + "52.175.39.232/32", + "137.116.165.204/32", + "207.46.150.252/32", + "2603:1040:207:1::2a0/123", + "2603:1040:207:402::c0/122", + "2603:1040:207:800::/122", + "2603:1040:207:c00::/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.EastUS", + "id": "AzureCosmosDB.EastUS", + "properties": { + "changeNumber": 7, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "13.82.53.191/32", + "13.90.199.155/32", + "40.71.10.0/25", + "40.71.17.19/32", + "40.71.203.37/32", + "40.71.204.115/32", + "40.71.216.114/32", + "40.78.226.0/25", + "40.79.154.128/26", + "40.85.178.211/32", + "52.146.79.160/27", + "52.150.38.36/32", + "52.168.28.222/32", + "52.170.204.83/32", + "52.179.73.128/26", + "52.186.69.224/32", + "52.191.40.64/26", + "52.191.41.128/25", + "52.191.197.220/32", + "52.226.18.140/32", + "52.226.21.178/32", + "104.45.131.193/32", + "104.45.144.73/32", + "2603:1030:210:402::c0/122", + "2603:1030:210:802::c0/122", + "2603:1030:210:c02::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.EastUS2", + "id": "AzureCosmosDB.EastUS2", + "properties": { + "changeNumber": 8, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "13.68.28.135/32", + "20.15.9.64/26", + "20.15.13.128/25", + "20.15.14.0/26", + "20.49.102.64/27", + "40.65.244.141/32", + "40.70.0.140/32", + "40.70.220.202/32", + "40.79.39.162/32", + "40.79.59.92/32", + "40.79.67.136/32", + "52.167.82.80/32", + "52.167.107.128/26", + "52.177.172.74/32", + "52.177.206.153/32", + "52.179.141.33/32", + "52.179.143.233/32", + "52.179.200.0/25", + "52.184.152.241/32", + "52.232.229.24/32", + "104.208.231.0/25", + "2603:1030:40c:402::c0/122", + "2603:1030:40c:802::c0/122", + "2603:1030:40c:c02::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.EastUS2EUAP", + "id": "AzureCosmosDB.EastUS2EUAP", + "properties": { + "changeNumber": 8, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "20.39.15.64/27", + "20.47.145.17/32", + "20.221.141.0/26", + "20.252.208.64/26", + "20.252.208.128/25", + "40.74.147.192/26", + "40.75.32.32/29", + "40.75.34.128/26", + "40.89.67.208/32", + "52.138.66.90/32", + "52.138.92.0/26", + "68.220.82.0/26", + "2603:1030:40b:400::8c0/122", + "2603:1030:40b:800::c0/122", + "2603:1030:40b:c00::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.EastUSSTG", + "id": "AzureCosmosDB.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "20.49.82.64/26", + "40.67.51.160/27", + "40.67.58.64/26", + "2603:1030:104::680/123", + "2603:1030:104:402::c0/122", + "2603:1030:104:402::5c0/122", + "2603:1030:104:802::80/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.FranceCentral", + "id": "AzureCosmosDB.FranceCentral", + "properties": { + "changeNumber": 7, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "20.19.28.128/26", + "20.19.30.128/25", + "20.19.31.0/26", + "20.43.46.0/27", + "40.79.130.0/28", + "40.79.138.48/28", + "40.79.142.64/26", + "40.79.146.48/28", + "40.79.149.128/26", + "40.89.132.238/32", + "51.11.192.192/26", + "51.103.6.27/32", + "52.143.136.41/32", + "2603:1020:805:402::c0/122", + "2603:1020:805:802::c0/122", + "2603:1020:805:c02::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.FranceSouth", + "id": "AzureCosmosDB.FranceSouth", + "properties": { + "changeNumber": 7, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "20.39.80.153/32", + "40.79.178.0/28", + "40.80.101.128/26", + "40.80.103.0/25", + "40.80.103.128/26", + "51.105.92.192/27", + "52.136.134.250/32", + "52.136.136.70/32", + "2603:1020:905:402::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.GermanyNorth", + "id": "AzureCosmosDB.GermanyNorth", + "properties": { + "changeNumber": 7, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "20.113.248.192/26", + "20.113.250.64/26", + "20.113.250.128/25", + "51.116.1.247/32", + "51.116.50.224/27", + "51.116.58.64/26", + "2603:1020:d04:2::420/123", + "2603:1020:d04:402::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.GermanyWestCentral", + "id": "AzureCosmosDB.GermanyWestCentral", + "properties": { + "changeNumber": 6, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "20.218.185.192/26", + "20.218.188.192/26", + "20.218.189.0/25", + "51.116.123.237/32", + "51.116.146.224/27", + "51.116.154.128/26", + "51.116.242.0/26", + "51.116.250.0/26", + "2603:1020:c04:402::c0/122", + "2603:1020:c04:802::c0/122", + "2603:1020:c04:c02::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.ItalyNorth", + "id": "AzureCosmosDB.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "4.232.26.64/27", + "4.232.42.64/26", + "2603:1020:1204::1e0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.JapanEast", + "id": "AzureCosmosDB.JapanEast", + "properties": { + "changeNumber": 8, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "13.78.106.0/26", + "20.18.3.0/26", + "20.18.5.64/26", + "20.18.5.128/25", + "20.63.129.107/32", + "20.89.0.128/26", + "20.191.160.32/27", + "40.79.186.16/28", + "40.79.191.0/26", + "40.79.194.128/26", + "40.115.241.37/32", + "104.41.177.93/32", + "2603:1040:407:402::c0/122", + "2603:1040:407:802::c0/122", + "2603:1040:407:c02::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.JapanWest", + "id": "AzureCosmosDB.JapanWest", + "properties": { + "changeNumber": 8, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "4.190.131.64/26", + "4.190.131.128/25", + "20.18.178.0/26", + "20.210.149.192/26", + "40.74.98.0/26", + "40.74.143.235/32", + "40.80.63.160/27", + "40.81.183.24/32", + "104.215.1.53/32", + "104.215.21.39/32", + "104.215.55.227/32", + "2603:1040:606:1::4e0/123", + "2603:1040:606:402::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.JioIndiaCentral", + "id": "AzureCosmosDB.JioIndiaCentral", + "properties": { + "changeNumber": 3, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "20.192.231.0/27", + "20.192.234.64/26", + "20.207.6.0/26", + "20.207.6.192/26", + "20.207.7.128/25", + "2603:1040:1104::520/123", + "2603:1040:1104:400::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.JioIndiaWest", + "id": "AzureCosmosDB.JioIndiaWest", + "properties": { + "changeNumber": 3, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "20.192.166.192/27", + "20.193.202.64/26", + "20.244.192.0/26", + "20.244.193.128/25", + "40.64.15.0/26", + "2603:1040:d04:1::60/123", + "2603:1040:d04:400::c0/122", + "2603:1040:d04:400::280/122", + "2603:1040:d04:400::3c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.KoreaCentral", + "id": "AzureCosmosDB.KoreaCentral", + "properties": { + "changeNumber": 9, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "20.41.69.64/27", + "20.44.26.0/26", + "20.194.3.114/32", + "20.194.66.64/26", + "20.194.80.64/26", + "20.214.132.0/26", + "20.214.134.64/26", + "20.214.134.128/25", + "52.231.18.0/28", + "52.231.25.123/32", + "52.231.39.143/32", + "52.231.56.0/28", + "2603:1040:f05::680/123", + "2603:1040:f05:402::c0/122", + "2603:1040:f05:802::c0/122", + "2603:1040:f05:c02::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.KoreaSouth", + "id": "AzureCosmosDB.KoreaSouth", + "properties": { + "changeNumber": 6, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "20.200.163.64/26", + "20.200.164.192/26", + "20.200.165.0/25", + "40.80.173.0/27", + "40.80.236.159/32", + "52.231.146.0/27", + "52.231.206.234/32", + "52.231.207.31/32", + "2603:1040:e05:5::80/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.NorthCentralUS", + "id": "AzureCosmosDB.NorthCentralUS", + "properties": { + "changeNumber": 8, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "20.41.146.81/32", + "20.49.114.128/27", + "20.125.170.0/26", + "20.125.202.0/26", + "20.241.114.0/26", + "20.241.116.192/26", + "20.241.117.0/25", + "23.96.180.213/32", + "23.96.219.207/32", + "23.96.242.234/32", + "52.162.106.0/26", + "52.162.252.26/32", + "65.52.210.9/32", + "157.55.170.133/32", + "2603:1030:608:1::4c0/123", + "2603:1030:608:402::c0/122", + "2603:1030:608:800::/122", + "2603:1030:608:c00::/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.NorthEurope", + "id": "AzureCosmosDB.NorthEurope", + "properties": { + "changeNumber": 8, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "13.69.226.0/25", + "13.74.106.0/25", + "13.79.34.236/32", + "20.54.38.35/32", + "20.166.42.128/26", + "20.166.46.128/25", + "20.166.47.0/26", + "40.113.90.91/32", + "52.138.141.112/32", + "52.138.197.33/32", + "52.138.201.47/32", + "52.138.205.97/32", + "52.138.206.153/32", + "52.138.227.192/26", + "52.146.131.0/27", + "52.169.122.37/32", + "52.169.219.183/32", + "2603:1020:5:402::c0/122", + "2603:1020:5:802::c0/122", + "2603:1020:5:c02::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.NorwayEast", + "id": "AzureCosmosDB.NorwayEast", + "properties": { + "changeNumber": 7, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "20.100.16.0/26", + "20.100.19.192/26", + "20.100.20.0/25", + "51.13.25.182/32", + "51.120.44.128/27", + "51.120.98.64/26", + "51.120.106.0/26", + "51.120.210.0/26", + "2603:1020:e04::680/123", + "2603:1020:e04:402::c0/122", + "2603:1020:e04:802::c0/122", + "2603:1020:e04:c02::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.NorwayWest", + "id": "AzureCosmosDB.NorwayWest", + "properties": { + "changeNumber": 7, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "51.13.150.175/32", + "51.120.179.192/26", + "51.120.181.192/26", + "51.120.182.0/25", + "51.120.218.64/26", + "51.120.228.160/27", + "2603:1020:f04:3::520/123", + "2603:1020:f04:402::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.PolandCentral", + "id": "AzureCosmosDB.PolandCentral", + "properties": { + "changeNumber": 1, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "20.215.3.32/27", + "20.215.18.0/26", + "20.215.26.0/26", + "20.215.154.0/26", + "2603:1020:1302::500/123", + "2603:1020:1302:400::/122", + "2603:1020:1302:800::/122", + "2603:1020:1302:c00::/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.QatarCentral", + "id": "AzureCosmosDB.QatarCentral", + "properties": { + "changeNumber": 4, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "4.171.24.128/25", + "4.171.25.0/26", + "20.21.34.160/27", + "20.21.42.0/26", + "20.21.66.0/26", + "20.21.74.0/26", + "20.21.85.192/26", + "2603:1040:1002::740/123", + "2603:1040:1002:400::/122", + "2603:1040:1002:800::/122", + "2603:1040:1002:c00::/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.SouthAfricaNorth", + "id": "AzureCosmosDB.SouthAfricaNorth", + "properties": { + "changeNumber": 6, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "20.87.34.33/32", + "20.87.87.128/26", + "20.164.153.0/25", + "20.164.153.128/26", + "102.133.122.0/26", + "102.133.154.64/26", + "102.133.220.0/27", + "102.133.250.0/26", + "2603:1000:104:402::c0/122", + "2603:1000:104:802::c0/122", + "2603:1000:104:c02::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.SouthAfricaWest", + "id": "AzureCosmosDB.SouthAfricaWest", + "properties": { + "changeNumber": 5, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "40.117.25.64/26", + "40.117.27.0/25", + "40.117.27.128/26", + "102.133.26.64/26", + "102.133.60.64/27", + "2603:1000:4:402::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.SouthCentralUS", + "id": "AzureCosmosDB.SouthCentralUS", + "properties": { + "changeNumber": 9, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "4.149.114.0/25", + "4.149.114.128/26", + "13.65.145.92/32", + "13.66.26.107/32", + "13.73.254.224/27", + "13.84.150.178/32", + "13.84.157.70/32", + "13.85.16.188/32", + "20.45.122.0/26", + "20.49.90.64/26", + "20.64.41.89/32", + "20.236.151.0/26", + "23.102.191.13/32", + "104.210.217.251/32", + "104.214.18.0/25", + "104.214.23.192/27", + "104.214.26.177/32", + "2603:1030:807:402::c0/122", + "2603:1030:807:802::c0/122", + "2603:1030:807:c02::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.SouthCentralUSSTG", + "id": "AzureCosmosDB.SouthCentralUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "20.44.2.64/26", + "20.45.115.160/27" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.SouthIndia", + "id": "AzureCosmosDB.SouthIndia", + "properties": { + "changeNumber": 5, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "13.71.115.125/32", + "13.71.124.81/32", + "20.41.199.128/27", + "40.78.194.0/28", + "52.172.55.127/32", + "52.172.82.64/26", + "52.172.84.64/26", + "52.172.84.128/25", + "104.211.227.84/32", + "2603:1040:c06:402::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.SoutheastAsia", + "id": "AzureCosmosDB.SoutheastAsia", + "properties": { + "changeNumber": 6, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "4.194.225.0/25", + "4.194.225.128/26", + "13.67.8.0/26", + "13.76.161.130/32", + "20.24.6.64/26", + "20.195.58.26/32", + "23.98.82.0/26", + "23.98.107.224/27", + "40.78.236.192/26", + "52.163.63.20/32", + "52.163.249.82/32", + "52.187.11.8/32", + "52.187.12.93/32", + "52.230.15.63/32", + "52.230.23.170/32", + "52.230.70.94/32", + "52.230.87.21/32", + "2603:1040:5:402::c0/122", + "2603:1040:5:802::c0/122", + "2603:1040:5:c02::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.SwedenCentral", + "id": "AzureCosmosDB.SwedenCentral", + "properties": { + "changeNumber": 4, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "20.91.147.192/26", + "20.91.150.0/25", + "20.91.150.128/26", + "51.12.43.0/27", + "51.12.98.64/26", + "51.12.226.0/26", + "51.12.234.0/26", + "2603:1020:1004:1::60/123", + "2603:1020:1004:400::c0/122", + "2603:1020:1004:400::280/122", + "2603:1020:1004:400::3c0/122", + "2603:1020:1004:800::400/122", + "2603:1020:1004:c02::1c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.SwedenSouth", + "id": "AzureCosmosDB.SwedenSouth", + "properties": { + "changeNumber": 3, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "20.91.13.128/26", + "20.91.15.128/25", + "20.91.96.0/26", + "51.12.195.0/27", + "51.12.202.64/26", + "2603:1020:1104::520/123", + "2603:1020:1104:400::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.SwitzerlandNorth", + "id": "AzureCosmosDB.SwitzerlandNorth", + "properties": { + "changeNumber": 7, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "20.208.18.0/26", + "20.208.148.192/26", + "20.208.151.0/25", + "20.208.151.128/26", + "51.103.202.0/26", + "51.107.7.191/32", + "51.107.52.224/27", + "51.107.58.64/26", + "2603:1020:a04::6a0/123", + "2603:1020:a04:402::c0/122", + "2603:1020:a04:802::c0/122", + "2603:1020:a04:c02::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.SwitzerlandWest", + "id": "AzureCosmosDB.SwitzerlandWest", + "properties": { + "changeNumber": 6, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "20.199.204.0/26", + "20.199.204.192/26", + "20.199.205.128/25", + "51.107.148.32/27", + "51.107.154.64/26", + "51.107.227.85/32", + "2603:1020:b04:402::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.UAECentral", + "id": "AzureCosmosDB.UAECentral", + "properties": { + "changeNumber": 8, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "20.37.68.160/27", + "20.37.75.128/26", + "20.37.84.77/32", + "20.203.91.0/26", + "20.203.91.84/30", + "20.203.92.0/25", + "20.203.92.128/26", + "2603:1040:b04:2::600/123", + "2603:1040:b04:402::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.UAENorth", + "id": "AzureCosmosDB.UAENorth", + "properties": { + "changeNumber": 8, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "20.38.140.128/27", + "20.38.152.128/26", + "20.74.199.64/26", + "20.203.5.86/32", + "20.233.131.64/26", + "20.233.131.128/25", + "40.120.74.64/26", + "65.52.251.128/26", + "2603:1040:904:2::520/123", + "2603:1040:904:402::c0/122", + "2603:1040:904:802::c0/122", + "2603:1040:904:c02::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.UKNorth", + "id": "AzureCosmosDB.UKNorth", + "properties": { + "changeNumber": 1, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "13.87.122.0/27", + "2603:1020:305:402::c0/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCosmosDB.UKSouth", + "id": "AzureCosmosDB.UKSouth", + "properties": { + "changeNumber": 7, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "20.26.21.128/26", + "51.11.169.104/32", + "51.104.31.128/27", + "51.105.66.0/26", + "51.105.74.0/26", + "51.140.70.75/32", + "51.140.75.146/32", + "51.140.83.56/32", + "51.140.99.233/32", + "51.140.146.0/27", + "51.143.189.37/32", + "172.167.232.0/25", + "172.167.232.128/26", + "2603:1020:705:402::c0/122", + "2603:1020:705:802::c0/122", + "2603:1020:705:c02::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.UKSouth2", + "id": "AzureCosmosDB.UKSouth2", + "properties": { + "changeNumber": 1, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "13.87.56.0/27", + "2603:1020:405:402::c0/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureCosmosDB.UKWest", + "id": "AzureCosmosDB.UKWest", + "properties": { + "changeNumber": 7, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "51.132.66.99/32", + "51.137.166.128/27", + "51.140.210.0/27", + "51.141.25.77/32", + "51.141.53.76/32", + "51.141.55.229/32", + "51.142.130.192/26", + "51.142.132.128/25", + "51.142.133.0/26", + "2603:1020:605:402::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.WestCentralUS", + "id": "AzureCosmosDB.WestCentralUS", + "properties": { + "changeNumber": 7, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "13.71.194.0/26", + "13.78.188.25/32", + "52.148.41.0/26", + "52.148.42.128/25", + "52.148.43.0/26", + "52.150.154.224/27", + "52.159.50.179/32", + "52.161.13.67/32", + "52.161.22.131/32", + "52.161.100.126/32", + "2603:1030:b04:402::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.WestEurope", + "id": "AzureCosmosDB.WestEurope", + "properties": { + "changeNumber": 9, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "13.69.66.0/25", + "13.69.66.128/29", + "13.69.112.0/25", + "13.81.51.99/32", + "13.94.201.5/32", + "13.95.234.68/32", + "20.50.93.128/26", + "20.61.97.0/27", + "20.71.82.202/32", + "40.68.44.85/32", + "40.114.240.253/32", + "51.144.177.166/32", + "51.144.182.233/32", + "52.174.253.239/32", + "52.178.108.222/32", + "52.232.59.220/32", + "52.233.128.86/32", + "52.236.189.0/26", + "68.219.171.64/26", + "68.219.171.128/25", + "104.45.16.183/32", + "2603:1020:206:402::c0/122", + "2603:1020:206:802::c0/122", + "2603:1020:206:c02::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.WestIndia", + "id": "AzureCosmosDB.WestIndia", + "properties": { + "changeNumber": 7, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "20.207.170.64/26", + "20.207.173.128/25", + "20.207.174.0/26", + "40.81.88.229/32", + "52.136.52.64/27", + "104.211.146.0/28", + "104.211.162.94/32", + "104.211.184.117/32", + "104.211.188.174/32", + "2603:1040:806:2::360/123", + "2603:1040:806:402::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.WestUS", + "id": "AzureCosmosDB.WestUS", + "properties": { + "changeNumber": 10, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "13.64.69.151/32", + "13.64.113.68/32", + "13.64.194.140/32", + "13.88.30.39/32", + "13.91.246.52/32", + "13.93.153.80/32", + "13.93.156.125/32", + "13.93.207.66/32", + "20.49.126.160/27", + "20.168.162.0/26", + "40.83.137.191/32", + "40.112.140.12/32", + "40.112.241.0/24", + "40.112.249.60/32", + "40.118.245.44/32", + "40.118.245.251/32", + "52.159.201.128/26", + "68.220.34.64/26", + "68.220.35.0/25", + "104.40.8.88/32", + "137.117.9.157/32", + "2603:1030:a07:4::160/123", + "2603:1030:a07:402::c0/122", + "2603:1030:a07:c00::/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.WestUS2", + "id": "AzureCosmosDB.WestUS2", + "properties": { + "changeNumber": 7, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "13.66.138.0/26", + "20.9.156.128/26", + "20.36.26.132/32", + "20.42.169.192/26", + "20.42.170.128/25", + "40.64.135.0/27", + "40.65.106.154/32", + "40.65.114.105/32", + "40.78.243.192/26", + "40.78.250.0/26", + "52.143.85.231/32", + "52.151.16.118/32", + "52.158.234.203/32", + "52.183.42.252/32", + "52.183.66.36/32", + "52.183.119.101/32", + "2603:1030:c06:400::8c0/122", + "2603:1030:c06:802::c0/122", + "2603:1030:c06:c02::c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCosmosDB.WestUS3", + "id": "AzureCosmosDB.WestUS3", + "properties": { + "changeNumber": 3, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "AzureCosmosDB", + "addressPrefixes": [ + "20.14.122.192/26", + "20.14.126.128/25", + "20.14.127.0/26", + "20.150.166.192/27", + "20.150.170.64/26", + "20.150.178.0/26", + "20.150.186.0/26", + "2603:1030:504::60/123", + "2603:1030:504:402::c0/122", + "2603:1030:504:402::280/122", + "2603:1030:504:402::3c0/122", + "2603:1030:504:802::200/122", + "2603:1030:504:c02::3c0/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureDataExplorerManagement.AustraliaCentral", + "id": "AzureDataExplorerManagement.AustraliaCentral", + "properties": { + "changeNumber": 3, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "20.37.24.1/32", + "20.213.227.128/28", + "2603:1010:304:1::380/121", + "2603:1010:304:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.AustraliaCentral2", + "id": "AzureDataExplorerManagement.AustraliaCentral2", + "properties": { + "changeNumber": 3, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "20.39.97.38/32", + "20.39.99.177/32", + "20.167.130.112/28", + "2603:1010:404:1::380/121", + "2603:1010:404:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.AustraliaEast", + "id": "AzureDataExplorerManagement.AustraliaEast", + "properties": { + "changeNumber": 2, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "13.70.73.112/28", + "40.82.217.84/32", + "2603:1010:6::600/121", + "2603:1010:6:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.AustraliaSoutheast", + "id": "AzureDataExplorerManagement.AustraliaSoutheast", + "properties": { + "changeNumber": 2, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "13.77.52.240/28", + "20.40.161.39/32", + "40.81.56.122/32", + "2603:1010:101:1::380/121", + "2603:1010:101:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.BrazilSouth", + "id": "AzureDataExplorerManagement.BrazilSouth", + "properties": { + "changeNumber": 2, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "20.40.114.21/32", + "191.233.25.183/32", + "191.233.205.0/28", + "2603:1050:6::600/121", + "2603:1050:6:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.BrazilSoutheast", + "id": "AzureDataExplorerManagement.BrazilSoutheast", + "properties": { + "changeNumber": 2, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "191.233.50.208/28", + "2603:1050:403:1::400/121", + "2603:1050:403:400::2b0/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.CanadaCentral", + "id": "AzureDataExplorerManagement.CanadaCentral", + "properties": { + "changeNumber": 2, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "13.71.173.64/28", + "40.82.188.208/32", + "2603:1030:f05::600/121", + "2603:1030:f05:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.CanadaEast", + "id": "AzureDataExplorerManagement.CanadaEast", + "properties": { + "changeNumber": 3, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "40.69.107.240/28", + "40.80.250.168/32", + "40.80.255.12/32", + "52.242.47.128/28", + "2603:1030:1005:1::380/121", + "2603:1030:1005:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.CentralIndia", + "id": "AzureDataExplorerManagement.CentralIndia", + "properties": { + "changeNumber": 3, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "20.43.120.96/28", + "20.192.47.96/28", + "40.81.248.53/32", + "40.81.249.251/32", + "2603:1040:a06::700/121", + "2603:1040:a06:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.CentralUS", + "id": "AzureDataExplorerManagement.CentralUS", + "properties": { + "changeNumber": 2, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "13.86.36.42/32", + "13.89.174.80/28", + "40.67.188.68/32", + "2603:1030:10::600/121", + "2603:1030:10:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.CentralUSEUAP", + "id": "AzureDataExplorerManagement.CentralUSEUAP", + "properties": { + "changeNumber": 3, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "20.46.13.240/28", + "40.78.203.176/28", + "40.89.56.69/32", + "52.253.159.186/32", + "2603:1030:f:2::380/121", + "2603:1030:f:400::950/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.EastAsia", + "id": "AzureDataExplorerManagement.EastAsia", + "properties": { + "changeNumber": 4, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "13.75.39.0/28", + "20.189.74.103/32", + "20.195.78.80/28", + "40.81.28.50/32", + "2603:1040:207:1::380/121", + "2603:1040:207:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.EastUS", + "id": "AzureDataExplorerManagement.EastUS", + "properties": { + "changeNumber": 3, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "20.185.100.27/32", + "40.71.13.176/28", + "52.224.146.56/32", + "2603:1030:210::600/121", + "2603:1030:210:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.EastUS2", + "id": "AzureDataExplorerManagement.EastUS2", + "properties": { + "changeNumber": 2, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "20.36.242.104/32", + "20.44.16.96/28", + "52.232.230.201/32", + "2603:1030:40c::600/121", + "2603:1030:40c:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.EastUS2EUAP", + "id": "AzureDataExplorerManagement.EastUS2EUAP", + "properties": { + "changeNumber": 4, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "40.74.147.80/28", + "52.253.225.186/32", + "52.253.226.110/32", + "2603:1030:40b:2::400/121", + "2603:1030:40b:400::950/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.EastUSSTG", + "id": "AzureDataExplorerManagement.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "20.99.9.224/28", + "2603:1030:104::600/121", + "2603:1030:104:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.FranceCentral", + "id": "AzureDataExplorerManagement.FranceCentral", + "properties": { + "changeNumber": 3, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "40.66.57.57/32", + "40.66.57.91/32", + "40.79.131.224/28", + "2603:1020:805::600/121", + "2603:1020:805:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.FranceSouth", + "id": "AzureDataExplorerManagement.FranceSouth", + "properties": { + "changeNumber": 2, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "40.79.179.208/28", + "40.82.236.24/32", + "2603:1020:905:1::380/121", + "2603:1020:905:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.GermanyNorth", + "id": "AzureDataExplorerManagement.GermanyNorth", + "properties": { + "changeNumber": 3, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "20.113.254.32/28", + "51.116.59.160/28", + "2603:1020:d04:1::380/121", + "2603:1020:d04:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.GermanyWestCentral", + "id": "AzureDataExplorerManagement.GermanyWestCentral", + "properties": { + "changeNumber": 3, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "51.116.98.150/32", + "51.116.155.224/28", + "2603:1020:c04::600/121", + "2603:1020:c04:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.ItalyNorth", + "id": "AzureDataExplorerManagement.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "4.232.30.160/28", + "2603:1020:1204:1::220/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.JapanEast", + "id": "AzureDataExplorerManagement.JapanEast", + "properties": { + "changeNumber": 2, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "20.43.89.90/32", + "40.79.187.16/28", + "40.81.220.38/32", + "2603:1040:407::600/121", + "2603:1040:407:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.JapanWest", + "id": "AzureDataExplorerManagement.JapanWest", + "properties": { + "changeNumber": 3, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "20.210.144.96/28", + "40.74.101.208/28", + "40.81.184.86/32", + "2603:1040:606:1::380/121", + "2603:1040:606:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.JioIndiaCentral", + "id": "AzureDataExplorerManagement.JioIndiaCentral", + "properties": { + "changeNumber": 2, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "20.192.235.128/28", + "20.207.2.112/28", + "2603:1040:1104:1::680/121", + "2603:1040:1104:400::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.JioIndiaWest", + "id": "AzureDataExplorerManagement.JioIndiaWest", + "properties": { + "changeNumber": 1, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "20.193.203.96/28", + "2603:1040:d04:2::280/121", + "2603:1040:d04:800::d0/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.KoreaCentral", + "id": "AzureDataExplorerManagement.KoreaCentral", + "properties": { + "changeNumber": 3, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "20.44.27.96/28", + "20.194.75.224/28", + "40.82.154.174/32", + "40.82.156.149/32", + "2603:1040:f05::600/121", + "2603:1040:f05:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.KoreaSouth", + "id": "AzureDataExplorerManagement.KoreaSouth", + "properties": { + "changeNumber": 3, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "20.200.166.48/28", + "40.80.234.9/32", + "52.231.148.16/28", + "2603:1040:e05::180/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.NorthCentralUS", + "id": "AzureDataExplorerManagement.NorthCentralUS", + "properties": { + "changeNumber": 3, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "20.51.6.240/28", + "40.81.43.47/32", + "52.162.110.176/28", + "2603:1030:608:1::380/121", + "2603:1030:608:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.NorthEurope", + "id": "AzureDataExplorerManagement.NorthEurope", + "properties": { + "changeNumber": 2, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "13.69.229.176/28", + "52.142.91.221/32", + "2603:1020:5::600/121", + "2603:1020:5:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.NorwayEast", + "id": "AzureDataExplorerManagement.NorwayEast", + "properties": { + "changeNumber": 3, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "51.120.99.80/28", + "51.120.235.224/28", + "2603:1020:e04::600/121", + "2603:1020:e04:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.NorwayWest", + "id": "AzureDataExplorerManagement.NorwayWest", + "properties": { + "changeNumber": 3, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "51.120.182.192/28", + "51.120.219.192/28", + "2603:1020:f04:1::380/121", + "2603:1020:f04:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.PolandCentral", + "id": "AzureDataExplorerManagement.PolandCentral", + "properties": { + "changeNumber": 1, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "20.215.13.48/28", + "2603:1020:1302:2::120/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.QatarCentral", + "id": "AzureDataExplorerManagement.QatarCentral", + "properties": { + "changeNumber": 1, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "20.21.37.0/28", + "2603:1040:1002:1::180/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.SouthAfricaNorth", + "id": "AzureDataExplorerManagement.SouthAfricaNorth", + "properties": { + "changeNumber": 2, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "102.133.130.206/32", + "102.133.156.16/28", + "2603:1000:104:2::100/121", + "2603:1000:104:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.SouthAfricaWest", + "id": "AzureDataExplorerManagement.SouthAfricaWest", + "properties": { + "changeNumber": 2, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "102.133.0.192/32", + "102.133.28.112/28", + "2603:1000:4:1::380/121", + "2603:1000:4:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.SouthCentralUS", + "id": "AzureDataExplorerManagement.SouthCentralUS", + "properties": { + "changeNumber": 2, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "13.73.240.96/28", + "20.45.3.60/32", + "40.119.3.195/32", + "2603:1030:807::600/121", + "2603:1030:807:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.SouthIndia", + "id": "AzureDataExplorerManagement.SouthIndia", + "properties": { + "changeNumber": 3, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "40.78.195.240/28", + "40.81.72.110/32", + "2603:1040:c06:1::380/121", + "2603:1040:c06:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.SoutheastAsia", + "id": "AzureDataExplorerManagement.SoutheastAsia", + "properties": { + "changeNumber": 2, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "23.98.82.240/28", + "40.119.203.252/32", + "2603:1040:5::700/121", + "2603:1040:5:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.SwedenCentral", + "id": "AzureDataExplorerManagement.SwedenCentral", + "properties": { + "changeNumber": 1, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "51.12.28.48/28", + "51.12.99.192/28", + "2603:1020:1004:2::100/121", + "2603:1020:1004:800::d0/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.SwedenSouth", + "id": "AzureDataExplorerManagement.SwedenSouth", + "properties": { + "changeNumber": 1, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "51.12.20.48/28", + "51.12.203.192/28", + "2603:1020:1104:1::600/121", + "2603:1020:1104:400::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.SwitzerlandNorth", + "id": "AzureDataExplorerManagement.SwitzerlandNorth", + "properties": { + "changeNumber": 3, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "51.107.59.160/28", + "51.107.247.128/28", + "2603:1020:a04::600/121", + "2603:1020:a04:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.SwitzerlandWest", + "id": "AzureDataExplorerManagement.SwitzerlandWest", + "properties": { + "changeNumber": 2, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "51.107.98.201/32", + "51.107.155.160/28", + "2603:1020:b04:1::380/121", + "2603:1020:b04:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.UAECentral", + "id": "AzureDataExplorerManagement.UAECentral", + "properties": { + "changeNumber": 3, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "20.203.91.112/28", + "2603:1040:b04:1::380/121", + "2603:1040:b04:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.UAENorth", + "id": "AzureDataExplorerManagement.UAENorth", + "properties": { + "changeNumber": 3, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "20.46.146.7/32", + "20.74.195.16/28", + "2603:1040:904::600/121", + "2603:1040:904:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.UKNorth", + "id": "AzureDataExplorerManagement.UKNorth", + "properties": { + "changeNumber": 1, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "13.87.123.224/28", + "2603:1020:305:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.UKSouth", + "id": "AzureDataExplorerManagement.UKSouth", + "properties": { + "changeNumber": 2, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "40.81.154.254/32", + "51.104.8.112/28", + "2603:1020:705::600/121", + "2603:1020:705:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.UKSouth2", + "id": "AzureDataExplorerManagement.UKSouth2", + "properties": { + "changeNumber": 1, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "13.87.57.224/28", + "2603:1020:405:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.UKWest", + "id": "AzureDataExplorerManagement.UKWest", + "properties": { + "changeNumber": 2, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "40.81.122.39/32", + "51.140.212.0/28", + "2603:1020:605:1::380/121", + "2603:1020:605:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.WestCentralUS", + "id": "AzureDataExplorerManagement.WestCentralUS", + "properties": { + "changeNumber": 2, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "13.71.196.64/28", + "52.159.55.120/32", + "2603:1030:b04:1::380/121", + "2603:1030:b04:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.WestEurope", + "id": "AzureDataExplorerManagement.WestEurope", + "properties": { + "changeNumber": 2, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "13.69.106.240/28", + "51.145.176.215/32", + "2603:1020:206::600/121", + "2603:1020:206:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.WestIndia", + "id": "AzureDataExplorerManagement.WestIndia", + "properties": { + "changeNumber": 3, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "20.207.174.240/28", + "40.81.88.112/32", + "40.81.89.242/32", + "104.211.147.224/28", + "2603:1040:806:1::380/121", + "2603:1040:806:402::150/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.WestUS", + "id": "AzureDataExplorerManagement.WestUS", + "properties": { + "changeNumber": 4, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "13.64.38.225/32", + "13.86.219.64/28", + "20.59.81.128/28", + "2603:1030:a07:1::380/121", + "2603:1030:a07:402::8d0/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.WestUS2", + "id": "AzureDataExplorerManagement.WestUS2", + "properties": { + "changeNumber": 2, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "13.66.141.160/28", + "40.90.219.23/32", + "40.91.74.95/32", + "2603:1030:c06:2::400/121", + "2603:1030:c06:400::950/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataExplorerManagement.WestUS3", + "id": "AzureDataExplorerManagement.WestUS3", + "properties": { + "changeNumber": 1, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "AzureDataExplorerManagement", + "addressPrefixes": [ + "20.150.171.192/28", + "20.150.245.112/28", + "2603:1030:504:2::180/121", + "2603:1030:504:802::d0/124" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataLake.AustraliaSoutheast", + "id": "AzureDataLake.AustraliaSoutheast", + "properties": { + "changeNumber": 1, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "AzureDataLake", + "addressPrefixes": [ + "40.90.138.133/32", + "40.90.138.136/32" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataLake.CentralUS", + "id": "AzureDataLake.CentralUS", + "properties": { + "changeNumber": 2, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "AzureDataLake", + "addressPrefixes": [ + "104.44.88.176/31", + "104.44.88.184/29", + "104.44.91.160/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataLake.EastUS2", + "id": "AzureDataLake.EastUS2", + "properties": { + "changeNumber": 1, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureDataLake", + "addressPrefixes": [ + "65.52.108.31/32", + "65.52.108.38/32", + "104.44.88.106/31", + "104.44.88.112/31" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataLake.NorthEurope", + "id": "AzureDataLake.NorthEurope", + "properties": { + "changeNumber": 2, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "AzureDataLake", + "addressPrefixes": [ + "40.90.141.128/29", + "40.90.145.224/27", + "104.44.88.66/31" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataLake.SoutheastAsia", + "id": "AzureDataLake.SoutheastAsia", + "properties": { + "changeNumber": 1, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "AzureDataLake", + "addressPrefixes": [ + "104.44.89.39/32", + "104.44.89.42/32", + "104.44.90.128/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDataLake.WestEurope", + "id": "AzureDataLake.WestEurope", + "properties": { + "changeNumber": 2, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "AzureDataLake", + "addressPrefixes": [ + "40.90.141.167/32", + "40.90.145.192/27", + "104.44.90.194/31" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevOps.AustraliaEast", + "id": "AzureDevOps.AustraliaEast", + "properties": { + "changeNumber": 1, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "AzureDevOps", + "addressPrefixes": [ + "20.37.194.0/24" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevOps.AustraliaSoutheast", + "id": "AzureDevOps.AustraliaSoutheast", + "properties": { + "changeNumber": 1, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "AzureDevOps", + "addressPrefixes": [ + "20.42.226.0/24" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevOps.BrazilSouth", + "id": "AzureDevOps.BrazilSouth", + "properties": { + "changeNumber": 1, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "AzureDevOps", + "addressPrefixes": [ + "191.235.226.0/24" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevOps.CanadaCentral", + "id": "AzureDevOps.CanadaCentral", + "properties": { + "changeNumber": 1, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "AzureDevOps", + "addressPrefixes": [ + "52.228.82.0/24" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevOps.CentralIndia", + "id": "AzureDevOps.CentralIndia", + "properties": { + "changeNumber": 1, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "AzureDevOps", + "addressPrefixes": [ + "20.204.197.192/26" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevOps.CentralUS", + "id": "AzureDevOps.CentralUS", + "properties": { + "changeNumber": 1, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "AzureDevOps", + "addressPrefixes": [ + "20.37.158.0/23" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevOps.CentralUSEUAP", + "id": "AzureDevOps.CentralUSEUAP", + "properties": { + "changeNumber": 1, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "AzureDevOps", + "addressPrefixes": [ + "20.45.196.64/26" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevOps.EastAsia", + "id": "AzureDevOps.EastAsia", + "properties": { + "changeNumber": 1, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "AzureDevOps", + "addressPrefixes": [ + "20.189.107.0/24" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevOps.EastUS", + "id": "AzureDevOps.EastUS", + "properties": { + "changeNumber": 1, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "AzureDevOps", + "addressPrefixes": [ + "20.42.5.0/24" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevOps.EastUS2", + "id": "AzureDevOps.EastUS2", + "properties": { + "changeNumber": 1, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureDevOps", + "addressPrefixes": [ + "20.41.6.0/23" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevOps.EastUS2EUAP", + "id": "AzureDevOps.EastUS2EUAP", + "properties": { + "changeNumber": 1, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "AzureDevOps", + "addressPrefixes": [ + "20.39.13.0/26" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevOps.NorthCentralUS", + "id": "AzureDevOps.NorthCentralUS", + "properties": { + "changeNumber": 1, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "AzureDevOps", + "addressPrefixes": [ + "40.80.187.0/24" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevOps.NorthEurope", + "id": "AzureDevOps.NorthEurope", + "properties": { + "changeNumber": 1, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "AzureDevOps", + "addressPrefixes": [ + "20.166.41.0/24" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevOps.SouthCentralUS", + "id": "AzureDevOps.SouthCentralUS", + "properties": { + "changeNumber": 1, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "AzureDevOps", + "addressPrefixes": [ + "40.119.10.0/24" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevOps.SouthIndia", + "id": "AzureDevOps.SouthIndia", + "properties": { + "changeNumber": 1, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "AzureDevOps", + "addressPrefixes": [ + "20.41.194.0/24" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevOps.SoutheastAsia", + "id": "AzureDevOps.SoutheastAsia", + "properties": { + "changeNumber": 1, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "AzureDevOps", + "addressPrefixes": [ + "20.195.68.0/24" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevOps.SwedenCentral", + "id": "AzureDevOps.SwedenCentral", + "properties": { + "changeNumber": 1, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "AzureDevOps", + "addressPrefixes": [ + "20.91.148.128/25" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevOps.UAENorth", + "id": "AzureDevOps.UAENorth", + "properties": { + "changeNumber": 1, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "AzureDevOps", + "addressPrefixes": [ + "20.233.130.0/25" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevOps.UKSouth", + "id": "AzureDevOps.UKSouth", + "properties": { + "changeNumber": 1, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "AzureDevOps", + "addressPrefixes": [ + "51.104.26.0/24" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevOps.WestCentralUS", + "id": "AzureDevOps.WestCentralUS", + "properties": { + "changeNumber": 1, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "AzureDevOps", + "addressPrefixes": [ + "52.150.138.0/24" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevOps.WestEurope", + "id": "AzureDevOps.WestEurope", + "properties": { + "changeNumber": 1, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "AzureDevOps", + "addressPrefixes": [ + "40.74.28.0/23" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevOps.WestUS", + "id": "AzureDevOps.WestUS", + "properties": { + "changeNumber": 1, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "AzureDevOps", + "addressPrefixes": [ + "40.82.252.0/24" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevOps.WestUS2", + "id": "AzureDevOps.WestUS2", + "properties": { + "changeNumber": 1, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "AzureDevOps", + "addressPrefixes": [ + "20.42.134.0/23" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevOps.WestUS3", + "id": "AzureDevOps.WestUS3", + "properties": { + "changeNumber": 1, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "AzureDevOps", + "addressPrefixes": [ + "20.125.155.0/24" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevSpaces.AustraliaEast", + "id": "AzureDevSpaces.AustraliaEast", + "properties": { + "changeNumber": 1, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "AzureDevSpaces", + "addressPrefixes": [ + "13.70.78.176/28", + "20.37.195.80/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevSpaces.AustraliaSoutheast", + "id": "AzureDevSpaces.AustraliaSoutheast", + "properties": { + "changeNumber": 1, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "AzureDevSpaces", + "addressPrefixes": [ + "20.42.230.64/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevSpaces.CanadaCentral", + "id": "AzureDevSpaces.CanadaCentral", + "properties": { + "changeNumber": 1, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "AzureDevSpaces", + "addressPrefixes": [ + "13.71.175.112/28", + "52.228.81.224/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevSpaces.CanadaEast", + "id": "AzureDevSpaces.CanadaEast", + "properties": { + "changeNumber": 1, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "AzureDevSpaces", + "addressPrefixes": [ + "40.69.110.176/28", + "40.89.17.192/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevSpaces.CentralUS", + "id": "AzureDevSpaces.CentralUS", + "properties": { + "changeNumber": 1, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "AzureDevSpaces", + "addressPrefixes": [ + "20.37.157.64/28", + "52.182.141.128/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevSpaces.EastAsia", + "id": "AzureDevSpaces.EastAsia", + "properties": { + "changeNumber": 1, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "AzureDevSpaces", + "addressPrefixes": [ + "20.189.108.32/28", + "104.214.161.48/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevSpaces.EastUS", + "id": "AzureDevSpaces.EastUS", + "properties": { + "changeNumber": 1, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "AzureDevSpaces", + "addressPrefixes": [ + "20.42.6.32/27", + "20.42.6.128/28", + "20.42.64.64/26" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevSpaces.EastUS2", + "id": "AzureDevSpaces.EastUS2", + "properties": { + "changeNumber": 1, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureDevSpaces", + "addressPrefixes": [ + "20.41.5.128/28", + "40.70.151.80/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevSpaces.EastUS2EUAP", + "id": "AzureDevSpaces.EastUS2EUAP", + "properties": { + "changeNumber": 1, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "AzureDevSpaces", + "addressPrefixes": [ + "20.39.11.64/28", + "40.75.35.224/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevSpaces.JapanEast", + "id": "AzureDevSpaces.JapanEast", + "properties": { + "changeNumber": 1, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "AzureDevSpaces", + "addressPrefixes": [ + "13.78.111.144/28", + "20.43.65.208/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevSpaces.NorthEurope", + "id": "AzureDevSpaces.NorthEurope", + "properties": { + "changeNumber": 1, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "AzureDevSpaces", + "addressPrefixes": [ + "13.74.111.128/28", + "20.38.85.128/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevSpaces.SouthCentralUS", + "id": "AzureDevSpaces.SouthCentralUS", + "properties": { + "changeNumber": 1, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "AzureDevSpaces", + "addressPrefixes": [ + "13.73.244.128/28", + "40.119.9.240/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevSpaces.SoutheastAsia", + "id": "AzureDevSpaces.SoutheastAsia", + "properties": { + "changeNumber": 1, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "AzureDevSpaces", + "addressPrefixes": [ + "20.43.130.240/28", + "40.78.239.0/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevSpaces.UKSouth", + "id": "AzureDevSpaces.UKSouth", + "properties": { + "changeNumber": 1, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "AzureDevSpaces", + "addressPrefixes": [ + "51.104.25.208/28", + "51.105.77.64/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevSpaces.WestCentralUS", + "id": "AzureDevSpaces.WestCentralUS", + "properties": { + "changeNumber": 1, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "AzureDevSpaces", + "addressPrefixes": [ + "13.71.199.96/28", + "52.150.139.144/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevSpaces.WestEurope", + "id": "AzureDevSpaces.WestEurope", + "properties": { + "changeNumber": 1, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "AzureDevSpaces", + "addressPrefixes": [ + "13.69.71.144/28", + "40.74.30.144/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevSpaces.WestUS", + "id": "AzureDevSpaces.WestUS", + "properties": { + "changeNumber": 1, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "AzureDevSpaces", + "addressPrefixes": [ + "13.86.221.224/28", + "40.82.253.112/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDevSpaces.WestUS2", + "id": "AzureDevSpaces.WestUS2", + "properties": { + "changeNumber": 1, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "AzureDevSpaces", + "addressPrefixes": [ + "20.42.131.192/27", + "40.78.251.224/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.AustraliaCentral", + "id": "AzureDigitalTwins.AustraliaCentral", + "properties": { + "changeNumber": 2, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "20.53.48.0/27", + "20.53.48.32/29", + "2603:1010:304:2::700/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.AustraliaCentral2", + "id": "AzureDigitalTwins.AustraliaCentral2", + "properties": { + "changeNumber": 2, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "20.36.125.120/29", + "20.36.125.192/27", + "2603:1010:404:2::780/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.AustraliaEast", + "id": "AzureDigitalTwins.AustraliaEast", + "properties": { + "changeNumber": 1, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "20.53.44.88/29", + "20.53.44.96/27", + "20.53.114.26/32", + "20.53.114.71/32", + "20.53.114.84/32", + "20.53.114.118/32", + "20.193.3.89/32", + "20.193.3.243/32", + "20.193.7.70/32", + "20.193.7.132/32", + "20.193.59.172/32", + "20.193.59.253/32" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.AustraliaSoutheast", + "id": "AzureDigitalTwins.AustraliaSoutheast", + "properties": { + "changeNumber": 1, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "104.46.178.120/29", + "104.46.178.160/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.BrazilSouth", + "id": "AzureDigitalTwins.BrazilSouth", + "properties": { + "changeNumber": 1, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "191.234.139.168/29", + "191.234.142.0/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.BrazilSoutheast", + "id": "AzureDigitalTwins.BrazilSoutheast", + "properties": { + "changeNumber": 1, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "191.233.15.16/29", + "191.233.15.32/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.CanadaCentral", + "id": "AzureDigitalTwins.CanadaCentral", + "properties": { + "changeNumber": 1, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "20.48.193.128/27", + "20.48.193.160/29" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.CanadaEast", + "id": "AzureDigitalTwins.CanadaEast", + "properties": { + "changeNumber": 2, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "52.139.106.96/27", + "2603:1030:1005:3::200/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.CentralIndia", + "id": "AzureDigitalTwins.CentralIndia", + "properties": { + "changeNumber": 2, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "52.140.111.112/29", + "52.140.111.192/27", + "2603:1040:a06:2::200/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.CentralUS", + "id": "AzureDigitalTwins.CentralUS", + "properties": { + "changeNumber": 1, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "20.40.225.48/29", + "20.40.225.128/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.CentralUSEUAP", + "id": "AzureDigitalTwins.CentralUSEUAP", + "properties": { + "changeNumber": 2, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "20.46.10.56/29", + "20.46.10.96/27", + "2603:1030:f:2::500/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.EastAsia", + "id": "AzureDigitalTwins.EastAsia", + "properties": { + "changeNumber": 2, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "20.187.197.16/29", + "20.187.197.128/27", + "2603:1040:207:1::500/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.EastUS", + "id": "AzureDigitalTwins.EastUS", + "properties": { + "changeNumber": 1, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "20.62.129.32/27", + "20.62.129.128/29", + "20.185.75.6/32", + "20.185.75.209/32", + "52.149.234.152/32", + "52.149.238.190/32", + "52.149.239.34/32", + "52.170.161.49/32", + "52.170.162.28/32", + "52.186.106.218/32", + "52.191.16.191/32", + "52.191.18.106/32" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.EastUS2", + "id": "AzureDigitalTwins.EastUS2", + "properties": { + "changeNumber": 1, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "20.49.103.112/29", + "20.49.103.192/27", + "52.247.76.74/32", + "52.247.76.167/32", + "52.247.76.187/32", + "52.247.76.199/32", + "52.247.76.216/32", + "52.247.76.246/32", + "52.247.76.252/32", + "52.247.77.7/32", + "52.247.77.22/32", + "52.247.77.26/32" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.EastUS2EUAP", + "id": "AzureDigitalTwins.EastUS2EUAP", + "properties": { + "changeNumber": 1, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "20.39.2.134/32", + "20.39.2.208/32", + "20.39.2.237/32", + "20.39.3.11/32", + "20.39.3.14/32", + "20.39.3.17/32", + "20.39.3.38/32", + "20.39.18.169/32", + "20.51.16.176/29", + "20.51.17.0/27", + "52.253.224.146/32", + "52.253.224.154/32" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.EastUSSTG", + "id": "AzureDigitalTwins.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "40.67.52.104/29", + "40.67.52.192/27", + "2603:1030:104::700/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.FranceCentral", + "id": "AzureDigitalTwins.FranceCentral", + "properties": { + "changeNumber": 1, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "20.43.47.72/29", + "20.43.47.96/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.FranceSouth", + "id": "AzureDigitalTwins.FranceSouth", + "properties": { + "changeNumber": 1, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "52.136.184.80/29", + "52.136.184.96/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.GermanyNorth", + "id": "AzureDigitalTwins.GermanyNorth", + "properties": { + "changeNumber": 2, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "51.116.51.176/29", + "51.116.54.0/27", + "2603:1020:d04:2::680/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.GermanyWestCentral", + "id": "AzureDigitalTwins.GermanyWestCentral", + "properties": { + "changeNumber": 1, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "51.116.148.120/29", + "51.116.148.192/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.ItalyNorth", + "id": "AzureDigitalTwins.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "4.232.26.224/27", + "2603:1020:1204::600/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.JapanEast", + "id": "AzureDigitalTwins.JapanEast", + "properties": { + "changeNumber": 1, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "20.191.161.96/27", + "20.191.161.192/29" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.JapanWest", + "id": "AzureDigitalTwins.JapanWest", + "properties": { + "changeNumber": 2, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "20.189.224.224/27", + "20.189.225.64/29", + "2603:1040:606:3::100/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.JioIndiaCentral", + "id": "AzureDigitalTwins.JioIndiaCentral", + "properties": { + "changeNumber": 1, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "20.192.231.192/27", + "20.192.231.224/29", + "2603:1040:1104:1::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.JioIndiaWest", + "id": "AzureDigitalTwins.JioIndiaWest", + "properties": { + "changeNumber": 1, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "20.192.166.176/29", + "20.192.167.128/27", + "2603:1040:d04:1::540/122", + "2603:1040:d04:2::80/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.KoreaCentral", + "id": "AzureDigitalTwins.KoreaCentral", + "properties": { + "changeNumber": 2, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "20.194.72.136/29", + "20.194.72.160/27", + "2603:1040:f05::700/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.KoreaSouth", + "id": "AzureDigitalTwins.KoreaSouth", + "properties": { + "changeNumber": 2, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "40.80.173.208/29", + "40.80.173.224/27", + "2603:1040:e05:5::280/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.NorthCentralUS", + "id": "AzureDigitalTwins.NorthCentralUS", + "properties": { + "changeNumber": 2, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "20.49.118.8/29", + "20.49.118.32/27", + "2603:1030:608:3::680/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.NorthEurope", + "id": "AzureDigitalTwins.NorthEurope", + "properties": { + "changeNumber": 1, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "51.104.141.227/32", + "52.142.120.18/32", + "52.142.120.22/32", + "52.142.120.57/32", + "52.142.120.74/32", + "52.142.120.90/32", + "52.142.120.104/32", + "52.142.120.156/32", + "52.146.132.192/27", + "52.146.132.224/29", + "52.156.207.58/32", + "52.156.207.195/32" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.NorwayEast", + "id": "AzureDigitalTwins.NorwayEast", + "properties": { + "changeNumber": 2, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "51.120.232.40/29", + "51.120.232.128/27", + "2603:1020:e04::700/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.NorwayWest", + "id": "AzureDigitalTwins.NorwayWest", + "properties": { + "changeNumber": 2, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "51.13.136.128/27", + "51.13.136.160/29", + "2603:1020:f04:3::780/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.PolandCentral", + "id": "AzureDigitalTwins.PolandCentral", + "properties": { + "changeNumber": 1, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "20.215.3.192/27", + "2603:1020:1302::580/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.QatarCentral", + "id": "AzureDigitalTwins.QatarCentral", + "properties": { + "changeNumber": 1, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "20.21.36.64/27", + "2603:1040:1002::7c0/123", + "2603:1040:1002:1::/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.SouthAfricaNorth", + "id": "AzureDigitalTwins.SouthAfricaNorth", + "properties": { + "changeNumber": 1, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "102.133.221.16/29", + "102.133.221.32/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.SouthAfricaWest", + "id": "AzureDigitalTwins.SouthAfricaWest", + "properties": { + "changeNumber": 1, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "102.37.80.0/27", + "102.37.80.32/29" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.SouthCentralUS", + "id": "AzureDigitalTwins.SouthCentralUS", + "properties": { + "changeNumber": 1, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "20.65.130.72/29", + "20.65.130.96/27", + "40.124.97.243/32", + "40.124.98.14/31", + "40.124.98.23/32", + "40.124.98.34/31", + "40.124.98.48/32", + "40.124.98.52/32", + "40.124.98.70/32", + "40.124.99.100/32" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.SouthCentralUSSTG", + "id": "AzureDigitalTwins.SouthCentralUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "20.45.116.80/29", + "20.45.116.96/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.SouthIndia", + "id": "AzureDigitalTwins.SouthIndia", + "properties": { + "changeNumber": 1, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "52.172.112.168/29", + "52.172.113.0/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.SoutheastAsia", + "id": "AzureDigitalTwins.SoutheastAsia", + "properties": { + "changeNumber": 1, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "23.98.108.184/29", + "23.98.109.0/27", + "40.119.241.130/32", + "40.119.241.148/32", + "40.119.241.154/32", + "40.119.242.73/32", + "40.119.242.79/32", + "40.119.242.168/32", + "40.119.242.232/32", + "40.119.243.20/32", + "40.119.243.119/32", + "40.119.243.178/32" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.SwedenCentral", + "id": "AzureDigitalTwins.SwedenCentral", + "properties": { + "changeNumber": 1, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "51.12.43.144/29", + "51.12.43.160/27", + "2603:1020:1004:1::540/122", + "2603:1020:1004:2::/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.SwedenSouth", + "id": "AzureDigitalTwins.SwedenSouth", + "properties": { + "changeNumber": 1, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "51.12.194.120/29", + "51.12.195.192/27", + "2603:1020:1104:1::380/122", + "2603:1020:1104:1::680/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.SwitzerlandNorth", + "id": "AzureDigitalTwins.SwitzerlandNorth", + "properties": { + "changeNumber": 2, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "51.107.241.64/27", + "51.107.241.96/29", + "2603:1020:a04:2::580/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.SwitzerlandWest", + "id": "AzureDigitalTwins.SwitzerlandWest", + "properties": { + "changeNumber": 1, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "51.107.249.80/29", + "51.107.249.96/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.UAECentral", + "id": "AzureDigitalTwins.UAECentral", + "properties": { + "changeNumber": 2, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "20.37.70.112/29", + "20.37.70.192/27", + "2603:1040:b04:2::700/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.UAENorth", + "id": "AzureDigitalTwins.UAENorth", + "properties": { + "changeNumber": 2, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "20.38.142.112/29", + "20.38.142.192/27", + "2603:1040:904:2::700/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.UKSouth", + "id": "AzureDigitalTwins.UKSouth", + "properties": { + "changeNumber": 1, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "20.49.248.209/32", + "20.49.249.56/32", + "20.49.249.78/32", + "20.49.249.101/32", + "20.49.249.106/32", + "20.49.249.156/32", + "20.49.249.189/32", + "20.49.249.208/32", + "20.49.249.236/32", + "20.49.250.2/32", + "51.143.208.208/29", + "51.143.208.224/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.UKWest", + "id": "AzureDigitalTwins.UKWest", + "properties": { + "changeNumber": 1, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "20.58.66.0/27", + "20.58.66.32/29" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.WestCentralUS", + "id": "AzureDigitalTwins.WestCentralUS", + "properties": { + "changeNumber": 1, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "52.148.29.27/32", + "52.150.156.248/29", + "52.150.157.32/27", + "52.153.153.146/32", + "52.153.153.246/32", + "52.153.153.255/32", + "52.153.154.13/32", + "52.153.154.40/32", + "52.153.154.123/32", + "52.153.154.158/32", + "52.153.154.161/32", + "52.161.185.49/32" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.WestEurope", + "id": "AzureDigitalTwins.WestEurope", + "properties": { + "changeNumber": 1, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "20.50.211.192/32", + "20.50.212.99/32", + "20.50.212.103/32", + "20.50.212.140/32", + "20.50.213.6/32", + "20.50.213.76/32", + "20.50.213.88/32", + "20.50.213.93/32", + "20.50.213.94/32", + "20.50.213.120/32", + "20.61.98.144/29", + "20.61.99.0/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.WestIndia", + "id": "AzureDigitalTwins.WestIndia", + "properties": { + "changeNumber": 2, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "52.136.52.248/29", + "52.136.53.64/27", + "2603:1040:806:3::200/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.WestUS", + "id": "AzureDigitalTwins.WestUS", + "properties": { + "changeNumber": 2, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "20.66.2.16/29", + "20.66.2.128/27", + "2603:1030:a07:4::280/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.WestUS2", + "id": "AzureDigitalTwins.WestUS2", + "properties": { + "changeNumber": 1, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "20.51.8.96/27", + "20.51.8.192/29", + "20.51.73.8/32", + "20.51.73.11/32", + "20.51.73.22/31", + "20.51.73.25/32", + "20.51.73.26/31", + "20.51.73.36/32", + "20.51.73.39/32", + "20.51.73.44/32", + "52.149.20.142/32", + "52.250.39.158/32", + "52.250.39.236/32", + "52.250.39.246/32", + "52.250.39.250/32", + "52.250.72.145/32", + "52.250.73.36/32", + "52.250.73.178/32", + "52.250.73.204/32", + "52.250.74.3/32" + ], + "networkFeatures": null + } + }, + { + "name": "AzureDigitalTwins.WestUS3", + "id": "AzureDigitalTwins.WestUS3", + "properties": { + "changeNumber": 1, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "AzureDigitalTwins", + "addressPrefixes": [ + "20.150.166.176/29", + "20.150.167.128/27", + "2603:1030:504::560/123", + "2603:1030:504:2::/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.AustraliaCentral", + "id": "AzureEventGrid.AustraliaCentral", + "properties": { + "changeNumber": 1, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "20.37.55.32/27", + "20.37.225.0/25", + "2603:1010:304::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.AustraliaCentral2", + "id": "AzureEventGrid.AustraliaCentral2", + "properties": { + "changeNumber": 1, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "20.36.121.0/25", + "20.39.99.64/28", + "20.39.99.240/28", + "2603:1010:404::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.AustraliaEast", + "id": "AzureEventGrid.AustraliaEast", + "properties": { + "changeNumber": 2, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "20.37.196.0/25", + "2603:1010:6:1::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.AustraliaSoutheast", + "id": "AzureEventGrid.AustraliaSoutheast", + "properties": { + "changeNumber": 1, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "20.40.175.48/28", + "20.40.175.64/28", + "20.42.228.0/25", + "2603:1010:101::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.BrazilSouth", + "id": "AzureEventGrid.BrazilSouth", + "properties": { + "changeNumber": 1, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "191.235.126.0/28", + "191.235.126.144/28", + "191.235.227.0/25", + "2603:1050:6:1::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.BrazilSoutheast", + "id": "AzureEventGrid.BrazilSoutheast", + "properties": { + "changeNumber": 1, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "191.233.9.128/25", + "2603:1050:403::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.CanadaCentral", + "id": "AzureEventGrid.CanadaCentral", + "properties": { + "changeNumber": 2, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "52.139.9.80/28", + "52.139.11.16/28", + "52.228.83.0/25", + "2603:1030:f05:1::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.CanadaEast", + "id": "AzureEventGrid.CanadaEast", + "properties": { + "changeNumber": 1, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "40.89.18.0/25", + "52.139.85.16/28", + "52.139.85.32/28", + "2603:1030:1005::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.CentralIndia", + "id": "AzureEventGrid.CentralIndia", + "properties": { + "changeNumber": 1, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "13.71.56.240/28", + "13.71.57.0/28", + "52.140.106.0/25", + "2603:1040:a06:1::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.CentralUS", + "id": "AzureEventGrid.CentralUS", + "properties": { + "changeNumber": 2, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "13.86.56.32/27", + "13.86.56.160/27", + "20.37.157.128/25", + "40.89.240.144/28", + "52.154.57.48/28", + "52.154.57.80/28", + "74.249.137.0/24", + "2603:1030:10:1::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.CentralUSEUAP", + "id": "AzureEventGrid.CentralUSEUAP", + "properties": { + "changeNumber": 1, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "20.45.195.0/25", + "2603:1030:f:1::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.EastAsia", + "id": "AzureEventGrid.EastAsia", + "properties": { + "changeNumber": 2, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "20.6.143.0/24", + "20.189.108.128/25", + "20.189.115.80/28", + "20.189.123.80/28", + "20.189.125.32/27", + "2603:1040:207::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.EastUS", + "id": "AzureEventGrid.EastUS", + "properties": { + "changeNumber": 1, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "20.42.7.0/25", + "52.149.248.0/28", + "52.149.248.64/27", + "52.149.248.96/28", + "52.154.68.16/28", + "52.154.68.32/28", + "52.170.171.192/28", + "52.170.171.240/28", + "52.186.36.16/28", + "2603:1030:210:1::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.EastUS2", + "id": "AzureEventGrid.EastUS2", + "properties": { + "changeNumber": 3, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "20.49.96.0/25", + "52.167.21.160/27", + "52.167.21.208/28", + "52.167.21.224/28", + "52.177.38.160/27", + "74.249.122.0/24", + "2603:1030:40c:1::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.EastUS2EUAP", + "id": "AzureEventGrid.EastUS2EUAP", + "properties": { + "changeNumber": 1, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "20.39.11.128/25", + "20.39.20.16/28", + "2603:1030:40b:1::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.EastUSSTG", + "id": "AzureEventGrid.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "40.67.49.0/25", + "2603:1030:104:1::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.FranceCentral", + "id": "AzureEventGrid.FranceCentral", + "properties": { + "changeNumber": 1, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "20.40.152.128/27", + "20.43.42.128/25", + "2603:1020:805:1::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.FranceSouth", + "id": "AzureEventGrid.FranceSouth", + "properties": { + "changeNumber": 1, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "20.39.80.112/28", + "20.39.80.128/28", + "51.105.89.0/25", + "2603:1020:905::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.GermanyNorth", + "id": "AzureEventGrid.GermanyNorth", + "properties": { + "changeNumber": 2, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "51.116.3.32/27", + "51.116.72.0/25", + "2603:1020:d04::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.GermanyWestCentral", + "id": "AzureEventGrid.GermanyWestCentral", + "properties": { + "changeNumber": 2, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "20.52.90.128/25", + "51.116.100.208/28", + "51.116.100.224/28", + "2603:1020:c04:1::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.ItalyNorth", + "id": "AzureEventGrid.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "4.232.25.128/25", + "2603:1020:1204::280/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.JapanEast", + "id": "AzureEventGrid.JapanEast", + "properties": { + "changeNumber": 1, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "20.43.66.128/25", + "20.44.168.64/28", + "52.185.176.112/28", + "2603:1040:407:1::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.JapanWest", + "id": "AzureEventGrid.JapanWest", + "properties": { + "changeNumber": 1, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "40.74.106.96/27", + "40.80.58.0/25", + "2603:1040:606::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.JioIndiaCentral", + "id": "AzureEventGrid.JioIndiaCentral", + "properties": { + "changeNumber": 1, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "20.192.228.0/25", + "2603:1040:1104::280/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.JioIndiaWest", + "id": "AzureEventGrid.JioIndiaWest", + "properties": { + "changeNumber": 1, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "20.192.164.0/25", + "2603:1040:d04::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.KoreaCentral", + "id": "AzureEventGrid.KoreaCentral", + "properties": { + "changeNumber": 1, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "20.41.66.0/25", + "52.231.112.192/28", + "52.231.112.224/28", + "2603:1040:f05:1::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.KoreaSouth", + "id": "AzureEventGrid.KoreaSouth", + "properties": { + "changeNumber": 2, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "40.80.170.0/25", + "40.80.236.192/27", + "2603:1040:e05:1::700/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.NorthCentralUS", + "id": "AzureEventGrid.NorthCentralUS", + "properties": { + "changeNumber": 1, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "20.41.136.240/28", + "40.80.190.0/25", + "52.252.213.192/28", + "2603:1030:608::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.NorthEurope", + "id": "AzureEventGrid.NorthEurope", + "properties": { + "changeNumber": 2, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "20.38.87.0/25", + "20.191.59.128/28", + "20.191.59.176/28", + "40.127.155.192/28", + "40.127.251.144/28", + "68.219.195.0/24", + "2603:1020:5:1::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.NorwayEast", + "id": "AzureEventGrid.NorwayEast", + "properties": { + "changeNumber": 1, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "51.120.4.0/27", + "51.120.41.0/25", + "2603:1020:e04:1::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.NorwayWest", + "id": "AzureEventGrid.NorwayWest", + "properties": { + "changeNumber": 1, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "51.120.131.64/27", + "51.120.225.0/25", + "2603:1020:f04::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.PolandCentral", + "id": "AzureEventGrid.PolandCentral", + "properties": { + "changeNumber": 1, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "20.215.1.128/25", + "2603:1020:1302::280/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.QatarCentral", + "id": "AzureEventGrid.QatarCentral", + "properties": { + "changeNumber": 1, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "20.21.33.128/25", + "2603:1040:1002::480/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.SouthAfricaNorth", + "id": "AzureEventGrid.SouthAfricaNorth", + "properties": { + "changeNumber": 2, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "102.37.162.0/25", + "102.133.135.16/28", + "102.133.135.32/28", + "2603:1000:104:1::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.SouthAfricaWest", + "id": "AzureEventGrid.SouthAfricaWest", + "properties": { + "changeNumber": 1, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "102.133.0.240/28", + "102.133.1.0/28", + "102.133.57.0/25", + "2603:1000:4::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.SouthCentralUS", + "id": "AzureEventGrid.SouthCentralUS", + "properties": { + "changeNumber": 2, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "4.151.98.0/24", + "13.73.248.128/25", + "52.185.212.176/28", + "52.185.212.192/28", + "52.255.80.16/28", + "52.255.82.160/28", + "2603:1030:807:1::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.SouthCentralUSSTG", + "id": "AzureEventGrid.SouthCentralUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "20.45.113.0/25" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.SouthIndia", + "id": "AzureEventGrid.SouthIndia", + "properties": { + "changeNumber": 2, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "20.41.195.0/25", + "20.44.39.176/28", + "20.44.39.192/28", + "2603:1040:c06::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.SoutheastAsia", + "id": "AzureEventGrid.SoutheastAsia", + "properties": { + "changeNumber": 2, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "20.43.131.128/25", + "20.43.165.144/28", + "20.43.172.128/27", + "20.44.205.112/28", + "2603:1040:5:1::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.SwedenCentral", + "id": "AzureEventGrid.SwedenCentral", + "properties": { + "changeNumber": 1, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "51.12.47.128/25", + "2603:1020:1004::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.SwedenSouth", + "id": "AzureEventGrid.SwedenSouth", + "properties": { + "changeNumber": 1, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "51.12.199.0/25", + "2603:1020:1104::280/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.SwitzerlandNorth", + "id": "AzureEventGrid.SwitzerlandNorth", + "properties": { + "changeNumber": 1, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "51.107.4.128/27", + "51.107.49.0/25", + "2603:1020:a04:1::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.SwitzerlandWest", + "id": "AzureEventGrid.SwitzerlandWest", + "properties": { + "changeNumber": 1, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "51.107.99.32/27", + "51.107.145.0/25", + "2603:1020:b04::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.UAECentral", + "id": "AzureEventGrid.UAECentral", + "properties": { + "changeNumber": 1, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "20.37.65.0/25", + "20.37.82.224/27", + "2603:1040:b04::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.UAENorth", + "id": "AzureEventGrid.UAENorth", + "properties": { + "changeNumber": 2, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "20.38.137.0/25", + "20.46.152.112/28", + "20.46.152.128/28", + "2603:1040:904:1::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.UKNorth", + "id": "AzureEventGrid.UKNorth", + "properties": { + "changeNumber": 1, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "51.105.81.0/25", + "2603:1020:305::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.UKSouth", + "id": "AzureEventGrid.UKSouth", + "properties": { + "changeNumber": 2, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "51.104.27.128/25", + "51.132.161.160/28", + "51.132.170.64/28", + "2603:1020:705:1::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.UKSouth2", + "id": "AzureEventGrid.UKSouth2", + "properties": { + "changeNumber": 2, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "51.143.193.0/25", + "2603:1020:405::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.UKWest", + "id": "AzureEventGrid.UKWest", + "properties": { + "changeNumber": 1, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "51.137.142.32/28", + "51.137.162.0/25", + "52.142.152.144/28", + "2603:1020:605::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.WestCentralUS", + "id": "AzureEventGrid.WestCentralUS", + "properties": { + "changeNumber": 2, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "52.148.45.0/24", + "52.150.140.0/25", + "52.159.49.144/28", + "52.159.51.160/28", + "52.159.53.64/28", + "52.159.53.112/28", + "52.161.186.128/28", + "52.161.186.208/28", + "2603:1030:b04::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.WestEurope", + "id": "AzureEventGrid.WestEurope", + "properties": { + "changeNumber": 2, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "4.210.129.0/24", + "40.74.31.128/25", + "40.114.160.176/28", + "40.114.160.192/28", + "40.114.169.0/28", + "51.137.16.224/28", + "2603:1020:206:1::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.WestIndia", + "id": "AzureEventGrid.WestIndia", + "properties": { + "changeNumber": 1, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "40.81.93.240/28", + "40.81.95.128/28", + "52.136.49.0/25", + "2603:1040:806::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.WestUS", + "id": "AzureEventGrid.WestUS", + "properties": { + "changeNumber": 1, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "13.88.73.16/28", + "13.88.73.32/27", + "13.88.135.208/28", + "13.91.193.0/28", + "40.82.254.128/25", + "52.160.136.16/28", + "52.160.136.32/28", + "2603:1030:a07::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.WestUS2", + "id": "AzureEventGrid.WestUS2", + "properties": { + "changeNumber": 3, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "40.64.128.0/25", + "52.149.23.160/27", + "52.149.48.80/28", + "52.149.48.96/27", + "52.156.103.192/28", + "52.233.104.0/24", + "52.250.28.176/28", + "52.250.32.160/28", + "2603:1030:c06:1::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureEventGrid.WestUS3", + "id": "AzureEventGrid.WestUS3", + "properties": { + "changeNumber": 1, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "AzureEventGrid", + "addressPrefixes": [ + "20.150.164.0/25", + "2603:1030:504:1::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "EventHub.AustraliaCentral", + "id": "EventHub.AustraliaCentral", + "properties": { + "changeNumber": 5, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "20.36.46.142/32", + "20.36.106.192/27", + "20.53.1.128/26", + "20.53.51.0/24", + "2603:1010:304::240/122", + "2603:1010:304:2::/120", + "2603:1010:304:402::1c0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.AustraliaCentral2", + "id": "EventHub.AustraliaCentral2", + "properties": { + "changeNumber": 5, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "20.36.74.130/32", + "20.36.114.32/27", + "20.53.59.0/24", + "20.193.97.0/26", + "2603:1010:404::240/122", + "2603:1010:404:2::/120", + "2603:1010:404:402::1c0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.AustraliaEast", + "id": "EventHub.AustraliaEast", + "properties": { + "changeNumber": 6, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "13.70.72.0/28", + "13.70.79.16/28", + "13.70.114.64/26", + "13.72.254.134/32", + "20.53.85.82/32", + "20.70.219.0/24", + "40.79.162.0/28", + "40.79.166.192/26", + "40.79.170.32/28", + "40.79.174.128/26", + "104.210.106.31/32", + "191.239.64.142/32", + "191.239.64.144/32", + "2603:1010:6:1::240/122", + "2603:1010:6:2::400/120", + "2603:1010:6:402::1c0/123", + "2603:1010:6:802::160/123", + "2603:1010:6:c02::160/123", + "2603:10e1:100:2::1435:5552/128" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.AustraliaSoutheast", + "id": "EventHub.AustraliaSoutheast", + "properties": { + "changeNumber": 4, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "13.77.50.32/27", + "20.92.2.0/24", + "40.115.79.2/32", + "40.127.83.123/32", + "191.239.160.45/32", + "191.239.160.178/32", + "2603:1010:101::240/122", + "2603:1010:101:2::600/119", + "2603:1010:101:402::1c0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.BrazilSouth", + "id": "EventHub.BrazilSouth", + "properties": { + "changeNumber": 5, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "20.195.137.192/26", + "20.195.152.64/26", + "23.97.97.36/32", + "23.97.103.3/32", + "104.41.63.213/32", + "191.233.203.0/28", + "191.234.146.64/26", + "191.234.150.192/26", + "191.234.154.64/26", + "191.238.75.0/24", + "2603:1050:6:1::240/122", + "2603:1050:6:2::200/120", + "2603:1050:6:402::1c0/123", + "2603:1050:6:802::160/123", + "2603:1050:6:c02::160/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.BrazilSoutheast", + "id": "EventHub.BrazilSoutheast", + "properties": { + "changeNumber": 3, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "20.195.150.160/27", + "20.195.150.192/26", + "20.195.151.0/25", + "23.97.120.51/32", + "191.233.9.64/27", + "191.237.224.0/26", + "2603:1050:403::240/122", + "2603:1050:403:2::/120", + "2603:1050:403:400::1c0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.CanadaCentral", + "id": "EventHub.CanadaCentral", + "properties": { + "changeNumber": 5, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "13.71.170.16/28", + "13.71.177.128/26", + "20.38.146.64/26", + "20.48.200.128/26", + "20.151.32.64/26", + "40.85.226.62/32", + "40.85.229.32/32", + "52.139.4.118/32", + "52.233.30.41/32", + "52.237.33.36/32", + "52.237.33.104/32", + "52.246.154.64/26", + "52.246.159.0/26", + "2603:1030:f05:1::240/122", + "2603:1030:f05:2::400/120", + "2603:1030:f05:402::1c0/123", + "2603:1030:f05:802::160/123", + "2603:1030:f05:c02::160/123", + "2603:10e1:100:2::348b:476/128" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.CanadaEast", + "id": "EventHub.CanadaEast", + "properties": { + "changeNumber": 5, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "40.69.106.32/27", + "40.69.117.64/26", + "40.86.225.142/32", + "40.86.230.119/32", + "52.139.109.0/24", + "52.242.20.204/32", + "2603:1030:1005::240/122", + "2603:1030:1005:2::/120", + "2603:1030:1005:402::1c0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.CentralIndia", + "id": "EventHub.CentralIndia", + "properties": { + "changeNumber": 4, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "13.71.30.214/32", + "20.43.126.64/26", + "20.192.98.64/26", + "20.192.102.0/26", + "20.192.168.0/26", + "40.80.50.64/26", + "52.172.221.245/32", + "52.172.223.211/32", + "104.211.81.0/28", + "104.211.98.185/32", + "104.211.102.58/32", + "2603:1040:a06:1::240/122", + "2603:1040:a06:2::700/120", + "2603:1040:a06:402::1c0/123", + "2603:1040:a06:802::160/123", + "2603:1040:a06:c02::160/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.CentralUS", + "id": "EventHub.CentralUS", + "properties": { + "changeNumber": 5, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "13.89.58.37/32", + "13.89.59.231/32", + "13.89.170.128/26", + "13.89.178.112/28", + "20.44.13.64/26", + "20.98.147.0/24", + "23.99.128.69/32", + "23.99.129.170/32", + "23.99.192.254/32", + "23.99.196.56/32", + "23.99.228.174/32", + "40.86.77.12/32", + "40.86.102.100/32", + "40.122.173.108/32", + "40.122.213.155/32", + "52.165.34.144/32", + "52.165.179.109/32", + "52.165.235.119/32", + "52.165.237.8/32", + "52.173.199.106/32", + "52.176.47.198/32", + "52.182.138.128/26", + "52.182.143.64/26", + "104.43.168.200/32", + "104.43.192.43/32", + "104.43.192.222/32", + "104.208.16.0/26", + "168.61.148.205/32", + "2603:1030:10:1::240/122", + "2603:1030:10:c::/119", + "2603:1030:10:402::1c0/123", + "2603:1030:10:802::160/123", + "2603:1030:10:c02::160/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.CentralUSEUAP", + "id": "EventHub.CentralUSEUAP", + "properties": { + "changeNumber": 6, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "20.45.240.128/25", + "20.45.241.0/26", + "20.46.15.64/26", + "40.78.202.32/27", + "52.180.180.228/32", + "52.180.182.75/32", + "168.61.143.128/26", + "2603:1030:f:1::240/122", + "2603:1030:f:3::200/122", + "2603:1030:f:3::400/120", + "2603:1030:f:400::9c0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.EastAsia", + "id": "EventHub.EastAsia", + "properties": { + "changeNumber": 4, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "13.75.34.64/26", + "13.94.47.61/32", + "20.195.77.0/24", + "20.205.75.128/26", + "20.205.83.128/26", + "23.97.67.90/32", + "23.99.118.48/32", + "23.101.3.68/32", + "23.101.8.229/32", + "23.102.234.49/32", + "52.175.35.235/32", + "168.63.141.27/32", + "207.46.153.127/32", + "207.46.154.16/32", + "2603:1040:207::240/122", + "2603:1040:207:2::100/120", + "2603:1040:207:402::1c0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.EastUS", + "id": "EventHub.EastUS", + "properties": { + "changeNumber": 7, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "13.90.83.7/32", + "13.90.208.184/32", + "13.92.124.151/32", + "13.92.180.208/32", + "13.92.190.184/32", + "20.42.68.64/26", + "20.42.74.0/26", + "20.88.153.0/26", + "40.71.10.128/26", + "40.71.100.98/32", + "40.76.29.197/32", + "40.76.40.11/32", + "40.76.194.119/32", + "40.78.226.128/26", + "40.79.155.0/26", + "40.117.88.66/32", + "40.121.84.50/32", + "40.121.141.232/32", + "40.121.148.193/32", + "52.168.14.144/32", + "52.168.66.180/32", + "52.168.117.0/26", + "52.168.146.69/32", + "52.168.147.11/32", + "52.179.6.240/32", + "52.179.8.35/32", + "52.191.45.0/24", + "52.191.213.188/32", + "52.191.228.245/32", + "52.226.36.235/32", + "104.45.135.34/32", + "104.45.147.24/32", + "137.117.85.236/32", + "137.117.89.253/32", + "137.117.91.152/32", + "137.135.102.226/32", + "168.62.52.235/32", + "191.236.32.73/32", + "191.236.32.191/32", + "191.236.35.225/32", + "191.237.47.93/32", + "2603:1030:210:1::240/122", + "2603:1030:210:c::200/119", + "2603:1030:210:402::1c0/123", + "2603:1030:210:802::160/123", + "2603:1030:210:c02::160/123", + "2603:10e1:100:2::34bf:e4f5/128" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.EastUS2", + "id": "EventHub.EastUS2", + "properties": { + "changeNumber": 5, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "13.68.20.101/32", + "13.68.21.169/32", + "13.68.77.215/32", + "20.36.144.64/26", + "20.62.62.0/24", + "40.70.78.154/32", + "40.70.146.0/26", + "40.79.44.59/32", + "40.79.74.86/32", + "52.167.106.0/26", + "52.167.109.192/26", + "52.167.145.0/26", + "52.179.157.59/32", + "104.46.98.9/32", + "104.46.98.73/32", + "104.46.99.176/32", + "104.208.144.0/26", + "104.208.237.147/32", + "104.209.186.70/32", + "104.210.14.49/32", + "137.116.48.46/32", + "137.116.77.157/32", + "137.116.91.178/32", + "191.237.129.158/32", + "2603:1030:40c:1::240/122", + "2603:1030:40c:b::600/119", + "2603:1030:40c:402::1c0/123", + "2603:1030:40c:802::160/123", + "2603:1030:40c:c02::160/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.EastUS2EUAP", + "id": "EventHub.EastUS2EUAP", + "properties": { + "changeNumber": 7, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "20.47.216.64/26", + "20.51.22.128/26", + "20.51.23.0/25", + "20.51.23.128/26", + "40.74.146.16/28", + "40.74.151.0/26", + "40.75.34.0/28", + "40.89.122.0/26", + "52.138.90.0/28", + "52.225.184.224/32", + "52.225.186.130/32", + "68.220.83.0/26", + "2603:1030:40b:1::240/122", + "2603:1030:40b:2::4c0/122", + "2603:1030:40b:3::/120", + "2603:1030:40b:400::9c0/123", + "2603:1030:40b:800::160/123", + "2603:1030:40b:c00::160/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.EastUSSTG", + "id": "EventHub.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "20.49.84.192/26", + "20.99.15.0/24", + "40.67.58.128/26", + "40.67.72.64/26", + "2603:1030:104:1::240/122", + "2603:1030:104:2::300/120", + "2603:1030:104:402::1c0/123", + "2603:1030:104:402::660/123", + "2603:1030:104:802::180/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.FranceCentral", + "id": "EventHub.FranceCentral", + "properties": { + "changeNumber": 5, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "40.79.130.16/28", + "40.79.138.0/28", + "40.79.142.0/26", + "40.79.146.0/28", + "40.79.149.64/26", + "51.11.192.128/26", + "51.138.214.0/24", + "52.143.136.55/32", + "2603:1020:805:1::240/122", + "2603:1020:805:2::200/120", + "2603:1020:805:402::1c0/123", + "2603:1020:805:802::160/123", + "2603:1020:805:c02::160/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.FranceSouth", + "id": "EventHub.FranceSouth", + "properties": { + "changeNumber": 4, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "40.79.178.32/27", + "52.136.136.62/32", + "52.136.188.0/24", + "2603:1020:905::240/122", + "2603:1020:905:2::/120", + "2603:1020:905:402::1c0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.GermanyNorth", + "id": "EventHub.GermanyNorth", + "properties": { + "changeNumber": 4, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "51.116.58.128/27", + "51.116.73.0/24", + "2603:1020:d04::240/122", + "2603:1020:d04:1::600/120", + "2603:1020:d04:402::1c0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.GermanyWestCentral", + "id": "EventHub.GermanyWestCentral", + "properties": { + "changeNumber": 6, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "20.52.64.128/26", + "20.52.92.0/24", + "51.116.154.192/27", + "51.116.242.64/26", + "51.116.245.192/27", + "51.116.246.192/26", + "51.116.250.64/26", + "51.116.254.0/26", + "2603:1020:c04:1::240/122", + "2603:1020:c04:2::200/120", + "2603:1020:c04:402::1c0/123", + "2603:1020:c04:802::160/123", + "2603:1020:c04:c02::160/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.ItalyNorth", + "id": "EventHub.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "4.232.29.0/24", + "4.232.107.64/26", + "4.232.123.64/26", + "4.232.195.64/26", + "2603:1020:1204:1::/120" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.JapanEast", + "id": "EventHub.JapanEast", + "properties": { + "changeNumber": 6, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "13.71.154.11/32", + "13.78.106.64/28", + "20.89.0.64/26", + "20.89.10.0/24", + "20.194.128.192/26", + "23.100.100.84/32", + "40.79.186.32/27", + "40.79.191.128/26", + "40.79.194.192/26", + "52.243.36.161/32", + "138.91.1.105/32", + "2603:1040:407:1::240/122", + "2603:1040:407:2::200/120", + "2603:1040:407:402::1c0/123", + "2603:1040:407:802::160/123", + "2603:1040:407:c02::160/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.JapanWest", + "id": "EventHub.JapanWest", + "properties": { + "changeNumber": 6, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "20.18.179.64/26", + "20.189.231.0/24", + "40.74.100.0/27", + "40.74.141.187/32", + "40.80.181.192/26", + "138.91.17.38/32", + "138.91.17.85/32", + "2603:1040:606::240/122", + "2603:1040:606:2::/120", + "2603:1040:606:402::1c0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.JioIndiaCentral", + "id": "EventHub.JioIndiaCentral", + "properties": { + "changeNumber": 3, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "20.192.33.64/26", + "20.192.51.96/27", + "20.192.51.128/25", + "20.192.55.0/26", + "20.192.225.160/27", + "20.192.234.32/27", + "2603:1040:1104:2::500/120", + "2603:1040:1104:400::1c0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.JioIndiaWest", + "id": "EventHub.JioIndiaWest", + "properties": { + "changeNumber": 3, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "20.192.161.64/27", + "20.193.195.32/27", + "20.193.195.64/26", + "20.193.195.128/25", + "20.193.202.32/27", + "20.193.204.192/26", + "2603:1040:d04::240/122", + "2603:1040:d04:2::500/120", + "2603:1040:d04:400::2c0/123", + "2603:1040:d04:c02::c0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.KoreaCentral", + "id": "EventHub.KoreaCentral", + "properties": { + "changeNumber": 6, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "20.44.26.64/26", + "20.44.31.128/26", + "20.194.68.192/26", + "20.194.80.0/26", + "20.200.193.0/24", + "52.231.18.16/28", + "52.231.29.105/32", + "52.231.32.85/32", + "52.231.32.94/32", + "2603:1040:f05:1::240/122", + "2603:1040:f05:2::600/120", + "2603:1040:f05:402::1c0/123", + "2603:1040:f05:802::160/123", + "2603:1040:f05:c02::160/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.KoreaSouth", + "id": "EventHub.KoreaSouth", + "properties": { + "changeNumber": 4, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "52.147.98.64/26", + "52.147.115.0/24", + "52.231.146.32/27", + "52.231.200.144/32", + "52.231.200.153/32", + "52.231.207.155/32", + "2603:1040:e05::500/120" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.NorthCentralUS", + "id": "EventHub.NorthCentralUS", + "properties": { + "changeNumber": 5, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "20.51.3.0/24", + "20.125.171.64/26", + "20.125.203.64/26", + "23.96.214.181/32", + "23.96.253.236/32", + "52.162.106.64/26", + "52.237.143.176/32", + "168.62.234.250/32", + "168.62.237.3/32", + "168.62.249.226/32", + "191.236.128.253/32", + "191.236.129.107/32", + "2603:1030:608::240/122", + "2603:1030:608:1::600/120", + "2603:1030:608:402::1c0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.NorthEurope", + "id": "EventHub.NorthEurope", + "properties": { + "changeNumber": 6, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "13.69.227.0/26", + "13.69.239.0/26", + "13.69.253.135/32", + "13.69.255.140/32", + "13.74.107.0/26", + "20.50.72.64/26", + "20.50.80.64/26", + "20.82.245.0/24", + "23.102.0.186/32", + "23.102.0.239/32", + "23.102.53.113/32", + "40.69.29.216/32", + "40.69.217.246/32", + "40.127.132.254/32", + "51.104.165.162/32", + "52.138.147.148/32", + "52.138.226.0/26", + "52.169.18.8/32", + "52.178.211.227/32", + "104.41.201.10/32", + "168.61.92.197/32", + "191.238.99.131/32", + "2603:1020:5:1::240/122", + "2603:1020:5:9::/119", + "2603:1020:5:402::1c0/123", + "2603:1020:5:802::160/123", + "2603:1020:5:c02::160/123", + "2603:10e1:100:2::3368:a5a2/128" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.NorwayEast", + "id": "EventHub.NorwayEast", + "properties": { + "changeNumber": 4, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "20.100.0.0/26", + "51.13.0.192/26", + "51.120.98.128/27", + "51.120.106.64/26", + "51.120.210.64/26", + "2603:1020:e04:1::240/122", + "2603:1020:e04:3::600/120", + "2603:1020:e04:402::1c0/123", + "2603:1020:e04:802::160/123", + "2603:1020:e04:c02::160/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.NorwayWest", + "id": "EventHub.NorwayWest", + "properties": { + "changeNumber": 4, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "51.13.140.0/24", + "51.120.218.160/27", + "2603:1020:f04::240/122", + "2603:1020:f04:3::/120", + "2603:1020:f04:402::1c0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.PolandCentral", + "id": "EventHub.PolandCentral", + "properties": { + "changeNumber": 1, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "20.215.5.0/24", + "20.215.19.64/26", + "20.215.27.64/26", + "20.215.155.128/26", + "2603:1020:1302:1::/120" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.QatarCentral", + "id": "EventHub.QatarCentral", + "properties": { + "changeNumber": 2, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "20.21.38.0/24", + "20.21.43.128/26", + "20.21.67.64/26", + "20.21.75.64/26", + "2603:1040:1002:1::200/120" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.SouthAfricaNorth", + "id": "EventHub.SouthAfricaNorth", + "properties": { + "changeNumber": 5, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "102.37.72.64/26", + "102.37.165.0/24", + "102.133.122.64/26", + "102.133.127.0/26", + "102.133.154.128/26", + "102.133.250.64/26", + "102.133.254.0/26", + "2603:1000:104:1::240/122", + "2603:1000:104:2::500/120", + "2603:1000:104:402::1c0/123", + "2603:1000:104:802::160/123", + "2603:1000:104:c02::160/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.SouthAfricaWest", + "id": "EventHub.SouthAfricaWest", + "properties": { + "changeNumber": 5, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "102.37.65.0/26", + "102.37.83.0/24", + "102.133.26.128/26", + "2603:1000:4::240/122", + "2603:1000:4:2::/120", + "2603:1000:4:402::1c0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.SouthCentralUS", + "id": "EventHub.SouthCentralUS", + "properties": { + "changeNumber": 7, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "4.150.33.0/24", + "13.65.209.24/32", + "13.84.145.196/32", + "20.45.122.64/26", + "20.45.126.192/26", + "20.49.93.64/27", + "20.49.93.128/27", + "20.49.95.128/26", + "20.97.32.192/26", + "23.102.128.15/32", + "23.102.160.39/32", + "23.102.161.227/32", + "23.102.163.4/32", + "23.102.165.127/32", + "23.102.167.73/32", + "23.102.180.26/32", + "40.84.150.241/32", + "40.84.185.67/32", + "40.124.65.64/26", + "104.44.129.14/32", + "104.44.129.59/32", + "104.210.146.250/32", + "104.214.18.128/27", + "104.214.70.229/32", + "191.238.160.221/32", + "2603:1030:807:1::240/122", + "2603:1030:807:7::200/119", + "2603:1030:807:402::1c0/123", + "2603:1030:807:802::160/123", + "2603:1030:807:c02::160/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.SouthCentralUSSTG", + "id": "EventHub.SouthCentralUSSTG", + "properties": { + "changeNumber": 2, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "20.44.2.128/26", + "20.45.117.128/26", + "2603:1030:302::200/120" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.SouthIndia", + "id": "EventHub.SouthIndia", + "properties": { + "changeNumber": 4, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "13.71.123.78/32", + "40.78.194.32/27", + "52.172.119.0/24", + "104.211.224.190/32", + "104.211.224.238/32", + "2603:1040:c06::240/122", + "2603:1040:c06:2::/120", + "2603:1040:c06:402::1c0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.SoutheastAsia", + "id": "EventHub.SoutheastAsia", + "properties": { + "changeNumber": 5, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "13.67.8.64/27", + "13.67.20.64/26", + "13.76.179.223/32", + "13.76.216.217/32", + "20.195.81.0/24", + "20.195.97.0/32", + "23.98.64.92/32", + "23.98.65.24/32", + "23.98.82.64/27", + "23.98.87.192/26", + "23.98.112.192/26", + "40.78.234.0/27", + "52.187.2.226/32", + "52.187.59.188/32", + "52.187.61.82/32", + "52.187.185.159/32", + "104.43.18.219/32", + "137.116.157.26/32", + "137.116.158.30/32", + "207.46.227.14/32", + "2603:1040:5:1::240/122", + "2603:1040:5:402::1c0/123", + "2603:1040:5:802::160/123", + "2603:1040:5:c02::160/123", + "2603:10e1:100:2::14c3:6100/128" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.SwedenCentral", + "id": "EventHub.SwedenCentral", + "properties": { + "changeNumber": 3, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "51.12.30.0/24", + "51.12.98.160/27", + "51.12.102.64/26", + "51.12.226.64/26", + "51.12.234.64/26", + "2603:1020:1004::240/122", + "2603:1020:1004:2::400/120", + "2603:1020:1004:400::2c0/123", + "2603:1020:1004:c02::c0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.SwedenSouth", + "id": "EventHub.SwedenSouth", + "properties": { + "changeNumber": 2, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "51.12.21.0/24", + "51.12.202.160/27", + "51.12.206.64/26", + "2603:1020:1104:400::1c0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.SwitzerlandNorth", + "id": "EventHub.SwitzerlandNorth", + "properties": { + "changeNumber": 6, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "20.208.19.64/26", + "51.103.203.64/26", + "51.107.58.128/27", + "51.107.129.0/26", + "51.107.245.0/24", + "2603:1020:a04:1::240/122", + "2603:1020:a04:2::200/120", + "2603:1020:a04:402::1c0/123", + "2603:1020:a04:802::160/123", + "2603:1020:a04:c02::160/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.SwitzerlandWest", + "id": "EventHub.SwitzerlandWest", + "properties": { + "changeNumber": 4, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "51.107.154.128/27", + "51.107.253.0/24", + "2603:1020:b04::240/122", + "2603:1020:b04:2::/120", + "2603:1020:b04:402::1c0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.UAECentral", + "id": "EventHub.UAECentral", + "properties": { + "changeNumber": 5, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "20.37.74.0/27", + "20.45.92.0/24", + "74.243.18.128/26", + "2603:1040:b04::240/122", + "2603:1040:b04:2::/120", + "2603:1040:b04:402::1c0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.UAENorth", + "id": "EventHub.UAENorth", + "properties": { + "changeNumber": 7, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "20.38.155.128/26", + "40.120.75.64/27", + "40.120.78.0/26", + "40.120.84.0/24", + "65.52.250.32/27", + "2603:1040:904:1::240/122", + "2603:1040:904:2::200/120", + "2603:1040:904:402::1c0/123", + "2603:1040:904:802::160/123", + "2603:1040:904:c02::160/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.UKNorth", + "id": "EventHub.UKNorth", + "properties": { + "changeNumber": 2, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "13.87.122.32/27", + "2603:1020:305::240/122", + "2603:1020:305:402::1c0/123" + ], + "networkFeatures": null + } + }, + { + "name": "EventHub.UKSouth", + "id": "EventHub.UKSouth", + "properties": { + "changeNumber": 4, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "20.90.128.128/26", + "51.105.66.64/26", + "51.105.71.0/26", + "51.105.74.64/26", + "51.132.192.192/26", + "51.140.80.99/32", + "51.140.87.93/32", + "51.140.125.8/32", + "51.140.146.32/28", + "51.140.149.192/26", + "51.140.189.52/32", + "51.140.189.108/32", + "2603:1020:705:1::240/122", + "2603:1020:705:2::400/120", + "2603:1020:705:402::1c0/123", + "2603:1020:705:802::160/123", + "2603:1020:705:c02::160/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.UKSouth2", + "id": "EventHub.UKSouth2", + "properties": { + "changeNumber": 1, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "13.87.34.139/32", + "13.87.34.243/32", + "13.87.56.32/27", + "2603:1020:405::240/122", + "2603:1020:405:402::1c0/123" + ], + "networkFeatures": null + } + }, + { + "name": "EventHub.UKWest", + "id": "EventHub.UKWest", + "properties": { + "changeNumber": 4, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "20.58.69.0/24", + "51.140.210.32/27", + "51.141.14.113/32", + "51.141.14.168/32", + "51.141.50.179/32", + "2603:1020:605::240/122", + "2603:1020:605:2::/120", + "2603:1020:605:402::1c0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.WestCentralUS", + "id": "EventHub.WestCentralUS", + "properties": { + "changeNumber": 5, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "13.71.194.64/27", + "13.78.149.209/32", + "13.78.150.233/32", + "13.78.191.44/32", + "20.69.3.0/24", + "40.67.123.0/24", + "52.161.19.160/32", + "52.161.24.64/32", + "2603:1030:b04::240/122", + "2603:1030:b04:1::600/120", + "2603:1030:b04:402::1c0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.WestEurope", + "id": "EventHub.WestEurope", + "properties": { + "changeNumber": 7, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "13.69.64.0/26", + "13.69.106.0/26", + "13.69.111.128/26", + "20.50.201.64/26", + "20.76.242.45/32", + "20.86.89.0/24", + "23.97.226.21/32", + "23.100.14.185/32", + "40.68.35.230/32", + "40.68.39.15/32", + "40.68.93.145/32", + "40.68.205.113/32", + "40.68.217.242/32", + "51.144.238.23/32", + "52.174.243.57/32", + "52.178.17.128/26", + "52.178.78.61/32", + "52.232.27.189/32", + "52.233.190.35/32", + "52.233.192.247/32", + "52.236.186.0/26", + "65.52.129.16/32", + "104.40.150.139/32", + "104.40.179.185/32", + "104.40.216.174/32", + "104.46.32.56/32", + "104.46.32.58/32", + "191.233.73.228/32", + "2603:1020:206:1::240/122", + "2603:1020:206:4::100/120", + "2603:1020:206:b::78/125", + "2603:1020:206:b::80/123", + "2603:1020:206:b::a0/126", + "2603:1020:206:b::a4/127", + "2603:1020:206:b::100/120", + "2603:1020:206:402::1c0/123", + "2603:1020:206:802::160/123", + "2603:1020:206:c02::160/123", + "2603:10e1:100:2::144c:f22d/128" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.WestIndia", + "id": "EventHub.WestIndia", + "properties": { + "changeNumber": 4, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "20.192.83.0/24", + "104.211.146.32/27", + "104.211.160.121/32", + "104.211.160.144/32", + "2603:1040:806::240/122", + "2603:1040:806:2::/120", + "2603:1040:806:402::1c0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.WestUS", + "id": "EventHub.WestUS", + "properties": { + "changeNumber": 6, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "13.64.195.117/32", + "13.88.20.117/32", + "13.88.26.28/32", + "13.91.61.11/32", + "13.93.226.138/32", + "20.66.7.0/24", + "20.168.163.64/26", + "23.99.7.105/32", + "23.99.54.235/32", + "23.99.60.253/32", + "23.99.80.186/32", + "40.78.110.196/32", + "40.83.191.202/32", + "40.83.222.100/32", + "40.86.176.23/32", + "40.112.185.115/32", + "40.112.213.11/32", + "40.112.242.0/25", + "104.40.26.199/32", + "104.40.29.113/32", + "104.40.68.250/32", + "104.40.69.64/32", + "104.42.97.95/32", + "138.91.193.184/32", + "2603:1030:a07::240/122", + "2603:1030:a07:1::600/120", + "2603:1030:a07:4::750/125", + "2603:1030:a07:4::758/126", + "2603:1030:a07:4::760/123", + "2603:1030:a07:b::/120", + "2603:1030:a07:402::140/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.WestUS2", + "id": "EventHub.WestUS2", + "properties": { + "changeNumber": 8, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "13.66.138.64/28", + "13.66.145.128/26", + "13.66.149.0/26", + "13.66.228.204/32", + "13.66.230.42/32", + "20.42.131.16/28", + "20.42.131.64/26", + "20.51.14.96/27", + "20.51.14.128/25", + "20.83.192.0/26", + "40.64.113.64/26", + "40.78.242.128/28", + "40.78.247.0/26", + "40.78.250.64/28", + "40.78.253.128/26", + "40.125.103.251/32", + "52.151.58.121/32", + "52.183.46.73/32", + "52.183.86.102/32", + "2603:1030:c06:1::240/122", + "2603:1030:c06:2::600/120", + "2603:1030:c06:5::3f0/126", + "2603:1030:c06:a::360/125", + "2603:1030:c06:a::700/123", + "2603:1030:c06:c::/120", + "2603:1030:c06:400::9c0/123", + "2603:1030:c06:802::160/123", + "2603:1030:c06:c02::160/123", + "2603:10e1:100:2::287d:67fb/128" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "EventHub.WestUS3", + "id": "EventHub.WestUS3", + "properties": { + "changeNumber": 4, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "AzureEventHub", + "addressPrefixes": [ + "20.150.160.224/27", + "20.150.170.160/27", + "20.150.175.64/26", + "20.150.178.64/26", + "20.150.182.0/27", + "20.150.186.64/26", + "20.150.189.128/26", + "20.150.246.32/27", + "20.150.246.64/26", + "20.150.246.128/25", + "2603:1030:504:1::240/122", + "2603:1030:504:2::400/120", + "2603:1030:504:7::/119", + "2603:1030:504:402::2c0/123", + "2603:1030:504:802::240/123", + "2603:1030:504:c02::c0/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureIoTHub.AustraliaCentral", + "id": "AzureIoTHub.AustraliaCentral", + "properties": { + "changeNumber": 1, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "20.36.108.160/27", + "20.37.227.64/27", + "20.37.227.128/25", + "2603:1010:304:402::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.AustraliaCentral2", + "id": "AzureIoTHub.AustraliaCentral2", + "properties": { + "changeNumber": 1, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "20.36.117.64/27", + "20.36.123.32/27", + "20.36.123.128/25", + "2603:1010:404:402::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.AustraliaEast", + "id": "AzureIoTHub.AustraliaEast", + "properties": { + "changeNumber": 1, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "13.70.74.192/27", + "20.37.198.160/27", + "20.37.199.0/25", + "40.79.163.32/27", + "40.79.171.128/27", + "52.147.10.141/32", + "52.147.10.149/32", + "104.210.105.7/32", + "2603:1010:6:402::300/123", + "2603:1010:6:802::240/123", + "2603:1010:6:c02::240/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.AustraliaSoutheast", + "id": "AzureIoTHub.AustraliaSoutheast", + "properties": { + "changeNumber": 1, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "13.70.182.204/32", + "13.70.182.210/32", + "13.73.115.51/32", + "13.77.53.128/27", + "20.42.230.160/27", + "20.42.231.0/25", + "2603:1010:101:402::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.BrazilSouth", + "id": "AzureIoTHub.BrazilSouth", + "properties": { + "changeNumber": 1, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "104.41.34.180/32", + "191.233.205.128/27", + "191.234.136.128/25", + "191.234.137.0/27", + "191.234.147.224/27", + "191.234.155.224/27", + "2603:1050:6:402::300/123", + "2603:1050:6:802::240/123", + "2603:1050:6:c02::240/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.BrazilSoutheast", + "id": "AzureIoTHub.BrazilSoutheast", + "properties": { + "changeNumber": 1, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "191.233.11.160/27", + "191.233.14.0/25", + "191.233.54.0/27", + "2603:1050:403:400::220/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.CanadaCentral", + "id": "AzureIoTHub.CanadaCentral", + "properties": { + "changeNumber": 1, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "13.71.175.32/27", + "20.38.147.192/27", + "52.228.85.224/27", + "52.228.86.0/25", + "52.237.27.123/32", + "52.246.155.192/27", + "2603:1030:f05:402::300/123", + "2603:1030:f05:802::240/123", + "2603:1030:f05:c02::240/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.CanadaEast", + "id": "AzureIoTHub.CanadaEast", + "properties": { + "changeNumber": 1, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "40.69.108.128/27", + "40.89.20.192/27", + "40.89.21.0/25", + "52.242.31.77/32", + "2603:1030:1005:402::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.CentralIndia", + "id": "AzureIoTHub.CentralIndia", + "properties": { + "changeNumber": 1, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "20.43.121.64/27", + "20.192.99.224/27", + "40.80.51.128/27", + "52.140.108.160/27", + "52.140.109.0/25", + "52.172.203.144/32", + "2603:1040:a06:402::300/123", + "2603:1040:a06:802::240/123", + "2603:1040:a06:c02::240/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.CentralUS", + "id": "AzureIoTHub.CentralUS", + "properties": { + "changeNumber": 1, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "13.67.234.22/32", + "13.89.174.160/27", + "13.89.231.149/32", + "20.40.206.192/27", + "20.40.207.0/25", + "20.44.8.224/27", + "40.77.23.107/32", + "52.176.4.4/32", + "52.176.92.27/32", + "52.182.139.224/27", + "104.43.252.98/32", + "168.61.208.218/32", + "2603:1030:10:402::300/123", + "2603:1030:10:802::240/123", + "2603:1030:10:c02::240/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.CentralUSEUAP", + "id": "AzureIoTHub.CentralUSEUAP", + "properties": { + "changeNumber": 1, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "20.45.198.32/27", + "20.45.198.128/25", + "40.78.204.64/27", + "52.180.165.88/32", + "52.180.165.248/32", + "52.180.177.125/32", + "2603:1030:f:400::b00/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.EastAsia", + "id": "AzureIoTHub.EastAsia", + "properties": { + "changeNumber": 2, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "13.75.39.160/27", + "13.94.40.72/32", + "20.187.195.0/25", + "20.189.109.192/27", + "20.205.75.192/27", + "20.205.83.192/27", + "23.99.109.81/32", + "23.102.235.31/32", + "207.46.138.102/32", + "2603:1040:207:402::300/123", + "2603:1040:207:800::e0/123", + "2603:1040:207:c00::e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.EastUS", + "id": "AzureIoTHub.EastUS", + "properties": { + "changeNumber": 5, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "13.82.93.138/32", + "20.49.109.128/25", + "20.49.110.0/26", + "20.49.110.128/25", + "20.72.188.101/32", + "20.72.188.160/32", + "20.88.176.170/32", + "20.121.97.114/32", + "40.71.14.128/25", + "40.76.71.185/32", + "40.78.229.128/25", + "40.79.156.128/25", + "40.114.53.146/32", + "52.152.247.195/32", + "52.168.180.95/32", + "52.186.41.15/32", + "104.211.18.153/32", + "137.117.83.38/32", + "168.61.54.255/32", + "2603:1030:210:402::300/123", + "2603:1030:210:802::240/123", + "2603:1030:210:c02::240/123", + "2603:10e1:100:2::1448:bca0/128", + "2603:10e1:100:2::1458:b0aa/128", + "2603:10e1:100:2::1479:6172/128", + "2603:10e1:100:2::34ba:290f/128" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.EastUS2", + "id": "AzureIoTHub.EastUS2", + "properties": { + "changeNumber": 1, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "20.44.17.96/27", + "20.49.99.96/27", + "20.49.99.128/25", + "40.70.148.128/27", + "40.84.53.157/32", + "52.167.107.192/27", + "52.167.155.89/32", + "52.177.196.50/32", + "52.179.159.231/32", + "104.46.115.237/32", + "2603:1030:40c:402::300/123", + "2603:1030:40c:802::240/123", + "2603:1030:40c:c02::240/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.EastUS2EUAP", + "id": "AzureIoTHub.EastUS2EUAP", + "properties": { + "changeNumber": 4, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "20.39.14.32/27", + "20.39.14.128/25", + "40.74.149.0/27", + "40.75.35.96/27", + "40.79.114.144/32", + "52.138.92.96/27", + "52.225.176.167/32", + "52.225.177.25/32", + "52.225.179.220/32", + "52.225.180.26/32", + "52.225.180.217/32", + "52.225.187.149/32", + "68.220.83.96/27", + "2603:1030:40b:400::b00/123", + "2603:1030:40b:800::240/123", + "2603:1030:40b:c00::240/123", + "2603:1030:40b:1000::80/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.EastUSSTG", + "id": "AzureIoTHub.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "20.49.83.128/27", + "40.67.51.0/25", + "40.67.51.128/27", + "40.67.60.128/27", + "2603:1030:104:402::300/123", + "2603:1030:104:402::740/123", + "2603:1030:104:802::1e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.FranceCentral", + "id": "AzureIoTHub.FranceCentral", + "properties": { + "changeNumber": 1, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "20.43.44.160/27", + "20.43.45.0/25", + "20.188.39.126/32", + "40.79.132.128/27", + "40.79.139.32/27", + "40.79.148.0/27", + "2603:1020:805:402::300/123", + "2603:1020:805:802::240/123", + "2603:1020:805:c02::240/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.FranceSouth", + "id": "AzureIoTHub.FranceSouth", + "properties": { + "changeNumber": 1, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "40.79.180.96/27", + "51.105.91.128/25", + "51.105.92.0/27", + "52.136.132.236/32", + "2603:1020:905:402::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.GermanyNorth", + "id": "AzureIoTHub.GermanyNorth", + "properties": { + "changeNumber": 1, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "51.116.49.224/27", + "51.116.50.0/25", + "51.116.60.96/27", + "2603:1020:d04:402::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.GermanyWestCentral", + "id": "AzureIoTHub.GermanyWestCentral", + "properties": { + "changeNumber": 1, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "51.116.145.192/27", + "51.116.146.0/25", + "51.116.158.0/27", + "51.116.243.160/27", + "51.116.251.128/27", + "2603:1020:c04:402::300/123", + "2603:1020:c04:802::240/123", + "2603:1020:c04:c02::240/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.ItalyNorth", + "id": "AzureIoTHub.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "4.232.108.32/27", + "4.232.123.160/27", + "4.232.195.160/27", + "2603:1020:1204:400::1e0/123", + "2603:1020:1204:800::120/123", + "2603:1020:1204:c00::120/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.JapanEast", + "id": "AzureIoTHub.JapanEast", + "properties": { + "changeNumber": 1, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "13.71.150.19/32", + "13.78.109.160/27", + "20.43.70.160/27", + "20.43.71.0/25", + "20.188.0.51/32", + "20.188.3.145/32", + "40.79.187.224/27", + "40.79.195.192/27", + "2603:1040:407:402::300/123", + "2603:1040:407:802::240/123", + "2603:1040:407:c02::240/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.JapanWest", + "id": "AzureIoTHub.JapanWest", + "properties": { + "changeNumber": 2, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "20.18.179.160/27", + "23.100.105.192/32", + "40.74.66.139/32", + "40.74.125.44/32", + "40.80.62.64/27", + "40.80.62.128/25", + "40.80.176.64/27", + "2603:1040:606:402::300/123", + "2603:1040:606:800::120/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.JioIndiaCentral", + "id": "AzureIoTHub.JioIndiaCentral", + "properties": { + "changeNumber": 1, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "20.192.230.32/27", + "20.192.230.128/25", + "20.192.238.0/27", + "2603:1040:1104:400::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.JioIndiaWest", + "id": "AzureIoTHub.JioIndiaWest", + "properties": { + "changeNumber": 1, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "20.192.165.224/27", + "20.192.166.0/25", + "20.193.206.0/27", + "2603:1040:d04:400::480/123", + "2603:1040:d04:800::100/123", + "2603:1040:d04:800::240/123", + "2603:1040:d04:c02::2a0/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.KoreaCentral", + "id": "AzureIoTHub.KoreaCentral", + "properties": { + "changeNumber": 1, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "20.41.68.96/27", + "20.41.68.128/25", + "20.44.29.0/27", + "20.194.67.96/27", + "52.231.20.32/27", + "52.231.32.236/32", + "2603:1040:f05:402::300/123", + "2603:1040:f05:802::240/123", + "2603:1040:f05:c02::240/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.KoreaSouth", + "id": "AzureIoTHub.KoreaSouth", + "properties": { + "changeNumber": 2, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "40.80.172.64/27", + "40.80.172.128/25", + "52.231.148.128/27", + "52.231.205.15/32", + "2603:1040:e05:402::1c0/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.NorthCentralUS", + "id": "AzureIoTHub.NorthCentralUS", + "properties": { + "changeNumber": 2, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "20.49.113.32/27", + "20.49.113.128/25", + "20.125.171.160/27", + "20.125.203.160/27", + "23.96.222.45/32", + "23.96.223.89/32", + "52.162.111.64/27", + "157.55.253.43/32", + "2603:1030:608:402::300/123", + "2603:1030:608:800::e0/123", + "2603:1030:608:c00::e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.NorthEurope", + "id": "AzureIoTHub.NorthEurope", + "properties": { + "changeNumber": 1, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "13.69.192.43/32", + "13.69.230.64/27", + "13.74.108.192/27", + "13.79.172.43/32", + "20.50.65.128/25", + "20.50.68.0/27", + "40.87.138.172/32", + "40.87.143.97/32", + "40.127.132.17/32", + "52.138.229.0/27", + "52.169.138.222/32", + "52.178.147.144/32", + "2603:1020:5:402::300/123", + "2603:1020:5:802::240/123", + "2603:1020:5:c02::240/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.NorwayEast", + "id": "AzureIoTHub.NorwayEast", + "properties": { + "changeNumber": 3, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "51.120.43.128/25", + "51.120.44.0/27", + "51.120.100.96/27", + "51.120.107.224/27", + "51.120.211.224/27", + "2603:1020:e04:402::300/123", + "2603:1020:e04:802::240/123", + "2603:1020:e04:c02::240/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.NorwayWest", + "id": "AzureIoTHub.NorwayWest", + "properties": { + "changeNumber": 3, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "51.13.129.224/27", + "51.120.227.128/25", + "51.120.228.0/27", + "2603:1020:f04:402::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.PolandCentral", + "id": "AzureIoTHub.PolandCentral", + "properties": { + "changeNumber": 1, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "20.215.19.160/27", + "20.215.27.160/27", + "20.215.156.96/27", + "2603:1020:1302:400::220/123", + "2603:1020:1302:800::e0/123", + "2603:1020:1302:c00::e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.QatarCentral", + "id": "AzureIoTHub.QatarCentral", + "properties": { + "changeNumber": 3, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "20.21.12.43/32", + "20.21.14.72/32", + "20.21.44.96/27", + "20.21.67.160/27", + "20.21.75.160/27", + "20.21.82.64/27", + "20.21.82.128/25", + "2603:1040:1002:2::f0/124", + "2603:1040:1002:2::360/124", + "2603:1040:1002:400::200/123", + "2603:1040:1002:800::e0/123", + "2603:1040:1002:c00::e0/123", + "2603:10e1:100:2::1415:e48/128" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.SouthAfricaNorth", + "id": "AzureIoTHub.SouthAfricaNorth", + "properties": { + "changeNumber": 1, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "102.133.124.32/27", + "102.133.156.64/27", + "102.133.218.192/27", + "102.133.219.0/25", + "102.133.251.128/27", + "2603:1000:104:402::300/123", + "2603:1000:104:802::240/123", + "2603:1000:104:c02::240/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.SouthAfricaWest", + "id": "AzureIoTHub.SouthAfricaWest", + "properties": { + "changeNumber": 1, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "102.133.28.160/27", + "102.133.59.0/25", + "102.133.59.128/27", + "2603:1000:4:402::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.SouthCentralUS", + "id": "AzureIoTHub.SouthCentralUS", + "properties": { + "changeNumber": 4, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "13.73.244.0/27", + "13.73.252.128/25", + "13.84.189.6/32", + "13.85.68.113/32", + "20.45.123.128/27", + "20.49.91.128/27", + "20.88.224.170/32", + "20.88.224.174/32", + "20.118.98.243/32", + "40.119.11.224/27", + "104.214.34.123/32", + "2603:1030:807:402::300/123", + "2603:1030:807:802::240/123", + "2603:1030:807:c02::240/123", + "2603:10e1:100:2::1458:e0aa/128", + "2603:10e1:100:2::1476:62f3/128" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.SouthCentralUSSTG", + "id": "AzureIoTHub.SouthCentralUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "20.44.4.128/27", + "20.45.114.224/27", + "20.45.115.0/25" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.SouthIndia", + "id": "AzureIoTHub.SouthIndia", + "properties": { + "changeNumber": 3, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "13.71.84.34/32", + "13.71.113.127/32", + "20.41.197.64/27", + "20.41.197.128/25", + "40.78.196.96/27", + "104.211.210.195/32", + "2603:1040:c06:402::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.SoutheastAsia", + "id": "AzureIoTHub.SoutheastAsia", + "properties": { + "changeNumber": 1, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "13.67.10.224/27", + "13.76.83.155/32", + "13.76.217.46/32", + "23.98.86.0/27", + "23.98.104.192/27", + "23.98.106.0/25", + "23.101.29.228/32", + "40.78.238.0/27", + "52.163.212.39/32", + "52.163.215.122/32", + "2603:1040:5:402::300/123", + "2603:1040:5:802::240/123", + "2603:1040:5:c02::240/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.SwedenCentral", + "id": "AzureIoTHub.SwedenCentral", + "properties": { + "changeNumber": 1, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "51.12.42.32/27", + "51.12.42.128/25", + "51.12.100.64/27", + "51.12.227.224/27", + "51.12.235.224/27", + "2603:1020:1004:400::480/123", + "2603:1020:1004:800::100/123", + "2603:1020:1004:800::240/123", + "2603:1020:1004:c02::2a0/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.SwedenSouth", + "id": "AzureIoTHub.SwedenSouth", + "properties": { + "changeNumber": 1, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "51.12.194.32/27", + "51.12.194.128/25", + "51.12.204.64/27", + "2603:1020:1104:400::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.SwitzerlandNorth", + "id": "AzureIoTHub.SwitzerlandNorth", + "properties": { + "changeNumber": 2, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "20.208.19.160/27", + "51.103.203.160/27", + "51.107.51.64/27", + "51.107.51.128/25", + "51.107.60.96/27", + "2603:1020:a04:402::300/123", + "2603:1020:a04:802::240/123", + "2603:1020:a04:c02::240/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.SwitzerlandWest", + "id": "AzureIoTHub.SwitzerlandWest", + "properties": { + "changeNumber": 3, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "51.107.147.64/27", + "51.107.147.128/25", + "51.107.156.96/27", + "2603:1020:b04:402::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.UAECentral", + "id": "AzureIoTHub.UAECentral", + "properties": { + "changeNumber": 2, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "20.37.67.128/25", + "20.37.68.0/27", + "20.37.76.160/27", + "74.243.18.224/27", + "2603:1040:b04:402::300/123", + "2603:1040:b04:800::40/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.UAENorth", + "id": "AzureIoTHub.UAENorth", + "properties": { + "changeNumber": 5, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "20.38.139.128/25", + "20.38.140.0/27", + "20.38.155.224/27", + "40.120.75.160/27", + "65.52.252.160/27", + "2603:1040:904:402::300/123", + "2603:1040:904:802::240/123", + "2603:1040:904:c02::240/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.UKNorth", + "id": "AzureIoTHub.UKNorth", + "properties": { + "changeNumber": 1, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "13.87.124.96/27", + "2603:1020:305:402::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.UKSouth", + "id": "AzureIoTHub.UKSouth", + "properties": { + "changeNumber": 1, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "51.104.30.0/25", + "51.104.30.128/27", + "51.105.69.0/27", + "51.105.75.192/27", + "51.140.84.251/32", + "51.140.126.10/32", + "51.140.149.32/27", + "52.151.78.51/32", + "2603:1020:705:402::300/123", + "2603:1020:705:802::240/123", + "2603:1020:705:c02::240/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.UKSouth2", + "id": "AzureIoTHub.UKSouth2", + "properties": { + "changeNumber": 1, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "13.87.58.96/27", + "2603:1020:405:402::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.UKWest", + "id": "AzureIoTHub.UKWest", + "properties": { + "changeNumber": 1, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "51.137.164.160/27", + "51.137.165.0/25", + "51.140.212.160/27", + "51.140.226.207/32", + "51.140.240.234/32", + "51.141.49.253/32", + "2603:1020:605:402::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.WestCentralUS", + "id": "AzureIoTHub.WestCentralUS", + "properties": { + "changeNumber": 1, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "13.71.196.224/27", + "13.78.129.154/32", + "13.78.130.69/32", + "52.150.152.96/27", + "52.150.153.128/25", + "52.161.15.247/32", + "2603:1030:b04:402::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.WestEurope", + "id": "AzureIoTHub.WestEurope", + "properties": { + "changeNumber": 1, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "13.69.71.0/25", + "13.69.109.0/25", + "13.95.15.251/32", + "23.100.4.253/32", + "23.100.8.130/32", + "40.113.153.50/32", + "40.113.176.160/27", + "40.113.176.192/27", + "40.113.177.0/24", + "40.118.27.192/32", + "51.144.118.31/32", + "52.236.189.128/25", + "2603:1020:206:402::300/123", + "2603:1020:206:802::240/123", + "2603:1020:206:c02::240/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.WestIndia", + "id": "AzureIoTHub.WestIndia", + "properties": { + "changeNumber": 3, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "20.38.128.128/27", + "52.136.51.128/25", + "52.136.52.0/27", + "2603:1040:806:402::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.WestUS", + "id": "AzureIoTHub.WestUS", + "properties": { + "changeNumber": 2, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "13.86.221.0/25", + "20.49.120.96/27", + "20.49.120.128/25", + "20.49.121.0/25", + "20.168.163.160/27", + "40.78.22.17/32", + "40.83.177.42/32", + "40.112.221.188/32", + "40.112.223.235/32", + "52.250.225.32/27", + "104.40.49.44/32", + "2603:1030:a07:402::980/123", + "2603:1030:a07:c00::e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.WestUS2", + "id": "AzureIoTHub.WestUS2", + "properties": { + "changeNumber": 1, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "13.66.142.96/27", + "40.64.132.160/27", + "40.64.134.0/25", + "40.78.245.32/27", + "40.78.251.160/27", + "52.151.6.77/32", + "52.158.236.252/32", + "52.175.221.106/32", + "2603:1030:c06:400::b00/123", + "2603:1030:c06:802::240/123", + "2603:1030:c06:c02::240/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureIoTHub.WestUS3", + "id": "AzureIoTHub.WestUS3", + "properties": { + "changeNumber": 2, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "AzureIoTHub", + "addressPrefixes": [ + "20.150.165.192/27", + "20.150.166.0/25", + "20.150.172.192/27", + "20.150.179.224/27", + "20.150.187.224/27", + "2603:1030:504:402::460/123", + "2603:1030:504:802::100/123", + "2603:1030:504:c02::2a0/123" + ], + "networkFeatures": null + } + }, + { + "name": "AzureKeyVault.AustraliaCentral", + "id": "AzureKeyVault.AustraliaCentral", + "properties": { + "changeNumber": 3, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "20.36.40.39/32", + "20.36.40.42/32", + "20.36.106.64/30", + "20.53.48.40/29", + "20.53.49.96/30", + "2603:1010:304::2a0/125", + "2603:1010:304:402::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.AustraliaCentral2", + "id": "AzureKeyVault.AustraliaCentral2", + "properties": { + "changeNumber": 3, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "20.36.72.34/32", + "20.36.72.38/32", + "20.36.114.16/30", + "20.53.57.40/29", + "20.53.57.48/30", + "2603:1010:404::2a0/125", + "2603:1010:404:402::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.AustraliaEast", + "id": "AzureKeyVault.AustraliaEast", + "properties": { + "changeNumber": 4, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "13.70.72.24/30", + "13.72.250.239/32", + "20.53.47.68/30", + "20.53.47.200/29", + "40.79.163.156/30", + "40.79.173.4/30", + "52.237.253.194/32", + "2603:1010:6::340/125", + "2603:1010:6:402::80/125", + "2603:1010:6:802::80/125", + "2603:1010:6:c02::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.AustraliaSoutheast", + "id": "AzureKeyVault.AustraliaSoutheast", + "properties": { + "changeNumber": 3, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "13.70.138.129/32", + "13.77.50.64/30", + "52.255.63.107/32", + "104.46.179.244/30", + "104.46.183.152/29", + "2603:1010:101::2a0/125", + "2603:1010:101:402::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.BrazilSouth", + "id": "AzureKeyVault.BrazilSouth", + "properties": { + "changeNumber": 3, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "104.41.0.141/32", + "104.41.1.239/32", + "191.233.203.24/30", + "191.234.149.140/30", + "191.234.157.44/30", + "191.238.72.76/30", + "191.238.72.152/29", + "2603:1050:6::340/125", + "2603:1050:6:402::80/125", + "2603:1050:6:802::80/125", + "2603:1050:6:c02::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.BrazilSoutheast", + "id": "AzureKeyVault.BrazilSoutheast", + "properties": { + "changeNumber": 2, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "20.195.146.68/30", + "20.195.146.192/29", + "23.97.120.25/32", + "23.97.120.29/32", + "23.97.120.39/32", + "23.97.120.57/32", + "191.233.50.0/30", + "2603:1050:403:1::220/125", + "2603:1050:403:400::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.CanadaCentral", + "id": "AzureKeyVault.CanadaCentral", + "properties": { + "changeNumber": 4, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "13.71.170.40/30", + "20.38.149.196/30", + "20.48.197.104/29", + "20.48.197.112/30", + "40.85.229.9/32", + "40.85.231.231/32", + "52.246.157.4/30", + "2603:1030:f05::340/125", + "2603:1030:f05:402::80/125", + "2603:1030:f05:802::80/125", + "2603:1030:f05:c02::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.CanadaEast", + "id": "AzureKeyVault.CanadaEast", + "properties": { + "changeNumber": 3, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "40.69.106.64/30", + "40.86.224.94/32", + "40.86.231.180/32", + "52.139.107.208/29", + "52.139.107.216/30", + "2603:1030:1005::2a0/125", + "2603:1030:1005:402::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.CentralIndia", + "id": "AzureKeyVault.CentralIndia", + "properties": { + "changeNumber": 4, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "20.192.44.112/29", + "20.192.44.120/30", + "20.192.102.64/30", + "40.80.53.8/30", + "104.211.81.24/30", + "104.211.98.11/32", + "104.211.99.174/32", + "2603:1040:a06::440/125", + "2603:1040:a06:402::80/125", + "2603:1040:a06:802::80/125", + "2603:1040:a06:c02::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.CentralUS", + "id": "AzureKeyVault.CentralUS", + "properties": { + "changeNumber": 5, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "13.89.61.248/32", + "13.89.170.200/30", + "20.40.230.32/28", + "20.40.230.48/29", + "20.44.13.224/30", + "20.98.145.80/28", + "23.99.132.207/32", + "52.154.176.47/32", + "52.154.177.179/32", + "52.165.21.159/32", + "52.165.208.47/32", + "52.173.90.250/32", + "52.173.199.154/32", + "52.173.216.55/32", + "52.176.48.58/32", + "52.182.143.192/30", + "104.43.161.34/32", + "104.43.192.26/32", + "104.208.26.47/32", + "2603:1030:10::340/125", + "2603:1030:10:402::80/125", + "2603:1030:10:802::80/125", + "2603:1030:10:c02::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.CentralUSEUAP", + "id": "AzureKeyVault.CentralUSEUAP", + "properties": { + "changeNumber": 5, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "20.45.208.8/30", + "20.45.241.176/29", + "20.46.11.248/29", + "20.46.12.192/30", + "52.176.254.165/32", + "52.180.176.121/32", + "52.180.176.122/32", + "2603:1030:f:1::2a0/125", + "2603:1030:f:400::880/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.EastAsia", + "id": "AzureKeyVault.EastAsia", + "properties": { + "changeNumber": 4, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "13.75.34.144/30", + "20.195.74.168/29", + "20.195.74.176/30", + "20.205.74.76/30", + "20.205.82.76/30", + "168.63.219.200/32", + "168.63.219.205/32", + "2603:1040:207::2a0/125", + "2603:1040:207:402::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.EastUS", + "id": "AzureKeyVault.EastUS", + "properties": { + "changeNumber": 5, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "20.42.64.44/30", + "20.42.73.8/30", + "20.62.134.76/30", + "20.62.134.224/29", + "20.88.156.160/29", + "20.185.217.251/32", + "20.185.218.1/32", + "40.71.10.200/30", + "40.76.196.75/32", + "40.76.212.37/32", + "40.85.185.208/32", + "40.87.69.184/32", + "40.117.157.122/32", + "52.168.109.101/32", + "52.255.152.252/32", + "52.255.152.255/32", + "137.116.120.244/32", + "2603:1030:210::340/125", + "2603:1030:210:402::80/125", + "2603:1030:210:802::80/125", + "2603:1030:210:c02::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.EastUS2", + "id": "AzureKeyVault.EastUS2", + "properties": { + "changeNumber": 6, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "13.68.24.216/32", + "13.68.29.203/32", + "13.68.104.240/32", + "20.44.19.172/30", + "20.62.60.128/27", + "20.98.192.176/28", + "20.186.41.83/32", + "20.186.47.182/32", + "23.101.159.107/32", + "40.70.146.72/30", + "40.70.186.91/32", + "40.70.204.6/32", + "40.70.204.32/32", + "40.84.47.24/32", + "52.167.111.160/30", + "52.167.143.179/32", + "52.167.228.54/32", + "52.177.71.51/32", + "52.184.155.181/32", + "52.184.158.37/32", + "52.184.164.12/32", + "52.225.218.218/32", + "137.116.44.148/32", + "2603:1030:40c::340/125", + "2603:1030:40c:402::80/125", + "2603:1030:40c:802::80/125", + "2603:1030:40c:c02::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.EastUS2EUAP", + "id": "AzureKeyVault.EastUS2EUAP", + "properties": { + "changeNumber": 5, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "20.51.20.84/30", + "20.51.21.64/29", + "40.74.150.68/30", + "40.79.118.1/32", + "40.79.118.5/32", + "40.89.121.172/30", + "52.138.73.5/32", + "52.138.73.51/32", + "52.138.92.188/30", + "52.225.179.130/32", + "52.225.182.225/32", + "52.225.188.225/32", + "52.225.191.36/32", + "68.220.82.76/30", + "2603:1030:40b:2::220/125", + "2603:1030:40b:400::880/125", + "2603:1030:40b:800::80/125", + "2603:1030:40b:c00::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.EastUSSTG", + "id": "AzureKeyVault.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "20.49.82.0/30", + "40.67.53.184/29", + "40.67.53.224/30", + "40.67.58.0/30", + "2603:1030:104::340/125", + "2603:1030:104:402::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.FranceCentral", + "id": "AzureKeyVault.FranceCentral", + "properties": { + "changeNumber": 4, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "20.43.56.38/32", + "20.43.56.66/32", + "20.188.40.44/32", + "20.188.40.46/32", + "40.79.130.40/30", + "40.79.141.136/30", + "40.79.148.84/30", + "40.89.145.89/32", + "40.89.145.93/32", + "40.89.180.10/32", + "40.89.180.25/32", + "51.138.210.132/30", + "51.138.211.8/29", + "2603:1020:805::340/125", + "2603:1020:805:402::80/125", + "2603:1020:805:802::80/125", + "2603:1020:805:c02::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.FranceSouth", + "id": "AzureKeyVault.FranceSouth", + "properties": { + "changeNumber": 3, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "40.79.178.64/30", + "52.136.136.15/32", + "52.136.136.16/32", + "52.136.184.236/30", + "52.136.185.176/29", + "2603:1020:905::2a0/125", + "2603:1020:905:402::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.GermanyNorth", + "id": "AzureKeyVault.GermanyNorth", + "properties": { + "changeNumber": 3, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "51.116.54.76/30", + "51.116.55.88/29", + "51.116.58.0/30", + "2603:1020:d04::2a0/125", + "2603:1020:d04:402::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.GermanyWestCentral", + "id": "AzureKeyVault.GermanyWestCentral", + "properties": { + "changeNumber": 3, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "20.52.88.144/29", + "20.52.88.152/30", + "51.116.154.64/30", + "51.116.243.220/30", + "51.116.251.188/30", + "2603:1020:c04::340/125", + "2603:1020:c04:402::80/125", + "2603:1020:c04:802::80/125", + "2603:1020:c04:c02::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.ItalyNorth", + "id": "AzureKeyVault.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "4.232.30.216/29", + "4.232.106.124/30", + "4.232.122.76/30", + "4.232.194.76/30", + "2603:1020:1204:1::208/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.JapanEast", + "id": "AzureKeyVault.JapanEast", + "properties": { + "changeNumber": 4, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "13.78.106.88/30", + "20.188.2.148/32", + "20.188.2.156/32", + "20.191.166.120/29", + "20.191.167.128/30", + "23.102.72.114/32", + "23.102.75.18/32", + "40.79.191.192/30", + "40.79.197.112/30", + "104.41.162.219/32", + "104.41.162.228/32", + "104.46.219.151/32", + "104.46.219.184/32", + "2603:1040:407::340/125", + "2603:1040:407:402::80/125", + "2603:1040:407:802::80/125", + "2603:1040:407:c02::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.JapanWest", + "id": "AzureKeyVault.JapanWest", + "properties": { + "changeNumber": 4, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "20.18.178.76/30", + "20.189.228.136/29", + "20.189.228.208/30", + "40.74.100.48/30", + "104.215.18.67/32", + "104.215.31.67/32", + "2603:1040:606::2a0/125", + "2603:1040:606:402::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.JioIndiaCentral", + "id": "AzureKeyVault.JioIndiaCentral", + "properties": { + "changeNumber": 1, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "20.192.50.216/29", + "20.192.50.224/30", + "20.192.234.0/30", + "2603:1040:1104:1::158/125", + "2603:1040:1104:400::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.JioIndiaWest", + "id": "AzureKeyVault.JioIndiaWest", + "properties": { + "changeNumber": 1, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "20.193.194.44/30", + "20.193.194.80/29", + "20.193.202.0/30", + "2603:1040:d04:1::1f8/125", + "2603:1040:d04:400::80/125", + "2603:1040:d04:400::2f8/125", + "2603:1040:d04:800::140/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.KoreaCentral", + "id": "AzureKeyVault.KoreaCentral", + "properties": { + "changeNumber": 5, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "20.44.29.112/30", + "20.194.66.0/30", + "20.194.74.80/29", + "20.194.74.88/30", + "52.231.18.40/30", + "52.231.32.65/32", + "52.231.32.66/32", + "2603:1040:f05::340/125", + "2603:1040:f05:402::80/125", + "2603:1040:f05:802::80/125", + "2603:1040:f05:c02::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.KoreaSouth", + "id": "AzureKeyVault.KoreaSouth", + "properties": { + "changeNumber": 2, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "52.147.113.72/29", + "52.147.113.80/30", + "52.231.146.80/30", + "52.231.200.107/32", + "52.231.200.108/32", + "2603:1040:e05::20/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.NorthCentralUS", + "id": "AzureKeyVault.NorthCentralUS", + "properties": { + "changeNumber": 4, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "20.49.119.232/29", + "20.49.119.240/28", + "20.125.170.76/30", + "20.125.202.76/30", + "23.96.210.207/32", + "23.96.250.48/32", + "52.162.106.144/30", + "52.162.255.194/32", + "168.62.108.27/32", + "168.62.237.29/32", + "2603:1030:608::2a0/125", + "2603:1030:608:402::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.NorthEurope", + "id": "AzureKeyVault.NorthEurope", + "properties": { + "changeNumber": 4, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "13.69.227.72/30", + "13.74.10.39/32", + "13.74.10.113/32", + "13.74.111.148/30", + "20.50.80.192/30", + "23.100.57.24/32", + "23.100.58.149/32", + "52.138.160.103/32", + "52.138.160.105/32", + "52.146.137.68/30", + "52.146.137.168/29", + "52.169.232.147/32", + "137.116.233.191/32", + "2603:1020:5::340/125", + "2603:1020:5:402::80/125", + "2603:1020:5:802::80/125", + "2603:1020:5:c02::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.NorwayEast", + "id": "AzureKeyVault.NorwayEast", + "properties": { + "changeNumber": 4, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "51.120.98.8/30", + "51.120.110.192/30", + "51.120.214.128/30", + "51.120.233.132/30", + "51.120.234.128/29", + "2603:1020:e04::340/125", + "2603:1020:e04:402::80/125", + "2603:1020:e04:802::80/125", + "2603:1020:e04:c02::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.NorwayWest", + "id": "AzureKeyVault.NorwayWest", + "properties": { + "changeNumber": 3, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "51.13.136.188/30", + "51.13.137.216/29", + "51.120.218.0/30", + "2603:1020:f04::2a0/125", + "2603:1020:f04:402::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.PolandCentral", + "id": "AzureKeyVault.PolandCentral", + "properties": { + "changeNumber": 1, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "20.215.7.32/29", + "20.215.13.128/30", + "20.215.18.76/30", + "20.215.26.76/30", + "20.215.155.240/30", + "2603:1020:1302:1::550/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.QatarCentral", + "id": "AzureKeyVault.QatarCentral", + "properties": { + "changeNumber": 3, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "20.21.37.112/30", + "20.21.43.244/30", + "20.21.66.76/30", + "20.21.74.76/30", + "20.21.80.0/29", + "2603:1040:1002:1::470/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.SouthAfricaNorth", + "id": "AzureKeyVault.SouthAfricaNorth", + "properties": { + "changeNumber": 4, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "102.37.160.176/29", + "102.37.160.184/30", + "102.133.124.140/30", + "102.133.154.0/30", + "102.133.251.220/30", + "2603:1000:104::660/125", + "2603:1000:104:402::80/125", + "2603:1000:104:802::80/125", + "2603:1000:104:c02::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.SouthAfricaWest", + "id": "AzureKeyVault.SouthAfricaWest", + "properties": { + "changeNumber": 3, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "102.37.81.88/29", + "102.37.81.128/30", + "102.133.26.0/30", + "2603:1000:4::2a0/125", + "2603:1000:4:402::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.SouthCentralUS", + "id": "AzureKeyVault.SouthCentralUS", + "properties": { + "changeNumber": 4, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "13.84.174.143/32", + "20.45.123.240/30", + "20.45.123.252/30", + "20.49.90.0/30", + "20.49.91.232/30", + "20.65.134.48/28", + "20.65.134.64/29", + "40.124.64.128/30", + "104.44.136.42/32", + "104.210.195.61/32", + "104.214.18.168/30", + "104.215.94.76/32", + "104.215.99.117/32", + "2603:1030:807::340/125", + "2603:1030:807:402::80/125", + "2603:1030:807:802::80/125", + "2603:1030:807:c02::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.SouthCentralUSSTG", + "id": "AzureKeyVault.SouthCentralUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "20.44.2.0/30", + "20.45.117.32/29", + "20.45.117.40/30" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.SouthIndia", + "id": "AzureKeyVault.SouthIndia", + "properties": { + "changeNumber": 3, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "40.78.194.64/30", + "52.172.116.4/30", + "52.172.116.136/29", + "104.211.224.186/32", + "104.211.225.134/32", + "2603:1040:c06::2a0/125", + "2603:1040:c06:402::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.SoutheastAsia", + "id": "AzureKeyVault.SoutheastAsia", + "properties": { + "changeNumber": 5, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "13.67.8.104/30", + "20.195.67.192/29", + "20.195.67.200/30", + "20.195.83.60/30", + "20.195.84.168/29", + "20.205.192.64/30", + "23.97.50.43/32", + "23.101.21.103/32", + "23.101.21.193/32", + "23.101.23.190/32", + "23.101.23.192/32", + "40.65.188.244/32", + "40.65.189.219/32", + "40.78.239.124/30", + "52.148.84.142/32", + "52.148.84.145/32", + "52.187.161.13/32", + "52.187.163.139/32", + "104.215.139.166/32", + "104.215.140.132/32", + "168.63.167.27/32", + "2603:1040:5::440/125", + "2603:1040:5:402::80/125", + "2603:1040:5:802::80/125", + "2603:1040:5:c02::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.SwedenCentral", + "id": "AzureKeyVault.SwedenCentral", + "properties": { + "changeNumber": 2, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "51.12.25.204/30", + "51.12.28.32/29", + "51.12.98.0/30", + "51.12.229.24/30", + "51.12.237.24/30", + "2603:1020:1004:1::1f8/125", + "2603:1020:1004:400::80/125", + "2603:1020:1004:400::2f8/125", + "2603:1020:1004:800::140/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.SwedenSouth", + "id": "AzureKeyVault.SwedenSouth", + "properties": { + "changeNumber": 1, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "51.12.17.232/29", + "51.12.17.240/30", + "51.12.202.0/30", + "2603:1020:1104:1::158/125", + "2603:1020:1104:400::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.SwitzerlandNorth", + "id": "AzureKeyVault.SwitzerlandNorth", + "properties": { + "changeNumber": 4, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "20.208.18.76/30", + "51.103.202.76/30", + "51.107.58.0/30", + "51.107.241.116/30", + "51.107.242.248/29", + "2603:1020:a04::340/125", + "2603:1020:a04:402::80/125", + "2603:1020:a04:802::80/125", + "2603:1020:a04:c02::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.SwitzerlandWest", + "id": "AzureKeyVault.SwitzerlandWest", + "properties": { + "changeNumber": 3, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "51.107.154.0/30", + "51.107.250.44/30", + "51.107.251.104/29", + "2603:1020:b04::2a0/125", + "2603:1020:b04:402::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.UAECentral", + "id": "AzureKeyVault.UAECentral", + "properties": { + "changeNumber": 4, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "20.37.74.228/30", + "20.45.90.72/29", + "20.45.90.80/30", + "74.243.18.12/30", + "2603:1040:b04::2a0/125", + "2603:1040:b04:402::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.UAENorth", + "id": "AzureKeyVault.UAENorth", + "properties": { + "changeNumber": 5, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "20.38.157.128/30", + "40.120.74.0/30", + "40.120.82.104/29", + "40.120.82.112/30", + "65.52.250.0/30", + "2603:1040:904::340/125", + "2603:1040:904:402::80/125", + "2603:1040:904:802::80/125", + "2603:1040:904:c02::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.UKNorth", + "id": "AzureKeyVault.UKNorth", + "properties": { + "changeNumber": 3, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "13.87.122.80/30", + "2603:1020:305:402::80/125" + ], + "networkFeatures": null + } + }, + { + "name": "AzureKeyVault.UKSouth", + "id": "AzureKeyVault.UKSouth", + "properties": { + "changeNumber": 4, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "51.104.192.129/32", + "51.104.192.138/32", + "51.105.4.67/32", + "51.105.4.75/32", + "51.105.71.160/30", + "51.105.77.56/30", + "51.140.146.56/30", + "51.140.157.60/32", + "51.140.184.38/31", + "51.143.212.184/29", + "51.143.213.192/30", + "52.151.75.86/32", + "2603:1020:705::340/125", + "2603:1020:705:402::80/125", + "2603:1020:705:802::80/125", + "2603:1020:705:c02::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.UKSouth2", + "id": "AzureKeyVault.UKSouth2", + "properties": { + "changeNumber": 1, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "13.87.34.51/32", + "13.87.39.0/32", + "13.87.56.80/30", + "2603:1020:405:402::80/125" + ], + "networkFeatures": null + } + }, + { + "name": "AzureKeyVault.UKWest", + "id": "AzureKeyVault.UKWest", + "properties": { + "changeNumber": 3, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "20.58.67.48/29", + "20.58.67.56/30", + "51.140.210.80/30", + "51.141.8.42/31", + "2603:1020:605::2a0/125", + "2603:1020:605:402::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.WestCentralUS", + "id": "AzureKeyVault.WestCentralUS", + "properties": { + "changeNumber": 3, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "13.71.194.112/30", + "20.69.1.104/29", + "20.69.1.112/30", + "52.161.25.42/32", + "52.161.31.136/32", + "52.161.31.139/32", + "2603:1030:b04::2a0/125", + "2603:1030:b04:402::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.WestEurope", + "id": "AzureKeyVault.WestEurope", + "properties": { + "changeNumber": 4, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "13.69.64.72/30", + "13.69.111.192/30", + "13.80.247.19/32", + "13.80.247.42/32", + "20.61.103.224/29", + "20.61.103.232/30", + "23.97.178.0/32", + "40.91.193.78/32", + "40.91.199.213/32", + "52.157.162.137/32", + "52.157.162.147/32", + "52.236.189.80/30", + "104.46.40.31/32", + "2603:1020:206::340/125", + "2603:1020:206:402::80/125", + "2603:1020:206:802::80/125", + "2603:1020:206:c02::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.WestIndia", + "id": "AzureKeyVault.WestIndia", + "properties": { + "changeNumber": 3, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "20.192.80.48/29", + "20.192.80.56/30", + "104.211.146.64/30", + "104.211.166.82/32", + "104.211.167.57/32", + "2603:1040:806::2a0/125", + "2603:1040:806:402::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.WestUS", + "id": "AzureKeyVault.WestUS", + "properties": { + "changeNumber": 4, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "20.66.2.28/30", + "20.66.5.128/29", + "20.168.162.76/30", + "40.112.242.144/30", + "104.42.6.91/32", + "104.42.136.180/32", + "2603:1030:a07::2a0/125", + "2603:1030:a07:402::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.WestUS2", + "id": "AzureKeyVault.WestUS2", + "properties": { + "changeNumber": 5, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "13.66.138.88/30", + "13.66.226.249/32", + "13.66.230.241/32", + "20.51.12.248/29", + "20.51.13.64/30", + "20.83.221.96/28", + "40.78.245.200/30", + "40.78.253.68/30", + "51.143.6.21/32", + "52.151.41.92/32", + "52.151.47.4/32", + "52.158.236.253/32", + "52.158.239.35/32", + "52.175.236.86/32", + "52.183.24.22/32", + "52.183.80.133/32", + "52.183.93.92/32", + "52.183.94.166/32", + "52.247.193.69/32", + "2603:1030:c06:2::220/125", + "2603:1030:c06:400::880/125", + "2603:1030:c06:802::80/125", + "2603:1030:c06:c02::80/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureKeyVault.WestUS3", + "id": "AzureKeyVault.WestUS3", + "properties": { + "changeNumber": 1, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "AzureKeyVault", + "addressPrefixes": [ + "20.150.170.0/30", + "20.150.181.28/30", + "20.150.181.164/30", + "20.150.189.32/30", + "20.150.244.36/30", + "20.150.245.56/29", + "2603:1030:504::1f8/125", + "2603:1030:504:402::80/125", + "2603:1030:504:402::2f8/125", + "2603:1030:504:802::140/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureMachineLearning.AustraliaCentral", + "id": "AzureMachineLearning.AustraliaCentral", + "properties": { + "changeNumber": 2, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "20.36.106.80/28", + "20.213.226.160/28", + "2603:1010:304::300/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.AustraliaCentral2", + "id": "AzureMachineLearning.AustraliaCentral2", + "properties": { + "changeNumber": 1, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "20.36.114.160/28", + "2603:1010:404::300/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.AustraliaEast", + "id": "AzureMachineLearning.AustraliaEast", + "properties": { + "changeNumber": 3, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "13.70.72.144/28", + "20.37.192.96/28", + "20.70.216.96/28", + "20.188.219.157/32", + "20.188.221.15/32", + "40.79.162.48/28", + "40.79.170.224/28", + "2603:1010:6:1::2c0/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.AustraliaSoutheast", + "id": "AzureMachineLearning.AustraliaSoutheast", + "properties": { + "changeNumber": 1, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "13.77.50.224/28", + "20.42.227.48/28", + "2603:1010:101::300/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.BrazilSouth", + "id": "AzureMachineLearning.BrazilSouth", + "properties": { + "changeNumber": 2, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "191.233.203.144/28", + "191.233.240.165/32", + "191.233.242.167/32", + "191.234.147.64/28", + "191.234.155.64/28", + "191.235.224.96/28", + "191.238.73.80/28", + "2603:1050:6:1::2c0/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.BrazilSoutheast", + "id": "AzureMachineLearning.BrazilSoutheast", + "properties": { + "changeNumber": 2, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "108.140.0.224/28", + "191.233.8.48/28", + "2603:1050:403::2c0/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.CanadaCentral", + "id": "AzureMachineLearning.CanadaCentral", + "properties": { + "changeNumber": 2, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "13.71.170.192/28", + "13.71.173.80/28", + "20.38.147.128/28", + "20.48.197.240/28", + "40.82.187.230/32", + "52.139.3.33/32", + "52.228.80.80/28", + "52.246.155.128/28", + "2603:1030:f05:1::2c0/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.CanadaEast", + "id": "AzureMachineLearning.CanadaEast", + "properties": { + "changeNumber": 2, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "40.69.106.224/28", + "40.89.17.208/28", + "2603:1030:1005::300/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.CentralIndia", + "id": "AzureMachineLearning.CentralIndia", + "properties": { + "changeNumber": 2, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "20.43.120.112/28", + "20.192.47.112/28", + "20.192.99.64/28", + "40.80.51.64/28", + "52.140.107.96/28", + "104.211.81.144/28", + "2603:1040:a06:1::2c0/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.CentralUS", + "id": "AzureMachineLearning.CentralUS", + "properties": { + "changeNumber": 3, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "13.89.171.64/28", + "20.37.152.240/28", + "20.40.231.32/28", + "52.182.139.32/28", + "52.185.70.56/32", + "52.242.224.215/32", + "104.208.16.160/28", + "2603:1030:10:1::2c0/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.CentralUSEUAP", + "id": "AzureMachineLearning.CentralUSEUAP", + "properties": { + "changeNumber": 4, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "20.45.240.64/28", + "20.46.13.192/28", + "40.78.202.80/28", + "2603:1030:f:1::300/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.EastAsia", + "id": "AzureMachineLearning.EastAsia", + "properties": { + "changeNumber": 3, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "13.75.36.16/28", + "20.189.106.80/28", + "20.195.75.48/28", + "20.195.75.96/27", + "40.81.27.228/32", + "52.184.87.76/32", + "2603:1040:207::300/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.EastUS", + "id": "AzureMachineLearning.EastUS", + "properties": { + "changeNumber": 2, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "20.42.0.240/28", + "20.62.135.208/28", + "40.71.11.64/28", + "40.78.227.32/28", + "40.79.154.64/28", + "52.255.214.109/32", + "52.255.217.127/32", + "2603:1030:210:1::2c0/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.EastUS2", + "id": "AzureMachineLearning.EastUS2", + "properties": { + "changeNumber": 3, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "20.41.0.240/28", + "20.62.61.128/28", + "20.98.195.64/27", + "40.70.146.192/28", + "40.70.154.161/32", + "52.167.106.160/28", + "52.177.164.219/32", + "104.208.144.160/28", + "2603:1030:40c:1::2c0/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.EastUS2EUAP", + "id": "AzureMachineLearning.EastUS2EUAP", + "properties": { + "changeNumber": 2, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "20.39.1.205/32", + "20.39.11.80/28", + "20.51.21.224/28", + "40.74.147.48/28", + "40.75.35.48/28", + "52.138.90.144/28", + "52.253.227.208/32", + "2603:1030:40b:1::2c0/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.EastUSSTG", + "id": "AzureMachineLearning.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "20.99.8.96/27", + "40.67.59.80/28", + "2603:1030:104:1::2c0/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.FranceCentral", + "id": "AzureMachineLearning.FranceCentral", + "properties": { + "changeNumber": 2, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "20.40.141.171/32", + "20.43.40.96/28", + "40.66.61.146/32", + "40.79.130.192/28", + "40.79.138.128/28", + "40.79.146.128/28", + "51.138.213.16/28", + "2603:1020:805:1::2c0/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.FranceSouth", + "id": "AzureMachineLearning.FranceSouth", + "properties": { + "changeNumber": 1, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "40.79.178.224/28", + "51.105.88.224/28", + "2603:1020:905::300/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.GermanyNorth", + "id": "AzureMachineLearning.GermanyNorth", + "properties": { + "changeNumber": 1, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "51.116.49.176/28", + "51.116.59.48/28", + "2603:1020:d04::300/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.GermanyWestCentral", + "id": "AzureMachineLearning.GermanyWestCentral", + "properties": { + "changeNumber": 2, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "51.116.155.112/28", + "51.116.156.128/28", + "51.116.250.224/28", + "2603:1020:c04:1::2c0/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.ItalyNorth", + "id": "AzureMachineLearning.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "4.232.25.0/27", + "2603:1020:1204::200/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.JapanEast", + "id": "AzureMachineLearning.JapanEast", + "properties": { + "changeNumber": 3, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "13.78.106.208/28", + "20.43.64.96/28", + "20.44.132.166/32", + "20.89.9.0/28", + "40.79.186.160/28", + "40.79.194.64/28", + "52.155.115.7/32", + "2603:1040:407:1::2c0/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.JapanWest", + "id": "AzureMachineLearning.JapanWest", + "properties": { + "changeNumber": 3, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "20.189.229.176/28", + "20.210.146.32/27", + "40.74.100.176/28", + "40.80.57.176/28", + "2603:1040:606::300/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.JioIndiaCentral", + "id": "AzureMachineLearning.JioIndiaCentral", + "properties": { + "changeNumber": 1, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "20.192.225.144/28", + "20.192.235.16/28", + "2603:1040:1104::240/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.JioIndiaWest", + "id": "AzureMachineLearning.JioIndiaWest", + "properties": { + "changeNumber": 1, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "20.192.160.48/28", + "20.193.194.176/28", + "2603:1040:d04::2c0/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.KoreaCentral", + "id": "AzureMachineLearning.KoreaCentral", + "properties": { + "changeNumber": 2, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "20.41.64.80/28", + "20.44.26.224/28", + "20.200.192.16/28", + "52.141.25.58/32", + "52.141.26.97/32", + "52.231.18.192/28", + "2603:1040:f05:1::2c0/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.KoreaSouth", + "id": "AzureMachineLearning.KoreaSouth", + "properties": { + "changeNumber": 2, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "40.80.169.160/28", + "52.231.146.208/28", + "2603:1040:e05:1::640/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.NorthCentralUS", + "id": "AzureMachineLearning.NorthCentralUS", + "properties": { + "changeNumber": 2, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "20.51.1.48/28", + "23.100.232.216/32", + "40.80.184.80/28", + "40.80.188.96/28", + "52.162.106.176/28", + "52.252.160.26/32", + "2603:1030:608::300/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.NorthEurope", + "id": "AzureMachineLearning.NorthEurope", + "properties": { + "changeNumber": 2, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "13.69.227.192/28", + "13.74.107.160/28", + "20.38.80.96/28", + "20.82.244.0/28", + "52.138.226.160/28", + "52.155.90.254/32", + "52.156.193.50/32", + "2603:1020:5:1::2c0/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.NorwayEast", + "id": "AzureMachineLearning.NorwayEast", + "properties": { + "changeNumber": 2, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "51.120.99.64/28", + "51.120.107.64/28", + "51.120.211.64/28", + "51.120.234.224/28", + "2603:1020:e04:1::2c0/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.NorwayWest", + "id": "AzureMachineLearning.NorwayWest", + "properties": { + "changeNumber": 1, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "51.120.219.80/28", + "51.120.227.80/28", + "2603:1020:f04::300/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.PolandCentral", + "id": "AzureMachineLearning.PolandCentral", + "properties": { + "changeNumber": 1, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "20.215.1.0/27", + "2603:1020:1302::200/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.QatarCentral", + "id": "AzureMachineLearning.QatarCentral", + "properties": { + "changeNumber": 4, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "4.171.27.64/27", + "4.171.27.160/28", + "20.21.33.0/27", + "20.21.83.64/27", + "2603:1040:1002::440/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.SouthAfricaNorth", + "id": "AzureMachineLearning.SouthAfricaNorth", + "properties": { + "changeNumber": 2, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "102.37.163.32/28", + "102.133.122.224/27", + "102.133.155.32/28", + "102.133.251.64/28", + "2603:1000:104:1::2c0/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.SouthAfricaWest", + "id": "AzureMachineLearning.SouthAfricaWest", + "properties": { + "changeNumber": 1, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "102.133.27.32/28", + "102.133.58.224/28", + "2603:1000:4::300/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.SouthCentralUS", + "id": "AzureMachineLearning.SouthCentralUS", + "properties": { + "changeNumber": 2, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "13.66.87.135/32", + "13.73.240.16/28", + "13.73.240.112/28", + "13.73.240.240/28", + "13.73.248.96/28", + "20.65.135.0/28", + "40.119.8.80/28", + "52.249.59.91/32", + "104.214.19.32/28", + "2603:1030:807:1::2c0/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.SouthCentralUSSTG", + "id": "AzureMachineLearning.SouthCentralUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "20.44.3.32/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.SouthIndia", + "id": "AzureMachineLearning.SouthIndia", + "properties": { + "changeNumber": 2, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "20.41.197.0/28", + "40.78.194.224/28", + "2603:1040:c06::300/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.SoutheastAsia", + "id": "AzureMachineLearning.SoutheastAsia", + "properties": { + "changeNumber": 2, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "13.67.8.224/28", + "20.43.128.112/28", + "20.195.69.64/28", + "23.98.82.192/28", + "40.78.234.128/28", + "40.90.184.249/32", + "52.230.56.136/32", + "2603:1040:5:1::2c0/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.SwedenCentral", + "id": "AzureMachineLearning.SwedenCentral", + "properties": { + "changeNumber": 2, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "51.12.29.0/28", + "51.12.29.64/27", + "51.12.47.32/28", + "51.12.99.80/28", + "51.12.227.64/28", + "51.12.235.64/28", + "2603:1020:1004::2c0/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.SwedenSouth", + "id": "AzureMachineLearning.SwedenSouth", + "properties": { + "changeNumber": 1, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "51.12.198.224/28", + "51.12.203.80/28", + "2603:1020:1104::240/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.SwitzerlandNorth", + "id": "AzureMachineLearning.SwitzerlandNorth", + "properties": { + "changeNumber": 2, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "51.107.59.48/28", + "51.107.247.64/27", + "2603:1020:a04:1::2c0/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.SwitzerlandWest", + "id": "AzureMachineLearning.SwitzerlandWest", + "properties": { + "changeNumber": 1, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "51.107.147.32/28", + "51.107.155.48/28", + "2603:1020:b04::300/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.UAECentral", + "id": "AzureMachineLearning.UAECentral", + "properties": { + "changeNumber": 1, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "20.37.67.80/28", + "20.37.74.208/28", + "2603:1040:b04::300/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.UAENorth", + "id": "AzureMachineLearning.UAENorth", + "properties": { + "changeNumber": 2, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "20.74.195.32/27", + "65.52.250.192/28", + "2603:1040:904:1::2c0/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.UKNorth", + "id": "AzureMachineLearning.UKNorth", + "properties": { + "changeNumber": 1, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "13.87.122.112/28", + "2603:1020:305::300/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.UKSouth", + "id": "AzureMachineLearning.UKSouth", + "properties": { + "changeNumber": 2, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "51.11.24.49/32", + "51.104.8.64/27", + "51.104.24.96/28", + "51.105.67.16/28", + "51.105.75.128/28", + "51.140.146.208/28", + "51.143.214.32/28", + "52.151.111.249/32", + "2603:1020:705:1::2c0/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.UKSouth2", + "id": "AzureMachineLearning.UKSouth2", + "properties": { + "changeNumber": 1, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "13.87.56.112/28", + "2603:1020:405::300/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.UKWest", + "id": "AzureMachineLearning.UKWest", + "properties": { + "changeNumber": 1, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "51.137.161.224/28", + "51.140.210.208/28", + "2603:1020:605::300/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.WestCentralUS", + "id": "AzureMachineLearning.WestCentralUS", + "properties": { + "changeNumber": 3, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "13.71.194.240/28", + "20.69.1.240/28", + "52.150.136.80/28", + "52.253.131.79/32", + "52.253.131.198/32", + "2603:1030:b04::300/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.WestEurope", + "id": "AzureMachineLearning.WestEurope", + "properties": { + "changeNumber": 2, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "13.69.64.192/28", + "13.69.106.192/28", + "20.86.88.160/28", + "40.74.24.96/28", + "51.105.129.135/32", + "51.144.184.47/32", + "52.236.186.192/28", + "2603:1020:206:1::2c0/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.WestIndia", + "id": "AzureMachineLearning.WestIndia", + "properties": { + "changeNumber": 1, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "20.38.128.48/28", + "2603:1040:806::300/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.WestUS", + "id": "AzureMachineLearning.WestUS", + "properties": { + "changeNumber": 2, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "13.86.195.35/32", + "13.87.160.129/32", + "20.66.6.48/28", + "40.82.248.80/28", + "40.112.242.176/28", + "2603:1030:a07::300/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.WestUS2", + "id": "AzureMachineLearning.WestUS2", + "properties": { + "changeNumber": 2, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "13.66.140.80/28", + "20.42.129.16/28", + "20.51.14.48/28", + "40.78.242.176/28", + "40.78.250.112/28", + "40.91.77.76/32", + "52.148.163.43/32", + "2603:1030:c06:1::2c0/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMachineLearning.WestUS3", + "id": "AzureMachineLearning.WestUS3", + "properties": { + "changeNumber": 1, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "AzureMachineLearning", + "addressPrefixes": [ + "20.150.161.128/28", + "20.150.171.80/28", + "20.150.179.64/28", + "20.150.187.64/28", + "20.150.246.16/28", + "2603:1030:504:1::2c0/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMonitor.AustraliaCentral", + "id": "AzureMonitor.AustraliaCentral", + "properties": { + "changeNumber": 10, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.36.107.24/29", + "20.36.107.160/28", + "20.37.227.16/28", + "20.37.227.100/31", + "20.37.227.104/29", + "20.37.227.112/28", + "20.53.0.128/27", + "20.53.1.208/29", + "20.53.48.64/27", + "20.53.55.160/29", + "20.213.226.210/31", + "2603:1010:300::88/128", + "2603:1010:304::780/121", + "2603:1010:304:1::280/123", + "2603:1010:304:1::300/121", + "2603:1010:304:5::500/121", + "2603:1010:304:402::500/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.AustraliaCentral2", + "id": "AzureMonitor.AustraliaCentral2", + "properties": { + "changeNumber": 8, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.36.114.200/29", + "20.36.114.208/28", + "20.36.125.224/27", + "20.53.60.224/31", + "20.53.63.96/29", + "20.167.131.24/29", + "20.167.131.80/30", + "20.193.96.32/27", + "20.193.96.248/29", + "2603:1010:404::780/121", + "2603:1010:404:1::280/123", + "2603:1010:404:1::300/121", + "2603:1010:404:5::600/121", + "2603:1010:404:402::500/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.AustraliaEast", + "id": "AzureMonitor.AustraliaEast", + "properties": { + "changeNumber": 13, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "13.70.72.232/29", + "13.70.73.104/29", + "13.70.79.88/29", + "13.70.79.96/27", + "13.70.114.176/28", + "13.70.124.27/32", + "13.70.127.61/32", + "13.75.195.15/32", + "20.37.192.68/31", + "20.37.195.26/31", + "20.37.198.112/28", + "20.37.198.140/32", + "20.37.198.232/29", + "20.37.198.240/28", + "20.40.124.0/32", + "20.43.98.234/32", + "20.43.99.158/32", + "20.53.46.64/27", + "20.213.196.208/28", + "40.79.162.40/29", + "40.79.163.0/29", + "40.79.165.64/28", + "40.79.165.88/29", + "40.79.170.24/29", + "40.79.170.240/29", + "40.79.173.8/29", + "40.126.246.183/32", + "52.156.168.82/32", + "2603:1010:2:3::c9/128", + "2603:1010:6::60/123", + "2603:1010:6::1c0/122", + "2603:1010:6::300/123", + "2603:1010:6::500/121", + "2603:1010:6:1::280/122", + "2603:1010:6:402::500/121", + "2603:1010:6:802::480/121", + "2603:1010:6:802::500/121", + "2603:1010:6:c00::100/121", + "2603:1010:6:c02::480/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.AustraliaSoutheast", + "id": "AzureMonitor.AustraliaSoutheast", + "properties": { + "changeNumber": 9, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "13.77.52.16/28", + "13.77.53.48/29", + "13.77.53.220/32", + "20.40.160.120/32", + "20.42.230.112/28", + "20.42.230.208/28", + "20.42.230.224/29", + "20.42.230.232/31", + "20.211.224.56/29", + "23.101.225.155/32", + "23.101.232.120/32", + "23.101.239.238/32", + "40.81.58.225/32", + "40.127.75.125/32", + "40.127.84.197/32", + "104.46.162.64/27", + "104.46.179.128/27", + "2603:1010:101::780/121", + "2603:1010:101:1::280/123", + "2603:1010:101:1::300/121", + "2603:1010:101:402::500/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.BrazilSouth", + "id": "AzureMonitor.BrazilSouth", + "properties": { + "changeNumber": 13, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.206.183.64/28", + "20.226.211.224/27", + "104.41.61.169/32", + "191.232.33.83/32", + "191.232.161.75/32", + "191.232.213.239/32", + "191.232.214.6/32", + "191.232.239.181/32", + "191.233.203.232/29", + "191.233.204.248/29", + "191.233.207.216/29", + "191.234.136.60/31", + "191.234.136.80/28", + "191.234.137.40/29", + "191.234.137.48/28", + "191.234.146.152/29", + "191.234.149.40/29", + "191.234.149.144/28", + "191.234.154.152/29", + "191.234.157.48/28", + "191.234.157.160/29", + "191.235.224.68/31", + "191.239.251.90/32", + "2603:1050:1:3::26/128", + "2603:1050:6::60/123", + "2603:1050:6::1c0/122", + "2603:1050:6::300/123", + "2603:1050:6::360/123", + "2603:1050:6::500/121", + "2603:1050:6:1::280/122", + "2603:1050:6:402::580/121", + "2603:1050:6:402::600/121", + "2603:1050:6:802::480/121", + "2603:1050:6:c00::100/121", + "2603:1050:6:c02::2a0/123" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.BrazilSoutheast", + "id": "AzureMonitor.BrazilSoutheast", + "properties": { + "changeNumber": 6, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.206.0.196/31", + "20.206.5.40/29", + "191.233.15.128/27", + "191.233.51.128/28", + "191.237.224.176/28", + "191.237.224.192/27", + "2603:1050:400:2::1a/128", + "2603:1050:403::280/122", + "2603:1050:403:1::80/121", + "2603:1050:403:1::240/123", + "2603:1050:403:1::300/121", + "2603:1050:403:400::580/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.CanadaCentral", + "id": "AzureMonitor.CanadaCentral", + "properties": { + "changeNumber": 11, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "13.71.172.128/28", + "13.71.172.248/29", + "13.71.175.128/32", + "13.71.175.216/29", + "13.71.177.32/27", + "13.71.187.91/32", + "13.71.191.47/32", + "13.88.230.43/32", + "13.88.247.208/32", + "13.88.255.115/32", + "20.38.146.152/29", + "20.38.147.144/29", + "20.38.149.200/29", + "20.48.193.224/27", + "20.220.1.64/28", + "40.85.201.168/32", + "40.85.218.175/32", + "40.85.248.43/32", + "52.138.31.112/32", + "52.138.31.127/32", + "52.139.8.32/32", + "52.228.80.68/31", + "52.228.81.162/31", + "52.228.85.192/28", + "52.228.86.152/29", + "52.228.86.160/28", + "52.228.86.176/32", + "52.237.34.41/32", + "52.246.154.152/29", + "52.246.155.144/29", + "52.246.157.16/28", + "52.246.158.160/29", + "2603:1030:f05::60/123", + "2603:1030:f05::1c0/122", + "2603:1030:f05::300/123", + "2603:1030:f05::360/123", + "2603:1030:f05::500/121", + "2603:1030:f05:1::280/122", + "2603:1030:f05:402::500/121", + "2603:1030:f05:802::480/121", + "2603:1030:f05:c02::480/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.CanadaEast", + "id": "AzureMonitor.CanadaEast", + "properties": { + "changeNumber": 9, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.175.2.254/31", + "20.175.5.128/29", + "20.175.5.136/31", + "40.69.107.16/28", + "40.69.108.48/29", + "40.69.111.128/27", + "40.69.116.112/29", + "40.86.201.128/32", + "52.139.106.160/27", + "52.242.40.208/30", + "52.242.47.8/29", + "2603:1030:1005::2a8/126", + "2603:1030:1005::780/121", + "2603:1030:1005:1::280/123", + "2603:1030:1005:1::300/121", + "2603:1030:1005:3::780/121", + "2603:1030:1005:402::500/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.CentralIndia", + "id": "AzureMonitor.CentralIndia", + "properties": { + "changeNumber": 12, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.43.120.0/29", + "20.43.120.240/29", + "20.43.123.200/29", + "20.192.43.96/27", + "20.192.45.100/31", + "20.192.98.152/29", + "20.192.101.32/27", + "20.192.102.72/29", + "20.192.102.160/28", + "20.204.194.144/28", + "40.80.50.152/29", + "40.80.51.80/29", + "40.80.54.32/29", + "52.140.104.68/31", + "52.140.108.96/28", + "52.140.108.216/29", + "52.140.108.224/28", + "52.140.108.240/31", + "52.172.209.125/32", + "104.211.79.84/32", + "104.211.90.234/32", + "104.211.91.254/32", + "104.211.92.54/32", + "104.211.92.218/32", + "104.211.95.59/32", + "104.211.96.228/32", + "104.211.103.96/32", + "2603:1040:a06::160/123", + "2603:1040:a06::2c0/122", + "2603:1040:a06::400/123", + "2603:1040:a06::460/123", + "2603:1040:a06::600/121", + "2603:1040:a06:1::280/122", + "2603:1040:a06:402::500/121", + "2603:1040:a06:802::480/121", + "2603:1040:a06:c02::480/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.CentralUS", + "id": "AzureMonitor.CentralUS", + "properties": { + "changeNumber": 26, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "13.89.42.127/32", + "13.89.171.112/30", + "13.89.174.128/29", + "13.89.179.0/29", + "20.15.135.160/28", + "20.37.152.68/31", + "20.40.200.172/31", + "20.40.200.174/32", + "20.40.206.128/28", + "20.40.206.232/29", + "20.40.207.128/28", + "20.40.228.0/26", + "20.44.8.0/28", + "20.44.11.192/26", + "20.44.12.192/26", + "20.44.13.232/29", + "20.118.198.32/28", + "23.99.130.172/32", + "40.77.17.183/32", + "40.77.22.234/32", + "40.77.24.27/32", + "40.77.101.95/32", + "40.77.109.134/32", + "40.86.89.165/32", + "52.165.27.187/32", + "52.165.34.117/32", + "52.165.38.20/32", + "52.165.150.242/32", + "52.173.25.25/32", + "52.173.33.254/32", + "52.173.90.199/32", + "52.173.185.24/32", + "52.173.196.209/32", + "52.173.196.230/32", + "52.173.249.138/32", + "52.176.42.206/32", + "52.176.46.30/32", + "52.176.49.206/32", + "52.176.55.135/32", + "52.176.92.196/32", + "52.182.138.216/29", + "52.182.139.48/29", + "52.182.143.200/29", + "52.182.144.224/28", + "52.230.224.237/32", + "52.242.230.209/32", + "104.208.33.155/32", + "104.208.34.98/32", + "104.208.35.169/32", + "168.61.179.178/32", + "172.173.8.80/28", + "2603:1030:7::d4/128", + "2603:1030:7::155/128", + "2603:1030:7::79e/128", + "2603:1030:7:5::e/128", + "2603:1030:7:5::17/128", + "2603:1030:7:5::29/128", + "2603:1030:7:5::32/128", + "2603:1030:7:6::10/128", + "2603:1030:7:6::14/128", + "2603:1030:7:6::1b/128", + "2603:1030:7:6::25/128", + "2603:1030:7:6::28/128", + "2603:1030:7:6::37/128", + "2603:1030:7:6::3f/128", + "2603:1030:7:6::92/128", + "2603:1030:7:6::2ad/128", + "2603:1030:10::60/123", + "2603:1030:10::1c0/122", + "2603:1030:10::300/123", + "2603:1030:10::360/123", + "2603:1030:10::500/121", + "2603:1030:10:1::280/122", + "2603:1030:10:402::500/121", + "2603:1030:10:802::480/121", + "2603:1030:10:c02::480/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.CentralUSEUAP", + "id": "AzureMonitor.CentralUSEUAP", + "properties": { + "changeNumber": 8, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.45.208.32/29", + "20.46.10.224/27", + "20.46.12.196/30", + "20.46.13.216/29", + "20.46.15.48/29", + "40.78.202.144/28", + "40.78.203.240/29", + "52.180.160.132/32", + "52.180.164.91/32", + "52.180.178.187/32", + "52.180.182.209/32", + "168.61.142.0/27", + "2603:1030:8:5::8/128", + "2603:1030:f:1::780/121", + "2603:1030:f:2::280/123", + "2603:1030:f:2::300/121", + "2603:1030:f:400::d00/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.EastAsia", + "id": "AzureMonitor.EastAsia", + "properties": { + "changeNumber": 18, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "13.75.38.0/28", + "13.75.38.120/29", + "13.75.39.76/30", + "13.75.117.221/32", + "13.75.119.169/32", + "13.94.39.13/32", + "20.187.197.192/27", + "20.189.81.11/32", + "20.189.81.14/32", + "20.189.81.24/31", + "20.189.81.26/32", + "20.189.81.28/32", + "20.189.81.31/32", + "20.189.81.32/31", + "20.189.81.34/32", + "20.189.109.144/28", + "20.189.111.0/28", + "20.189.111.16/29", + "20.189.111.24/31", + "20.195.74.188/31", + "20.205.55.224/28", + "20.205.77.184/29", + "20.205.78.160/28", + "20.205.83.232/29", + "20.205.86.0/28", + "23.97.65.103/32", + "23.100.90.7/32", + "23.100.94.221/32", + "23.101.0.142/32", + "23.101.9.4/32", + "23.101.13.65/32", + "52.229.218.221/32", + "52.229.225.6/32", + "104.214.164.128/27", + "104.214.166.96/29", + "2603:1040:207::780/121", + "2603:1040:207:1::280/123", + "2603:1040:207:1::300/121", + "2603:1040:207:402::500/121", + "2603:1040:207:800::300/121", + "2603:1040:207:c00::300/121", + "2a01:111:f100:6000::4134:a688/128", + "2a01:111:f100:6000::4134:a6cf/128" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.EastUS", + "id": "AzureMonitor.EastUS", + "properties": { + "changeNumber": 42, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "13.82.100.176/32", + "13.82.184.151/32", + "13.90.93.206/32", + "13.90.248.141/32", + "13.90.249.229/32", + "13.90.251.123/32", + "13.92.40.198/32", + "13.92.40.223/32", + "13.92.138.16/32", + "13.92.179.52/32", + "13.92.211.249/32", + "13.92.232.146/32", + "13.92.254.218/32", + "13.92.255.146/32", + "20.42.0.68/31", + "20.42.65.72/29", + "20.42.65.128/25", + "20.42.73.16/29", + "20.42.73.128/25", + "20.49.109.46/31", + "20.49.109.80/28", + "20.49.111.16/28", + "20.49.111.32/28", + "20.62.132.0/25", + "23.96.28.38/32", + "40.71.12.224/28", + "40.71.12.240/30", + "40.71.12.248/29", + "40.71.13.168/29", + "40.71.14.112/30", + "40.71.183.225/32", + "40.76.29.55/32", + "40.76.53.225/32", + "40.78.226.216/29", + "40.78.229.32/29", + "40.79.154.80/29", + "40.79.156.32/29", + "40.85.180.90/32", + "40.87.67.118/32", + "40.112.49.101/32", + "40.117.80.207/32", + "40.117.95.162/32", + "40.117.147.74/32", + "40.117.190.239/32", + "40.117.197.224/32", + "40.121.57.2/32", + "40.121.61.208/32", + "40.121.135.131/32", + "40.121.163.228/32", + "40.121.165.150/32", + "40.121.210.163/32", + "52.150.36.187/32", + "52.168.112.64/32", + "52.168.116.72/29", + "52.168.136.177/32", + "52.179.73.32/27", + "52.186.121.41/32", + "52.186.126.31/32", + "52.188.247.144/28", + "52.191.197.52/32", + "52.224.125.230/32", + "52.224.162.220/32", + "52.224.235.3/32", + "52.226.151.250/32", + "104.41.152.101/32", + "104.41.157.59/32", + "104.45.136.42/32", + "168.62.169.17/32", + "2603:1030:210::60/123", + "2603:1030:210::1c0/122", + "2603:1030:210::300/123", + "2603:1030:210::360/123", + "2603:1030:210::500/121", + "2603:1030:210:1::280/122", + "2603:1030:210:c::180/121", + "2603:1030:210:402::500/121", + "2603:1030:210:802::480/121", + "2603:1030:210:c00::100/121", + "2a01:111:f100:2000::a83e:3011/128", + "2a01:111:f100:2000::a83e:3015/128", + "2a01:111:f100:2000::a83e:301c/128", + "2a01:111:f100:2000::a83e:3022/128", + "2a01:111:f100:2000::a83e:3024/128", + "2a01:111:f100:2000::a83e:3034/128", + "2a01:111:f100:2000::a83e:3039/128", + "2a01:111:f100:2000::a83e:3040/128", + "2a01:111:f100:2000::a83e:304a/128", + "2a01:111:f100:2000::a83e:3070/128", + "2a01:111:f100:2000::a83e:3076/128", + "2a01:111:f100:2000::a83e:3080/128", + "2a01:111:f100:2000::a83e:3083/128", + "2a01:111:f100:2000::a83e:3093/128", + "2a01:111:f100:2000::a83e:3097/128", + "2a01:111:f100:2000::a83e:30a9/128", + "2a01:111:f100:2000::a83e:30f3/128", + "2a01:111:f100:2000::a83e:312d/128", + "2a01:111:f100:2000::a83e:313a/128", + "2a01:111:f100:2000::a83e:313c/127", + "2a01:111:f100:2000::a83e:32a5/128", + "2a01:111:f100:2000::a83e:3344/128", + "2a01:111:f100:2000::a83e:3348/128", + "2a01:111:f100:2000::a83e:335c/128", + "2a01:111:f100:2000::a83e:3366/128", + "2a01:111:f100:2000::a83e:336c/128", + "2a01:111:f100:2000::a83e:3370/128", + "2a01:111:f100:2000::a83e:3375/128", + "2a01:111:f100:2000::a83e:337e/128", + "2a01:111:f100:2000::a83e:33ad/128", + "2a01:111:f100:2000::a83e:33bf/128", + "2a01:111:f100:2000::a83e:35d4/128", + "2a01:111:f100:2000::a83e:3649/128", + "2a01:111:f100:2000::a83e:3670/128", + "2a01:111:f100:2002::8975:2c4c/128", + "2a01:111:f100:2002::8975:2c8c/128", + "2a01:111:f100:2002::8975:2c8e/128", + "2a01:111:f100:2002::8975:2ce6/128", + "2a01:111:f100:2002::8975:2d44/128", + "2a01:111:f100:2002::8975:2d6a/128", + "2a01:111:f100:2002::8975:2d83/128", + "2a01:111:f100:2002::8975:2e91/128", + "2a01:111:f100:2002::8975:2eaa/128", + "2a01:111:f100:2002::8975:2fa3/128", + "2a01:111:f100:2002::8975:2fac/128", + "2a01:111:f100:2002::8975:2fc3/128", + "2a01:111:f100:2002::a83e:bfc9/128", + "2a01:111:f100:2003::a83d:27c7/128" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.EastUS2", + "id": "AzureMonitor.EastUS2", + "properties": { + "changeNumber": 27, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "13.68.31.237/32", + "13.68.101.211/32", + "13.68.106.77/32", + "13.68.109.212/32", + "13.68.111.247/32", + "20.15.8.128/28", + "20.36.144.166/31", + "20.41.49.208/32", + "20.44.16.0/29", + "20.44.17.0/29", + "20.44.73.196/32", + "20.49.99.44/31", + "20.49.99.64/28", + "20.49.102.24/29", + "20.49.102.32/28", + "20.65.1.64/28", + "20.98.192.0/27", + "40.70.23.205/32", + "40.70.148.0/30", + "40.70.148.8/29", + "40.70.151.208/31", + "52.167.106.88/29", + "52.167.107.64/29", + "52.167.109.72/29", + "52.167.145.160/29", + "52.167.145.176/28", + "52.167.221.184/32", + "52.177.223.60/32", + "52.179.192.178/32", + "52.184.158.205/32", + "104.46.123.164/32", + "104.208.144.88/29", + "104.208.170.144/28", + "104.208.170.160/28", + "104.208.231.128/28", + "104.209.156.106/32", + "104.209.161.217/32", + "104.210.9.42/32", + "137.116.82.175/32", + "2603:1030:408::254/128", + "2603:1030:408:3::20/128", + "2603:1030:408:3::74/128", + "2603:1030:408:4::d/128", + "2603:1030:408:6::18/128", + "2603:1030:408:6::2a/128", + "2603:1030:408:6::3f/128", + "2603:1030:408:6::59/128", + "2603:1030:408:6::67/128", + "2603:1030:408:6::68/128", + "2603:1030:408:6::97/128", + "2603:1030:408:7::c/128", + "2603:1030:408:7::37/128", + "2603:1030:408:7::39/128", + "2603:1030:408:7::3b/128", + "2603:1030:408:7::48/128", + "2603:1030:408:7::4f/128", + "2603:1030:40c::60/123", + "2603:1030:40c::1c0/122", + "2603:1030:40c::300/123", + "2603:1030:40c::360/123", + "2603:1030:40c::500/121", + "2603:1030:40c:1::280/122", + "2603:1030:40c:402::500/121", + "2603:1030:40c:802::480/121", + "2603:1030:40c:c02::400/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.EastUS2EUAP", + "id": "AzureMonitor.EastUS2EUAP", + "properties": { + "changeNumber": 15, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.39.14.0/28", + "20.39.15.16/28", + "20.39.15.32/28", + "20.47.216.200/32", + "20.47.217.0/29", + "20.51.17.64/27", + "20.221.140.16/28", + "40.74.146.84/30", + "40.74.147.160/29", + "40.74.150.32/27", + "40.74.150.72/29", + "40.75.34.40/29", + "40.75.35.64/29", + "40.89.121.176/29", + "52.138.90.48/30", + "52.138.90.56/29", + "68.220.85.64/29", + "68.220.85.80/28", + "2603:1030:409:2::6/128", + "2603:1030:409:2::b/128", + "2603:1030:409:2::c/128", + "2603:1030:40b:1::280/122", + "2603:1030:40b:2::80/121", + "2603:1030:40b:2::240/123", + "2603:1030:40b:2::300/121", + "2603:1030:40b:400::d00/121", + "2603:1030:40b:800::400/121", + "2603:1030:40b:c00::480/121", + "2603:1030:40b:1000::200/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.EastUSSTG", + "id": "AzureMonitor.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.49.83.32/28", + "20.49.84.32/27", + "20.99.11.48/28", + "20.99.11.96/30", + "40.67.52.224/27", + "40.67.59.192/28", + "2603:1030:104::60/123", + "2603:1030:104::1c0/122", + "2603:1030:104::300/123", + "2603:1030:104::360/123", + "2603:1030:104::500/121", + "2603:1030:104:1::280/122", + "2603:1030:104:402::500/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.FranceCentral", + "id": "AzureMonitor.FranceCentral", + "properties": { + "changeNumber": 15, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.19.27.128/28", + "20.40.137.91/32", + "20.40.140.212/32", + "20.43.40.68/31", + "20.43.41.178/31", + "20.43.44.128/28", + "20.43.44.216/29", + "20.43.44.224/28", + "20.111.2.192/27", + "20.188.36.28/32", + "40.79.130.240/29", + "40.79.132.32/29", + "40.79.138.40/30", + "40.79.138.144/29", + "40.79.141.144/29", + "40.79.143.16/30", + "40.79.143.24/31", + "40.79.143.28/30", + "40.79.143.80/28", + "40.79.146.40/30", + "40.79.146.144/29", + "40.79.150.96/29", + "40.79.151.2/31", + "40.79.151.10/31", + "40.79.151.12/31", + "40.79.151.64/28", + "40.89.153.171/32", + "40.89.189.61/32", + "51.11.192.40/29", + "51.11.193.112/30", + "51.11.194.0/28", + "2603:1020:805::60/123", + "2603:1020:805::1c0/122", + "2603:1020:805::300/123", + "2603:1020:805::360/123", + "2603:1020:805::500/121", + "2603:1020:805:1::280/122", + "2603:1020:805:402::500/121", + "2603:1020:805:802::480/121", + "2603:1020:805:c02::480/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.FranceSouth", + "id": "AzureMonitor.FranceSouth", + "properties": { + "changeNumber": 8, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.111.72.96/27", + "40.79.179.8/29", + "40.79.179.16/28", + "40.80.100.200/29", + "51.138.160.80/29", + "52.136.191.12/31", + "2603:1020:905::780/121", + "2603:1020:905:1::280/123", + "2603:1020:905:1::300/121", + "2603:1020:905:402::500/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.GermanyNorth", + "id": "AzureMonitor.GermanyNorth", + "properties": { + "changeNumber": 9, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.52.72.64/27", + "20.52.72.96/28", + "20.113.254.30/31", + "20.113.254.76/31", + "20.170.168.160/29", + "51.116.54.32/27", + "51.116.59.176/28", + "51.116.75.92/31", + "51.116.77.254/31", + "2603:1020:d01:2::a/128", + "2603:1020:d04::780/121", + "2603:1020:d04:1::280/123", + "2603:1020:d04:1::300/121", + "2603:1020:d04:5::580/121", + "2603:1020:d04:402::500/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.GermanyWestCentral", + "id": "AzureMonitor.GermanyWestCentral", + "properties": { + "changeNumber": 12, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.52.64.24/29", + "20.52.64.32/27", + "20.52.65.96/28", + "20.52.95.50/31", + "20.52.95.220/31", + "20.218.184.192/27", + "20.218.185.16/28", + "51.116.149.0/27", + "51.116.155.240/28", + "51.116.242.152/29", + "51.116.245.96/28", + "51.116.246.96/29", + "51.116.250.152/29", + "51.116.253.32/28", + "51.116.253.136/29", + "2603:1020:c01:2::b/128", + "2603:1020:c01:2::e/128", + "2603:1020:c04::60/123", + "2603:1020:c04::1c0/122", + "2603:1020:c04::300/123", + "2603:1020:c04::360/123", + "2603:1020:c04::500/121", + "2603:1020:c04:1::280/122", + "2603:1020:c04:402::500/121", + "2603:1020:c04:800::100/121", + "2603:1020:c04:c02::480/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.ItalyNorth", + "id": "AzureMonitor.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "4.232.98.110/31", + "4.232.98.164/30", + "4.232.101.64/29", + "4.232.101.96/27", + "4.232.101.128/27", + "4.232.111.64/29", + "4.232.111.80/28", + "4.232.123.200/29", + "4.232.125.160/28", + "4.232.195.200/29", + "4.232.197.160/28", + "2603:1020:1200:4::10/128", + "2603:1020:1200:4::12/128", + "2603:1020:1204:2::1e0/123", + "2603:1020:1204:2::2c0/122", + "2603:1020:1204:2::380/123", + "2603:1020:1204:2::400/120" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.JapanEast", + "id": "AzureMonitor.JapanEast", + "properties": { + "changeNumber": 12, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "13.73.26.213/32", + "13.78.10.58/32", + "13.78.13.189/32", + "13.78.108.160/29", + "13.78.108.168/30", + "13.78.109.112/29", + "13.78.111.192/32", + "20.18.2.64/28", + "20.43.64.68/31", + "20.43.65.154/31", + "20.43.70.96/28", + "20.43.70.192/29", + "20.43.70.200/30", + "20.43.70.204/32", + "20.43.70.224/29", + "20.89.1.32/29", + "20.191.165.64/27", + "23.102.66.132/32", + "23.102.77.48/32", + "40.79.187.8/29", + "40.79.190.160/27", + "40.79.191.200/29", + "40.79.191.218/31", + "40.79.194.104/29", + "40.79.194.112/29", + "40.79.197.120/29", + "52.155.118.97/32", + "52.156.40.142/32", + "52.185.132.101/32", + "52.185.132.170/32", + "138.91.9.98/32", + "2603:1040:407::60/123", + "2603:1040:407::1c0/122", + "2603:1040:407::300/123", + "2603:1040:407::360/123", + "2603:1040:407::500/121", + "2603:1040:407:1::280/122", + "2603:1040:407:402::500/121", + "2603:1040:407:802::480/121", + "2603:1040:407:c00::100/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.JapanWest", + "id": "AzureMonitor.JapanWest", + "properties": { + "changeNumber": 10, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.18.179.200/29", + "20.18.181.160/28", + "20.189.194.102/31", + "20.189.225.128/27", + "20.210.144.114/31", + "20.210.144.116/30", + "20.210.144.120/29", + "20.210.145.96/29", + "20.210.146.192/27", + "40.74.99.64/29", + "40.74.101.32/28", + "40.74.101.200/29", + "40.80.180.160/27", + "2603:1040:606::780/121", + "2603:1040:606:1::280/123", + "2603:1040:606:1::300/121", + "2603:1040:606:3::600/123", + "2603:1040:606:3::780/121", + "2603:1040:606:402::500/121", + "2603:1040:606:800::300/121", + "2603:1040:606:c00::/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.JioIndiaCentral", + "id": "AzureMonitor.JioIndiaCentral", + "properties": { + "changeNumber": 4, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.192.32.192/27", + "20.192.34.80/28", + "20.192.48.0/27", + "20.192.50.192/28", + "20.192.231.244/30", + "20.192.235.144/28", + "20.207.5.104/29", + "2603:1040:1101:2::3/128", + "2603:1040:1104:1::160/123", + "2603:1040:1104:1::180/122", + "2603:1040:1104:1::1c0/123", + "2603:1040:1104:1::580/121", + "2603:1040:1104:400::460/123" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.JioIndiaWest", + "id": "AzureMonitor.JioIndiaWest", + "properties": { + "changeNumber": 8, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.192.167.160/27", + "20.193.160.40/29", + "20.193.160.48/28", + "20.193.194.24/29", + "20.193.194.32/29", + "20.193.194.40/30", + "20.193.203.112/28", + "20.193.204.64/27", + "40.64.8.180/31", + "40.64.14.64/27", + "40.64.14.96/29", + "2603:1040:d01:4::7/128", + "2603:1040:d04::280/122", + "2603:1040:d04:1::380/121", + "2603:1040:d04:2::/123", + "2603:1040:d04:2::100/120", + "2603:1040:d04:3::60/126", + "2603:1040:d04:400::420/123", + "2603:1040:d04:400::580/121", + "2603:1040:d04:800::400/121", + "2603:1040:d04:c02::100/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.KoreaCentral", + "id": "AzureMonitor.KoreaCentral", + "properties": { + "changeNumber": 13, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.41.64.68/31", + "20.41.67.112/28", + "20.41.69.4/30", + "20.41.69.16/28", + "20.41.69.48/31", + "20.41.69.62/31", + "20.44.26.152/29", + "20.44.26.248/29", + "20.44.29.120/29", + "20.194.67.32/28", + "20.194.67.216/29", + "20.194.67.224/27", + "20.194.72.224/27", + "20.214.131.48/28", + "52.141.22.149/32", + "52.141.22.239/32", + "52.231.18.240/28", + "52.231.23.120/29", + "52.231.23.208/28", + "52.231.28.204/32", + "52.231.33.16/32", + "52.231.64.72/32", + "52.231.67.208/32", + "52.231.70.0/32", + "52.231.108.46/32", + "52.231.111.52/32", + "2603:1040:f05::60/123", + "2603:1040:f05::1c0/122", + "2603:1040:f05::300/123", + "2603:1040:f05::360/123", + "2603:1040:f05::500/121", + "2603:1040:f05:1::280/122", + "2603:1040:f05:402::500/121", + "2603:1040:f05:802::480/121", + "2603:1040:f05:c02::480/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.KoreaSouth", + "id": "AzureMonitor.KoreaSouth", + "properties": { + "changeNumber": 7, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.200.162.168/29", + "20.200.166.138/31", + "20.200.166.140/30", + "20.200.166.192/29", + "52.147.97.64/27", + "52.147.112.96/27", + "52.147.119.96/31", + "52.231.147.160/28", + "52.231.148.80/29", + "52.231.151.208/29", + "2603:1040:e05::28/126", + "2603:1040:e05::40/123", + "2603:1040:e05::80/121", + "2603:1040:e05:1::380/121", + "2603:1040:e05:6::220/123", + "2603:1040:e05:6::380/122", + "2603:1040:e05:6::3c0/123", + "2603:1040:e05:402::80/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.NorthCentralUS", + "id": "AzureMonitor.NorthCentralUS", + "properties": { + "changeNumber": 25, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.49.114.20/30", + "20.49.114.32/28", + "20.49.114.48/31", + "20.51.5.44/31", + "20.51.7.0/27", + "20.125.171.200/29", + "20.125.203.200/29", + "20.125.205.224/28", + "20.241.112.224/29", + "20.241.119.32/28", + "23.96.252.161/32", + "23.96.252.216/32", + "23.100.228.32/32", + "40.80.191.224/28", + "52.162.87.50/32", + "52.162.110.64/28", + "52.162.110.168/29", + "52.162.214.75/32", + "52.237.157.70/32", + "52.240.244.144/29", + "52.240.244.236/31", + "52.240.245.64/28", + "65.52.2.145/32", + "65.52.5.76/32", + "2603:1030:608::780/121", + "2603:1030:608:1::280/123", + "2603:1030:608:1::300/121", + "2603:1030:608:402::500/121", + "2603:1030:608:802::80/121", + "2603:1030:608:c00::300/121", + "2a01:111:f100:1002::4134:d975/128", + "2a01:111:f100:1002::4134:db68/128", + "2a01:111:f100:1003::4134:3641/128", + "2a01:111:f100:1003::4134:3677/128", + "2a01:111:f100:1003::4134:36c2/128", + "2a01:111:f100:1003::4134:36d9/128", + "2a01:111:f100:1003::4134:3704/128", + "2a01:111:f100:1003::4134:3707/128", + "2a01:111:f100:1003::4134:370b/128", + "2a01:111:f100:1003::4134:370d/128", + "2a01:111:f100:1003::4134:3785/128", + "2a01:111:f100:1003::4134:37c4/128", + "2a01:111:f100:1003::4134:37d9/128", + "2a01:111:f100:1005::a83e:f7fe/128" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.NorthEurope", + "id": "AzureMonitor.NorthEurope", + "properties": { + "changeNumber": 19, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "13.69.229.64/29", + "13.69.229.240/29", + "13.69.233.0/30", + "13.69.233.96/27", + "13.69.239.96/29", + "13.69.239.106/31", + "13.69.239.108/31", + "13.74.107.88/30", + "13.74.108.128/29", + "13.74.111.152/29", + "13.74.201.88/30", + "13.74.203.16/28", + "20.38.80.68/31", + "20.50.65.80/28", + "20.50.68.112/29", + "20.50.68.120/30", + "20.50.68.124/31", + "20.50.68.128/29", + "20.50.73.16/30", + "20.50.74.146/31", + "20.50.74.148/31", + "20.50.74.176/28", + "20.50.80.200/29", + "20.50.80.228/30", + "20.50.83.96/28", + "20.166.40.64/28", + "23.102.44.211/32", + "23.102.45.216/32", + "40.69.81.159/32", + "40.69.194.158/32", + "40.87.138.220/32", + "40.87.140.215/32", + "40.112.74.241/32", + "40.115.103.168/32", + "40.115.104.31/32", + "40.127.144.141/32", + "52.138.222.110/32", + "52.138.226.88/29", + "52.138.227.128/29", + "52.146.133.32/27", + "52.155.162.238/32", + "52.164.120.183/32", + "52.164.125.22/32", + "52.164.225.5/32", + "52.169.4.236/32", + "52.169.15.254/32", + "52.169.30.110/32", + "52.169.64.244/32", + "104.41.224.134/32", + "137.116.226.81/32", + "2603:1020:5::60/123", + "2603:1020:5::1c0/122", + "2603:1020:5::300/123", + "2603:1020:5::360/123", + "2603:1020:5::500/121", + "2603:1020:5:1::280/122", + "2603:1020:5:402::500/121", + "2603:1020:5:802::480/121", + "2603:1020:5:c02::480/121", + "2a01:111:f100:a001::4134:e463/128", + "2a01:111:f100:a001::a83f:5c0a/128", + "2a01:111:f100:a001::a83f:5c0c/128", + "2a01:111:f100:a004::bfeb:8a59/128", + "2a01:111:f100:a004::bfeb:8af8/128", + "2a01:111:f100:a004::bfeb:8ba9/128", + "2a01:111:f100:a004::bfeb:8c93/128", + "2a01:111:f100:a004::bfeb:8d32/128", + "2a01:111:f100:a004::bfeb:8dc7/128" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.NorwayEast", + "id": "AzureMonitor.NorwayEast", + "properties": { + "changeNumber": 11, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.100.7.0/27", + "20.100.7.48/28", + "51.13.1.8/29", + "51.13.1.144/28", + "51.120.40.68/31", + "51.120.98.0/29", + "51.120.98.248/29", + "51.120.106.152/29", + "51.120.110.200/29", + "51.120.111.16/28", + "51.120.210.152/29", + "51.120.213.64/27", + "51.120.214.136/29", + "51.120.214.224/28", + "51.120.232.34/31", + "51.120.232.160/27", + "51.120.234.140/31", + "51.120.235.240/28", + "2603:1020:e04::60/123", + "2603:1020:e04::1c0/122", + "2603:1020:e04::300/123", + "2603:1020:e04::360/123", + "2603:1020:e04::500/121", + "2603:1020:e04:1::280/122", + "2603:1020:e04:402::500/121", + "2603:1020:e04:802::480/121", + "2603:1020:e04:c00::80/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.NorwayWest", + "id": "AzureMonitor.NorwayWest", + "properties": { + "changeNumber": 9, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "51.13.128.32/27", + "51.13.128.96/28", + "51.13.136.192/27", + "51.13.143.48/31", + "51.120.178.144/29", + "51.120.180.124/30", + "51.120.183.160/29", + "51.120.219.208/28", + "2603:1020:f04::780/121", + "2603:1020:f04:1::280/123", + "2603:1020:f04:1::300/121", + "2603:1020:f04:6::580/121", + "2603:1020:f04:402::500/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.PolandCentral", + "id": "AzureMonitor.PolandCentral", + "properties": { + "changeNumber": 1, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.215.0.40/31", + "20.215.4.250/31", + "20.215.7.48/29", + "20.215.7.56/30", + "20.215.7.192/27", + "20.215.19.200/29", + "20.215.21.160/28", + "20.215.27.200/29", + "20.215.29.160/28", + "20.215.158.128/29", + "20.215.158.144/28", + "20.215.168.224/27", + "2603:1020:1300:4::a/127", + "2603:1020:1302:1::5e0/123", + "2603:1020:1302:2::/122", + "2603:1020:1302:2::40/123", + "2603:1020:1302:2::80/121", + "2603:1020:1302:2::680/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.QatarCentral", + "id": "AzureMonitor.QatarCentral", + "properties": { + "changeNumber": 8, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.21.37.116/30", + "20.21.37.120/29", + "20.21.39.224/29", + "20.21.46.128/29", + "20.21.46.144/28", + "20.21.46.160/31", + "20.21.53.0/27", + "20.21.54.164/31", + "20.21.67.200/29", + "20.21.69.160/28", + "20.21.75.200/29", + "20.21.77.160/28", + "20.21.83.160/27", + "20.21.84.128/28", + "2603:1040:1001:4::/128", + "2603:1040:1001:4::d/128", + "2603:1040:1002:2::20/123", + "2603:1040:1002:2::40/122", + "2603:1040:1002:2::80/123", + "2603:1040:1002:2::200/121", + "2603:1040:1002:2::700/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.SouthAfricaNorth", + "id": "AzureMonitor.SouthAfricaNorth", + "properties": { + "changeNumber": 10, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.87.86.208/28", + "102.37.72.240/29", + "102.133.122.152/29", + "102.133.123.240/29", + "102.133.126.64/27", + "102.133.126.152/29", + "102.133.155.48/28", + "102.133.161.73/32", + "102.133.162.233/32", + "102.133.216.68/31", + "102.133.216.106/31", + "102.133.218.144/28", + "102.133.218.244/30", + "102.133.219.128/28", + "102.133.221.160/27", + "102.133.250.152/29", + "102.133.251.80/29", + "102.133.254.224/29", + "2603:1000:104::4c0/122", + "2603:1000:104::600/122", + "2603:1000:104:1::280/122", + "2603:1000:104:2::/123", + "2603:1000:104:2::80/121", + "2603:1000:104:402::500/121", + "2603:1000:104:802::480/121", + "2603:1000:104:c02::480/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.SouthAfricaWest", + "id": "AzureMonitor.SouthAfricaWest", + "properties": { + "changeNumber": 7, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "40.117.24.128/27", + "102.37.64.128/27", + "102.37.80.64/27", + "102.37.86.196/31", + "102.133.27.48/28", + "102.133.28.64/29", + "2603:1000:4::780/121", + "2603:1000:4:1::280/123", + "2603:1000:4:1::300/121", + "2603:1000:4:2::500/121", + "2603:1000:4:402::500/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.SouthCentralUS", + "id": "AzureMonitor.SouthCentralUS", + "properties": { + "changeNumber": 20, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "13.65.96.175/32", + "13.65.206.67/32", + "13.65.211.125/32", + "13.66.36.144/32", + "13.66.37.172/32", + "13.66.59.226/32", + "13.66.60.151/32", + "13.73.240.0/29", + "13.73.242.32/29", + "13.73.244.192/31", + "13.73.248.6/31", + "13.73.253.104/29", + "13.73.253.112/29", + "13.73.253.120/32", + "13.84.134.59/32", + "13.84.148.7/32", + "13.84.149.186/32", + "13.84.173.179/32", + "13.84.189.95/32", + "13.84.225.10/32", + "13.85.70.142/32", + "20.45.122.152/29", + "20.45.123.80/29", + "20.45.123.116/30", + "20.45.125.224/28", + "20.45.127.64/29", + "20.49.91.32/28", + "20.49.93.192/26", + "20.49.95.48/29", + "20.65.132.0/26", + "20.236.150.0/27", + "23.100.122.113/32", + "23.102.181.197/32", + "40.74.249.98/32", + "40.84.133.5/32", + "40.84.150.47/32", + "40.84.189.107/32", + "40.84.192.116/32", + "40.119.4.128/32", + "40.119.8.72/31", + "40.119.11.160/28", + "40.119.11.180/30", + "40.124.64.144/29", + "40.124.64.192/26", + "52.171.56.178/32", + "52.171.138.167/32", + "52.185.215.171/32", + "104.44.140.84/32", + "104.214.70.219/32", + "104.214.104.109/32", + "104.215.81.124/32", + "104.215.96.105/32", + "104.215.100.22/32", + "104.215.103.78/32", + "104.215.115.118/32", + "157.55.177.6/32", + "2603:1030:800:5::bfee:a1fc/128", + "2603:1030:800:5::bfee:a2d3/128", + "2603:1030:800:5::bfee:a327/128", + "2603:1030:800:5::bfee:a401/128", + "2603:1030:800:5::bfee:a418/128", + "2603:1030:800:5::bfee:a429/128", + "2603:1030:800:5::bfee:a42a/128", + "2603:1030:800:5::bfee:a435/128", + "2603:1030:800:5::bfee:a436/128", + "2603:1030:800:5::bfee:a449/128", + "2603:1030:807::60/123", + "2603:1030:807::1c0/122", + "2603:1030:807::300/123", + "2603:1030:807::360/123", + "2603:1030:807::500/121", + "2603:1030:807:1::280/122", + "2603:1030:807:402::500/121", + "2603:1030:807:802::480/121", + "2603:1030:807:c02::480/121", + "2a01:111:f100:4002::9d37:c071/128", + "2a01:111:f100:4002::9d37:c073/128", + "2a01:111:f100:4002::9d37:c0bd/128", + "2a01:111:f100:4002::9d37:c153/128" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.SouthCentralUSSTG", + "id": "AzureMonitor.SouthCentralUSSTG", + "properties": { + "changeNumber": 2, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.44.3.48/28", + "23.100.218.160/27", + "2603:1030:302:1::/122", + "2603:1030:302:402::80/123", + "2603:1030:302:402::100/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.SouthIndia", + "id": "AzureMonitor.SouthIndia", + "properties": { + "changeNumber": 7, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.41.208.32/27", + "20.192.153.106/31", + "20.192.159.80/29", + "40.78.195.16/28", + "40.78.196.48/29", + "52.172.113.64/27", + "104.211.216.161/32", + "2603:1040:c06::780/121", + "2603:1040:c06:1::280/123", + "2603:1040:c06:1::300/121", + "2603:1040:c06:402::500/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.SoutheastAsia", + "id": "AzureMonitor.SoutheastAsia", + "properties": { + "changeNumber": 12, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "13.67.9.192/28", + "13.67.10.64/29", + "13.67.10.92/30", + "13.67.15.0/32", + "13.67.15.112/29", + "13.67.77.233/32", + "13.67.89.191/32", + "13.76.85.243/32", + "13.76.87.86/32", + "20.24.4.128/28", + "20.43.128.68/31", + "20.43.152.45/32", + "20.44.192.217/32", + "20.195.82.160/27", + "20.205.192.72/29", + "23.98.82.120/29", + "23.98.82.208/28", + "23.98.104.160/28", + "23.98.106.136/29", + "23.98.106.144/30", + "23.98.106.148/31", + "23.98.106.150/32", + "23.98.106.152/29", + "23.98.113.96/29", + "23.98.113.112/28", + "40.78.234.56/29", + "40.78.234.144/28", + "52.163.94.131/32", + "52.163.122.20/32", + "111.221.88.173/32", + "137.116.146.215/32", + "137.116.151.139/32", + "138.91.32.98/32", + "138.91.37.93/32", + "168.63.174.169/32", + "168.63.242.221/32", + "207.46.224.101/32", + "207.46.236.191/32", + "2603:1040:5::160/123", + "2603:1040:5::2c0/122", + "2603:1040:5::400/123", + "2603:1040:5::460/123", + "2603:1040:5::600/121", + "2603:1040:5:1::280/122", + "2603:1040:5:402::500/121", + "2603:1040:5:802::480/121", + "2603:1040:5:c02::480/121", + "2a01:111:f100:7000::6fdd:5343/128", + "2a01:111:f100:7000::6fdd:5431/128" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.SwedenCentral", + "id": "AzureMonitor.SwedenCentral", + "properties": { + "changeNumber": 10, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.91.146.64/27", + "20.91.146.112/28", + "51.12.25.56/29", + "51.12.25.192/29", + "51.12.25.200/30", + "51.12.46.0/27", + "51.12.73.94/31", + "51.12.99.72/29", + "51.12.102.192/27", + "51.12.102.224/29", + "51.12.102.240/28", + "51.12.226.152/29", + "51.12.229.224/29", + "51.12.229.248/29", + "51.12.234.152/29", + "51.12.237.32/27", + "51.12.237.192/29", + "51.12.238.160/29", + "2603:1020:1001:6::1/128", + "2603:1020:1004::280/122", + "2603:1020:1004:1::380/121", + "2603:1020:1004:2::f0/126", + "2603:1020:1004:2::180/121", + "2603:1020:1004:3::300/121", + "2603:1020:1004:400::420/123", + "2603:1020:1004:400::4a0/123", + "2603:1020:1004:400::580/121", + "2603:1020:1004:800::500/121", + "2603:1020:1004:c02::100/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.SwedenSouth", + "id": "AzureMonitor.SwedenSouth", + "properties": { + "changeNumber": 7, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.91.12.240/29", + "20.91.13.0/27", + "51.12.17.20/30", + "51.12.17.56/29", + "51.12.17.128/29", + "51.12.22.206/31", + "51.12.168.64/29", + "51.12.168.80/28", + "51.12.195.224/27", + "51.12.203.208/28", + "51.12.205.96/27", + "2603:1020:1101::3/128", + "2603:1020:1104:1::160/123", + "2603:1020:1104:1::180/122", + "2603:1020:1104:1::1c0/123", + "2603:1020:1104:1::4c0/123", + "2603:1020:1104:1::500/121", + "2603:1020:1104:1::790/126", + "2603:1020:1104:2::480/121", + "2603:1020:1104:400::440/123", + "2603:1020:1104:400::480/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.SwitzerlandNorth", + "id": "AzureMonitor.SwitzerlandNorth", + "properties": { + "changeNumber": 16, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.208.19.200/29", + "20.208.21.224/28", + "20.208.148.16/28", + "51.103.203.200/29", + "51.103.205.176/28", + "51.107.48.68/31", + "51.107.48.126/31", + "51.107.51.16/28", + "51.107.51.120/29", + "51.107.52.192/30", + "51.107.52.200/29", + "51.107.59.176/28", + "51.107.75.144/32", + "51.107.75.207/32", + "51.107.128.56/29", + "51.107.128.96/27", + "51.107.129.112/28", + "51.107.129.128/27", + "51.107.242.0/27", + "51.107.243.172/31", + "2603:1020:a04::60/123", + "2603:1020:a04::1c0/122", + "2603:1020:a04::300/123", + "2603:1020:a04::360/123", + "2603:1020:a04::500/121", + "2603:1020:a04:1::280/122", + "2603:1020:a04:402::500/121", + "2603:1020:a04:800::100/121", + "2603:1020:a04:c02::480/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.SwitzerlandWest", + "id": "AzureMonitor.SwitzerlandWest", + "properties": { + "changeNumber": 9, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.199.203.80/29", + "51.107.147.16/28", + "51.107.147.116/30", + "51.107.148.0/28", + "51.107.148.16/31", + "51.107.155.176/28", + "51.107.156.48/29", + "51.107.192.160/27", + "51.107.250.0/27", + "2603:1020:b04::780/121", + "2603:1020:b04:1::280/123", + "2603:1020:b04:1::300/121", + "2603:1020:b04:2::500/121", + "2603:1020:b04:402::500/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.UAECentral", + "id": "AzureMonitor.UAECentral", + "properties": { + "changeNumber": 9, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.37.71.0/27", + "20.37.74.232/29", + "20.37.74.240/28", + "20.45.95.68/31", + "20.203.89.40/29", + "20.203.91.152/29", + "20.203.94.192/30", + "20.203.94.208/28", + "40.120.8.192/27", + "40.120.9.88/29", + "74.243.21.0/29", + "74.243.21.16/28", + "2603:1040:b00:2::b/128", + "2603:1040:b04::780/121", + "2603:1040:b04:1::280/123", + "2603:1040:b04:1::300/121", + "2603:1040:b04:5::480/121", + "2603:1040:b04:402::500/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.UAENorth", + "id": "AzureMonitor.UAENorth", + "properties": { + "changeNumber": 16, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.38.143.0/27", + "20.38.143.44/30", + "20.38.152.32/27", + "20.38.157.136/29", + "20.38.158.48/28", + "20.74.195.64/29", + "20.74.195.72/31", + "20.74.197.96/27", + "20.74.198.160/28", + "40.120.64.200/29", + "40.120.65.0/28", + "40.120.75.32/28", + "40.120.77.160/29", + "40.120.78.64/28", + "40.120.87.204/30", + "65.52.250.232/29", + "65.52.250.240/28", + "2603:1040:900:2::e/128", + "2603:1040:904::60/123", + "2603:1040:904::1c0/122", + "2603:1040:904::300/123", + "2603:1040:904::360/123", + "2603:1040:904::500/121", + "2603:1040:904:1::280/122", + "2603:1040:904:402::500/121", + "2603:1040:904:800::100/121", + "2603:1040:904:c02::480/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.UKNorth", + "id": "AzureMonitor.UKNorth", + "properties": { + "changeNumber": 1, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "13.87.122.248/29", + "13.87.123.128/28", + "2603:1020:305::780/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMonitor.UKSouth", + "id": "AzureMonitor.UKSouth", + "properties": { + "changeNumber": 11, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.26.20.64/28", + "51.104.8.104/29", + "51.104.15.255/32", + "51.104.24.68/31", + "51.104.25.142/31", + "51.104.29.192/28", + "51.104.30.160/29", + "51.104.30.168/32", + "51.104.30.176/28", + "51.104.252.13/32", + "51.104.255.249/32", + "51.105.66.152/29", + "51.105.67.160/29", + "51.105.70.128/27", + "51.105.71.168/29", + "51.105.74.152/29", + "51.105.75.144/29", + "51.132.193.96/29", + "51.140.6.23/32", + "51.140.54.208/32", + "51.140.60.235/32", + "51.140.69.144/32", + "51.140.148.48/28", + "51.140.151.160/29", + "51.140.152.61/32", + "51.140.152.186/32", + "51.140.163.207/32", + "51.140.180.52/32", + "51.140.181.40/32", + "51.143.165.22/32", + "51.143.209.96/27", + "51.145.44.242/32", + "2603:1020:705::60/123", + "2603:1020:705::1c0/122", + "2603:1020:705::300/123", + "2603:1020:705::360/123", + "2603:1020:705::500/121", + "2603:1020:705:1::280/122", + "2603:1020:705:402::500/121", + "2603:1020:705:802::480/121", + "2603:1020:705:c02::480/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.UKSouth2", + "id": "AzureMonitor.UKSouth2", + "properties": { + "changeNumber": 1, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "13.87.56.248/29", + "13.87.57.128/28", + "2603:1020:405::780/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMonitor.UKWest", + "id": "AzureMonitor.UKWest", + "properties": { + "changeNumber": 9, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.58.66.96/27", + "51.11.97.96/27", + "51.137.164.92/31", + "51.137.164.112/28", + "51.137.164.200/29", + "51.137.164.208/28", + "51.140.211.160/28", + "51.140.212.64/29", + "51.141.113.128/32", + "51.142.130.8/29", + "2603:1020:605::780/121", + "2603:1020:605:1::280/123", + "2603:1020:605:1::300/121", + "2603:1020:605:3::/121", + "2603:1020:605:402::500/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.WestCentralUS", + "id": "AzureMonitor.WestCentralUS", + "properties": { + "changeNumber": 16, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "13.71.195.192/27", + "13.71.196.56/29", + "13.71.199.116/32", + "13.78.135.15/32", + "13.78.145.11/32", + "13.78.172.58/32", + "13.78.189.112/32", + "13.78.236.149/32", + "20.69.13.112/28", + "40.67.122.0/26", + "40.67.122.96/29", + "52.148.44.224/27", + "52.150.152.48/28", + "52.150.152.90/31", + "52.150.154.24/29", + "52.150.154.32/28", + "52.161.8.76/32", + "52.161.11.71/32", + "2603:1030:b00::68/128", + "2603:1030:b00::ca/128", + "2603:1030:b00::cf/128", + "2603:1030:b00::e8/128", + "2603:1030:b00::164/128", + "2603:1030:b00::2a1/128", + "2603:1030:b00::4d9/128", + "2603:1030:b00::4db/128", + "2603:1030:b00::50d/128", + "2603:1030:b04::780/121", + "2603:1030:b04:1::280/123", + "2603:1030:b04:1::300/121", + "2603:1030:b04:402::500/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.WestEurope", + "id": "AzureMonitor.WestEurope", + "properties": { + "changeNumber": 18, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "13.69.51.175/32", + "13.69.51.218/32", + "13.69.65.16/28", + "13.69.66.136/29", + "13.69.67.60/30", + "13.69.67.126/32", + "13.69.106.88/29", + "13.69.106.208/28", + "13.69.109.224/27", + "13.69.111.200/29", + "13.80.134.255/32", + "20.50.88.224/27", + "20.61.99.64/27", + "23.101.69.223/32", + "40.68.61.229/32", + "40.68.154.39/32", + "40.74.24.68/31", + "40.74.36.208/32", + "40.74.59.40/32", + "40.113.176.128/28", + "40.113.178.16/28", + "40.113.178.32/28", + "40.113.178.48/32", + "40.114.241.141/32", + "40.115.54.120/32", + "51.105.248.23/32", + "51.144.41.38/32", + "51.144.81.252/32", + "52.178.17.224/29", + "52.178.26.73/32", + "52.178.37.209/32", + "52.232.35.33/32", + "52.232.65.133/32", + "52.232.106.242/32", + "52.236.186.88/29", + "52.236.186.208/28", + "52.236.189.88/29", + "68.219.174.192/28", + "104.40.170.64/31", + "104.40.222.36/32", + "137.117.144.33/32", + "2603:1020:200::682f:a517/128", + "2603:1020:200::682f:a52a/128", + "2603:1020:200::682f:a6f1/128", + "2603:1020:206::60/123", + "2603:1020:206::1c0/122", + "2603:1020:206::300/123", + "2603:1020:206::360/123", + "2603:1020:206::500/121", + "2603:1020:206:1::280/122", + "2603:1020:206:402::500/121", + "2603:1020:206:802::480/121", + "2603:1020:206:c00::100/121", + "2a01:111:f100:9001::1761:91e4/128", + "2a01:111:f100:9001::1761:9323/128", + "2a01:111:f100:9001::1761:958a/128", + "2a01:111:f100:9001::1761:9638/128", + "2a01:111:f100:9001::1761:9696/128", + "2a01:111:f100:9001::1761:97ac/128" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.WestIndia", + "id": "AzureMonitor.WestIndia", + "properties": { + "changeNumber": 7, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "4.187.64.64/27", + "20.38.128.64/29", + "20.38.132.64/27", + "20.38.133.168/29", + "20.192.84.164/31", + "20.207.175.98/31", + "20.207.175.100/31", + "20.207.175.120/29", + "52.136.53.96/27", + "104.211.147.128/28", + "2603:1040:806::780/121", + "2603:1040:806:1::280/123", + "2603:1040:806:1::300/121", + "2603:1040:806:6::100/121", + "2603:1040:806:402::500/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.WestUS", + "id": "AzureMonitor.WestUS", + "properties": { + "changeNumber": 31, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "13.86.218.224/28", + "13.86.218.248/29", + "13.86.223.128/26", + "13.88.177.28/32", + "13.91.42.27/32", + "13.91.102.27/32", + "13.93.215.80/32", + "13.93.233.49/32", + "13.93.236.73/32", + "20.49.120.64/28", + "20.59.81.12/31", + "20.66.2.192/26", + "20.168.163.200/29", + "20.189.172.0/25", + "40.78.23.86/32", + "40.78.57.61/32", + "40.78.107.177/32", + "40.118.129.58/32", + "52.159.200.64/29", + "52.250.228.8/29", + "52.250.228.16/28", + "52.250.228.32/31", + "65.52.122.208/32", + "104.42.40.28/32", + "104.45.230.69/32", + "104.45.232.72/32", + "2603:1030:a02::c5/128", + "2603:1030:a07::780/121", + "2603:1030:a07:1::280/123", + "2603:1030:a07:1::300/121", + "2603:1030:a07:9::320/123", + "2603:1030:a07:402::380/121", + "2603:1030:a07:800::/121", + "2603:1030:a07:c00::300/121", + "2a01:111:f100:3000::a83e:1817/128", + "2a01:111:f100:3000::a83e:1840/128", + "2a01:111:f100:3000::a83e:187a/128", + "2a01:111:f100:3000::a83e:187c/128", + "2a01:111:f100:3000::a83e:18be/128", + "2a01:111:f100:3000::a83e:18cc/128", + "2a01:111:f100:3000::a83e:18e1/128", + "2a01:111:f100:3000::a83e:18f3/128", + "2a01:111:f100:3000::a83e:1913/128", + "2a01:111:f100:3000::a83e:192e/128", + "2a01:111:f100:3000::a83e:1978/128", + "2a01:111:f100:3000::a83e:197f/128", + "2a01:111:f100:3000::a83e:1990/128", + "2a01:111:f100:3000::a83e:19b3/128", + "2a01:111:f100:3000::a83e:19c0/128", + "2a01:111:f100:3000::a83e:1a00/128", + "2a01:111:f100:3000::a83e:1a54/127", + "2a01:111:f100:3000::a83e:1a8e/128", + "2a01:111:f100:3000::a83e:1a94/128", + "2a01:111:f100:3000::a83e:1a9f/128", + "2a01:111:f100:3000::a83e:1adf/128", + "2a01:111:f100:3000::a83e:1afe/128", + "2a01:111:f100:3000::a83e:1b12/128", + "2a01:111:f100:3000::a83e:1b31/128", + "2a01:111:f100:3000::a83e:1b83/128", + "2a01:111:f100:3000::a83e:1b92/128", + "2a01:111:f100:3001::8987:114c/128", + "2a01:111:f100:3001::8987:1164/128", + "2a01:111:f100:3001::8987:1179/128", + "2a01:111:f100:3001::8987:11da/128", + "2a01:111:f100:3001::8987:11ea/128", + "2a01:111:f100:3001::8987:12cf/128", + "2a01:111:f100:3001::8987:13fe/128", + "2a01:111:f100:3001::a83d:17ef/128", + "2a01:111:f100:3001::a83e:884/128", + "2a01:111:f100:3001::a83e:a67/128" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.WestUS2", + "id": "AzureMonitor.WestUS2", + "properties": { + "changeNumber": 21, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "13.66.140.168/29", + "13.66.141.152/29", + "13.66.143.218/32", + "13.66.145.232/29", + "13.66.147.144/28", + "13.66.160.124/32", + "13.66.220.187/32", + "13.66.231.27/32", + "13.77.150.166/32", + "13.77.155.39/32", + "13.77.174.177/32", + "20.9.155.144/28", + "20.42.128.68/31", + "20.51.9.0/26", + "20.83.192.192/29", + "20.190.60.38/32", + "40.64.132.128/28", + "40.64.132.240/28", + "40.64.134.128/29", + "40.64.134.136/31", + "40.64.134.138/32", + "40.78.242.168/30", + "40.78.243.16/29", + "40.78.247.64/26", + "40.78.247.160/32", + "40.78.250.104/30", + "40.78.250.208/29", + "40.78.253.72/29", + "40.78.253.192/26", + "51.143.88.183/32", + "52.151.11.176/32", + "52.175.198.74/32", + "52.175.231.105/32", + "52.175.235.148/32", + "52.183.41.109/32", + "52.183.66.112/32", + "52.183.73.112/32", + "52.183.95.86/32", + "52.183.127.155/32", + "52.191.170.253/32", + "52.229.25.130/32", + "52.229.37.75/32", + "52.247.202.90/32", + "2603:1030:c02:2::285/128", + "2603:1030:c02:2::2da/128", + "2603:1030:c02:2::429/128", + "2603:1030:c02:2::443/128", + "2603:1030:c02:2::4e1/128", + "2603:1030:c06:1::280/122", + "2603:1030:c06:2::80/121", + "2603:1030:c06:2::240/123", + "2603:1030:c06:2::300/121", + "2603:1030:c06:400::d00/121", + "2603:1030:c06:802::400/121", + "2603:1030:c06:c02::480/121", + "2603:1030:d00::1d/128", + "2603:1030:d00::48/128", + "2603:1030:d00::5a/128", + "2603:1030:d00::82/128", + "2603:1030:d00::84/128", + "2603:1030:d00::9a/128" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureMonitor.WestUS3", + "id": "AzureMonitor.WestUS3", + "properties": { + "changeNumber": 14, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "20.14.121.192/27", + "20.14.121.240/28", + "20.150.130.240/31", + "20.150.167.184/29", + "20.150.171.208/29", + "20.150.173.0/28", + "20.150.178.152/29", + "20.150.181.96/28", + "20.150.181.168/29", + "20.150.182.32/27", + "20.150.186.152/29", + "20.150.189.40/29", + "20.150.190.92/30", + "20.150.190.96/30", + "20.150.225.8/29", + "20.150.241.64/29", + "20.150.241.72/30", + "20.150.241.96/27", + "2603:1030:501:2::1/128", + "2603:1030:501:2::b/128", + "2603:1030:501:2::c/128", + "2603:1030:501:2::20/128", + "2603:1030:501:2::5c/128", + "2603:1030:501:2::7a/128", + "2603:1030:501:2::cb/128", + "2603:1030:501:2::cf/128", + "2603:1030:504::380/121", + "2603:1030:504::540/123", + "2603:1030:504::700/121", + "2603:1030:504:1::280/122", + "2603:1030:504:2::760/126", + "2603:1030:504:402::500/121", + "2603:1030:504:802::400/121", + "2603:1030:504:c02::100/123", + "2603:1030:504:c02::180/121", + "2603:1030:504:c02::480/121" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "AzureOpenDatasets.AustraliaCentral", + "id": "AzureOpenDatasets.AustraliaCentral", + "properties": { + "changeNumber": 1, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "20.37.224.192/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.AustraliaCentral2", + "id": "AzureOpenDatasets.AustraliaCentral2", + "properties": { + "changeNumber": 1, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "20.36.120.192/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.AustraliaEast", + "id": "AzureOpenDatasets.AustraliaEast", + "properties": { + "changeNumber": 1, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "20.37.195.32/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.AustraliaSoutheast", + "id": "AzureOpenDatasets.AustraliaSoutheast", + "properties": { + "changeNumber": 1, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "20.42.227.0/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.BrazilSouth", + "id": "AzureOpenDatasets.BrazilSouth", + "properties": { + "changeNumber": 1, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "191.235.225.160/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.CanadaCentral", + "id": "AzureOpenDatasets.CanadaCentral", + "properties": { + "changeNumber": 1, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "52.228.81.144/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.CanadaEast", + "id": "AzureOpenDatasets.CanadaEast", + "properties": { + "changeNumber": 1, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "40.89.17.128/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.CentralIndia", + "id": "AzureOpenDatasets.CentralIndia", + "properties": { + "changeNumber": 1, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "52.140.105.128/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.CentralUS", + "id": "AzureOpenDatasets.CentralUS", + "properties": { + "changeNumber": 1, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "20.37.156.224/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.CentralUSEUAP", + "id": "AzureOpenDatasets.CentralUSEUAP", + "properties": { + "changeNumber": 1, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "20.45.192.192/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.EastAsia", + "id": "AzureOpenDatasets.EastAsia", + "properties": { + "changeNumber": 1, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "20.189.106.208/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.EastUS", + "id": "AzureOpenDatasets.EastUS", + "properties": { + "changeNumber": 1, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "20.42.4.224/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.EastUS2", + "id": "AzureOpenDatasets.EastUS2", + "properties": { + "changeNumber": 1, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "20.41.4.192/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.EastUS2EUAP", + "id": "AzureOpenDatasets.EastUS2EUAP", + "properties": { + "changeNumber": 1, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "20.39.11.32/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.EastUSSTG", + "id": "AzureOpenDatasets.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "40.67.48.192/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.FranceCentral", + "id": "AzureOpenDatasets.FranceCentral", + "properties": { + "changeNumber": 1, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "20.43.41.160/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.FranceSouth", + "id": "AzureOpenDatasets.FranceSouth", + "properties": { + "changeNumber": 1, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "51.105.88.192/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.GermanyNorth", + "id": "AzureOpenDatasets.GermanyNorth", + "properties": { + "changeNumber": 1, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "51.116.48.112/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.GermanyWestCentral", + "id": "AzureOpenDatasets.GermanyWestCentral", + "properties": { + "changeNumber": 1, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "51.116.144.112/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.JapanEast", + "id": "AzureOpenDatasets.JapanEast", + "properties": { + "changeNumber": 1, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "20.43.65.160/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.JapanWest", + "id": "AzureOpenDatasets.JapanWest", + "properties": { + "changeNumber": 1, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "40.80.57.128/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.JioIndiaCentral", + "id": "AzureOpenDatasets.JioIndiaCentral", + "properties": { + "changeNumber": 1, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "20.192.225.128/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.KoreaCentral", + "id": "AzureOpenDatasets.KoreaCentral", + "properties": { + "changeNumber": 1, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "20.41.65.160/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.KoreaSouth", + "id": "AzureOpenDatasets.KoreaSouth", + "properties": { + "changeNumber": 1, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "40.80.169.128/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.NorthCentralUS", + "id": "AzureOpenDatasets.NorthCentralUS", + "properties": { + "changeNumber": 1, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "40.80.188.32/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.NorthEurope", + "id": "AzureOpenDatasets.NorthEurope", + "properties": { + "changeNumber": 1, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "20.38.84.112/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.NorwayEast", + "id": "AzureOpenDatasets.NorwayEast", + "properties": { + "changeNumber": 1, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "51.120.40.192/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.NorwayWest", + "id": "AzureOpenDatasets.NorwayWest", + "properties": { + "changeNumber": 1, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "51.120.224.192/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.SouthAfricaNorth", + "id": "AzureOpenDatasets.SouthAfricaNorth", + "properties": { + "changeNumber": 1, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "102.133.216.112/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.SouthAfricaWest", + "id": "AzureOpenDatasets.SouthAfricaWest", + "properties": { + "changeNumber": 1, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "102.133.56.112/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.SouthCentralUS", + "id": "AzureOpenDatasets.SouthCentralUS", + "properties": { + "changeNumber": 1, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "13.73.248.32/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.SouthCentralUSSTG", + "id": "AzureOpenDatasets.SouthCentralUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "20.45.112.192/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.SouthIndia", + "id": "AzureOpenDatasets.SouthIndia", + "properties": { + "changeNumber": 1, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "20.41.193.128/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.SoutheastAsia", + "id": "AzureOpenDatasets.SoutheastAsia", + "properties": { + "changeNumber": 1, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "20.43.130.112/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.SwedenCentral", + "id": "AzureOpenDatasets.SwedenCentral", + "properties": { + "changeNumber": 1, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "51.12.41.32/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.SwedenSouth", + "id": "AzureOpenDatasets.SwedenSouth", + "properties": { + "changeNumber": 1, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "51.12.193.32/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.SwitzerlandNorth", + "id": "AzureOpenDatasets.SwitzerlandNorth", + "properties": { + "changeNumber": 1, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "51.107.48.192/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.SwitzerlandWest", + "id": "AzureOpenDatasets.SwitzerlandWest", + "properties": { + "changeNumber": 1, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "51.107.144.192/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.UAECentral", + "id": "AzureOpenDatasets.UAECentral", + "properties": { + "changeNumber": 1, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "20.37.64.192/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.UAENorth", + "id": "AzureOpenDatasets.UAENorth", + "properties": { + "changeNumber": 1, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "20.38.136.192/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.UKNorth", + "id": "AzureOpenDatasets.UKNorth", + "properties": { + "changeNumber": 1, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "51.105.80.192/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.UKSouth", + "id": "AzureOpenDatasets.UKSouth", + "properties": { + "changeNumber": 1, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "51.104.25.160/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.UKSouth2", + "id": "AzureOpenDatasets.UKSouth2", + "properties": { + "changeNumber": 1, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "51.143.192.192/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.UKWest", + "id": "AzureOpenDatasets.UKWest", + "properties": { + "changeNumber": 1, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "51.137.161.144/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.WestCentralUS", + "id": "AzureOpenDatasets.WestCentralUS", + "properties": { + "changeNumber": 1, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "52.150.139.80/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.WestEurope", + "id": "AzureOpenDatasets.WestEurope", + "properties": { + "changeNumber": 1, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "40.74.30.112/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.WestIndia", + "id": "AzureOpenDatasets.WestIndia", + "properties": { + "changeNumber": 1, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "52.136.48.192/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.WestUS", + "id": "AzureOpenDatasets.WestUS", + "properties": { + "changeNumber": 1, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "40.82.253.80/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.WestUS2", + "id": "AzureOpenDatasets.WestUS2", + "properties": { + "changeNumber": 1, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "20.42.131.0/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzureOpenDatasets.WestUS3", + "id": "AzureOpenDatasets.WestUS3", + "properties": { + "changeNumber": 1, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "AzureOpenDatasets", + "addressPrefixes": [ + "20.150.160.192/28" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.AustraliaCentral", + "id": "AzurePortal.AustraliaCentral", + "properties": { + "changeNumber": 2, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "20.37.225.128/27", + "20.37.226.56/30", + "20.37.229.152/29", + "2603:1010:304::700/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.AustraliaCentral2", + "id": "AzurePortal.AustraliaCentral2", + "properties": { + "changeNumber": 1, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "20.36.121.128/27", + "20.36.122.56/30", + "20.36.125.104/29", + "2603:1010:404::700/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.AustraliaEast", + "id": "AzurePortal.AustraliaEast", + "properties": { + "changeNumber": 1, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "20.37.195.224/27", + "20.37.196.252/30", + "20.37.198.64/27", + "20.53.44.4/30", + "20.53.44.64/29", + "2603:1010:6::100/121", + "2603:1010:6:1::680/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.AustraliaSoutheast", + "id": "AzurePortal.AustraliaSoutheast", + "properties": { + "changeNumber": 1, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "13.77.1.236/32", + "13.77.55.208/28", + "20.42.227.192/27", + "20.42.228.220/30", + "20.42.228.224/27", + "20.42.230.80/28", + "52.243.76.246/32", + "104.46.178.96/29", + "2603:1010:101::700/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.BrazilSouth", + "id": "AzurePortal.BrazilSouth", + "properties": { + "changeNumber": 2, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "191.234.136.0/27", + "191.234.136.48/30", + "191.234.139.144/29", + "191.235.227.160/27", + "2603:1050:6::100/121", + "2603:1050:6:1::680/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.BrazilSoutheast", + "id": "AzurePortal.BrazilSoutheast", + "properties": { + "changeNumber": 1, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "191.233.10.96/27", + "191.233.15.0/29", + "2603:1050:403::680/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.CanadaCentral", + "id": "AzurePortal.CanadaCentral", + "properties": { + "changeNumber": 1, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "13.71.190.228/32", + "20.38.149.208/28", + "20.48.193.48/29", + "52.228.24.159/32", + "52.228.83.160/27", + "52.228.84.84/30", + "52.228.84.96/28", + "2603:1030:f05::100/121", + "2603:1030:f05:1::680/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.CanadaEast", + "id": "AzurePortal.CanadaEast", + "properties": { + "changeNumber": 1, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "40.89.18.160/27", + "40.89.20.132/30", + "40.89.23.232/29", + "2603:1030:1005::700/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.CentralIndia", + "id": "AzurePortal.CentralIndia", + "properties": { + "changeNumber": 1, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "20.43.123.160/28", + "52.140.105.224/27", + "52.140.107.112/28", + "52.140.108.64/30", + "52.140.111.96/29", + "52.172.181.227/32", + "52.172.190.71/32", + "52.172.191.4/32", + "52.172.215.87/32", + "104.211.89.213/32", + "104.211.101.116/32", + "2603:1040:a06::200/121", + "2603:1040:a06:1::680/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.CentralUS", + "id": "AzurePortal.CentralUS", + "properties": { + "changeNumber": 2, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "20.40.200.0/27", + "20.40.200.160/30", + "20.40.224.226/31", + "20.40.225.32/29", + "20.118.196.96/27", + "20.118.196.128/30", + "2603:1030:10::100/121", + "2603:1030:10:1::680/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.CentralUSEUAP", + "id": "AzurePortal.CentralUSEUAP", + "properties": { + "changeNumber": 1, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "20.45.195.160/27", + "20.45.197.192/27", + "20.45.197.228/30", + "20.46.10.40/29", + "2603:1030:f:1::700/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.EastAsia", + "id": "AzurePortal.EastAsia", + "properties": { + "changeNumber": 2, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "13.88.220.109/32", + "13.88.222.0/32", + "20.187.197.0/29", + "20.189.108.96/27", + "20.189.109.88/30", + "20.189.109.160/27", + "2603:1040:207::700/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.EastUS", + "id": "AzurePortal.EastUS", + "properties": { + "changeNumber": 1, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "13.68.130.251/32", + "13.68.235.98/32", + "13.90.156.71/32", + "13.92.138.76/32", + "20.42.6.192/27", + "20.49.109.36/30", + "20.49.109.44/31", + "20.49.109.48/28", + "20.62.128.240/29", + "40.71.15.144/28", + "40.114.78.132/32", + "40.117.86.243/32", + "40.117.237.78/32", + "2603:1030:210::100/121", + "2603:1030:210:1::680/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.EastUS2", + "id": "AzurePortal.EastUS2", + "properties": { + "changeNumber": 2, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "20.41.5.192/27", + "20.44.19.32/28", + "20.49.99.16/28", + "20.49.99.32/30", + "20.49.103.96/29", + "2603:1030:40c::100/121", + "2603:1030:40c:1::680/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.EastUS2EUAP", + "id": "AzurePortal.EastUS2EUAP", + "properties": { + "changeNumber": 2, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "20.39.12.32/27", + "20.39.12.232/30", + "20.47.232.32/28", + "20.51.16.120/29", + "2603:1030:40b:1::680/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.EastUSSTG", + "id": "AzurePortal.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "40.67.48.124/30", + "40.67.49.128/27", + "40.67.50.192/27", + "40.67.52.88/29", + "2603:1030:104::100/121", + "2603:1030:104:1::680/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.FranceCentral", + "id": "AzurePortal.FranceCentral", + "properties": { + "changeNumber": 1, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "20.43.42.64/27", + "20.43.43.164/30", + "20.43.46.248/29", + "2603:1020:805::100/121", + "2603:1020:805:1::680/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.FranceSouth", + "id": "AzurePortal.FranceSouth", + "properties": { + "changeNumber": 2, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "51.105.89.160/27", + "51.105.90.152/30", + "52.136.184.64/29", + "2603:1020:905::700/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.GermanyNorth", + "id": "AzurePortal.GermanyNorth", + "properties": { + "changeNumber": 2, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "51.116.48.192/27", + "51.116.49.140/30", + "51.116.51.160/29", + "2603:1020:d04::700/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.GermanyWestCentral", + "id": "AzurePortal.GermanyWestCentral", + "properties": { + "changeNumber": 1, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "51.116.144.192/27", + "51.116.145.140/30", + "51.116.148.104/29", + "2603:1020:c04::100/121", + "2603:1020:c04:1::680/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.ItalyNorth", + "id": "AzurePortal.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "4.232.100.224/27", + "2603:1020:1204:2::300/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.JapanEast", + "id": "AzurePortal.JapanEast", + "properties": { + "changeNumber": 1, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "13.78.49.187/32", + "20.43.66.64/27", + "20.43.67.92/30", + "20.43.67.96/27", + "20.43.70.64/28", + "20.191.161.80/29", + "23.102.65.134/32", + "40.79.189.96/28", + "2603:1040:407::100/121", + "2603:1040:407:1::680/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.JapanWest", + "id": "AzurePortal.JapanWest", + "properties": { + "changeNumber": 1, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "20.189.224.208/29", + "40.80.58.128/27", + "40.80.59.28/30", + "40.80.59.32/27", + "2603:1040:606::700/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.JioIndiaCentral", + "id": "AzurePortal.JioIndiaCentral", + "properties": { + "changeNumber": 1, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "20.192.228.128/27", + "20.192.230.0/30", + "20.192.230.112/29", + "2603:1040:1104::780/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.JioIndiaWest", + "id": "AzurePortal.JioIndiaWest", + "properties": { + "changeNumber": 1, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "20.192.161.192/27", + "20.192.164.180/30", + "20.192.166.160/29", + "2603:1040:d04::680/121", + "2603:1040:d04:1::100/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.KoreaCentral", + "id": "AzurePortal.KoreaCentral", + "properties": { + "changeNumber": 1, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "20.41.65.224/27", + "20.41.67.88/30", + "20.194.72.56/29", + "2603:1040:f05::100/121", + "2603:1040:f05:1::680/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.KoreaSouth", + "id": "AzurePortal.KoreaSouth", + "properties": { + "changeNumber": 3, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "40.80.169.224/27", + "40.80.172.16/30", + "40.80.173.192/29", + "2603:1040:e05:6::300/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.NorthCentralUS", + "id": "AzurePortal.NorthCentralUS", + "properties": { + "changeNumber": 1, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "20.49.115.184/29", + "40.80.190.160/27", + "40.80.191.200/30", + "2603:1030:608::700/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.NorthEurope", + "id": "AzurePortal.NorthEurope", + "properties": { + "changeNumber": 2, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "20.38.85.192/27", + "20.38.87.224/27", + "20.50.65.72/30", + "52.146.132.80/29", + "104.41.216.228/32", + "137.116.247.179/32", + "2603:1020:5::100/121", + "2603:1020:5:1::680/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.NorwayEast", + "id": "AzurePortal.NorwayEast", + "properties": { + "changeNumber": 1, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "51.120.41.160/27", + "51.120.42.60/30", + "51.120.232.16/29", + "2603:1020:e04::100/121", + "2603:1020:e04:1::680/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.NorwayWest", + "id": "AzurePortal.NorwayWest", + "properties": { + "changeNumber": 1, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "51.13.136.8/29", + "51.120.225.128/27", + "51.120.226.56/30", + "2603:1020:f04::700/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.PolandCentral", + "id": "AzurePortal.PolandCentral", + "properties": { + "changeNumber": 1, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "20.215.7.0/27", + "2603:1020:1302:1::380/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.QatarCentral", + "id": "AzurePortal.QatarCentral", + "properties": { + "changeNumber": 1, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "20.21.39.64/27", + "2603:1040:1002:1::580/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.SouthAfricaNorth", + "id": "AzurePortal.SouthAfricaNorth", + "properties": { + "changeNumber": 1, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "102.133.217.192/27", + "102.133.218.56/30", + "102.133.221.0/29", + "2603:1000:104::200/121", + "2603:1000:104::400/121", + "2603:1000:104:1::680/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.SouthAfricaWest", + "id": "AzurePortal.SouthAfricaWest", + "properties": { + "changeNumber": 1, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "102.133.56.160/27", + "102.133.58.192/30", + "102.133.61.176/29", + "2603:1000:4::700/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.SouthCentralUS", + "id": "AzurePortal.SouthCentralUS", + "properties": { + "changeNumber": 2, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "13.73.249.32/27", + "13.73.249.160/28", + "13.73.255.248/29", + "20.45.125.240/28", + "40.84.132.239/32", + "40.84.228.255/32", + "40.119.9.236/30", + "104.214.117.155/32", + "104.215.120.160/32", + "2603:1030:807::100/121", + "2603:1030:807:1::680/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.SouthCentralUSSTG", + "id": "AzurePortal.SouthCentralUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "20.45.112.124/30", + "20.45.113.128/27", + "20.45.116.64/29" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.SouthIndia", + "id": "AzurePortal.SouthIndia", + "properties": { + "changeNumber": 1, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "20.41.193.224/27", + "20.41.197.16/30", + "52.172.112.152/29", + "2603:1040:c06::700/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.SoutheastAsia", + "id": "AzurePortal.SoutheastAsia", + "properties": { + "changeNumber": 2, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "13.67.35.35/32", + "13.67.35.77/32", + "20.43.132.32/27", + "23.98.104.80/28", + "23.98.104.96/27", + "23.98.104.128/30", + "23.98.108.44/31", + "23.98.108.168/29", + "40.78.239.48/28", + "52.163.207.80/32", + "104.215.146.128/32", + "2603:1040:5::200/121", + "2603:1040:5:1::680/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.SwedenCentral", + "id": "AzurePortal.SwedenCentral", + "properties": { + "changeNumber": 1, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "51.12.41.20/30", + "51.12.41.160/27", + "51.12.43.128/29", + "2603:1020:1004::680/121", + "2603:1020:1004:1::100/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.SwedenSouth", + "id": "AzurePortal.SwedenSouth", + "properties": { + "changeNumber": 1, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "51.12.193.20/30", + "51.12.193.160/27", + "51.12.194.104/29", + "2603:1020:1104::780/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.SwitzerlandNorth", + "id": "AzurePortal.SwitzerlandNorth", + "properties": { + "changeNumber": 1, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "51.107.49.160/27", + "51.107.50.60/30", + "51.107.53.240/29", + "2603:1020:a04::100/121", + "2603:1020:a04:1::680/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.SwitzerlandWest", + "id": "AzurePortal.SwitzerlandWest", + "properties": { + "changeNumber": 1, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "51.107.145.128/27", + "51.107.146.56/30", + "51.107.149.248/29", + "2603:1020:b04::700/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.UAECentral", + "id": "AzurePortal.UAECentral", + "properties": { + "changeNumber": 1, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "20.37.65.128/27", + "20.37.66.56/30", + "20.37.70.96/29", + "2603:1040:b04::700/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.UAENorth", + "id": "AzurePortal.UAENorth", + "properties": { + "changeNumber": 1, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "20.38.137.160/27", + "20.38.138.60/30", + "20.38.142.88/29", + "2603:1040:904::100/121", + "2603:1040:904:1::680/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.UKNorth", + "id": "AzurePortal.UKNorth", + "properties": { + "changeNumber": 1, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "51.105.80.124/30", + "51.105.81.128/27", + "2603:1020:305::700/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.UKSouth", + "id": "AzurePortal.UKSouth", + "properties": { + "changeNumber": 1, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "51.104.27.96/27", + "51.104.28.220/30", + "51.104.28.224/28", + "51.140.69.25/32", + "51.140.138.84/32", + "51.140.149.64/28", + "51.143.208.192/29", + "51.145.3.27/32", + "51.145.21.195/32", + "2603:1020:705::100/121", + "2603:1020:705:1::680/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.UKSouth2", + "id": "AzurePortal.UKSouth2", + "properties": { + "changeNumber": 1, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "51.143.192.124/30", + "51.143.193.128/27", + "2603:1020:405::700/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.UKWest", + "id": "AzurePortal.UKWest", + "properties": { + "changeNumber": 1, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "51.137.162.160/27", + "51.137.164.80/30", + "51.137.167.152/29", + "2603:1020:605::700/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.WestCentralUS", + "id": "AzurePortal.WestCentralUS", + "properties": { + "changeNumber": 1, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "13.77.202.2/32", + "13.78.132.155/32", + "13.78.230.142/32", + "40.67.121.128/28", + "52.150.139.224/27", + "52.150.140.216/30", + "52.150.152.16/28", + "52.150.152.224/27", + "52.150.156.232/29", + "52.161.101.86/32", + "2603:1030:b04::700/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.WestEurope", + "id": "AzurePortal.WestEurope", + "properties": { + "changeNumber": 1, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "13.69.112.176/28", + "13.69.126.92/32", + "20.50.1.32/27", + "20.50.1.160/27", + "20.50.1.200/30", + "20.50.1.208/28", + "20.61.98.128/29", + "40.113.117.57/32", + "40.114.236.251/32", + "213.199.128.226/32", + "2603:1020:206::100/121", + "2603:1020:206:1::680/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.WestIndia", + "id": "AzurePortal.WestIndia", + "properties": { + "changeNumber": 1, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "52.136.49.160/27", + "52.136.51.72/30", + "52.136.52.232/29", + "2603:1040:806::700/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.WestUS", + "id": "AzurePortal.WestUS", + "properties": { + "changeNumber": 1, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "20.49.120.0/27", + "20.49.120.36/30", + "20.49.126.156/30", + "20.49.127.224/28", + "40.82.253.224/27", + "104.42.195.92/32", + "2603:1030:a07::700/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.WestUS2", + "id": "AzurePortal.WestUS2", + "properties": { + "changeNumber": 1, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "40.64.128.128/27", + "40.64.132.88/30", + "40.64.132.96/28", + "40.64.135.88/29", + "40.65.114.234/32", + "40.78.245.208/28", + "52.233.66.46/32", + "2603:1030:c06:1::680/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzurePortal.WestUS3", + "id": "AzurePortal.WestUS3", + "properties": { + "changeNumber": 1, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "AzurePortal", + "addressPrefixes": [ + "20.150.161.192/27", + "20.150.165.144/30", + "20.150.166.160/29", + "2603:1030:504::100/121", + "2603:1030:504:1::680/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.AustraliaCentral", + "id": "AzureResourceManager.AustraliaCentral", + "properties": { + "changeNumber": 2, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "20.36.108.48/28", + "20.36.110.0/23", + "20.37.230.0/23", + "2603:1010:304::6c0/122", + "2603:1010:304:5::200/120", + "2603:1010:304:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.AustraliaCentral2", + "id": "AzureResourceManager.AustraliaCentral2", + "properties": { + "changeNumber": 4, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "20.36.115.144/28", + "20.36.118.0/23", + "20.36.126.0/23", + "2603:1010:404::6c0/122", + "2603:1010:404:5::200/120", + "2603:1010:404:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.AustraliaEast", + "id": "AzureResourceManager.AustraliaEast", + "properties": { + "changeNumber": 1, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "13.70.74.64/28", + "13.70.76.0/23", + "20.53.42.0/23", + "2603:1010:6::180/122", + "2603:1010:6:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.AustraliaSoutheast", + "id": "AzureResourceManager.AustraliaSoutheast", + "properties": { + "changeNumber": 3, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "13.77.53.32/28", + "13.77.55.0/25", + "104.46.160.0/24", + "104.46.161.0/25", + "104.46.180.0/23", + "2603:1010:101::6c0/122", + "2603:1010:101:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.BrazilSouth", + "id": "AzureResourceManager.BrazilSouth", + "properties": { + "changeNumber": 1, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "191.233.205.16/28", + "191.234.140.0/23", + "191.234.158.0/23", + "2603:1050:6::180/122", + "2603:1050:6:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.BrazilSoutheast", + "id": "AzureResourceManager.BrazilSoutheast", + "properties": { + "changeNumber": 1, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "20.195.144.0/23", + "191.233.52.0/23", + "2603:1050:403:1::40/122", + "2603:1050:403:400::440/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.CanadaCentral", + "id": "AzureResourceManager.CanadaCentral", + "properties": { + "changeNumber": 3, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "13.71.173.192/28", + "20.38.150.0/23", + "20.48.194.0/23", + "2603:1030:f05::180/122", + "2603:1030:f05:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.CanadaEast", + "id": "AzureResourceManager.CanadaEast", + "properties": { + "changeNumber": 2, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "40.69.108.32/28", + "40.69.112.0/22", + "52.139.104.0/23", + "2603:1030:1005::6c0/122", + "2603:1030:1005:3::500/120", + "2603:1030:1005:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.CentralIndia", + "id": "AzureResourceManager.CentralIndia", + "properties": { + "changeNumber": 2, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "20.43.120.224/28", + "20.43.124.0/23", + "20.192.40.0/23", + "2603:1040:a06::280/122", + "2603:1040:a06:2::400/120", + "2603:1040:a06:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.CentralUS", + "id": "AzureResourceManager.CentralUS", + "properties": { + "changeNumber": 1, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "13.89.180.0/23", + "20.40.206.240/28", + "20.40.226.0/23", + "20.44.8.16/28", + "2603:1030:10::180/122", + "2603:1030:10:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.CentralUSEUAP", + "id": "AzureResourceManager.CentralUSEUAP", + "properties": { + "changeNumber": 2, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "20.46.8.0/23", + "40.78.203.224/28", + "40.78.206.0/23", + "168.61.138.0/23", + "168.61.143.192/26", + "2603:1030:f:1::6c0/122", + "2603:1030:f:2::700/120", + "2603:1030:f:400::a80/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.EastAsia", + "id": "AzureResourceManager.EastAsia", + "properties": { + "changeNumber": 2, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "13.75.39.16/28", + "20.187.198.0/23", + "104.214.162.0/23", + "104.214.166.0/26", + "2603:1040:207::6c0/122", + "2603:1040:207:2::300/120", + "2603:1040:207:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.EastUS", + "id": "AzureResourceManager.EastUS", + "properties": { + "changeNumber": 1, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "20.62.130.0/23", + "40.71.13.224/28", + "40.79.158.0/23", + "2603:1030:210::180/122", + "2603:1030:210:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.EastUS2", + "id": "AzureResourceManager.EastUS2", + "properties": { + "changeNumber": 1, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "20.44.16.112/28", + "20.44.20.0/23", + "20.62.56.0/23", + "2603:1030:40c::180/122", + "2603:1030:40c:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.EastUS2EUAP", + "id": "AzureResourceManager.EastUS2EUAP", + "properties": { + "changeNumber": 1, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "20.51.18.0/23", + "40.75.35.32/28", + "40.75.38.0/23", + "52.138.94.0/23", + "2603:1030:40b:2::40/122", + "2603:1030:40b:400::a80/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.EastUSSTG", + "id": "AzureResourceManager.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "40.67.54.0/23", + "40.67.59.208/28", + "40.67.62.0/23", + "2603:1030:104::180/122", + "2603:1030:104:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.FranceCentral", + "id": "AzureResourceManager.FranceCentral", + "properties": { + "changeNumber": 1, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "40.79.131.240/28", + "40.79.134.0/23", + "51.138.208.0/23", + "2603:1020:805::180/122", + "2603:1020:805:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.FranceSouth", + "id": "AzureResourceManager.FranceSouth", + "properties": { + "changeNumber": 1, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "40.79.180.0/28", + "40.79.182.0/23", + "51.105.94.0/23", + "2603:1020:905::6c0/122", + "2603:1020:905:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.GermanyNorth", + "id": "AzureResourceManager.GermanyNorth", + "properties": { + "changeNumber": 2, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "51.116.52.0/23", + "51.116.60.32/28", + "51.116.62.0/23", + "2603:1020:d04::6c0/122", + "2603:1020:d04:5::200/120", + "2603:1020:d04:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.GermanyWestCentral", + "id": "AzureResourceManager.GermanyWestCentral", + "properties": { + "changeNumber": 1, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "51.116.150.0/23", + "51.116.156.32/28", + "51.116.159.0/24", + "2603:1020:c04::180/122", + "2603:1020:c04:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.ItalyNorth", + "id": "AzureResourceManager.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "4.232.96.0/23", + "4.232.107.192/26", + "2603:1020:1204:1::400/120", + "2603:1020:1204:400::180/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.JapanEast", + "id": "AzureResourceManager.JapanEast", + "properties": { + "changeNumber": 1, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "13.78.109.96/28", + "20.191.162.0/23", + "40.79.198.0/23", + "2603:1040:407::180/122", + "2603:1040:407:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.JapanWest", + "id": "AzureResourceManager.JapanWest", + "properties": { + "changeNumber": 2, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "20.189.226.0/23", + "40.74.102.0/28", + "40.80.178.0/23", + "2603:1040:606::6c0/122", + "2603:1040:606:3::400/120", + "2603:1040:606:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.JioIndiaCentral", + "id": "AzureResourceManager.JioIndiaCentral", + "properties": { + "changeNumber": 1, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "20.192.32.128/26", + "20.192.52.0/23", + "2603:1040:1104:1::/120", + "2603:1040:1104:400::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.JioIndiaWest", + "id": "AzureResourceManager.JioIndiaWest", + "properties": { + "changeNumber": 1, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "20.193.196.0/23", + "20.193.204.0/26", + "2603:1040:d04:1::400/120", + "2603:1040:d04:400::180/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.KoreaCentral", + "id": "AzureResourceManager.KoreaCentral", + "properties": { + "changeNumber": 4, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "20.41.70.0/23", + "20.44.30.0/24", + "52.231.19.208/28", + "52.231.22.0/24", + "2603:1040:f05::180/122", + "2603:1040:f05:2::100/120", + "2603:1040:f05:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.KoreaSouth", + "id": "AzureResourceManager.KoreaSouth", + "properties": { + "changeNumber": 2, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "40.80.174.0/23", + "52.147.96.0/24", + "52.231.148.64/28", + "52.231.150.0/24", + "2603:1040:e05:5::500/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.NorthCentralUS", + "id": "AzureResourceManager.NorthCentralUS", + "properties": { + "changeNumber": 2, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "20.49.116.0/23", + "52.162.110.224/28", + "52.240.242.0/23", + "2603:1030:608::6c0/122", + "2603:1030:608:4::100/120", + "2603:1030:608:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.NorthEurope", + "id": "AzureResourceManager.NorthEurope", + "properties": { + "changeNumber": 2, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "13.69.229.224/28", + "13.69.234.0/23", + "13.104.150.85/32", + "20.50.68.96/28", + "20.135.136.30/32", + "20.135.138.85/32", + "52.146.134.0/23", + "2603:1020:5::180/122", + "2603:1020:5:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.NorwayEast", + "id": "AzureResourceManager.NorwayEast", + "properties": { + "changeNumber": 2, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "51.120.46.0/23", + "51.120.100.32/28", + "51.120.102.0/23", + "2603:1020:e04::180/122", + "2603:1020:e04:3::300/120", + "2603:1020:e04:402::280/122" + ], + "networkFeatures": [ + "API" + ] + } + }, + { + "name": "AzureResourceManager.NorwayWest", + "id": "AzureResourceManager.NorwayWest", + "properties": { + "changeNumber": 2, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "51.120.220.32/28", + "51.120.222.0/23", + "51.120.230.0/23", + "2603:1020:f04::6c0/122", + "2603:1020:f04:6::200/120", + "2603:1020:f04:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.PolandCentral", + "id": "AzureResourceManager.PolandCentral", + "properties": { + "changeNumber": 1, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "20.215.10.0/23", + "20.215.156.0/26", + "2603:1020:1302:1::400/120", + "2603:1020:1302:400::1c0/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.QatarCentral", + "id": "AzureResourceManager.QatarCentral", + "properties": { + "changeNumber": 1, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "20.21.44.0/26", + "20.21.50.0/23", + "2603:1040:1002:1::600/120", + "2603:1040:1002:400::1c0/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.SouthAfricaNorth", + "id": "AzureResourceManager.SouthAfricaNorth", + "properties": { + "changeNumber": 3, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "102.133.123.224/28", + "102.133.158.0/23", + "102.133.222.0/23", + "2603:1000:104::480/122", + "2603:1000:104:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.SouthAfricaWest", + "id": "AzureResourceManager.SouthAfricaWest", + "properties": { + "changeNumber": 3, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "102.133.28.16/28", + "102.133.30.0/23", + "102.133.62.0/23", + "2603:1000:4::6c0/122", + "2603:1000:4:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.SouthCentralUS", + "id": "AzureResourceManager.SouthCentralUS", + "properties": { + "changeNumber": 3, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "13.73.240.224/28", + "13.73.246.0/23", + "20.65.128.0/23", + "2603:1030:807::180/122", + "2603:1030:807:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.SouthCentralUSSTG", + "id": "AzureResourceManager.SouthCentralUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "20.44.3.240/28", + "20.44.6.0/23", + "20.45.118.0/23" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.SouthIndia", + "id": "AzureResourceManager.SouthIndia", + "properties": { + "changeNumber": 1, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "40.78.196.32/28", + "40.78.198.0/23", + "52.172.114.0/23", + "2603:1040:c06::6c0/122", + "2603:1040:c06:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.SoutheastAsia", + "id": "AzureResourceManager.SoutheastAsia", + "properties": { + "changeNumber": 4, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "13.67.18.0/23", + "20.135.84.112/32", + "20.135.86.130/32", + "20.135.88.129/32", + "23.98.110.0/23", + "40.78.234.176/28", + "2603:1040:5::280/122", + "2603:1040:5:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.SwedenCentral", + "id": "AzureResourceManager.SwedenCentral", + "properties": { + "changeNumber": 1, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "51.12.44.0/23", + "51.12.101.64/26", + "2603:1020:1004:1::400/120", + "2603:1020:1004:400::180/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.SwedenSouth", + "id": "AzureResourceManager.SwedenSouth", + "properties": { + "changeNumber": 1, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "51.12.196.0/23", + "51.12.205.0/26", + "2603:1020:1104:1::/120", + "2603:1020:1104:400::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.SwitzerlandNorth", + "id": "AzureResourceManager.SwitzerlandNorth", + "properties": { + "changeNumber": 4, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "51.107.54.0/23", + "51.107.60.32/28", + "51.107.62.0/23", + "2603:1020:a04::180/122", + "2603:1020:a04:2::700/120", + "2603:1020:a04:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.SwitzerlandWest", + "id": "AzureResourceManager.SwitzerlandWest", + "properties": { + "changeNumber": 3, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "51.107.150.0/23", + "51.107.156.32/28", + "51.107.158.0/23", + "2603:1020:b04::6c0/122", + "2603:1020:b04:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.UAECentral", + "id": "AzureResourceManager.UAECentral", + "properties": { + "changeNumber": 2, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "20.37.76.48/28", + "20.37.78.0/23", + "20.45.88.0/23", + "2603:1040:b04::6c0/122", + "2603:1040:b04:5::100/120", + "2603:1040:b04:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.UAENorth", + "id": "AzureResourceManager.UAENorth", + "properties": { + "changeNumber": 2, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "40.120.80.0/23", + "65.52.252.48/28", + "65.52.254.0/23", + "2603:1040:904::180/122", + "2603:1040:904:3::100/120", + "2603:1040:904:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.UKNorth", + "id": "AzureResourceManager.UKNorth", + "properties": { + "changeNumber": 1, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "13.87.123.240/28", + "13.87.126.0/24", + "51.11.64.0/24", + "2603:1020:305::6c0/122", + "2603:1020:305:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.UKSouth", + "id": "AzureResourceManager.UKSouth", + "properties": { + "changeNumber": 1, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "51.104.8.224/28", + "51.105.78.0/23", + "51.143.210.0/23", + "2603:1020:705::180/122", + "2603:1020:705:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.UKSouth2", + "id": "AzureResourceManager.UKSouth2", + "properties": { + "changeNumber": 1, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "13.87.57.240/28", + "13.87.60.0/23", + "2603:1020:405::6c0/122", + "2603:1020:405:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.UKWest", + "id": "AzureResourceManager.UKWest", + "properties": { + "changeNumber": 1, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "20.58.64.0/23", + "51.11.96.0/24", + "51.140.212.16/28", + "51.140.214.0/24", + "2603:1020:605::6c0/122", + "2603:1020:605:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.WestCentralUS", + "id": "AzureResourceManager.WestCentralUS", + "properties": { + "changeNumber": 1, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "13.71.196.80/28", + "13.71.198.0/24", + "40.67.120.0/24", + "52.150.158.0/23", + "2603:1030:b04::6c0/122", + "2603:1030:b04:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.WestEurope", + "id": "AzureResourceManager.WestEurope", + "properties": { + "changeNumber": 4, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "13.69.67.32/28", + "13.69.114.0/23", + "20.61.100.0/23", + "40.113.178.0/28", + "2603:1020:206::180/122", + "2603:1020:206:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.WestIndia", + "id": "AzureResourceManager.WestIndia", + "properties": { + "changeNumber": 2, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "20.38.128.32/28", + "20.38.130.0/23", + "52.136.54.0/23", + "2603:1040:806::6c0/122", + "2603:1040:806:3::500/120", + "2603:1040:806:402::280/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.WestUS", + "id": "AzureResourceManager.WestUS", + "properties": { + "changeNumber": 3, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "4.150.240.0/23", + "13.86.219.80/28", + "13.86.222.0/24", + "20.66.0.0/23", + "20.189.168.0/24", + "2603:1030:a07::6c0/122", + "2603:1030:a07:9::200/120", + "2603:1030:a07:402::900/122", + "2603:1030:a0b::/48", + "2603:1030:a0c::/48" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.WestUS2", + "id": "AzureResourceManager.WestUS2", + "properties": { + "changeNumber": 2, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "13.66.141.176/28", + "20.51.10.0/23", + "40.78.254.0/23", + "52.148.174.212/32", + "2603:1030:c06:2::40/122", + "2603:1030:c06:400::a80/122" + ], + "networkFeatures": null + } + }, + { + "name": "AzureResourceManager.WestUS3", + "id": "AzureResourceManager.WestUS3", + "properties": { + "changeNumber": 1, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "AzureResourceManager", + "addressPrefixes": [ + "20.150.225.128/26", + "20.150.242.0/23", + "2603:1030:504::400/120", + "2603:1030:504:402::180/122" + ], + "networkFeatures": null + } + }, + { + "name": "Sql.AustraliaCentral", + "id": "Sql.AustraliaCentral", + "properties": { + "changeNumber": 4, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.36.104.0/27", + "20.36.105.0/27", + "20.36.105.32/29", + "20.53.48.96/27", + "20.53.48.128/27", + "20.53.48.192/26", + "20.213.225.0/25", + "2603:1010:304::280/123", + "2603:1010:304:1::200/121", + "2603:1010:304:2::580/121", + "2603:1010:304:400::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.AustraliaCentral2", + "id": "Sql.AustraliaCentral2", + "properties": { + "changeNumber": 4, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.36.112.0/27", + "20.36.113.0/27", + "20.36.113.32/29", + "20.53.56.32/27", + "20.53.56.64/27", + "20.53.56.128/26", + "20.167.129.0/25", + "2603:1010:404::280/123", + "2603:1010:404:1::200/121", + "2603:1010:404:2::580/121", + "2603:1010:404:400::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.AustraliaEast", + "id": "Sql.AustraliaEast", + "properties": { + "changeNumber": 9, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "13.70.112.0/27", + "13.70.112.32/29", + "13.70.113.0/27", + "13.70.114.128/27", + "13.75.149.87/32", + "20.53.46.128/25", + "20.213.199.0/25", + "40.79.160.0/27", + "40.79.160.32/29", + "40.79.161.0/27", + "40.79.167.128/25", + "40.79.168.0/27", + "40.79.168.32/29", + "40.79.169.0/27", + "40.79.175.64/26", + "2603:1010:6::320/123", + "2603:1010:6::380/121", + "2603:1010:6:4::100/121", + "2603:1010:6:400::/123", + "2603:1010:6:401::/123", + "2603:1010:6:800::/123", + "2603:1010:6:801::/123", + "2603:1010:6:c00::/123", + "2603:1010:6:c01::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.AustraliaSoutheast", + "id": "Sql.AustraliaSoutheast", + "properties": { + "changeNumber": 10, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "13.70.148.251/32", + "13.73.109.251/32", + "13.77.48.0/27", + "13.77.49.0/27", + "13.77.49.32/29", + "20.211.229.0/25", + "40.127.82.69/32", + "40.127.83.164/32", + "104.46.162.192/27", + "104.46.163.0/26", + "104.46.179.160/27", + "104.46.179.192/27", + "104.46.183.0/26", + "191.239.192.109/32", + "2603:1010:101::280/123", + "2603:1010:101:1::200/121", + "2603:1010:101:2::400/121", + "2603:1010:101:400::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.BrazilSouth", + "id": "Sql.BrazilSouth", + "properties": { + "changeNumber": 11, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.226.208.128/27", + "20.226.209.128/25", + "104.41.11.5/32", + "104.41.56.218/32", + "191.233.200.0/27", + "191.233.200.32/29", + "191.233.201.0/27", + "191.234.142.160/27", + "191.234.142.192/27", + "191.234.144.0/27", + "191.234.144.32/29", + "191.234.145.0/27", + "191.234.152.0/26", + "191.234.153.0/26", + "191.234.157.136/29", + "2603:1050:6::320/123", + "2603:1050:6::380/121", + "2603:1050:6:2::780/121", + "2603:1050:6:400::/123", + "2603:1050:6:401::/123", + "2603:1050:6:800::/123", + "2603:1050:6:801::/123", + "2603:1050:6:c00::/122", + "2603:1050:6:c01::/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.BrazilSoutheast", + "id": "Sql.BrazilSoutheast", + "properties": { + "changeNumber": 3, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.195.146.0/26", + "20.206.7.128/25", + "191.233.15.160/27", + "191.233.15.192/27", + "191.233.48.0/27", + "191.233.48.32/29", + "191.233.49.0/27", + "2603:1050:403:1::200/123", + "2603:1050:403:1::280/121", + "2603:1050:403:2::680/121", + "2603:1050:403:402::/123", + "2603:1050:403:403::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.CanadaCentral", + "id": "Sql.CanadaCentral", + "properties": { + "changeNumber": 8, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "13.71.168.0/27", + "13.71.168.32/29", + "13.71.169.0/27", + "13.71.177.192/27", + "13.71.178.0/26", + "20.38.144.0/27", + "20.38.144.32/29", + "20.38.145.0/27", + "20.48.196.32/27", + "20.48.196.64/27", + "20.48.196.128/26", + "20.220.3.0/25", + "40.85.224.249/32", + "52.228.35.221/32", + "52.246.152.0/27", + "52.246.152.32/29", + "52.246.153.0/27", + "2603:1030:f05::320/123", + "2603:1030:f05::380/121", + "2603:1030:f05:4::100/121", + "2603:1030:f05:400::/123", + "2603:1030:f05:401::/123", + "2603:1030:f05:800::/123", + "2603:1030:f05:801::/123", + "2603:1030:f05:c00::/123", + "2603:1030:f05:c01::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.CanadaEast", + "id": "Sql.CanadaEast", + "properties": { + "changeNumber": 6, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.175.4.128/25", + "40.69.104.0/27", + "40.69.105.0/27", + "40.69.105.32/29", + "40.69.116.128/25", + "40.86.226.166/32", + "52.139.106.192/26", + "52.139.107.0/26", + "52.242.30.154/32", + "2603:1030:1005::280/123", + "2603:1030:1005:1::200/121", + "2603:1030:1005:6::80/121", + "2603:1030:1005:400::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.CentralIndia", + "id": "Sql.CentralIndia", + "properties": { + "changeNumber": 6, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.192.43.160/27", + "20.192.43.192/27", + "20.192.44.0/26", + "20.192.96.0/27", + "20.192.96.32/29", + "20.192.97.0/27", + "20.204.196.128/25", + "40.80.48.0/27", + "40.80.48.32/29", + "40.80.49.0/27", + "52.172.217.233/32", + "104.211.85.0/27", + "104.211.86.0/27", + "104.211.86.32/29", + "104.211.96.159/32", + "2603:1040:a06::420/123", + "2603:1040:a06::480/121", + "2603:1040:a06:3::680/121", + "2603:1040:a06:400::/123", + "2603:1040:a06:401::/123", + "2603:1040:a06:800::/123", + "2603:1040:a06:801::/123", + "2603:1040:a06:c00::/123", + "2603:1040:a06:c01::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.CentralUS", + "id": "Sql.CentralUS", + "properties": { + "changeNumber": 13, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "13.67.215.62/32", + "13.89.36.110/32", + "13.89.37.61/32", + "13.89.57.50/32", + "13.89.57.115/32", + "13.89.168.0/26", + "13.89.168.192/29", + "13.89.169.0/26", + "13.89.179.64/26", + "20.15.129.128/25", + "20.15.130.0/25", + "20.15.131.128/25", + "20.40.228.128/25", + "20.44.14.0/26", + "23.99.160.139/32", + "23.99.160.140/32", + "23.99.205.183/32", + "40.69.189.48/32", + "40.77.30.201/32", + "40.113.200.119/32", + "52.173.205.59/32", + "52.176.59.12/32", + "52.176.100.98/32", + "52.182.136.0/26", + "52.182.136.192/29", + "52.182.137.0/26", + "52.182.144.0/26", + "104.43.203.72/32", + "104.208.21.0/26", + "104.208.21.192/29", + "104.208.22.0/26", + "104.208.22.192/26", + "104.208.28.16/32", + "104.208.28.53/32", + "2603:1030:10::320/123", + "2603:1030:10::380/121", + "2603:1030:10:4::500/120", + "2603:1030:10:400::/123", + "2603:1030:10:401::/123", + "2603:1030:10:800::/123", + "2603:1030:10:801::/123", + "2603:1030:10:c00::/123", + "2603:1030:10:c01::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.CentralUSEUAP", + "id": "Sql.CentralUSEUAP", + "properties": { + "changeNumber": 7, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.46.11.32/27", + "20.46.11.64/27", + "20.46.11.128/26", + "20.228.5.128/25", + "40.78.200.128/29", + "40.78.201.128/29", + "52.180.176.154/32", + "52.180.183.226/32", + "168.61.136.0/27", + "168.61.137.0/27", + "2603:1030:f:1::280/123", + "2603:1030:f:2::200/121", + "2603:1030:f:8::80/121", + "2603:1030:f:402::/122", + "2603:1030:f:403::/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.EastAsia", + "id": "Sql.EastAsia", + "properties": { + "changeNumber": 10, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "13.75.32.0/26", + "13.75.32.192/29", + "13.75.33.0/26", + "13.75.33.192/29", + "20.6.139.0/25", + "20.195.72.32/27", + "20.195.72.64/27", + "20.195.72.128/26", + "20.205.72.64/27", + "20.205.73.64/27", + "20.205.77.176/29", + "20.205.77.200/29", + "20.205.80.64/27", + "20.205.81.64/27", + "20.205.83.224/29", + "52.175.33.150/32", + "191.234.2.139/32", + "2603:1040:207::280/123", + "2603:1040:207:1::200/121", + "2603:1040:207:3::300/121", + "2603:1040:207:400::/123", + "2603:1040:207:401::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.EastUS", + "id": "Sql.EastUS", + "properties": { + "changeNumber": 18, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.42.65.64/29", + "20.42.65.96/27", + "20.42.68.192/27", + "20.42.69.0/25", + "20.42.69.128/26", + "20.42.73.0/29", + "20.42.73.32/27", + "20.42.74.192/27", + "20.42.75.0/25", + "20.42.75.128/26", + "20.62.132.160/27", + "20.62.132.192/27", + "20.62.133.0/26", + "23.96.89.109/32", + "23.96.106.191/32", + "40.71.8.0/26", + "40.71.8.192/26", + "40.71.9.0/26", + "40.71.9.192/26", + "40.71.83.113/32", + "40.76.2.172/32", + "40.76.26.90/32", + "40.76.42.44/32", + "40.76.65.222/32", + "40.76.66.9/32", + "40.76.193.221/32", + "40.78.224.0/26", + "40.78.224.128/26", + "40.78.225.0/26", + "40.78.225.128/26", + "40.79.152.0/26", + "40.79.152.192/26", + "40.79.153.0/26", + "40.79.153.192/26", + "40.114.45.195/32", + "40.114.81.142/32", + "40.117.42.73/32", + "40.117.44.71/32", + "40.121.143.204/32", + "40.121.149.49/32", + "40.121.158.30/32", + "52.168.116.64/29", + "52.168.117.96/27", + "52.168.117.128/27", + "52.168.117.160/29", + "52.168.117.192/26", + "52.168.118.0/25", + "52.168.166.153/32", + "52.170.98.29/32", + "52.179.75.0/25", + "52.179.78.0/24", + "52.186.79.49/32", + "52.188.246.128/25", + "52.188.248.0/25", + "104.41.152.74/32", + "104.45.158.30/32", + "191.238.6.43/32", + "191.238.6.44/31", + "191.238.6.46/32", + "2603:1030:210::320/123", + "2603:1030:210::380/121", + "2603:1030:210:5::480/121", + "2603:1030:210:c::80/121", + "2603:1030:210:c::400/121", + "2603:1030:210:400::/123", + "2603:1030:210:401::/123", + "2603:1030:210:800::/123", + "2603:1030:210:801::/123", + "2603:1030:210:c00::/123", + "2603:1030:210:c01::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.EastUS2", + "id": "Sql.EastUS2", + "properties": { + "changeNumber": 15, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.15.10.0/25", + "20.15.12.0/24", + "20.36.144.128/27", + "20.36.145.0/25", + "20.62.58.128/25", + "20.65.1.0/26", + "40.70.144.0/26", + "40.70.144.192/29", + "40.70.145.0/26", + "40.79.84.180/32", + "52.167.104.0/26", + "52.167.104.192/29", + "52.167.104.224/27", + "52.167.105.0/26", + "52.167.111.144/28", + "52.167.111.192/27", + "52.167.117.226/32", + "52.167.145.64/26", + "52.167.145.128/27", + "52.167.145.192/26", + "52.177.185.181/32", + "52.179.178.184/32", + "104.208.149.0/26", + "104.208.150.0/26", + "104.208.150.192/29", + "104.208.151.64/26", + "191.239.224.107/32", + "191.239.224.108/31", + "191.239.224.110/32", + "2603:1030:40c::320/123", + "2603:1030:40c::380/121", + "2603:1030:40c:b::100/121", + "2603:1030:40c:400::/123", + "2603:1030:40c:401::/123", + "2603:1030:40c:800::/123", + "2603:1030:40c:801::/123", + "2603:1030:40c:c00::/123", + "2603:1030:40c:c01::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.EastUS2EUAP", + "id": "Sql.EastUS2EUAP", + "properties": { + "changeNumber": 8, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.51.17.160/27", + "20.51.17.192/27", + "20.51.20.0/26", + "20.221.140.128/26", + "20.221.143.0/24", + "40.74.144.0/27", + "40.74.144.32/29", + "40.74.145.0/27", + "40.74.145.32/29", + "40.75.32.0/27", + "40.75.32.40/29", + "40.75.33.0/27", + "40.75.33.32/29", + "52.138.88.0/27", + "52.138.88.32/29", + "52.138.89.0/27", + "52.138.89.32/29", + "52.225.188.46/32", + "52.225.188.113/32", + "68.220.80.64/27", + "68.220.81.64/27", + "68.220.82.88/29", + "2603:1030:40b:2::200/123", + "2603:1030:40b:2::280/121", + "2603:1030:40b:6::580/121", + "2603:1030:40b:402::/122", + "2603:1030:40b:403::/122", + "2603:1030:40b:802::/122", + "2603:1030:40b:803::/122", + "2603:1030:40b:c02::/122", + "2603:1030:40b:c03::/122" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.EastUS2Stage", + "id": "Sql.EastUS2Stage", + "properties": { + "changeNumber": 1, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "137.116.31.224/27" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.EastUSSTG", + "id": "Sql.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.49.80.0/27", + "20.49.80.32/29", + "20.49.81.0/27", + "20.99.27.128/25", + "40.67.53.0/25", + "40.67.56.0/27", + "40.67.56.32/29", + "40.67.57.0/27", + "2603:1030:104::320/123", + "2603:1030:104::380/121", + "2603:1030:104:3::/121", + "2603:1030:104:400::/123", + "2603:1030:104:401::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.FranceCentral", + "id": "Sql.FranceCentral", + "properties": { + "changeNumber": 4, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.19.30.0/25", + "20.43.47.192/26", + "40.79.128.0/27", + "40.79.128.32/29", + "40.79.129.0/27", + "40.79.136.0/27", + "40.79.136.32/29", + "40.79.137.0/27", + "40.79.144.0/27", + "40.79.144.32/29", + "40.79.145.0/27", + "51.138.210.0/26", + "2603:1020:805::320/123", + "2603:1020:805::380/121", + "2603:1020:805:3::180/121", + "2603:1020:805:400::/123", + "2603:1020:805:401::/123", + "2603:1020:805:800::/123", + "2603:1020:805:801::/123", + "2603:1020:805:c00::/123", + "2603:1020:805:c01::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.FranceSouth", + "id": "Sql.FranceSouth", + "properties": { + "changeNumber": 4, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "40.79.176.0/27", + "40.79.176.40/29", + "40.79.177.0/27", + "40.79.177.32/29", + "40.80.102.128/25", + "52.136.185.0/25", + "2603:1020:905::280/123", + "2603:1020:905:1::200/121", + "2603:1020:905:2::580/121", + "2603:1020:905:400::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.GermanyNorth", + "id": "Sql.GermanyNorth", + "properties": { + "changeNumber": 4, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.113.249.128/25", + "51.116.54.96/27", + "51.116.54.128/27", + "51.116.54.192/26", + "51.116.56.0/27", + "51.116.57.0/27", + "51.116.57.32/29", + "2603:1020:d04::280/123", + "2603:1020:d04:1::200/121", + "2603:1020:d04:2::500/121", + "2603:1020:d04:400::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.GermanyWestCentral", + "id": "Sql.GermanyWestCentral", + "properties": { + "changeNumber": 5, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.52.65.0/26", + "20.218.188.0/25", + "51.116.149.32/27", + "51.116.149.64/27", + "51.116.149.128/26", + "51.116.152.0/27", + "51.116.152.32/29", + "51.116.153.0/27", + "51.116.240.0/27", + "51.116.240.32/29", + "51.116.241.0/27", + "51.116.247.0/26", + "51.116.248.0/27", + "51.116.248.32/29", + "51.116.249.0/27", + "51.116.255.0/26", + "2603:1020:c04::320/123", + "2603:1020:c04::380/121", + "2603:1020:c04:5::/121", + "2603:1020:c04:400::/123", + "2603:1020:c04:401::/123", + "2603:1020:c04:800::/123", + "2603:1020:c04:801::/123", + "2603:1020:c04:c00::/123", + "2603:1020:c04:c01::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.ItalyNorth", + "id": "Sql.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "4.232.101.160/27", + "4.232.101.192/26", + "4.232.104.64/27", + "4.232.105.64/27", + "4.232.107.184/29", + "4.232.120.64/27", + "4.232.121.64/27", + "4.232.123.192/29", + "4.232.192.64/27", + "4.232.193.64/27", + "4.232.195.192/29", + "2603:1020:1204:2::3e0/123", + "2603:1020:1204:2::500/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.JapanEast", + "id": "Sql.JapanEast", + "properties": { + "changeNumber": 13, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "13.78.61.196/32", + "13.78.104.0/27", + "13.78.104.32/29", + "13.78.105.0/27", + "20.18.4.0/25", + "20.89.1.64/27", + "20.89.1.128/26", + "20.191.165.160/27", + "20.191.165.192/27", + "20.191.166.0/26", + "20.194.129.64/27", + "20.222.128.0/26", + "40.79.184.0/27", + "40.79.184.32/29", + "40.79.185.0/27", + "40.79.191.224/27", + "40.79.192.0/27", + "40.79.192.32/29", + "40.79.193.0/27", + "191.237.240.43/32", + "2603:1040:407::320/123", + "2603:1040:407::380/121", + "2603:1040:407:2::780/121", + "2603:1040:407:400::/123", + "2603:1040:407:401::/123", + "2603:1040:407:800::/123", + "2603:1040:407:801::/123", + "2603:1040:407:c00::/123", + "2603:1040:407:c01::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.JapanWest", + "id": "Sql.JapanWest", + "properties": { + "changeNumber": 8, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "4.190.130.128/25", + "20.18.176.64/27", + "20.18.177.64/27", + "20.18.179.192/29", + "20.189.225.160/27", + "20.189.225.192/27", + "20.189.228.0/26", + "40.74.96.0/27", + "40.74.96.32/29", + "40.74.97.0/27", + "40.80.181.64/26", + "104.214.148.156/32", + "191.238.68.11/32", + "2603:1040:606::280/123", + "2603:1040:606:1::200/121", + "2603:1040:606:6::80/121", + "2603:1040:606:400::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.JioIndiaCentral", + "id": "Sql.JioIndiaCentral", + "properties": { + "changeNumber": 2, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.192.48.32/27", + "20.192.48.64/27", + "20.192.48.128/26", + "20.192.232.0/27", + "20.192.233.0/27", + "20.192.233.32/29", + "20.207.7.0/25", + "2603:1040:1104::500/123", + "2603:1040:1104:1::300/121", + "2603:1040:1104:5::80/121", + "2603:1040:1104:400::440/123", + "2603:1040:1104:402::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.JioIndiaWest", + "id": "Sql.JioIndiaWest", + "properties": { + "changeNumber": 2, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.192.167.224/27", + "20.193.192.0/27", + "20.193.192.64/26", + "20.193.200.0/27", + "20.193.200.32/29", + "20.193.201.0/27", + "20.244.193.0/25", + "2603:1040:d04:1::520/123", + "2603:1040:d04:1::580/121", + "2603:1040:d04:3::400/121", + "2603:1040:d04:400::400/123", + "2603:1040:d04:402::/123", + "2603:1040:d04:403::/123", + "2603:1040:d04:802::/123", + "2603:1040:d04:803::/123", + "2603:1040:d04:c03::/123", + "2603:1040:d04:c04::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.KoreaCentral", + "id": "Sql.KoreaCentral", + "properties": { + "changeNumber": 7, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.44.24.0/27", + "20.44.24.32/29", + "20.44.25.0/27", + "20.194.64.0/27", + "20.194.64.32/29", + "20.194.65.0/27", + "20.194.73.64/26", + "20.194.73.128/26", + "20.194.80.192/27", + "20.214.133.128/25", + "52.231.16.0/27", + "52.231.16.32/29", + "52.231.17.0/27", + "52.231.32.42/32", + "2603:1040:f05::320/123", + "2603:1040:f05::380/121", + "2603:1040:f05:3::580/121", + "2603:1040:f05:400::/123", + "2603:1040:f05:401::/123", + "2603:1040:f05:800::/123", + "2603:1040:f05:801::/123", + "2603:1040:f05:c00::/123", + "2603:1040:f05:c01::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.KoreaSouth", + "id": "Sql.KoreaSouth", + "properties": { + "changeNumber": 6, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.200.165.192/26", + "52.147.112.160/27", + "52.231.144.0/27", + "52.231.145.0/27", + "52.231.151.88/29", + "52.231.151.96/27", + "52.231.200.86/32", + "2603:1040:e05::/123", + "2603:1040:e05:6::440/122", + "2603:1040:e05:6::480/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.NorthCentralUS", + "id": "Sql.NorthCentralUS", + "properties": { + "changeNumber": 11, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.49.119.32/27", + "20.49.119.64/27", + "20.49.119.128/26", + "20.125.168.64/27", + "20.125.169.64/27", + "20.125.171.192/29", + "20.125.200.64/27", + "20.125.201.64/27", + "20.125.203.192/29", + "20.241.115.0/24", + "23.96.178.199/32", + "23.96.202.229/32", + "23.96.204.249/32", + "23.96.205.215/32", + "23.96.249.37/32", + "23.96.250.178/32", + "23.98.55.75/32", + "52.162.104.0/26", + "52.162.105.0/26", + "52.162.105.192/28", + "52.240.245.0/26", + "65.52.213.108/32", + "65.52.218.82/32", + "168.62.232.188/32", + "168.62.235.49/32", + "168.62.235.241/32", + "168.62.239.29/32", + "2603:1030:608::280/123", + "2603:1030:608:1::200/121", + "2603:1030:608:4::480/121", + "2603:1030:608:4::500/121", + "2603:1030:608:400::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.NorthCentralUSStage", + "id": "Sql.NorthCentralUSStage", + "properties": { + "changeNumber": 1, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "168.62.115.112/28" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.NorthEurope", + "id": "Sql.NorthEurope", + "properties": { + "changeNumber": 15, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "13.69.224.0/26", + "13.69.224.192/26", + "13.69.225.0/26", + "13.69.225.192/26", + "13.69.233.136/29", + "13.69.239.128/26", + "13.74.104.64/26", + "13.74.104.128/26", + "13.74.105.0/26", + "13.74.105.128/26", + "13.74.105.192/29", + "20.50.73.32/27", + "20.50.73.64/26", + "20.50.81.0/26", + "20.166.43.0/25", + "20.166.45.0/24", + "23.102.16.130/32", + "23.102.52.155/32", + "40.85.102.50/32", + "40.113.14.53/32", + "40.113.16.190/32", + "40.113.93.91/32", + "40.127.128.10/32", + "40.127.137.209/32", + "40.127.141.194/32", + "40.127.177.139/32", + "52.138.224.0/26", + "52.138.224.128/26", + "52.138.225.0/26", + "52.138.225.128/26", + "52.138.229.72/29", + "52.146.133.128/25", + "65.52.225.245/32", + "65.52.226.209/32", + "68.219.193.128/25", + "104.41.202.30/32", + "191.235.193.75/32", + "191.235.193.139/32", + "191.235.193.140/31", + "2603:1020:5::320/123", + "2603:1020:5::380/121", + "2603:1020:5:4::500/121", + "2603:1020:5:4::780/121", + "2603:1020:5:400::/123", + "2603:1020:5:401::/123", + "2603:1020:5:800::/123", + "2603:1020:5:801::/123", + "2603:1020:5:c00::/123", + "2603:1020:5:c01::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.NorwayEast", + "id": "Sql.NorwayEast", + "properties": { + "changeNumber": 4, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.100.19.0/25", + "51.120.96.0/27", + "51.120.96.32/29", + "51.120.97.0/27", + "51.120.104.0/27", + "51.120.104.32/29", + "51.120.105.0/27", + "51.120.208.0/27", + "51.120.208.32/29", + "51.120.209.0/27", + "51.120.232.192/26", + "51.120.233.0/26", + "2603:1020:e04::320/123", + "2603:1020:e04::380/121", + "2603:1020:e04:4::500/121", + "2603:1020:e04:400::/123", + "2603:1020:e04:401::/123", + "2603:1020:e04:800::/123", + "2603:1020:e04:801::/123", + "2603:1020:e04:c00::/123", + "2603:1020:e04:c01::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.NorwayWest", + "id": "Sql.NorwayWest", + "properties": { + "changeNumber": 4, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "51.13.136.224/27", + "51.13.137.0/27", + "51.13.137.64/26", + "51.120.181.0/25", + "51.120.216.0/27", + "51.120.217.0/27", + "51.120.217.32/29", + "2603:1020:f04::280/123", + "2603:1020:f04:1::200/121", + "2603:1020:f04:3::600/121", + "2603:1020:f04:400::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.PolandCentral", + "id": "Sql.PolandCentral", + "properties": { + "changeNumber": 1, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.215.13.0/27", + "20.215.13.64/26", + "20.215.16.64/27", + "20.215.17.64/27", + "20.215.19.192/29", + "20.215.24.64/27", + "20.215.25.64/27", + "20.215.27.192/29", + "20.215.152.64/27", + "20.215.153.64/27", + "20.215.155.248/29", + "20.215.171.128/25", + "2603:1020:1302:2::100/123", + "2603:1020:1302:2::180/121", + "2603:1020:1302:2::780/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.QatarCentral", + "id": "Sql.QatarCentral", + "properties": { + "changeNumber": 3, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "4.171.24.0/25", + "20.21.40.64/27", + "20.21.41.64/27", + "20.21.43.248/29", + "20.21.53.32/27", + "20.21.53.64/26", + "20.21.64.64/27", + "20.21.65.64/27", + "20.21.67.192/29", + "20.21.72.64/27", + "20.21.73.64/27", + "20.21.75.192/29", + "20.21.87.128/25", + "2603:1040:1002:2::c0/123", + "2603:1040:1002:2::280/121", + "2603:1040:1002:5::80/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.SouthAfricaNorth", + "id": "Sql.SouthAfricaNorth", + "properties": { + "changeNumber": 4, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.164.152.128/25", + "102.37.160.0/27", + "102.37.160.64/26", + "102.133.120.0/27", + "102.133.120.32/29", + "102.133.121.0/27", + "102.133.152.0/27", + "102.133.152.32/29", + "102.133.153.0/27", + "102.133.221.224/27", + "102.133.248.0/27", + "102.133.248.32/29", + "102.133.249.0/27", + "2603:1000:104::640/123", + "2603:1000:104::680/121", + "2603:1000:104:3::480/121", + "2603:1000:104:400::/123", + "2603:1000:104:401::/123", + "2603:1000:104:800::/123", + "2603:1000:104:801::/123", + "2603:1000:104:c00::/123", + "2603:1000:104:c01::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.SouthAfricaWest", + "id": "Sql.SouthAfricaWest", + "properties": { + "changeNumber": 4, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "40.117.26.128/25", + "102.37.80.96/27", + "102.37.80.128/27", + "102.37.80.192/26", + "102.133.24.0/27", + "102.133.25.0/27", + "102.133.25.32/29", + "2603:1000:4::280/123", + "2603:1000:4:1::200/121", + "2603:1000:4:2::680/121", + "2603:1000:4:400::/123", + "2603:1000:4:401::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.SouthCentralUS", + "id": "Sql.SouthCentralUS", + "properties": { + "changeNumber": 13, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "4.149.112.128/25", + "4.149.113.0/25", + "13.65.209.243/32", + "13.66.60.72/32", + "13.66.62.124/32", + "13.85.65.48/32", + "20.45.120.0/27", + "20.45.121.0/27", + "20.45.121.32/29", + "20.45.127.128/26", + "20.49.88.0/27", + "20.49.88.32/29", + "20.49.89.0/27", + "20.49.89.32/29", + "20.49.95.192/26", + "20.65.132.160/27", + "20.65.132.192/27", + "20.65.133.0/26", + "23.98.162.75/32", + "23.98.162.76/31", + "23.98.170.75/32", + "23.98.170.76/31", + "23.102.179.187/32", + "40.84.153.95/32", + "40.84.155.210/32", + "40.84.191.1/32", + "40.84.193.16/32", + "40.84.195.189/32", + "40.84.231.203/32", + "40.124.8.76/32", + "40.124.64.136/29", + "40.124.64.160/27", + "40.124.65.128/27", + "40.124.65.192/26", + "52.183.250.62/32", + "104.214.16.0/26", + "104.214.16.192/26", + "104.214.17.0/26", + "104.214.17.192/26", + "104.214.73.137/32", + "2603:1030:807::320/123", + "2603:1030:807::380/121", + "2603:1030:807:4::180/121", + "2603:1030:807:4::200/121", + "2603:1030:807:400::/123", + "2603:1030:807:401::/123", + "2603:1030:807:800::/123", + "2603:1030:807:801::/123", + "2603:1030:807:c00::/123", + "2603:1030:807:c01::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.SouthCentralUSSTG", + "id": "Sql.SouthCentralUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.44.0.0/27", + "20.44.1.0/27" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.SouthIndia", + "id": "Sql.SouthIndia", + "properties": { + "changeNumber": 5, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "40.78.192.0/27", + "40.78.192.32/29", + "40.78.193.0/27", + "40.78.193.32/29", + "52.172.24.47/32", + "52.172.83.128/25", + "52.172.113.96/27", + "52.172.113.128/27", + "52.172.113.192/26", + "104.211.224.146/32", + "2603:1040:c06::280/123", + "2603:1040:c06:1::200/121", + "2603:1040:c06:3::100/121", + "2603:1040:c06:400::/123", + "2603:1040:c06:401::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.SoutheastAsia", + "id": "Sql.SoutheastAsia", + "properties": { + "changeNumber": 10, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "4.194.224.128/25", + "13.67.16.0/26", + "13.67.16.192/29", + "13.67.17.0/26", + "13.67.20.128/26", + "20.195.65.32/27", + "20.195.65.64/27", + "20.195.65.128/26", + "20.205.192.128/26", + "23.98.80.0/26", + "23.98.80.192/29", + "23.98.81.0/26", + "23.98.113.128/26", + "23.100.117.95/32", + "40.78.232.0/26", + "40.78.232.192/29", + "40.78.233.0/26", + "104.43.15.0/32", + "2603:1040:5::420/123", + "2603:1040:5::480/121", + "2603:1040:5:3::480/121", + "2603:1040:5:400::/123", + "2603:1040:5:401::/123", + "2603:1040:5:800::/123", + "2603:1040:5:801::/123", + "2603:1040:5:c00::/123", + "2603:1040:5:c01::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.SwedenCentral", + "id": "Sql.SwedenCentral", + "properties": { + "changeNumber": 2, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.91.149.128/25", + "51.12.46.32/27", + "51.12.46.64/27", + "51.12.46.128/26", + "51.12.96.0/27", + "51.12.96.32/29", + "51.12.97.0/27", + "51.12.224.0/27", + "51.12.224.32/29", + "51.12.225.0/27", + "51.12.232.0/27", + "51.12.232.32/29", + "51.12.233.0/27", + "2603:1020:1004:1::520/123", + "2603:1020:1004:1::580/121", + "2603:1020:1004:3::400/121", + "2603:1020:1004:400::400/123", + "2603:1020:1004:402::/123", + "2603:1020:1004:403::/123", + "2603:1020:1004:802::/123", + "2603:1020:1004:803::/123", + "2603:1020:1004:c03::/123", + "2603:1020:1004:c04::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.SwedenSouth", + "id": "Sql.SwedenSouth", + "properties": { + "changeNumber": 2, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.91.15.0/25", + "51.12.198.32/27", + "51.12.198.64/27", + "51.12.198.128/26", + "51.12.200.0/27", + "51.12.200.32/29", + "51.12.201.0/27", + "51.12.201.32/29", + "2603:1020:1104::500/123", + "2603:1020:1104:1::300/121", + "2603:1020:1104:2::580/121", + "2603:1020:1104:400::420/123", + "2603:1020:1104:402::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.SwitzerlandNorth", + "id": "Sql.SwitzerlandNorth", + "properties": { + "changeNumber": 5, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.208.16.64/27", + "20.208.17.64/27", + "20.208.19.192/29", + "20.208.150.128/25", + "51.103.200.64/27", + "51.103.201.64/27", + "51.103.203.192/29", + "51.107.56.0/27", + "51.107.56.32/29", + "51.107.57.0/27", + "51.107.242.32/27", + "51.107.242.64/27", + "51.107.242.128/26", + "2603:1020:a04::320/123", + "2603:1020:a04::380/121", + "2603:1020:a04:3::680/121", + "2603:1020:a04:400::/123", + "2603:1020:a04:401::/123", + "2603:1020:a04:800::/123", + "2603:1020:a04:801::/123", + "2603:1020:a04:c00::/123", + "2603:1020:a04:c01::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.SwitzerlandWest", + "id": "Sql.SwitzerlandWest", + "properties": { + "changeNumber": 4, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.199.205.0/25", + "51.107.152.0/27", + "51.107.153.0/27", + "51.107.153.32/29", + "51.107.250.64/26", + "51.107.250.128/26", + "2603:1020:b04::280/123", + "2603:1020:b04:1::200/121", + "2603:1020:b04:2::680/121", + "2603:1020:b04:400::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.UAECentral", + "id": "Sql.UAECentral", + "properties": { + "changeNumber": 5, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.37.71.64/26", + "20.37.71.128/26", + "20.37.72.64/27", + "20.37.72.96/29", + "20.37.73.64/27", + "20.37.73.96/29", + "20.203.95.128/25", + "74.243.18.24/29", + "74.243.20.128/27", + "2603:1040:b04::280/123", + "2603:1040:b04:1::200/121", + "2603:1040:b04:5::600/121", + "2603:1040:b04:400::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.UAENorth", + "id": "Sql.UAENorth", + "properties": { + "changeNumber": 6, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.38.143.64/26", + "20.38.143.128/26", + "20.38.152.24/29", + "20.38.153.64/27", + "20.38.154.64/27", + "20.233.130.128/25", + "40.120.72.0/27", + "40.120.72.32/29", + "40.120.73.0/27", + "65.52.248.0/27", + "65.52.248.32/29", + "65.52.249.0/27", + "2603:1040:904::320/123", + "2603:1040:904::380/121", + "2603:1040:904:3::480/121", + "2603:1040:904:400::/123", + "2603:1040:904:401::/123", + "2603:1040:904:800::/123", + "2603:1040:904:801::/123", + "2603:1040:904:c00::/123", + "2603:1040:904:c01::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.UKNorth", + "id": "Sql.UKNorth", + "properties": { + "changeNumber": 2, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "13.87.120.0/27", + "13.87.121.0/27" + ], + "networkFeatures": null + } + }, + { + "name": "Sql.UKSouth", + "id": "Sql.UKSouth", + "properties": { + "changeNumber": 9, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.26.23.0/25", + "51.104.10.0/26", + "51.105.64.0/27", + "51.105.64.32/29", + "51.105.65.0/27", + "51.105.71.192/26", + "51.105.72.0/27", + "51.105.72.32/29", + "51.105.73.0/27", + "51.132.193.64/27", + "51.132.193.128/26", + "51.140.77.9/32", + "51.140.115.150/32", + "51.140.144.0/27", + "51.140.144.32/29", + "51.140.145.0/27", + "51.140.151.128/27", + "51.140.184.11/32", + "51.143.209.224/27", + "51.143.212.0/27", + "51.143.212.64/26", + "2603:1020:705::320/123", + "2603:1020:705::380/121", + "2603:1020:705:3::180/121", + "2603:1020:705:400::/123", + "2603:1020:705:401::/123", + "2603:1020:705:800::/123", + "2603:1020:705:801::/123", + "2603:1020:705:c00::/123", + "2603:1020:705:c01::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.UKSouth2", + "id": "Sql.UKSouth2", + "properties": { + "changeNumber": 1, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "13.87.16.64/27", + "13.87.17.0/27", + "13.87.33.234/32", + "13.87.34.7/32", + "13.87.34.19/32", + "13.87.38.138/32" + ], + "networkFeatures": null + } + }, + { + "name": "Sql.UKWest", + "id": "Sql.UKWest", + "properties": { + "changeNumber": 8, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.58.66.128/25", + "20.58.68.56/30", + "51.11.97.192/26", + "51.140.208.64/27", + "51.140.208.96/29", + "51.140.209.0/27", + "51.140.209.32/29", + "51.141.8.11/32", + "51.142.133.128/25", + "2603:1020:605::280/123", + "2603:1020:605:1::200/121", + "2603:1020:605:3::180/121", + "2603:1020:605:400::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.WestCentralUS", + "id": "Sql.WestCentralUS", + "properties": { + "changeNumber": 6, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "13.71.192.0/27", + "13.71.193.0/27", + "13.71.193.32/29", + "13.78.145.25/32", + "13.78.248.32/27", + "20.69.0.32/27", + "20.69.0.64/27", + "20.69.0.128/26", + "52.148.42.0/25", + "52.161.100.158/32", + "52.161.128.32/27", + "2603:1030:b04::280/123", + "2603:1030:b04:1::200/121", + "2603:1030:b04:3::680/121", + "2603:1030:b04:400::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.WestEurope", + "id": "Sql.WestEurope", + "properties": { + "changeNumber": 21, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "13.69.104.0/26", + "13.69.104.192/26", + "13.69.105.0/26", + "13.69.105.192/26", + "13.69.111.32/27", + "13.69.112.168/29", + "13.69.116.64/27", + "13.69.116.96/30", + "13.69.116.128/25", + "13.69.117.0/26", + "20.50.94.0/25", + "20.50.201.224/27", + "20.50.202.0/25", + "20.50.202.128/26", + "20.61.99.192/26", + "20.61.102.0/26", + "23.97.167.46/32", + "23.97.169.19/32", + "23.97.221.176/32", + "40.68.37.158/32", + "40.74.60.91/32", + "40.114.240.125/32", + "40.115.37.61/32", + "40.115.52.141/32", + "40.115.53.255/32", + "40.118.12.208/32", + "52.166.76.0/32", + "52.178.17.192/27", + "52.178.21.0/26", + "52.178.21.64/27", + "52.178.21.128/26", + "52.178.22.0/25", + "52.236.184.0/27", + "52.236.184.32/29", + "52.236.184.128/25", + "52.236.185.0/27", + "52.236.185.128/25", + "68.219.168.0/24", + "68.219.173.0/25", + "68.219.175.0/25", + "104.40.155.247/32", + "104.40.168.64/26", + "104.40.168.192/26", + "104.40.169.0/27", + "104.40.169.32/29", + "104.40.169.128/25", + "168.63.13.214/32", + "191.237.232.75/32", + "191.237.232.235/32", + "191.237.232.236/31", + "2603:1020:206::320/123", + "2603:1020:206::380/121", + "2603:1020:206:4::680/121", + "2603:1020:206:b::200/120", + "2603:1020:206:400::/123", + "2603:1020:206:401::/123", + "2603:1020:206:800::/123", + "2603:1020:206:801::/123", + "2603:1020:206:c00::/123", + "2603:1020:206:c01::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.WestIndia", + "id": "Sql.WestIndia", + "properties": { + "changeNumber": 6, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.207.170.192/27", + "20.207.173.0/25", + "52.136.53.160/27", + "52.136.53.192/27", + "104.211.144.0/27", + "104.211.144.32/29", + "104.211.145.0/27", + "104.211.145.32/29", + "104.211.160.80/32", + "2603:1040:806::280/123", + "2603:1040:806:1::200/121", + "2603:1040:806:3::80/121", + "2603:1040:806:400::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.WestUS", + "id": "Sql.WestUS", + "properties": { + "changeNumber": 14, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "13.86.216.0/25", + "13.86.216.128/26", + "13.86.216.192/27", + "13.86.217.0/25", + "13.86.217.128/26", + "13.86.217.192/27", + "13.86.217.224/29", + "13.88.29.70/32", + "13.91.4.219/32", + "13.93.165.251/32", + "13.93.237.158/32", + "20.66.3.64/26", + "20.66.3.128/26", + "20.168.160.64/27", + "20.168.161.64/27", + "20.168.163.192/29", + "20.189.172.224/27", + "20.189.173.64/26", + "23.99.4.248/32", + "23.99.34.75/32", + "23.99.37.235/32", + "23.99.37.236/32", + "40.78.16.122/32", + "40.78.23.252/32", + "40.78.57.109/32", + "40.112.139.250/32", + "40.112.240.0/27", + "40.112.246.0/27", + "40.118.129.167/32", + "40.118.209.206/32", + "40.118.244.227/32", + "40.118.249.123/32", + "40.118.250.19/32", + "52.159.203.0/25", + "104.40.49.103/32", + "104.42.188.130/32", + "104.42.192.190/32", + "104.42.237.198/32", + "104.42.238.205/32", + "191.236.119.31/32", + "2603:1030:a07::280/123", + "2603:1030:a07:1::200/121", + "2603:1030:a07:9::480/121", + "2603:1030:a07:400::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.WestUS2", + "id": "Sql.WestUS2", + "properties": { + "changeNumber": 9, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "13.66.136.0/26", + "13.66.136.192/29", + "13.66.137.0/26", + "13.66.149.128/26", + "13.66.226.202/32", + "20.42.168.128/25", + "20.42.174.128/25", + "20.51.9.128/25", + "20.83.193.0/26", + "40.64.114.0/26", + "40.78.240.0/26", + "40.78.240.192/29", + "40.78.241.0/26", + "40.78.248.0/26", + "40.78.248.192/29", + "40.78.249.0/26", + "52.191.144.64/26", + "52.191.152.64/26", + "52.229.17.93/32", + "52.246.251.248/32", + "2603:1030:c06:2::200/123", + "2603:1030:c06:2::280/121", + "2603:1030:c06:a::200/121", + "2603:1030:c06:a::680/121", + "2603:1030:c06:401::/123", + "2603:1030:c06:402::/123", + "2603:1030:c06:800::/123", + "2603:1030:c06:801::/123", + "2603:1030:c06:c00::/123", + "2603:1030:c06:c01::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Sql.WestUS3", + "id": "Sql.WestUS3", + "properties": { + "changeNumber": 2, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "AzureSQL", + "addressPrefixes": [ + "20.14.125.128/25", + "20.150.168.0/27", + "20.150.168.32/29", + "20.150.169.0/27", + "20.150.176.0/27", + "20.150.176.32/29", + "20.150.177.0/27", + "20.150.184.0/27", + "20.150.184.32/29", + "20.150.185.0/27", + "20.150.241.128/25", + "2603:1030:504::520/123", + "2603:1030:504::580/121", + "2603:1030:504:4::600/121", + "2603:1030:504:400::/123", + "2603:1030:504:401::/123", + "2603:1030:504:800::/123", + "2603:1030:504:801::/123", + "2603:1030:504:c00::/123", + "2603:1030:504:c01::/123" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureSecurityCenter.AustraliaCentral", + "id": "AzureSecurityCenter.AustraliaCentral", + "properties": { + "changeNumber": 1, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "20.53.0.64/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.AustraliaCentral2", + "id": "AzureSecurityCenter.AustraliaCentral2", + "properties": { + "changeNumber": 1, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "20.36.117.224/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.AustraliaEast", + "id": "AzureSecurityCenter.AustraliaEast", + "properties": { + "changeNumber": 1, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "13.70.79.32/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.AustraliaSoutheast", + "id": "AzureSecurityCenter.AustraliaSoutheast", + "properties": { + "changeNumber": 1, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "104.46.162.32/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.BrazilSouth", + "id": "AzureSecurityCenter.BrazilSouth", + "properties": { + "changeNumber": 1, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "191.234.149.224/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.BrazilSoutheast", + "id": "AzureSecurityCenter.BrazilSoutheast", + "properties": { + "changeNumber": 1, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "191.237.224.128/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.CanadaCentral", + "id": "AzureSecurityCenter.CanadaCentral", + "properties": { + "changeNumber": 1, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "13.71.177.0/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.CanadaEast", + "id": "AzureSecurityCenter.CanadaEast", + "properties": { + "changeNumber": 1, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "40.69.111.64/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.CentralIndia", + "id": "AzureSecurityCenter.CentralIndia", + "properties": { + "changeNumber": 1, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "20.43.123.128/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.CentralUS", + "id": "AzureSecurityCenter.CentralUS", + "properties": { + "changeNumber": 1, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "20.44.10.224/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.CentralUSEUAP", + "id": "AzureSecurityCenter.CentralUSEUAP", + "properties": { + "changeNumber": 1, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "168.61.140.64/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.EastAsia", + "id": "AzureSecurityCenter.EastAsia", + "properties": { + "changeNumber": 1, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "104.214.164.64/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.EastUS", + "id": "AzureSecurityCenter.EastUS", + "properties": { + "changeNumber": 1, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "52.168.112.96/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.EastUS2", + "id": "AzureSecurityCenter.EastUS2", + "properties": { + "changeNumber": 1, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "20.44.19.128/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.EastUS2EUAP", + "id": "AzureSecurityCenter.EastUS2EUAP", + "properties": { + "changeNumber": 1, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "40.89.121.128/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.EastUSSTG", + "id": "AzureSecurityCenter.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "20.49.84.0/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.FranceCentral", + "id": "AzureSecurityCenter.FranceCentral", + "properties": { + "changeNumber": 1, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "40.79.139.224/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.FranceSouth", + "id": "AzureSecurityCenter.FranceSouth", + "properties": { + "changeNumber": 1, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "51.138.160.32/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.GermanyNorth", + "id": "AzureSecurityCenter.GermanyNorth", + "properties": { + "changeNumber": 1, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "20.52.72.0/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.GermanyWestCentral", + "id": "AzureSecurityCenter.GermanyWestCentral", + "properties": { + "changeNumber": 1, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "51.116.245.224/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.JapanEast", + "id": "AzureSecurityCenter.JapanEast", + "properties": { + "changeNumber": 1, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "40.79.190.128/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.JapanWest", + "id": "AzureSecurityCenter.JapanWest", + "properties": { + "changeNumber": 1, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "40.80.180.128/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.JioIndiaCentral", + "id": "AzureSecurityCenter.JioIndiaCentral", + "properties": { + "changeNumber": 1, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "20.192.238.224/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.JioIndiaWest", + "id": "AzureSecurityCenter.JioIndiaWest", + "properties": { + "changeNumber": 1, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "20.193.206.160/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.KoreaCentral", + "id": "AzureSecurityCenter.KoreaCentral", + "properties": { + "changeNumber": 1, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "52.231.23.64/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.KoreaSouth", + "id": "AzureSecurityCenter.KoreaSouth", + "properties": { + "changeNumber": 1, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "52.231.151.0/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.NorthCentralUS", + "id": "AzureSecurityCenter.NorthCentralUS", + "properties": { + "changeNumber": 1, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "52.240.241.96/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.NorthEurope", + "id": "AzureSecurityCenter.NorthEurope", + "properties": { + "changeNumber": 1, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "13.69.233.64/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.NorwayEast", + "id": "AzureSecurityCenter.NorwayEast", + "properties": { + "changeNumber": 1, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "51.120.109.64/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.NorwayWest", + "id": "AzureSecurityCenter.NorwayWest", + "properties": { + "changeNumber": 1, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "51.120.220.224/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.SouthAfricaNorth", + "id": "AzureSecurityCenter.SouthAfricaNorth", + "properties": { + "changeNumber": 1, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "102.133.124.160/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.SouthAfricaWest", + "id": "AzureSecurityCenter.SouthAfricaWest", + "properties": { + "changeNumber": 1, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "102.37.64.64/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.SouthCentralUS", + "id": "AzureSecurityCenter.SouthCentralUS", + "properties": { + "changeNumber": 1, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "20.45.126.64/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.SouthCentralUSSTG", + "id": "AzureSecurityCenter.SouthCentralUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "23.100.208.32/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.SouthIndia", + "id": "AzureSecurityCenter.SouthIndia", + "properties": { + "changeNumber": 1, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "20.192.184.128/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.SoutheastAsia", + "id": "AzureSecurityCenter.SoutheastAsia", + "properties": { + "changeNumber": 1, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "40.78.239.64/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.SwedenCentral", + "id": "AzureSecurityCenter.SwedenCentral", + "properties": { + "changeNumber": 1, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "51.12.101.128/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.SwedenSouth", + "id": "AzureSecurityCenter.SwedenSouth", + "properties": { + "changeNumber": 1, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "51.12.205.64/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.SwitzerlandNorth", + "id": "AzureSecurityCenter.SwitzerlandNorth", + "properties": { + "changeNumber": 1, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "51.107.128.64/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.SwitzerlandWest", + "id": "AzureSecurityCenter.SwitzerlandWest", + "properties": { + "changeNumber": 1, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "51.107.192.96/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.UAECentral", + "id": "AzureSecurityCenter.UAECentral", + "properties": { + "changeNumber": 1, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "40.120.8.128/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.UAENorth", + "id": "AzureSecurityCenter.UAENorth", + "properties": { + "changeNumber": 1, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "40.120.64.128/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.UKNorth", + "id": "AzureSecurityCenter.UKNorth", + "properties": { + "changeNumber": 1, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "13.87.124.192/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.UKSouth", + "id": "AzureSecurityCenter.UKSouth", + "properties": { + "changeNumber": 1, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "51.140.149.96/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.UKSouth2", + "id": "AzureSecurityCenter.UKSouth2", + "properties": { + "changeNumber": 1, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "13.87.58.192/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.UKWest", + "id": "AzureSecurityCenter.UKWest", + "properties": { + "changeNumber": 1, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "51.140.215.128/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.WestCentralUS", + "id": "AzureSecurityCenter.WestCentralUS", + "properties": { + "changeNumber": 1, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "40.67.121.160/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.WestEurope", + "id": "AzureSecurityCenter.WestEurope", + "properties": { + "changeNumber": 1, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "52.178.17.32/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.WestIndia", + "id": "AzureSecurityCenter.WestIndia", + "properties": { + "changeNumber": 1, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "20.38.132.32/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.WestUS", + "id": "AzureSecurityCenter.WestUS", + "properties": { + "changeNumber": 1, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "20.189.171.64/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.WestUS2", + "id": "AzureSecurityCenter.WestUS2", + "properties": { + "changeNumber": 1, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "13.66.145.192/27" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSecurityCenter.WestUS3", + "id": "AzureSecurityCenter.WestUS3", + "properties": { + "changeNumber": 1, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "AzureSecurityCenter", + "addressPrefixes": [ + "20.150.173.224/27" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceBus.AustraliaCentral", + "id": "ServiceBus.AustraliaCentral", + "properties": { + "changeNumber": 6, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "20.36.46.187/32", + "20.36.106.224/27", + "20.53.50.128/25", + "20.213.247.76/32", + "2603:1010:304::220/123", + "2603:1010:304:1::500/120", + "2603:1010:304:402::170/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.AustraliaCentral2", + "id": "ServiceBus.AustraliaCentral2", + "properties": { + "changeNumber": 5, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "20.36.73.65/32", + "20.36.114.128/27", + "20.53.58.128/25", + "2603:1010:404::220/123", + "2603:1010:404:1::500/120", + "2603:1010:404:402::170/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.AustraliaEast", + "id": "ServiceBus.AustraliaEast", + "properties": { + "changeNumber": 6, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "13.70.72.16/29", + "13.70.114.0/26", + "13.75.159.200/32", + "20.70.186.197/32", + "20.70.216.128/25", + "20.92.74.144/32", + "20.92.119.210/32", + "20.211.186.0/32", + "20.248.198.68/32", + "40.79.162.16/29", + "40.79.166.128/26", + "40.79.170.16/29", + "40.79.173.64/26", + "52.187.192.243/32", + "2603:1010:6::700/120", + "2603:1010:6:1::220/123", + "2603:1010:6:402::170/125", + "2603:1010:6:802::150/125", + "2603:1010:6:c02::150/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.AustraliaSoutheast", + "id": "ServiceBus.AustraliaSoutheast", + "properties": { + "changeNumber": 6, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "13.70.186.33/32", + "13.73.106.71/32", + "13.77.5.181/32", + "13.77.50.16/28", + "20.70.76.62/32", + "20.70.92.10/32", + "20.92.0.128/25", + "191.239.182.75/32", + "2603:1010:101::220/123", + "2603:1010:101:1::500/120", + "2603:1010:101:402::170/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.BrazilSouth", + "id": "ServiceBus.BrazilSouth", + "properties": { + "changeNumber": 6, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "20.195.137.128/26", + "20.195.152.0/26", + "191.232.184.253/32", + "191.233.203.16/29", + "191.234.146.128/29", + "191.234.150.128/26", + "191.234.154.128/29", + "191.234.157.144/28", + "191.238.73.128/25", + "2603:1050:6::700/120", + "2603:1050:6:1::220/123", + "2603:1050:6:402::170/125", + "2603:1050:6:802::150/125", + "2603:1050:6:c02::150/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.BrazilSoutheast", + "id": "ServiceBus.BrazilSoutheast", + "properties": { + "changeNumber": 4, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "20.195.151.128/25", + "23.97.120.34/32", + "23.97.120.37/32", + "23.97.120.153/32", + "191.233.8.40/29", + "191.237.224.64/26", + "2603:1050:403::220/123", + "2603:1050:403:1::500/120", + "2603:1050:403:400::148/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.CanadaCentral", + "id": "ServiceBus.CanadaCentral", + "properties": { + "changeNumber": 6, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "13.71.170.32/29", + "13.71.177.64/26", + "20.38.146.128/29", + "20.48.199.128/25", + "20.151.32.0/26", + "40.85.225.216/32", + "52.233.33.226/32", + "52.246.154.128/29", + "52.246.158.192/26", + "2603:1030:f05::700/120", + "2603:1030:f05:1::220/123", + "2603:1030:f05:402::170/125", + "2603:1030:f05:802::150/125", + "2603:1030:f05:c02::150/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.CanadaEast", + "id": "ServiceBus.CanadaEast", + "properties": { + "changeNumber": 4, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "40.69.106.16/28", + "52.139.110.0/25", + "52.242.36.0/32", + "2603:1030:1005::220/123", + "2603:1030:1005:1::500/120", + "2603:1030:1005:402::170/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.CentralIndia", + "id": "ServiceBus.CentralIndia", + "properties": { + "changeNumber": 7, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "20.43.126.0/26", + "20.192.47.192/26", + "20.192.98.128/29", + "20.192.101.192/26", + "20.204.182.159/32", + "40.80.50.128/29", + "40.80.53.16/28", + "52.172.220.188/32", + "104.211.81.16/29", + "104.211.97.57/32", + "2603:1040:a06:1::220/123", + "2603:1040:a06:2::600/120", + "2603:1040:a06:402::170/125", + "2603:1040:a06:802::150/125", + "2603:1040:a06:c02::150/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.CentralUS", + "id": "ServiceBus.CentralUS", + "properties": { + "changeNumber": 6, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "13.67.180.5/32", + "13.89.170.192/29", + "13.89.178.128/26", + "20.40.231.128/25", + "20.44.13.0/26", + "23.99.129.93/32", + "40.86.91.130/32", + "40.122.115.96/32", + "52.182.138.192/29", + "52.182.143.0/26", + "104.208.16.64/29", + "2603:1030:10:1::220/123", + "2603:1030:10:402::170/125", + "2603:1030:10:802::150/125", + "2603:1030:10:c02::150/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.CentralUSEUAP", + "id": "ServiceBus.CentralUSEUAP", + "properties": { + "changeNumber": 6, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "20.45.240.0/26", + "20.45.241.64/26", + "40.78.202.16/28", + "52.180.178.204/32", + "168.61.142.56/29", + "2603:1030:f:1::220/123", + "2603:1030:f:3::240/122", + "2603:1030:f:3::300/120", + "2603:1030:f:400::970/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.EastAsia", + "id": "ServiceBus.EastAsia", + "properties": { + "changeNumber": 7, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "13.75.34.128/28", + "13.75.108.23/32", + "20.195.75.128/25", + "20.205.74.80/29", + "20.205.75.64/28", + "20.205.82.80/29", + "20.205.83.64/28", + "65.52.160.127/32", + "104.214.165.72/29", + "207.46.138.15/32", + "2603:1040:207::220/123", + "2603:1040:207:2::80/121", + "2603:1040:207:2::500/120", + "2603:1040:207:402::170/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.EastUS", + "id": "ServiceBus.EastUS", + "properties": { + "changeNumber": 7, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "13.82.27.247/32", + "20.42.65.0/26", + "20.42.68.0/26", + "20.42.72.192/26", + "20.42.73.64/26", + "20.88.153.64/26", + "40.71.10.192/29", + "40.78.226.192/29", + "40.79.154.88/29", + "40.114.86.33/32", + "40.114.111.22/32", + "40.121.88.231/32", + "52.168.29.86/32", + "52.168.112.128/26", + "52.168.116.192/26", + "52.168.133.227/32", + "52.226.22.118/32", + "168.62.48.238/32", + "168.62.54.52/32", + "172.173.179.62/32", + "2603:1030:210:1::220/123", + "2603:1030:210:402::170/125", + "2603:1030:210:802::150/125", + "2603:1030:210:c02::150/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.EastUS2", + "id": "ServiceBus.EastUS2", + "properties": { + "changeNumber": 6, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "13.68.110.36/32", + "20.36.144.0/26", + "20.62.63.0/25", + "20.65.67.233/32", + "20.242.101.74/32", + "23.100.67.88/32", + "40.70.146.64/29", + "40.70.151.128/26", + "52.147.163.79/32", + "52.167.106.64/29", + "52.167.109.128/26", + "104.208.144.64/29", + "104.209.246.179/32", + "2603:1030:40c:1::220/123", + "2603:1030:40c:402::170/125", + "2603:1030:40c:802::150/125", + "2603:1030:40c:c02::150/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.EastUS2EUAP", + "id": "ServiceBus.EastUS2EUAP", + "properties": { + "changeNumber": 7, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "20.47.216.0/26", + "20.51.22.192/26", + "20.51.23.192/26", + "40.74.146.32/29", + "40.74.150.192/26", + "40.75.34.16/29", + "40.89.121.192/26", + "52.138.71.95/32", + "52.138.90.16/29", + "68.220.82.80/29", + "68.220.82.96/28", + "2603:1030:40b:1::220/123", + "2603:1030:40b:2::480/122", + "2603:1030:40b:2::500/120", + "2603:1030:40b:400::970/125", + "2603:1030:40b:800::150/125", + "2603:1030:40b:c00::150/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.EastUSSTG", + "id": "ServiceBus.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "20.49.83.248/29", + "20.49.84.128/28", + "20.99.11.128/25", + "40.67.58.8/29", + "40.67.72.0/26", + "2603:1030:104:1::220/123", + "2603:1030:104:2::200/120", + "2603:1030:104:402::170/125", + "2603:1030:104:402::640/124", + "2603:1030:104:802::68/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.FranceCentral", + "id": "ServiceBus.FranceCentral", + "properties": { + "changeNumber": 7, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "20.111.28.147/32", + "20.111.56.34/32", + "20.199.96.185/32", + "40.79.130.32/29", + "40.79.138.16/29", + "40.79.141.192/26", + "40.79.146.16/29", + "40.79.149.0/26", + "51.11.192.64/26", + "51.138.213.128/25", + "52.143.136.46/32", + "52.143.142.50/32", + "2603:1020:805::700/120", + "2603:1020:805:1::220/123", + "2603:1020:805:402::170/125", + "2603:1020:805:802::150/125", + "2603:1020:805:c02::150/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.FranceSouth", + "id": "ServiceBus.FranceSouth", + "properties": { + "changeNumber": 5, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "40.79.178.16/28", + "52.136.136.53/32", + "52.136.187.128/25", + "2603:1020:905::220/123", + "2603:1020:905:1::500/120", + "2603:1020:905:402::170/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.GermanyNorth", + "id": "ServiceBus.GermanyNorth", + "properties": { + "changeNumber": 5, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "51.116.58.8/29", + "51.116.72.128/25", + "51.116.208.62/32", + "2603:1020:d04::220/123", + "2603:1020:d04:1::500/120", + "2603:1020:d04:402::170/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.GermanyWestCentral", + "id": "ServiceBus.GermanyWestCentral", + "properties": { + "changeNumber": 7, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "20.52.64.64/26", + "20.52.91.128/25", + "20.113.25.224/32", + "51.116.154.72/29", + "51.116.232.38/32", + "51.116.232.135/32", + "51.116.242.128/29", + "51.116.246.128/26", + "51.116.250.128/29", + "51.116.253.192/26", + "2603:1020:c04::700/120", + "2603:1020:c04:1::220/123", + "2603:1020:c04:402::170/125", + "2603:1020:c04:802::150/125", + "2603:1020:c04:c02::150/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.ItalyNorth", + "id": "ServiceBus.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "4.232.30.0/25", + "4.232.106.80/29", + "4.232.106.96/28", + "4.232.122.80/29", + "4.232.122.96/28", + "4.232.194.80/29", + "4.232.194.96/28", + "2603:1020:1204:1::100/121" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.JapanEast", + "id": "ServiceBus.JapanEast", + "properties": { + "changeNumber": 7, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "13.78.94.187/32", + "13.78.106.80/29", + "13.78.116.129/32", + "20.89.0.0/26", + "20.89.9.128/25", + "20.194.128.128/26", + "20.222.83.41/32", + "20.222.163.21/32", + "20.222.165.200/32", + "23.102.65.233/32", + "40.79.186.64/27", + "40.79.194.80/29", + "2603:1040:407::700/120", + "2603:1040:407:1::220/123", + "2603:1040:407:402::170/125", + "2603:1040:407:802::150/125", + "2603:1040:407:c02::150/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.JapanWest", + "id": "ServiceBus.JapanWest", + "properties": { + "changeNumber": 6, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "20.18.178.80/29", + "20.18.178.96/28", + "20.89.231.105/32", + "20.189.230.128/25", + "20.210.130.151/32", + "20.210.158.148/32", + "20.210.181.228/32", + "40.74.100.32/28", + "40.74.122.78/32", + "2603:1040:606::220/123", + "2603:1040:606:1::500/120", + "2603:1040:606:402::170/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.JioIndiaCentral", + "id": "ServiceBus.JioIndiaCentral", + "properties": { + "changeNumber": 4, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "20.192.32.240/28", + "20.192.55.64/26", + "20.192.55.128/26", + "20.192.225.56/29", + "20.192.234.8/29", + "20.193.208.14/32", + "2603:1040:1104:1::700/120", + "2603:1040:1104:400::170/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.JioIndiaWest", + "id": "ServiceBus.JioIndiaWest", + "properties": { + "changeNumber": 4, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "20.192.160.40/29", + "20.193.199.0/25", + "20.193.204.104/29", + "20.193.204.112/28", + "40.64.16.60/32", + "2603:1040:d04::220/123", + "2603:1040:d04:2::400/120", + "2603:1040:d04:800::e0/124", + "2603:1040:d04:800::f0/125", + "2603:1040:d04:800::358/125", + "2603:1040:d04:800::3c0/125", + "2603:1040:d04:800::3e8/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.KoreaCentral", + "id": "ServiceBus.KoreaCentral", + "properties": { + "changeNumber": 7, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "20.44.26.128/29", + "20.44.31.64/26", + "20.194.67.208/29", + "20.194.68.128/28", + "20.200.192.128/25", + "52.231.18.32/29", + "52.231.23.128/26", + "52.231.32.97/32", + "2603:1040:f05:1::220/123", + "2603:1040:f05:2::300/120", + "2603:1040:f05:402::170/125", + "2603:1040:f05:802::150/125", + "2603:1040:f05:c02::150/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.KoreaSouth", + "id": "ServiceBus.KoreaSouth", + "properties": { + "changeNumber": 4, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "52.147.116.0/25", + "52.231.146.64/28", + "52.231.194.4/32", + "2603:1040:e05::400/120" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.NorthCentralUS", + "id": "ServiceBus.NorthCentralUS", + "properties": { + "changeNumber": 7, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "20.51.1.128/25", + "20.125.170.80/29", + "20.125.170.96/28", + "20.125.202.80/29", + "20.125.202.96/28", + "20.221.227.156/32", + "20.221.255.30/32", + "52.162.106.128/28", + "65.52.0.51/32", + "65.52.0.98/32", + "65.52.1.52/32", + "65.52.219.186/32", + "65.52.242.163/32", + "157.55.170.113/32", + "157.55.172.246/32", + "168.62.249.111/32", + "2603:1030:608::220/123", + "2603:1030:608:1::500/120", + "2603:1030:608:402::170/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.NorthEurope", + "id": "ServiceBus.NorthEurope", + "properties": { + "changeNumber": 7, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "13.69.227.64/29", + "13.69.233.192/26", + "13.74.107.64/29", + "13.74.142.88/32", + "13.79.168.201/32", + "20.50.72.0/26", + "20.50.80.0/26", + "20.82.244.128/25", + "20.123.10.250/32", + "40.87.139.217/32", + "52.138.226.64/29", + "52.169.10.235/32", + "94.245.88.192/32", + "191.235.170.182/32", + "2603:1020:5::700/120", + "2603:1020:5:1::220/123", + "2603:1020:5:402::170/125", + "2603:1020:5:802::150/125", + "2603:1020:5:c02::150/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.NorwayEast", + "id": "ServiceBus.NorwayEast", + "properties": { + "changeNumber": 7, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "51.13.0.128/26", + "51.120.76.34/32", + "51.120.83.200/32", + "51.120.98.16/29", + "51.120.106.128/29", + "51.120.109.208/28", + "51.120.210.128/29", + "51.120.213.48/28", + "51.120.237.64/26", + "2603:1020:e04:1::220/123", + "2603:1020:e04:3::500/120", + "2603:1020:e04:402::170/125", + "2603:1020:e04:802::150/125", + "2603:1020:e04:c02::150/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.NorwayWest", + "id": "ServiceBus.NorwayWest", + "properties": { + "changeNumber": 5, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "51.13.141.0/25", + "51.120.164.31/32", + "51.120.218.8/29", + "2603:1020:f04::220/123", + "2603:1020:f04:1::500/120", + "2603:1020:f04:402::170/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.PolandCentral", + "id": "ServiceBus.PolandCentral", + "properties": { + "changeNumber": 1, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "20.215.6.0/25", + "20.215.18.80/29", + "20.215.18.96/28", + "20.215.26.80/29", + "20.215.26.96/28", + "20.215.154.80/29", + "20.215.154.96/28", + "2603:1020:1302::780/121" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.QatarCentral", + "id": "ServiceBus.QatarCentral", + "properties": { + "changeNumber": 4, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "20.21.8.3/32", + "20.21.37.128/25", + "20.21.42.80/29", + "20.21.42.96/28", + "20.21.56.175/32", + "20.21.66.80/29", + "20.21.66.96/28", + "20.21.74.80/29", + "20.21.74.96/28", + "2603:1040:1002:1::300/121" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.SouthAfricaNorth", + "id": "ServiceBus.SouthAfricaNorth", + "properties": { + "changeNumber": 6, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "40.127.1.193/32", + "40.127.7.243/32", + "102.37.72.0/26", + "102.37.163.128/25", + "102.133.122.128/29", + "102.133.126.192/26", + "102.133.154.8/29", + "102.133.250.128/29", + "102.133.253.192/26", + "2603:1000:104:1::220/123", + "2603:1000:104:2::400/120", + "2603:1000:104:402::170/125", + "2603:1000:104:802::150/125", + "2603:1000:104:c02::150/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.SouthAfricaWest", + "id": "ServiceBus.SouthAfricaWest", + "properties": { + "changeNumber": 6, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "102.37.64.192/26", + "102.37.84.0/25", + "102.133.26.8/29", + "102.133.71.246/32", + "2603:1000:4::220/123", + "2603:1000:4:1::500/120", + "2603:1000:4:402::170/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.SouthCentralUS", + "id": "ServiceBus.SouthCentralUS", + "properties": { + "changeNumber": 8, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "4.150.17.154/32", + "4.150.20.142/32", + "13.65.40.138/32", + "13.85.81.218/32", + "20.45.122.128/29", + "20.45.126.128/26", + "20.49.91.224/29", + "20.49.91.240/28", + "20.49.95.64/26", + "20.65.135.128/25", + "20.225.83.78/32", + "40.124.65.0/26", + "70.37.56.227/32", + "70.37.104.240/32", + "70.37.104.242/32", + "104.214.18.160/29", + "2603:1030:807::700/120", + "2603:1030:807:1::220/123", + "2603:1030:807:402::170/125", + "2603:1030:807:802::150/125", + "2603:1030:807:c02::150/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.SouthCentralUSSTG", + "id": "ServiceBus.SouthCentralUSSTG", + "properties": { + "changeNumber": 2, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "20.44.2.8/29", + "20.45.117.192/26", + "2603:1030:302::100/120" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.SouthIndia", + "id": "ServiceBus.SouthIndia", + "properties": { + "changeNumber": 5, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "13.71.114.157/32", + "13.71.123.92/32", + "40.78.194.16/28", + "52.172.118.128/25", + "2603:1040:c06::220/123", + "2603:1040:c06:1::500/120", + "2603:1040:c06:402::170/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.SoutheastAsia", + "id": "ServiceBus.SoutheastAsia", + "properties": { + "changeNumber": 6, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "4.193.172.209/32", + "13.67.8.96/29", + "13.67.20.0/26", + "13.76.141.36/32", + "13.76.244.158/32", + "20.24.137.121/32", + "20.195.82.0/25", + "23.98.74.205/32", + "23.98.82.96/29", + "23.98.87.128/26", + "23.98.112.128/26", + "40.65.191.189/32", + "40.78.234.32/29", + "52.148.90.111/32", + "111.221.80.244/32", + "111.221.89.222/32", + "2603:1040:5:1::220/123", + "2603:1040:5:402::170/125", + "2603:1040:5:802::150/125", + "2603:1040:5:c02::150/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.SwedenCentral", + "id": "ServiceBus.SwedenCentral", + "properties": { + "changeNumber": 5, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "51.12.29.128/25", + "51.12.98.8/29", + "51.12.101.224/28", + "51.12.226.128/29", + "51.12.229.80/28", + "51.12.234.128/29", + "51.12.237.80/28", + "51.107.176.138/32", + "51.107.176.193/32", + "2603:1020:1004::220/123", + "2603:1020:1004:2::300/120", + "2603:1020:1004:800::e0/124", + "2603:1020:1004:800::f0/125", + "2603:1020:1004:800::358/125", + "2603:1020:1004:800::3c0/124", + "2603:1020:1004:800::3e8/125", + "2603:1020:1004:c02::180/123", + "2603:1020:1004:c02::1a0/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.SwedenSouth", + "id": "ServiceBus.SwedenSouth", + "properties": { + "changeNumber": 3, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "51.12.0.90/32", + "51.12.22.0/25", + "51.12.202.8/29", + "51.12.206.0/28", + "2603:1020:1104:400::170/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.SwitzerlandNorth", + "id": "ServiceBus.SwitzerlandNorth", + "properties": { + "changeNumber": 7, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "20.208.18.80/29", + "20.208.18.96/28", + "51.103.202.80/29", + "51.103.202.96/28", + "51.107.58.8/29", + "51.107.71.205/32", + "51.107.71.236/32", + "51.107.128.192/26", + "51.107.244.128/25", + "2603:1020:a04::700/120", + "2603:1020:a04:1::220/123", + "2603:1020:a04:402::170/125", + "2603:1020:a04:802::150/125", + "2603:1020:a04:c02::150/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.SwitzerlandWest", + "id": "ServiceBus.SwitzerlandWest", + "properties": { + "changeNumber": 5, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "51.107.154.8/29", + "51.107.227.231/32", + "51.107.252.128/25", + "2603:1020:b04::220/123", + "2603:1020:b04:1::500/120", + "2603:1020:b04:402::170/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.UAECentral", + "id": "ServiceBus.UAECentral", + "properties": { + "changeNumber": 6, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "20.37.74.32/27", + "20.45.71.234/32", + "20.45.93.0/25", + "74.243.18.16/29", + "74.243.18.32/28", + "2603:1040:b04::220/123", + "2603:1040:b04:1::500/120", + "2603:1040:b04:402::170/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.UAENorth", + "id": "ServiceBus.UAENorth", + "properties": { + "changeNumber": 8, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "20.38.152.80/29", + "20.38.152.96/28", + "40.120.74.24/29", + "40.120.77.192/26", + "40.120.85.0/25", + "40.123.207.210/32", + "40.123.219.228/32", + "65.52.250.64/27", + "2603:1040:904::700/120", + "2603:1040:904:1::220/123", + "2603:1040:904:402::170/125", + "2603:1040:904:802::150/125", + "2603:1040:904:c02::150/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.UKNorth", + "id": "ServiceBus.UKNorth", + "properties": { + "changeNumber": 2, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "13.87.122.64/28", + "2603:1020:305::220/123", + "2603:1020:305:402::170/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceBus.UKSouth", + "id": "ServiceBus.UKSouth", + "properties": { + "changeNumber": 6, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "20.77.97.190/32", + "20.90.128.192/26", + "20.108.14.208/32", + "20.117.97.49/32", + "51.105.66.128/29", + "51.105.70.192/26", + "51.105.74.128/29", + "51.132.192.128/26", + "51.140.3.239/32", + "51.140.43.12/32", + "51.140.146.48/29", + "51.140.149.128/26", + "2603:1020:705::700/120", + "2603:1020:705:1::220/123", + "2603:1020:705:402::170/125", + "2603:1020:705:802::150/125", + "2603:1020:705:c02::150/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.UKSouth2", + "id": "ServiceBus.UKSouth2", + "properties": { + "changeNumber": 2, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "13.87.35.8/32", + "13.87.56.64/28", + "2603:1020:405::220/123", + "2603:1020:405:402::170/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceBus.UKWest", + "id": "ServiceBus.UKWest", + "properties": { + "changeNumber": 5, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "20.58.70.0/25", + "51.140.210.64/28", + "51.141.1.129/32", + "51.141.45.118/32", + "2603:1020:605::220/123", + "2603:1020:605:1::500/120", + "2603:1020:605:402::170/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.WestCentralUS", + "id": "ServiceBus.WestCentralUS", + "properties": { + "changeNumber": 4, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "13.71.194.96/28", + "20.69.2.128/25", + "52.161.17.198/32", + "2603:1030:b04::220/123", + "2603:1030:b04:1::500/120", + "2603:1030:b04:402::170/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.WestEurope", + "id": "ServiceBus.WestEurope", + "properties": { + "changeNumber": 7, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "13.69.64.64/29", + "13.69.106.64/29", + "13.69.111.64/26", + "20.50.201.0/26", + "20.86.92.0/25", + "20.101.49.7/32", + "20.105.249.105/32", + "23.100.15.87/32", + "40.68.127.68/32", + "40.68.209.57/32", + "51.144.22.113/32", + "51.144.124.255/32", + "52.166.127.37/32", + "52.178.17.64/26", + "52.232.119.191/32", + "52.236.186.64/29", + "65.52.128.246/32", + "65.52.137.29/32", + "168.63.24.14/32", + "2603:1020:206:1::220/123", + "2603:1020:206:4::/120", + "2603:1020:206:402::170/125", + "2603:1020:206:802::150/125", + "2603:1020:206:c02::150/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.WestIndia", + "id": "ServiceBus.WestIndia", + "properties": { + "changeNumber": 5, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "20.192.82.128/25", + "104.211.146.16/28", + "104.211.157.172/32", + "104.211.190.88/32", + "2603:1040:806::220/123", + "2603:1040:806:1::500/120", + "2603:1040:806:402::170/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.WestUS", + "id": "ServiceBus.WestUS", + "properties": { + "changeNumber": 7, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "13.88.10.93/32", + "20.66.6.128/25", + "20.168.162.80/29", + "20.168.162.96/28", + "40.78.27.218/32", + "40.83.183.81/32", + "40.112.242.128/28", + "104.40.15.128/32", + "104.45.239.115/32", + "138.91.242.98/32", + "168.62.16.180/32", + "2603:1030:a07::220/123", + "2603:1030:a07:1::500/120", + "2603:1030:a07:402::8f0/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.WestUS2", + "id": "ServiceBus.WestUS2", + "properties": { + "changeNumber": 6, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "4.155.228.61/32", + "13.66.138.80/29", + "13.66.147.192/26", + "20.51.15.0/25", + "40.64.113.0/26", + "40.65.108.146/32", + "40.78.242.144/29", + "40.78.247.192/26", + "40.78.250.80/29", + "40.125.67.49/32", + "2603:1030:c06:1::220/123", + "2603:1030:c06:2::500/120", + "2603:1030:c06:400::970/125", + "2603:1030:c06:802::150/125", + "2603:1030:c06:c02::150/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "ServiceBus.WestUS3", + "id": "ServiceBus.WestUS3", + "properties": { + "changeNumber": 5, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "AzureServiceBus", + "addressPrefixes": [ + "20.14.100.170/32", + "20.38.0.37/32", + "20.150.129.0/25", + "20.150.160.216/29", + "20.150.170.8/29", + "20.150.175.0/26", + "20.150.178.128/29", + "20.150.182.64/28", + "20.150.186.128/29", + "20.150.189.48/28", + "20.150.189.64/26", + "2603:1030:504:1::220/123", + "2603:1030:504:2::300/120", + "2603:1030:504:802::e0/124", + "2603:1030:504:802::f0/125", + "2603:1030:504:802::358/125" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureSignalR.AustraliaCentral", + "id": "AzureSignalR.AustraliaCentral", + "properties": { + "changeNumber": 1, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "2603:1010:304:2::100/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.AustraliaCentral2", + "id": "AzureSignalR.AustraliaCentral2", + "properties": { + "changeNumber": 1, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "2603:1010:404:2::100/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.AustraliaEast", + "id": "AzureSignalR.AustraliaEast", + "properties": { + "changeNumber": 4, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "13.70.74.224/27", + "20.53.47.32/27", + "2603:1010:6:2::500/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.AustraliaSoutheast", + "id": "AzureSignalR.AustraliaSoutheast", + "properties": { + "changeNumber": 2, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "20.211.225.0/26", + "2603:1010:101:2::/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.BrazilSouth", + "id": "AzureSignalR.BrazilSouth", + "properties": { + "changeNumber": 4, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "191.238.72.96/27", + "2603:1050:6:2::300/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.BrazilSoutheast", + "id": "AzureSignalR.BrazilSoutheast", + "properties": { + "changeNumber": 2, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "20.206.5.192/26", + "2603:1050:403:2::100/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.CanadaCentral", + "id": "AzureSignalR.CanadaCentral", + "properties": { + "changeNumber": 4, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "20.48.196.192/27", + "2603:1030:f05:2::500/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.CanadaEast", + "id": "AzureSignalR.CanadaEast", + "properties": { + "changeNumber": 4, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "40.69.110.128/27", + "52.139.107.96/27", + "2603:1030:1005:2::100/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.CentralIndia", + "id": "AzureSignalR.CentralIndia", + "properties": { + "changeNumber": 3, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "20.192.44.64/27", + "40.80.53.32/27", + "2603:1040:a06:3::/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.CentralUS", + "id": "AzureSignalR.CentralUS", + "properties": { + "changeNumber": 3, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "13.89.175.128/26", + "20.40.229.0/27", + "20.44.10.128/26", + "52.182.141.64/26", + "2603:1030:10:4::/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.CentralUSEUAP", + "id": "AzureSignalR.CentralUSEUAP", + "properties": { + "changeNumber": 3, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "20.46.11.96/27", + "40.78.204.96/27", + "2603:1030:f:3::500/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.EastAsia", + "id": "AzureSignalR.EastAsia", + "properties": { + "changeNumber": 4, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "20.195.72.192/27", + "2603:1040:207:2::600/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.EastUS", + "id": "AzureSignalR.EastUS", + "properties": { + "changeNumber": 5, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "20.62.133.64/27", + "20.88.155.0/25", + "2603:1030:210:5::/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.EastUS2", + "id": "AzureSignalR.EastUS2", + "properties": { + "changeNumber": 4, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "20.62.59.32/27", + "2603:1030:40c:4::/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.EastUS2EUAP", + "id": "AzureSignalR.EastUS2EUAP", + "properties": { + "changeNumber": 3, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "20.51.17.224/27", + "52.138.92.224/27", + "2603:1030:40b:3::100/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.EastUSSTG", + "id": "AzureSignalR.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "2603:1030:104:2::400/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.FranceCentral", + "id": "AzureSignalR.FranceCentral", + "properties": { + "changeNumber": 3, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "40.79.132.160/27", + "40.79.139.96/27", + "40.79.148.32/27", + "51.138.210.96/27", + "2603:1020:805:2::300/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.FranceSouth", + "id": "AzureSignalR.FranceSouth", + "properties": { + "changeNumber": 1, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "2603:1020:905:2::100/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.GermanyNorth", + "id": "AzureSignalR.GermanyNorth", + "properties": { + "changeNumber": 1, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "2603:1020:d04:1::700/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.GermanyWestCentral", + "id": "AzureSignalR.GermanyWestCentral", + "properties": { + "changeNumber": 3, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "51.116.149.96/27", + "51.116.246.32/27", + "2603:1020:c04:2::300/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.JapanEast", + "id": "AzureSignalR.JapanEast", + "properties": { + "changeNumber": 4, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "13.78.109.224/27", + "20.191.166.64/27", + "2603:1040:407:2::300/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.JapanWest", + "id": "AzureSignalR.JapanWest", + "properties": { + "changeNumber": 3, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "20.189.229.224/27", + "2603:1040:606:2::100/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.JioIndiaCentral", + "id": "AzureSignalR.JioIndiaCentral", + "properties": { + "changeNumber": 2, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "20.192.34.0/27", + "20.192.55.192/27", + "2603:1040:1104:2::/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.JioIndiaWest", + "id": "AzureSignalR.JioIndiaWest", + "properties": { + "changeNumber": 2, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "20.193.199.160/27", + "20.193.205.224/27", + "2603:1040:d04:2::600/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.KoreaCentral", + "id": "AzureSignalR.KoreaCentral", + "properties": { + "changeNumber": 3, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "20.194.73.192/27", + "52.231.20.96/27", + "52.231.20.192/26", + "2603:1040:f05:2::700/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.KoreaSouth", + "id": "AzureSignalR.KoreaSouth", + "properties": { + "changeNumber": 1, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "2603:1040:e05::600/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.NorthCentralUS", + "id": "AzureSignalR.NorthCentralUS", + "properties": { + "changeNumber": 4, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "20.49.119.96/27", + "2603:1030:608:1::700/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.NorthEurope", + "id": "AzureSignalR.NorthEurope", + "properties": { + "changeNumber": 5, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "20.82.247.128/25", + "52.146.136.32/27", + "2603:1020:5:4::/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.NorwayEast", + "id": "AzureSignalR.NorwayEast", + "properties": { + "changeNumber": 3, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "51.120.213.96/27", + "51.120.233.96/27", + "2603:1020:e04:3::700/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.NorwayWest", + "id": "AzureSignalR.NorwayWest", + "properties": { + "changeNumber": 2, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "51.120.179.64/26", + "2603:1020:f04:3::100/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.QatarCentral", + "id": "AzureSignalR.QatarCentral", + "properties": { + "changeNumber": 2, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "20.21.55.0/25", + "2603:1040:1002::100/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.SouthAfricaNorth", + "id": "AzureSignalR.SouthAfricaNorth", + "properties": { + "changeNumber": 3, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "102.37.160.32/27", + "102.133.126.96/27", + "2603:1000:104:2::600/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.SouthAfricaWest", + "id": "AzureSignalR.SouthAfricaWest", + "properties": { + "changeNumber": 1, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "2603:1000:4:2::100/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.SouthCentralUS", + "id": "AzureSignalR.SouthCentralUS", + "properties": { + "changeNumber": 4, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "13.73.244.64/27", + "20.65.132.224/27", + "2603:1030:807:3::/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.SouthCentralUSSTG", + "id": "AzureSignalR.SouthCentralUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "2603:1030:302::300/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.SouthIndia", + "id": "AzureSignalR.SouthIndia", + "properties": { + "changeNumber": 2, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "20.192.157.0/25", + "2603:1040:c06:2::100/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.SoutheastAsia", + "id": "AzureSignalR.SoutheastAsia", + "properties": { + "changeNumber": 5, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "13.67.15.64/27", + "20.195.65.192/27", + "20.195.84.0/25", + "23.98.86.64/27", + "40.78.238.128/25", + "2603:1040:5:3::/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.SwedenCentral", + "id": "AzureSignalR.SwedenCentral", + "properties": { + "changeNumber": 2, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "51.12.46.192/27", + "51.12.101.192/27", + "2603:1020:1004:2::600/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.SwedenSouth", + "id": "AzureSignalR.SwedenSouth", + "properties": { + "changeNumber": 2, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "51.12.17.160/27", + "51.12.168.0/27", + "2603:1020:1104:2::/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.SwitzerlandNorth", + "id": "AzureSignalR.SwitzerlandNorth", + "properties": { + "changeNumber": 3, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "51.107.128.128/27", + "51.107.242.192/27", + "2603:1020:a04:2::300/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.SwitzerlandWest", + "id": "AzureSignalR.SwitzerlandWest", + "properties": { + "changeNumber": 3, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "51.107.192.192/27", + "51.107.250.192/27", + "2603:1020:b04:2::100/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.UAECentral", + "id": "AzureSignalR.UAECentral", + "properties": { + "changeNumber": 1, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "2603:1040:b04:2::100/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.UAENorth", + "id": "AzureSignalR.UAENorth", + "properties": { + "changeNumber": 3, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "20.38.143.192/27", + "40.120.64.160/27", + "2603:1040:904:2::300/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.UKSouth", + "id": "AzureSignalR.UKSouth", + "properties": { + "changeNumber": 4, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "51.104.9.64/27", + "51.143.212.128/27", + "2603:1020:705:2::500/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.UKWest", + "id": "AzureSignalR.UKWest", + "properties": { + "changeNumber": 2, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "20.90.37.0/25", + "2603:1020:605:2::100/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.WestCentralUS", + "id": "AzureSignalR.WestCentralUS", + "properties": { + "changeNumber": 4, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "20.69.0.192/27", + "2603:1030:b04:1::700/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.WestEurope", + "id": "AzureSignalR.WestEurope", + "properties": { + "changeNumber": 5, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "20.61.102.64/27", + "20.86.94.128/25", + "2603:1020:206:4::200/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.WestIndia", + "id": "AzureSignalR.WestIndia", + "properties": { + "changeNumber": 3, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "20.38.132.96/27", + "52.136.53.224/27", + "2603:1040:806:2::100/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.WestUS", + "id": "AzureSignalR.WestUS", + "properties": { + "changeNumber": 3, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "20.66.3.224/27", + "20.189.170.0/24", + "2603:1030:a07:1::700/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.WestUS2", + "id": "AzureSignalR.WestUS2", + "properties": { + "changeNumber": 3, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "13.66.145.0/26", + "20.51.12.32/27", + "40.78.245.64/26", + "40.78.253.0/26", + "2603:1030:c06:2::700/120" + ], + "networkFeatures": null + } + }, + { + "name": "AzureSignalR.WestUS3", + "id": "AzureSignalR.WestUS3", + "properties": { + "changeNumber": 2, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "AzureSignalR", + "addressPrefixes": [ + "20.150.174.160/27", + "20.150.244.160/27", + "2603:1030:504:2::500/120" + ], + "networkFeatures": null + } + }, + { + "name": "Storage.AustraliaCentral", + "id": "Storage.AustraliaCentral", + "properties": { + "changeNumber": 7, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.47.35.0/24", + "20.60.102.0/24", + "20.60.214.0/23", + "20.150.124.0/24", + "20.157.138.0/24", + "52.239.216.0/23", + "2603:1010:305::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.AustraliaCentral2", + "id": "Storage.AustraliaCentral2", + "properties": { + "changeNumber": 6, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.33.146.0/24", + "20.47.36.0/24", + "20.60.107.0/24", + "20.150.103.0/24", + "20.209.156.0/23", + "52.239.218.0/23", + "2603:1010:405::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.AustraliaEast", + "id": "Storage.AustraliaEast", + "properties": { + "changeNumber": 10, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "13.70.99.16/28", + "13.70.99.48/28", + "13.70.99.64/28", + "13.72.235.64/28", + "13.72.235.96/27", + "13.72.235.144/28", + "13.72.237.48/28", + "13.72.237.64/28", + "13.75.240.16/28", + "13.75.240.32/28", + "13.75.240.64/27", + "20.38.112.0/23", + "20.47.37.0/24", + "20.60.72.0/22", + "20.60.182.0/23", + "20.150.66.0/24", + "20.150.92.0/24", + "20.150.117.0/24", + "20.157.44.0/24", + "20.157.155.0/24", + "20.157.226.0/24", + "20.209.164.0/23", + "52.239.130.0/23", + "52.239.226.0/24", + "104.46.31.16/28", + "191.238.66.0/26", + "2603:1010:7::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.AustraliaSoutheast", + "id": "Storage.AustraliaSoutheast", + "properties": { + "changeNumber": 7, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "13.77.8.16/28", + "13.77.8.32/28", + "13.77.8.64/28", + "13.77.8.96/28", + "13.77.8.128/27", + "13.77.8.160/28", + "13.77.8.192/27", + "20.33.172.0/24", + "20.47.38.0/24", + "20.60.32.0/23", + "20.150.12.0/23", + "20.150.119.0/24", + "20.157.45.0/24", + "20.209.204.0/23", + "52.239.132.0/23", + "52.239.225.0/24", + "191.239.192.0/26", + "2603:1010:206::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.BrazilSouth", + "id": "Storage.BrazilSouth", + "properties": { + "changeNumber": 10, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.33.161.0/24", + "20.47.39.0/24", + "20.60.36.0/23", + "20.150.111.0/24", + "20.157.55.0/24", + "20.157.227.0/24", + "20.209.12.0/23", + "20.209.82.0/23", + "23.97.112.64/26", + "191.232.216.32/27", + "191.232.221.16/28", + "191.232.221.32/28", + "191.233.128.0/24", + "191.235.248.0/23", + "191.235.250.0/25", + "2603:1050:7::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.BrazilSoutheast", + "id": "Storage.BrazilSoutheast", + "properties": { + "changeNumber": 4, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.150.73.0/24", + "20.150.80.0/24", + "20.150.123.0/24", + "20.157.42.0/24", + "20.157.189.0/24", + "20.209.210.0/23", + "2603:1050:404::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.CanadaCentral", + "id": "Storage.CanadaCentral", + "properties": { + "changeNumber": 10, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.33.151.0/24", + "20.38.114.0/25", + "20.47.40.0/24", + "20.60.42.0/23", + "20.60.242.0/23", + "20.150.16.0/24", + "20.150.31.0/24", + "20.150.71.0/24", + "20.150.100.0/24", + "20.157.52.0/24", + "20.157.148.0/24", + "20.209.70.0/23", + "20.209.168.0/23", + "40.85.232.64/28", + "40.85.232.96/28", + "40.85.232.144/28", + "40.85.235.32/27", + "40.85.235.80/28", + "40.85.235.96/28", + "52.239.148.64/26", + "52.239.189.0/24", + "2603:1030:f08::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.CanadaEast", + "id": "Storage.CanadaEast", + "properties": { + "changeNumber": 7, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.38.121.128/25", + "20.47.41.0/24", + "20.60.142.0/23", + "20.150.1.0/25", + "20.150.40.128/25", + "20.150.113.0/24", + "20.157.161.0/24", + "20.209.64.0/23", + "40.86.232.64/28", + "40.86.232.96/28", + "40.86.232.128/28", + "40.86.232.176/28", + "40.86.232.192/28", + "52.229.80.64/27", + "52.239.164.128/26", + "52.239.190.0/25", + "2603:1030:1006::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.CentralIndia", + "id": "Storage.CentralIndia", + "properties": { + "changeNumber": 9, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.33.153.0/24", + "20.38.126.0/23", + "20.47.42.0/24", + "20.60.84.0/23", + "20.150.114.0/24", + "20.157.139.0/24", + "20.157.178.0/24", + "20.209.56.0/23", + "20.209.172.0/23", + "52.239.135.64/26", + "52.239.202.0/24", + "104.211.104.64/28", + "104.211.104.96/28", + "104.211.104.128/28", + "104.211.109.0/28", + "104.211.109.32/27", + "104.211.109.80/28", + "104.211.109.96/28", + "2603:1040:a07::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.CentralUS", + "id": "Storage.CentralUS", + "properties": { + "changeNumber": 19, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "13.67.155.16/28", + "20.33.144.0/24", + "20.33.159.0/24", + "20.38.96.0/23", + "20.38.122.0/23", + "20.47.58.0/23", + "20.60.18.0/24", + "20.60.30.0/23", + "20.60.178.0/23", + "20.60.194.0/23", + "20.60.240.0/23", + "20.60.244.0/23", + "20.150.43.128/25", + "20.150.58.0/24", + "20.150.63.0/24", + "20.150.77.0/24", + "20.150.89.0/24", + "20.150.95.0/24", + "20.157.34.0/23", + "20.157.142.0/23", + "20.157.163.0/24", + "20.157.184.0/24", + "20.157.251.0/24", + "20.209.18.0/23", + "20.209.36.0/23", + "20.209.98.0/23", + "20.209.142.0/23", + "20.209.184.0/23", + "23.99.160.64/26", + "23.99.160.192/28", + "40.69.176.16/28", + "40.83.24.16/28", + "40.83.24.80/28", + "40.122.96.16/28", + "40.122.216.16/28", + "52.165.104.16/28", + "52.165.104.32/28", + "52.165.104.64/27", + "52.165.104.112/28", + "52.165.136.32/28", + "52.165.240.64/28", + "52.173.152.64/28", + "52.173.152.96/28", + "52.176.224.64/28", + "52.176.224.96/28", + "52.180.184.16/28", + "52.182.176.16/28", + "52.182.176.32/28", + "52.182.176.64/27", + "52.185.56.80/28", + "52.185.56.96/28", + "52.185.56.144/28", + "52.185.56.160/28", + "52.185.112.16/28", + "52.185.112.48/28", + "52.185.112.112/28", + "52.228.232.0/28", + "52.230.240.16/28", + "52.230.240.32/28", + "52.230.240.64/27", + "52.230.240.112/28", + "52.230.240.128/28", + "52.230.240.160/27", + "52.238.200.32/27", + "52.239.150.0/23", + "52.239.177.32/27", + "52.239.177.64/26", + "52.239.177.128/25", + "52.239.195.0/24", + "52.239.234.0/23", + "104.208.0.16/28", + "104.208.0.48/28", + "168.61.128.192/26", + "168.61.129.0/25", + "168.61.130.64/26", + "168.61.130.128/25", + "168.61.131.0/26", + "168.61.131.128/25", + "168.61.132.0/26", + "2603:1030:11::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.CentralUSEUAP", + "id": "Storage.CentralUSEUAP", + "properties": { + "changeNumber": 5, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.47.5.0/24", + "20.60.24.0/23", + "20.150.23.0/24", + "20.150.47.0/25", + "20.157.235.0/24", + "20.209.124.0/23", + "40.83.24.96/27", + "52.165.104.144/28", + "52.165.104.160/28", + "52.185.112.80/28", + "52.239.177.0/27", + "52.239.238.0/24", + "2603:1030:12::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.EastAsia", + "id": "Storage.EastAsia", + "properties": { + "changeNumber": 10, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.47.43.0/24", + "20.60.86.0/23", + "20.60.131.0/24", + "20.60.254.0/23", + "20.150.1.128/25", + "20.150.22.0/24", + "20.150.96.0/24", + "20.157.53.0/24", + "20.157.177.0/24", + "20.209.166.0/23", + "40.83.104.176/28", + "40.83.104.208/28", + "52.175.40.128/28", + "52.175.112.16/28", + "52.184.40.16/28", + "52.184.40.32/28", + "52.239.128.0/24", + "52.239.224.0/24", + "168.63.128.0/26", + "168.63.128.128/25", + "168.63.129.128/25", + "168.63.130.0/26", + "168.63.130.128/26", + "168.63.131.0/26", + "168.63.156.64/26", + "168.63.156.192/26", + "191.237.238.32/28", + "2603:1040:208::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.EastUS", + "id": "Storage.EastUS", + "properties": { + "changeNumber": 25, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "13.68.163.32/28", + "13.68.165.64/28", + "13.68.167.240/28", + "13.82.33.32/28", + "13.82.152.16/28", + "13.82.152.48/28", + "13.82.152.80/28", + "20.33.143.0/24", + "20.33.150.0/24", + "20.38.98.0/24", + "20.47.1.0/24", + "20.47.16.0/23", + "20.47.31.0/24", + "20.60.0.0/24", + "20.60.2.0/23", + "20.60.6.0/23", + "20.60.60.0/22", + "20.60.128.0/23", + "20.60.134.0/23", + "20.60.146.0/23", + "20.60.220.0/23", + "20.150.32.0/23", + "20.150.90.0/24", + "20.157.39.0/24", + "20.157.59.0/24", + "20.157.61.0/24", + "20.157.132.0/24", + "20.157.147.0/24", + "20.157.171.0/24", + "20.157.231.0/24", + "20.157.240.0/24", + "20.157.252.0/24", + "20.209.0.0/23", + "20.209.40.0/23", + "20.209.52.0/23", + "20.209.74.0/23", + "20.209.84.0/23", + "20.209.106.0/23", + "20.209.146.0/23", + "20.209.162.0/23", + "23.96.64.64/26", + "40.71.104.16/28", + "40.71.104.32/28", + "40.71.240.16/28", + "40.117.48.80/28", + "40.117.48.112/28", + "40.117.104.16/28", + "52.179.24.16/28", + "52.186.112.32/27", + "52.226.8.32/27", + "52.226.8.80/28", + "52.226.8.96/28", + "52.226.8.128/27", + "52.234.176.48/28", + "52.234.176.64/28", + "52.234.176.96/27", + "52.239.152.0/22", + "52.239.168.0/22", + "52.239.207.192/26", + "52.239.214.0/23", + "52.239.220.0/23", + "52.239.246.0/23", + "52.239.252.0/24", + "52.240.48.16/28", + "52.240.48.32/28", + "52.240.60.16/28", + "52.240.60.32/28", + "52.240.60.64/27", + "138.91.96.64/26", + "138.91.96.128/26", + "168.62.32.0/26", + "168.62.32.192/26", + "168.62.33.128/26", + "191.237.32.128/28", + "191.237.32.208/28", + "191.237.32.240/28", + "191.238.0.0/26", + "191.238.0.224/28", + "2603:1030:213::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.EastUS2", + "id": "Storage.EastUS2", + "properties": { + "changeNumber": 22, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "13.68.120.64/28", + "13.77.112.16/28", + "13.77.112.32/28", + "13.77.112.112/28", + "13.77.112.128/28", + "13.77.115.16/28", + "13.77.115.32/28", + "20.33.157.0/24", + "20.38.100.0/23", + "20.47.60.0/23", + "20.60.56.0/22", + "20.60.88.0/22", + "20.60.132.0/23", + "20.60.180.0/23", + "20.60.224.0/23", + "20.60.236.0/23", + "20.150.29.0/24", + "20.150.36.0/24", + "20.150.50.0/23", + "20.150.72.0/24", + "20.150.82.0/24", + "20.150.88.0/24", + "20.157.36.0/23", + "20.157.48.0/23", + "20.157.62.0/23", + "20.157.167.0/24", + "20.157.185.0/24", + "20.157.239.0/24", + "20.157.248.0/24", + "20.157.250.0/24", + "20.209.68.0/23", + "20.209.90.0/23", + "20.209.110.0/23", + "20.209.112.0/23", + "20.209.178.0/23", + "23.102.206.0/28", + "23.102.206.128/28", + "23.102.206.192/28", + "40.79.8.16/28", + "40.79.48.16/28", + "40.84.8.32/28", + "40.84.11.80/28", + "40.123.16.16/28", + "52.167.88.80/28", + "52.167.88.112/28", + "52.167.240.16/28", + "52.177.208.80/28", + "52.179.144.32/28", + "52.179.144.64/28", + "52.179.240.16/28", + "52.179.240.48/28", + "52.179.240.64/28", + "52.179.240.96/27", + "52.179.240.144/28", + "52.179.240.160/28", + "52.179.240.192/27", + "52.179.240.240/28", + "52.179.241.0/28", + "52.179.241.32/27", + "52.184.168.96/27", + "52.225.136.16/28", + "52.225.136.32/28", + "52.225.240.0/28", + "52.232.232.16/28", + "52.232.232.32/28", + "52.232.232.80/28", + "52.232.232.96/28", + "52.232.232.128/27", + "52.232.232.176/28", + "52.232.232.192/28", + "52.239.156.0/24", + "52.239.157.0/25", + "52.239.157.128/26", + "52.239.157.192/27", + "52.239.172.0/22", + "52.239.184.0/25", + "52.239.184.160/28", + "52.239.184.192/27", + "52.239.185.32/27", + "52.239.192.0/26", + "52.239.192.64/28", + "52.239.192.96/27", + "52.239.192.160/27", + "52.239.192.192/26", + "52.239.198.0/25", + "52.239.198.192/26", + "52.239.206.0/24", + "52.239.207.32/28", + "52.239.207.64/26", + "52.239.207.128/27", + "52.239.222.0/23", + "104.208.128.16/28", + "104.208.248.16/28", + "137.116.1.0/25", + "137.116.2.0/26", + "137.116.2.96/29", + "137.116.2.104/30", + "137.116.2.108/32", + "137.116.2.110/31", + "137.116.2.112/32", + "137.116.2.114/32", + "137.116.2.116/30", + "137.116.2.120/29", + "137.116.3.0/25", + "137.116.3.128/26", + "137.116.96.0/25", + "137.116.96.128/26", + "191.237.160.64/26", + "191.237.160.224/28", + "191.239.224.0/26", + "2603:1030:40f::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.EastUS2EUAP", + "id": "Storage.EastUS2EUAP", + "properties": { + "changeNumber": 13, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.33.141.0/24", + "20.33.177.0/24", + "20.47.6.0/24", + "20.60.154.0/23", + "20.60.184.0/23", + "20.60.238.0/23", + "20.150.108.0/24", + "20.157.58.0/24", + "20.157.149.0/24", + "20.209.136.0/23", + "20.209.148.0/23", + "40.70.88.0/30", + "40.70.88.4/31", + "40.70.88.6/32", + "40.70.88.8/31", + "40.70.88.10/32", + "40.70.88.12/32", + "40.70.88.14/31", + "40.79.88.16/30", + "40.79.88.20/31", + "40.79.88.22/32", + "40.79.88.24/31", + "40.79.88.26/32", + "40.79.88.28/32", + "40.79.88.30/31", + "52.184.168.32/30", + "52.184.168.36/31", + "52.184.168.38/32", + "52.184.168.40/31", + "52.184.168.42/32", + "52.184.168.44/32", + "52.184.168.46/31", + "52.239.157.224/27", + "52.239.165.192/26", + "52.239.184.176/28", + "52.239.184.224/27", + "52.239.185.0/28", + "52.239.192.128/27", + "52.239.198.128/27", + "52.239.230.0/24", + "52.239.239.0/24", + "2603:1030:410::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.EastUS2Stage", + "id": "Storage.EastUS2Stage", + "properties": { + "changeNumber": 1, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "137.116.2.64/27" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.EastUSSTG", + "id": "Storage.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.33.142.0/24", + "20.38.119.0/24", + "20.47.13.0/24", + "20.60.5.0/24", + "20.60.198.0/23", + "20.150.57.0/24", + "2603:1030:108::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.FranceCentral", + "id": "Storage.FranceCentral", + "properties": { + "changeNumber": 9, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.33.132.0/24", + "20.47.44.0/24", + "20.60.13.0/24", + "20.60.156.0/23", + "20.150.61.0/24", + "20.157.129.0/24", + "20.209.8.0/23", + "20.209.214.0/23", + "52.239.134.0/24", + "52.239.194.0/24", + "52.239.241.0/24", + "2603:1020:806::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.FranceSouth", + "id": "Storage.FranceSouth", + "properties": { + "changeNumber": 5, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.47.28.0/24", + "20.60.11.0/24", + "20.60.188.0/23", + "20.150.19.0/24", + "20.157.156.0/24", + "52.239.135.0/26", + "52.239.196.0/24", + "2603:1020:906::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.GermanyNorth", + "id": "Storage.GermanyNorth", + "properties": { + "changeNumber": 6, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.38.115.0/24", + "20.47.45.0/24", + "20.150.60.0/24", + "20.150.112.0/24", + "20.157.229.0/24", + "20.209.206.0/23", + "2603:1020:d05::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.GermanyWestCentral", + "id": "Storage.GermanyWestCentral", + "properties": { + "changeNumber": 8, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.38.118.0/24", + "20.47.27.0/24", + "20.60.22.0/23", + "20.150.54.0/24", + "20.150.125.0/24", + "20.157.160.0/24", + "20.157.183.0/24", + "20.209.32.0/23", + "20.209.176.0/23", + "2603:1020:c05::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.ItalyNorth", + "id": "Storage.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.33.128.0/24", + "20.157.237.0/24", + "20.157.255.0/24", + "20.209.80.0/23", + "20.209.86.0/23", + "20.209.120.0/23", + "2603:1020:1201::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.JapanEast", + "id": "Storage.JapanEast", + "properties": { + "changeNumber": 10, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "13.73.8.16/28", + "13.73.8.32/28", + "20.33.152.0/24", + "20.38.116.0/23", + "20.47.12.0/24", + "20.60.172.0/23", + "20.60.248.0/23", + "20.150.85.0/24", + "20.150.105.0/24", + "20.157.38.0/24", + "20.157.144.0/24", + "20.157.224.0/24", + "20.209.22.0/23", + "20.209.170.0/23", + "23.98.57.64/26", + "40.115.169.32/28", + "40.115.175.16/28", + "40.115.175.32/28", + "40.115.227.80/28", + "40.115.229.16/28", + "40.115.229.32/28", + "40.115.231.64/27", + "40.115.231.112/28", + "40.115.231.128/28", + "52.239.144.0/23", + "2603:1040:408::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.JapanWest", + "id": "Storage.JapanWest", + "properties": { + "changeNumber": 8, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.47.10.0/24", + "20.60.12.0/24", + "20.60.105.0/24", + "20.60.186.0/23", + "20.150.10.0/23", + "20.157.56.0/24", + "20.157.242.0/24", + "20.209.16.0/23", + "23.98.56.0/26", + "52.239.146.0/23", + "104.214.152.16/28", + "104.214.152.176/28", + "104.215.32.16/28", + "104.215.32.32/28", + "104.215.32.64/27", + "104.215.35.32/27", + "2603:1040:607::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.JioIndiaCentral", + "id": "Storage.JioIndiaCentral", + "properties": { + "changeNumber": 4, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.60.170.0/23", + "20.150.64.0/24", + "20.150.109.0/24", + "20.157.152.0/24", + "20.157.233.0/24", + "2603:1040:1100::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.JioIndiaWest", + "id": "Storage.JioIndiaWest", + "properties": { + "changeNumber": 4, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.60.54.0/23", + "20.150.65.0/24", + "20.150.97.0/24", + "20.157.153.0/24", + "20.157.234.0/24", + "2603:1040:d00::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.KoreaCentral", + "id": "Storage.KoreaCentral", + "properties": { + "changeNumber": 8, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.33.154.0/24", + "20.47.46.0/24", + "20.60.16.0/24", + "20.60.200.0/23", + "20.150.4.0/23", + "20.157.140.0/24", + "20.209.46.0/23", + "52.231.80.64/27", + "52.231.80.112/28", + "52.231.80.128/28", + "52.231.80.160/27", + "52.239.148.0/27", + "52.239.164.192/26", + "52.239.190.128/26", + "2603:1040:f06::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.KoreaSouth", + "id": "Storage.KoreaSouth", + "properties": { + "changeNumber": 6, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.47.47.0/24", + "20.60.45.0/24", + "20.60.202.0/23", + "20.150.14.0/23", + "20.157.137.0/24", + "52.231.168.64/27", + "52.231.168.112/28", + "52.231.168.128/28", + "52.231.208.16/28", + "52.231.208.32/28", + "52.239.165.0/26", + "52.239.165.160/27", + "52.239.190.192/26", + "52.239.204.0/24", + "2603:1040:e06::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.NorthCentralUS", + "id": "Storage.NorthCentralUS", + "properties": { + "changeNumber": 10, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.33.147.0/24", + "20.47.3.0/24", + "20.47.15.0/24", + "20.60.28.0/23", + "20.60.82.0/23", + "20.150.17.0/25", + "20.150.25.0/24", + "20.150.49.0/24", + "20.150.67.0/24", + "20.150.126.0/24", + "20.157.47.0/24", + "20.157.172.0/24", + "20.209.38.0/23", + "20.209.114.0/23", + "20.209.218.0/24", + "23.98.49.0/26", + "23.98.49.192/26", + "23.98.55.0/26", + "23.98.55.112/28", + "23.98.55.144/28", + "40.116.120.16/28", + "40.116.232.16/28", + "40.116.232.48/28", + "40.116.232.96/28", + "52.162.56.16/28", + "52.162.56.32/28", + "52.162.56.64/27", + "52.162.56.112/28", + "52.162.56.128/28", + "52.239.149.0/24", + "52.239.186.0/24", + "52.239.253.0/24", + "157.56.216.0/26", + "168.62.96.128/26", + "168.62.96.210/32", + "168.62.96.224/27", + "2603:1030:609::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.NorthCentralUSStage", + "id": "Storage.NorthCentralUSStage", + "properties": { + "changeNumber": 1, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "168.62.96.192/29", + "168.62.96.200/30", + "168.62.96.204/32", + "168.62.96.206/31", + "168.62.96.208/32", + "168.62.96.212/30", + "168.62.96.216/29" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.NorthEurope", + "id": "Storage.NorthEurope", + "properties": { + "changeNumber": 16, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "13.70.208.16/28", + "13.74.208.64/28", + "13.74.208.112/28", + "13.74.208.144/28", + "13.79.176.16/28", + "13.79.176.48/28", + "13.79.176.80/28", + "20.33.149.0/24", + "20.38.102.0/23", + "20.47.8.0/24", + "20.47.20.0/23", + "20.47.32.0/24", + "20.60.19.0/24", + "20.60.40.0/23", + "20.60.144.0/23", + "20.60.204.0/23", + "20.60.246.0/23", + "20.150.26.0/24", + "20.150.47.128/25", + "20.150.48.0/24", + "20.150.75.0/24", + "20.150.84.0/24", + "20.150.104.0/24", + "20.157.60.0/24", + "20.157.159.0/24", + "20.157.179.0/24", + "20.157.244.0/24", + "20.157.247.0/24", + "20.209.14.0/23", + "20.209.58.0/23", + "20.209.96.0/23", + "20.209.104.0/23", + "20.209.160.0/23", + "40.85.105.32/28", + "40.113.27.176/28", + "52.164.112.16/28", + "52.164.232.16/28", + "52.164.232.32/28", + "52.164.232.64/28", + "52.169.168.32/27", + "52.169.240.16/28", + "52.169.240.32/28", + "52.169.240.64/28", + "52.178.168.32/27", + "52.178.168.80/28", + "52.178.168.96/28", + "52.178.168.128/27", + "52.236.40.16/28", + "52.236.40.32/28", + "52.239.136.0/22", + "52.239.205.0/24", + "52.239.248.0/24", + "52.245.40.0/24", + "104.41.232.16/28", + "137.135.192.64/26", + "137.135.192.192/26", + "137.135.193.192/26", + "137.135.194.0/25", + "137.135.194.192/26", + "168.61.120.32/27", + "168.61.120.64/27", + "168.61.121.0/26", + "168.63.32.0/26", + "168.63.33.192/26", + "191.235.192.192/26", + "191.235.193.32/28", + "191.235.255.192/26", + "2603:1020:6::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.NorwayEast", + "id": "Storage.NorwayEast", + "properties": { + "changeNumber": 6, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.38.120.0/24", + "20.47.48.0/24", + "20.60.206.0/23", + "20.150.53.0/24", + "20.150.121.0/24", + "20.157.165.0/24", + "20.209.24.0/23", + "2603:1020:e05::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.NorwayWest", + "id": "Storage.NorwayWest", + "properties": { + "changeNumber": 5, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.33.170.0/24", + "20.47.49.0/24", + "20.60.15.0/24", + "20.150.0.0/24", + "20.150.56.0/24", + "2603:1020:f05::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.PolandCentral", + "id": "Storage.PolandCentral", + "properties": { + "changeNumber": 2, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.33.174.0/24", + "20.60.92.0/23", + "20.157.168.0/24", + "20.157.225.0/24", + "20.209.60.0/23", + "20.209.94.0/23", + "2603:1020:1301::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.QatarCentral", + "id": "Storage.QatarCentral", + "properties": { + "changeNumber": 6, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.33.176.0/24", + "20.60.208.0/23", + "20.157.154.0/24", + "20.157.190.0/24", + "20.209.2.0/23", + "20.209.54.0/23", + "20.209.202.0/23", + "2603:1040:1004::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.SouthAfricaNorth", + "id": "Storage.SouthAfricaNorth", + "properties": { + "changeNumber": 9, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.33.137.0/24", + "20.33.173.0/24", + "20.38.114.128/25", + "20.47.50.0/24", + "20.60.190.0/23", + "20.150.21.0/24", + "20.150.62.0/24", + "20.150.101.0/24", + "20.157.162.0/24", + "20.209.130.0/23", + "20.209.208.0/23", + "52.239.232.0/25", + "2603:1000:105::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.SouthAfricaWest", + "id": "Storage.SouthAfricaWest", + "properties": { + "changeNumber": 6, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.38.121.0/25", + "20.47.51.0/24", + "20.60.8.0/24", + "20.60.210.0/23", + "20.150.20.0/25", + "20.157.228.0/24", + "52.239.232.128/25", + "2603:1000:5::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.SouthCentralUS", + "id": "Storage.SouthCentralUS", + "properties": { + "changeNumber": 19, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "13.65.107.32/28", + "13.65.160.16/28", + "13.65.160.48/28", + "13.65.160.64/28", + "13.84.56.16/28", + "13.85.88.16/28", + "13.85.200.128/28", + "20.33.165.0/24", + "20.33.167.0/24", + "20.38.104.0/23", + "20.47.0.0/27", + "20.47.24.0/23", + "20.47.29.0/24", + "20.60.48.0/22", + "20.60.64.0/22", + "20.60.140.0/23", + "20.60.148.0/23", + "20.60.160.0/23", + "20.150.20.128/25", + "20.150.38.0/23", + "20.150.70.0/24", + "20.150.79.0/24", + "20.150.93.0/24", + "20.150.94.0/24", + "20.157.43.0/24", + "20.157.54.0/24", + "20.157.134.0/24", + "20.157.164.0/24", + "20.157.166.0/24", + "20.157.181.0/24", + "20.157.253.0/24", + "20.209.26.0/23", + "20.209.34.0/23", + "20.209.62.0/23", + "20.209.116.0/23", + "20.209.194.0/23", + "20.209.196.0/23", + "23.98.160.64/26", + "23.98.162.192/26", + "23.98.168.0/24", + "23.98.192.64/26", + "23.98.255.64/26", + "52.171.144.32/27", + "52.171.144.80/28", + "52.171.144.96/28", + "52.171.144.128/28", + "52.185.233.0/24", + "52.189.177.0/24", + "52.239.158.0/23", + "52.239.178.0/23", + "52.239.180.0/22", + "52.239.199.0/24", + "52.239.200.0/23", + "52.239.203.0/24", + "52.239.208.0/23", + "104.214.40.16/28", + "104.214.80.16/28", + "104.214.80.48/28", + "104.215.104.64/28", + "168.62.128.128/26", + "2603:1030:80b::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.SouthCentralUSSTG", + "id": "Storage.SouthCentralUSSTG", + "properties": { + "changeNumber": 3, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.38.110.0/23", + "20.47.14.0/24", + "20.60.9.0/24", + "20.209.150.0/23", + "2603:1030:80c::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.SouthIndia", + "id": "Storage.SouthIndia", + "properties": { + "changeNumber": 6, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.33.162.0/24", + "20.47.52.0/24", + "20.60.10.0/24", + "20.60.226.0/23", + "20.150.24.0/24", + "20.157.135.0/24", + "20.209.182.0/23", + "52.172.16.16/28", + "52.172.16.80/28", + "52.172.16.96/28", + "52.172.16.128/27", + "52.239.135.128/26", + "52.239.188.0/24", + "104.211.232.16/28", + "104.211.232.48/28", + "104.211.232.80/28", + "104.211.232.176/28", + "2603:1040:c07::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.SoutheastAsia", + "id": "Storage.SoutheastAsia", + "properties": { + "changeNumber": 13, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "13.76.104.16/28", + "20.33.136.0/24", + "20.33.158.0/24", + "20.47.9.0/24", + "20.47.33.0/24", + "20.60.136.0/24", + "20.60.138.0/23", + "20.150.17.128/25", + "20.150.28.0/24", + "20.150.86.0/24", + "20.150.127.0/24", + "20.157.128.0/24", + "20.157.176.0/24", + "20.209.20.0/23", + "20.209.126.0/23", + "20.209.188.0/23", + "52.163.176.16/28", + "52.163.232.16/28", + "52.187.141.32/27", + "52.237.104.16/28", + "52.237.104.32/28", + "52.239.129.0/24", + "52.239.197.0/24", + "52.239.227.0/24", + "52.239.249.0/24", + "104.215.240.64/28", + "104.215.240.96/28", + "168.63.160.0/26", + "168.63.160.192/26", + "168.63.161.64/26", + "168.63.161.160/27", + "168.63.161.192/26", + "168.63.162.32/27", + "168.63.162.64/26", + "168.63.162.144/28", + "168.63.162.192/26", + "168.63.163.128/26", + "168.63.180.64/26", + "191.238.64.64/26", + "191.238.64.192/28", + "2603:1040:6::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.SwedenCentral", + "id": "Storage.SwedenCentral", + "properties": { + "changeNumber": 7, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.33.171.0/24", + "20.60.78.0/23", + "20.60.234.0/23", + "20.60.252.0/23", + "20.150.44.0/24", + "20.150.120.0/24", + "20.157.151.0/24", + "20.157.232.0/24", + "20.209.216.0/23", + "2603:1020:1005::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.SwedenSouth", + "id": "Storage.SwedenSouth", + "properties": { + "changeNumber": 4, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.33.175.0/24", + "20.60.76.0/23", + "20.60.192.0/23", + "20.150.45.0/24", + "20.150.99.0/24", + "20.157.150.0/24", + "2603:1020:1105::/48", + "2603:1020:1106::/47" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.SwitzerlandNorth", + "id": "Storage.SwitzerlandNorth", + "properties": { + "changeNumber": 8, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.33.155.0/24", + "20.47.53.0/24", + "20.60.174.0/23", + "20.150.59.0/24", + "20.150.118.0/24", + "20.157.175.0/24", + "20.209.28.0/23", + "20.209.174.0/23", + "52.239.251.0/24", + "2603:1020:a05::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.SwitzerlandWest", + "id": "Storage.SwitzerlandWest", + "properties": { + "changeNumber": 5, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.47.26.0/24", + "20.60.176.0/23", + "20.150.55.0/24", + "20.150.116.0/24", + "20.157.133.0/24", + "52.239.250.0/24", + "2603:1020:b05::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.UAECentral", + "id": "Storage.UAECentral", + "properties": { + "changeNumber": 6, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.47.54.0/24", + "20.60.108.0/24", + "20.150.6.0/23", + "20.150.115.0/24", + "20.157.131.0/24", + "20.209.200.0/23", + "20.209.219.0/24", + "52.239.233.0/25", + "2603:1040:b05::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.UAENorth", + "id": "Storage.UAENorth", + "properties": { + "changeNumber": 8, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.33.139.0/24", + "20.38.124.0/23", + "20.47.55.0/24", + "20.60.21.0/24", + "20.60.212.0/23", + "20.157.141.0/24", + "20.209.50.0/23", + "52.239.233.128/25", + "2603:1040:905::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.UKNorth", + "id": "Storage.UKNorth", + "properties": { + "changeNumber": 2, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.150.46.0/24" + ], + "networkFeatures": null + } + }, + { + "name": "Storage.UKSouth", + "id": "Storage.UKSouth", + "properties": { + "changeNumber": 13, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.33.148.0/24", + "20.33.168.0/24", + "20.38.106.0/23", + "20.47.11.0/24", + "20.47.34.0/24", + "20.60.17.0/24", + "20.60.166.0/23", + "20.150.18.0/25", + "20.150.40.0/25", + "20.150.41.0/24", + "20.150.69.0/24", + "20.157.157.0/24", + "20.157.182.0/24", + "20.157.246.0/24", + "20.209.6.0/23", + "20.209.30.0/23", + "20.209.88.0/23", + "20.209.128.0/23", + "20.209.158.0/23", + "51.140.16.16/28", + "51.140.16.32/28", + "51.140.168.64/27", + "51.140.168.112/28", + "51.140.168.128/28", + "51.141.128.32/27", + "51.141.129.64/26", + "51.141.130.0/25", + "52.239.187.0/25", + "52.239.231.0/24", + "2603:1020:706::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.UKSouth2", + "id": "Storage.UKSouth2", + "properties": { + "changeNumber": 2, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "13.87.40.64/28", + "13.87.40.96/28", + "20.150.27.0/24", + "51.141.129.192/26" + ], + "networkFeatures": null + } + }, + { + "name": "Storage.UKWest", + "id": "Storage.UKWest", + "properties": { + "changeNumber": 9, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.33.134.0/24", + "20.33.166.0/24", + "20.47.56.0/24", + "20.60.164.0/23", + "20.150.2.0/23", + "20.150.52.0/24", + "20.150.110.0/24", + "20.157.46.0/24", + "20.209.132.0/23", + "20.209.198.0/23", + "51.140.232.64/27", + "51.140.232.112/28", + "51.140.232.128/28", + "51.140.232.160/27", + "51.141.128.0/27", + "51.141.128.64/26", + "51.141.128.128/25", + "51.141.129.128/26", + "52.239.240.0/24", + "2603:1020:606::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.WestCentralUS", + "id": "Storage.WestCentralUS", + "properties": { + "changeNumber": 7, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "13.71.200.64/28", + "13.71.200.96/28", + "13.71.200.240/28", + "13.71.202.16/28", + "13.71.202.32/28", + "13.71.202.64/27", + "13.78.152.64/28", + "13.78.240.16/28", + "20.33.133.0/24", + "20.47.4.0/24", + "20.60.4.0/24", + "20.60.218.0/23", + "20.150.81.0/24", + "20.150.98.0/24", + "20.157.41.0/24", + "52.161.112.16/28", + "52.161.112.32/28", + "52.161.168.16/28", + "52.161.168.32/28", + "52.239.164.0/25", + "52.239.167.0/24", + "52.239.244.0/23", + "2603:1030:b06::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.WestEurope", + "id": "Storage.WestEurope", + "properties": { + "changeNumber": 22, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "13.69.40.16/28", + "13.95.96.176/28", + "13.95.240.16/28", + "13.95.240.32/28", + "13.95.240.64/27", + "20.33.145.0/24", + "20.33.163.0/24", + "20.38.108.0/23", + "20.47.7.0/24", + "20.47.18.0/23", + "20.47.30.0/24", + "20.60.26.0/23", + "20.60.130.0/24", + "20.60.150.0/23", + "20.60.196.0/23", + "20.60.222.0/23", + "20.60.250.0/23", + "20.150.8.0/23", + "20.150.37.0/24", + "20.150.42.0/24", + "20.150.74.0/24", + "20.150.76.0/24", + "20.150.83.0/24", + "20.150.122.0/24", + "20.157.33.0/24", + "20.157.146.0/24", + "20.157.158.0/24", + "20.157.170.0/24", + "20.157.186.0/24", + "20.157.230.0/24", + "20.157.245.0/24", + "20.209.10.0/23", + "20.209.48.0/23", + "20.209.72.0/23", + "20.209.76.0/23", + "20.209.108.0/23", + "20.209.192.0/23", + "40.68.176.16/28", + "40.68.176.48/28", + "40.68.232.16/28", + "40.68.232.48/28", + "40.114.152.16/28", + "40.114.152.48/28", + "40.118.72.176/28", + "40.118.73.48/28", + "40.118.73.176/28", + "40.118.73.208/28", + "52.166.80.32/27", + "52.166.80.80/28", + "52.166.80.96/28", + "52.174.8.32/28", + "52.174.224.16/28", + "52.174.224.32/28", + "52.174.224.64/27", + "52.174.224.112/28", + "52.174.224.128/28", + "52.236.240.48/28", + "52.236.240.64/28", + "52.239.140.0/22", + "52.239.212.0/23", + "52.239.242.0/23", + "104.214.243.32/28", + "168.61.57.64/26", + "168.61.57.128/25", + "168.61.58.0/26", + "168.61.58.128/26", + "168.61.59.64/26", + "168.61.61.0/26", + "168.61.61.192/26", + "168.63.0.0/26", + "168.63.2.64/26", + "168.63.3.32/27", + "168.63.3.64/27", + "168.63.113.32/27", + "168.63.113.64/27", + "191.237.232.32/28", + "191.237.232.128/28", + "191.239.203.0/28", + "2603:1020:207::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.WestIndia", + "id": "Storage.WestIndia", + "properties": { + "changeNumber": 7, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.47.57.0/24", + "20.60.106.0/24", + "20.60.216.0/23", + "20.150.18.128/25", + "20.150.43.0/25", + "20.150.106.0/24", + "20.157.136.0/24", + "52.239.135.192/26", + "52.239.187.128/25", + "104.211.168.16/28", + "2603:1040:807::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.WestUS", + "id": "Storage.WestUS", + "properties": { + "changeNumber": 16, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "13.83.72.16/28", + "13.88.144.112/28", + "13.88.144.240/28", + "13.88.145.64/28", + "13.88.145.96/28", + "13.88.145.128/28", + "13.93.168.80/28", + "13.93.168.112/28", + "13.93.168.144/28", + "20.33.135.0/24", + "20.33.156.0/24", + "20.47.2.0/24", + "20.47.22.0/23", + "20.60.1.0/24", + "20.60.34.0/23", + "20.60.52.0/23", + "20.60.80.0/23", + "20.60.168.0/23", + "20.60.230.0/23", + "20.60.232.0/23", + "20.150.34.0/23", + "20.150.91.0/24", + "20.150.102.0/24", + "20.157.32.0/24", + "20.157.57.0/24", + "20.157.130.0/24", + "20.157.236.0/24", + "20.209.102.0/23", + "20.209.180.0/23", + "23.99.32.64/26", + "23.99.34.224/28", + "23.99.37.96/28", + "23.99.47.32/28", + "40.78.72.16/28", + "40.78.112.64/28", + "40.83.225.32/28", + "40.83.227.16/28", + "40.112.152.16/28", + "40.112.224.16/28", + "40.112.224.48/28", + "52.180.40.16/28", + "52.180.40.32/28", + "52.190.240.16/28", + "52.190.240.32/28", + "52.190.240.64/27", + "52.190.240.112/28", + "52.190.240.128/28", + "52.225.40.32/27", + "52.238.56.16/28", + "52.238.56.32/28", + "52.238.56.64/27", + "52.238.56.112/28", + "52.238.56.128/28", + "52.238.56.160/27", + "52.239.104.16/28", + "52.239.104.32/28", + "52.239.160.0/22", + "52.239.228.0/23", + "52.239.254.0/23", + "52.241.88.16/28", + "52.241.88.32/28", + "52.241.88.64/27", + "104.42.200.16/28", + "138.91.128.128/26", + "138.91.129.0/26", + "168.62.0.0/26", + "168.62.1.128/26", + "168.63.89.64/26", + "168.63.89.128/26", + "2603:1030:a0a::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.WestUS2", + "id": "Storage.WestUS2", + "properties": { + "changeNumber": 15, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "13.66.176.16/28", + "13.66.176.48/28", + "13.66.232.64/28", + "13.66.232.208/28", + "13.66.232.224/28", + "13.66.234.0/27", + "13.77.184.64/28", + "20.33.160.0/24", + "20.38.99.0/24", + "20.47.62.0/23", + "20.60.20.0/24", + "20.60.68.0/22", + "20.60.152.0/23", + "20.60.228.0/23", + "20.150.68.0/24", + "20.150.78.0/24", + "20.150.87.0/24", + "20.150.107.0/24", + "20.157.50.0/23", + "20.157.180.0/24", + "20.157.249.0/24", + "20.209.100.0/23", + "20.209.154.0/23", + "20.209.186.0/23", + "52.183.48.16/28", + "52.183.104.16/28", + "52.183.104.32/28", + "52.191.176.16/28", + "52.191.176.32/28", + "52.239.148.128/25", + "52.239.176.128/25", + "52.239.193.0/24", + "52.239.210.0/23", + "52.239.236.0/23", + "2603:1030:d01::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Storage.WestUS3", + "id": "Storage.WestUS3", + "properties": { + "changeNumber": 8, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "AzureStorage", + "addressPrefixes": [ + "20.33.138.0/24", + "20.33.164.0/24", + "20.60.14.0/24", + "20.60.38.0/23", + "20.60.162.0/23", + "20.150.30.0/24", + "20.157.40.0/24", + "20.157.145.0/24", + "20.157.191.0/24", + "20.209.4.0/23", + "20.209.92.0/23", + "20.209.138.0/23", + "20.209.190.0/23", + "2603:1030:505::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureUpdateDelivery.CentralUS", + "id": "AzureUpdateDelivery.CentralUS", + "properties": { + "changeNumber": 12, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "AzureUpdateDelivery", + "addressPrefixes": [ + "13.67.191.143/32", + "20.12.178.215/32", + "20.12.236.150/32", + "20.12.236.228/32", + "20.84.253.152/32", + "20.109.209.108/31", + "23.99.220.122/32", + "52.165.164.15/32", + "52.165.164.33/32", + "52.165.165.26/32", + "52.238.248.0/29", + "2603:1030:7::10/128", + "2603:1030:7::26/128", + "2603:1030:7::106/127", + "2603:1030:7::10a/127", + "2603:1030:7::65e/128", + "2603:1030:7::79c/128", + "2603:1030:b:3::b0/125" + ], + "networkFeatures": null + } + }, + { + "name": "AzureUpdateDelivery.EastAsia", + "id": "AzureUpdateDelivery.EastAsia", + "properties": { + "changeNumber": 3, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "AzureUpdateDelivery", + "addressPrefixes": [ + "20.189.123.131/32", + "52.139.177.20/32", + "52.139.177.39/32", + "52.139.177.114/32", + "52.139.177.134/32", + "52.139.177.141/32", + "52.139.177.155/32", + "52.139.177.163/32", + "52.139.177.170/32", + "52.139.177.176/32", + "52.139.177.181/32", + "52.139.177.188/32", + "52.139.177.206/32", + "52.139.177.247/32", + "52.139.178.32/32", + "52.139.178.53/32" + ], + "networkFeatures": null + } + }, + { + "name": "AzureUpdateDelivery.EastUS", + "id": "AzureUpdateDelivery.EastUS", + "properties": { + "changeNumber": 2, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "AzureUpdateDelivery", + "addressPrefixes": [ + "20.62.190.184/29", + "2603:1030:20e:3::2a0/125" + ], + "networkFeatures": null + } + }, + { + "name": "AzureUpdateDelivery.EastUS2", + "id": "AzureUpdateDelivery.EastUS2", + "properties": { + "changeNumber": 14, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "AzureUpdateDelivery", + "addressPrefixes": [ + "20.7.47.135/32", + "20.10.149.151/32", + "20.12.21.251/32", + "20.12.23.50/32", + "20.12.36.46/32", + "20.14.199.74/32", + "20.14.199.81/32", + "20.44.79.107/32", + "20.96.120.2/32", + "20.242.39.171/32", + "40.65.209.51/32", + "40.70.175.49/32", + "40.70.229.150/32", + "52.147.187.105/32", + "52.167.22.69/32", + "52.179.216.235/32", + "52.179.219.14/32", + "52.184.212.181/32", + "52.184.213.21/32", + "52.184.213.187/32", + "52.184.214.53/32", + "52.184.214.123/32", + "52.184.214.139/32", + "52.184.216.174/32", + "52.184.216.226/32", + "52.184.216.246/32", + "52.184.217.20/32", + "52.184.217.37/32", + "52.184.217.56/32", + "52.184.217.78/32", + "52.184.217.138/32", + "52.242.99.254/32", + "52.242.101.140/32", + "52.242.101.224/32", + "52.242.103.51/32", + "52.242.103.71/32", + "52.254.114.64/29", + "2603:1030:403:3::60/125", + "2603:1030:408:3::86/128", + "2603:1030:408:7::28/127", + "2603:1030:408:7::3d/128", + "2603:1030:408:7::3f/128", + "2603:1030:408:7::4c/128", + "2603:1030:408:7::57/128", + "2603:1030:408:7::59/128" + ], + "networkFeatures": null + } + }, + { + "name": "AzureUpdateDelivery.NorthEurope", + "id": "AzureUpdateDelivery.NorthEurope", + "properties": { + "changeNumber": 14, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "AzureUpdateDelivery", + "addressPrefixes": [ + "20.54.24.69/32", + "20.54.24.79/32", + "20.54.24.148/32", + "20.54.24.169/32", + "20.54.24.231/32", + "20.54.24.246/32", + "20.54.25.4/32", + "20.54.25.16/32", + "20.54.25.34/32", + "20.54.25.64/32", + "20.54.25.74/32", + "20.54.25.86/32", + "20.54.25.93/32", + "20.54.25.123/32", + "20.54.105.213/32", + "20.54.110.119/32", + "20.54.123.4/32", + "20.54.123.176/32", + "20.123.0.42/32", + "20.166.2.191/32", + "20.166.126.56/32", + "20.191.46.109/32", + "20.191.46.211/32", + "40.127.166.157/32", + "40.127.168.150/32", + "40.127.169.103/32", + "40.127.169.123/32", + "40.127.197.145/32", + "40.127.206.164/32", + "51.104.162.50/32", + "51.104.162.168/32", + "51.104.164.114/32", + "51.104.167.48/32", + "51.104.167.186/32", + "51.104.167.245/32", + "51.104.167.255/32", + "2a01:111:f100:a004::bfeb:8897/128", + "2a01:111:f100:a004::bfeb:8898/128", + "2a01:111:f100:a004::bfeb:8a83/128", + "2a01:111:f100:a004::bfeb:8ad6/128", + "2a01:111:f100:a004::bfeb:8b31/128", + "2a01:111:f100:a004::bfeb:8b32/128", + "2a01:111:f100:a004::bfeb:8b58/128", + "2a01:111:f100:a004::bfeb:8bca/128", + "2a01:111:f100:a004::bfeb:8dc3/128" + ], + "networkFeatures": null + } + }, + { + "name": "AzureUpdateDelivery.SouthCentralUS", + "id": "AzureUpdateDelivery.SouthCentralUS", + "properties": { + "changeNumber": 13, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "AzureUpdateDelivery", + "addressPrefixes": [ + "13.85.16.101/32", + "13.85.18.65/32", + "13.85.18.193/32", + "13.85.22.21/32", + "13.85.23.6/32", + "13.85.23.86/32", + "13.85.23.206/32", + "23.102.129.60/32", + "40.119.45.246/32", + "40.119.46.9/32", + "40.119.46.46/32", + "40.119.46.139/32", + "52.249.36.200/29", + "2603:1030:800:5::bfee:a08d/128", + "2603:1030:800:5::bfee:a098/127", + "2603:1030:800:5::bfee:a0d4/128", + "2603:1030:805:3::40/125", + "2a01:111:f100:4002::9d37:c13e/127", + "2a01:111:f100:4002::9d37:c16c/128", + "2a01:111:f100:4002::9d37:c1c2/128" + ], + "networkFeatures": null + } + }, + { + "name": "AzureUpdateDelivery.WestEurope", + "id": "AzureUpdateDelivery.WestEurope", + "properties": { + "changeNumber": 5, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "AzureUpdateDelivery", + "addressPrefixes": [ + "13.95.26.4/32", + "13.95.26.222/32", + "13.95.27.105/32", + "13.95.31.18/32", + "13.95.31.95/32", + "13.95.31.127/32", + "40.68.120.34/32", + "40.68.123.157/32", + "40.68.133.216/32", + "2a01:111:f100:9001::1761:914d/128", + "2a01:111:f100:9001::1761:91b4/128", + "2a01:111:f100:9001::1761:93a4/128", + "2a01:111:f100:9001::1761:96e0/128", + "2a01:111:f100:9001::1761:970b/128", + "2a01:111:f100:9001::1761:970c/128", + "2a01:111:f100:9001::1761:970e/127", + "2a01:111:f100:9001::1761:97bd/128" + ], + "networkFeatures": null + } + }, + { + "name": "AzureUpdateDelivery.WestUS", + "id": "AzureUpdateDelivery.WestUS", + "properties": { + "changeNumber": 3, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "AzureUpdateDelivery", + "addressPrefixes": [ + "13.64.131.128/32", + "13.91.16.64/29", + "2a01:111:f100:3000::a83e:19a0/125" + ], + "networkFeatures": null + } + }, + { + "name": "AzureUpdateDelivery.WestUS2", + "id": "AzureUpdateDelivery.WestUS2", + "properties": { + "changeNumber": 13, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "AzureUpdateDelivery", + "addressPrefixes": [ + "20.3.187.198/32", + "20.72.235.82/31", + "20.83.81.160/29", + "20.114.58.89/32", + "20.114.58.110/32", + "20.114.59.46/32", + "20.114.59.104/32", + "20.114.59.183/32", + "20.114.59.236/32", + "20.114.59.239/32", + "20.190.9.86/32", + "40.64.65.76/32", + "40.64.66.89/32", + "40.64.66.113/32", + "40.64.66.233/32", + "40.91.73.169/32", + "40.91.80.89/32", + "52.137.102.105/32", + "52.137.103.96/32", + "52.137.103.130/32", + "52.137.110.235/32", + "52.143.80.209/32", + "52.143.81.222/32", + "52.143.84.45/32", + "52.143.86.214/32", + "52.143.87.28/32", + "52.148.148.114/32", + "52.148.150.130/32", + "52.149.18.190/32", + "52.149.21.232/32", + "52.149.22.183/32", + "52.156.102.237/32", + "52.156.144.83/32", + "52.250.35.8/32", + "52.250.35.74/32", + "52.250.35.137/32", + "52.250.36.150/32", + "172.171.99.12/32", + "2603:1030:c02:2::284/128", + "2603:1030:c02:2::2e9/128", + "2603:1030:c02:2::30b/128", + "2603:1030:c02:2::399/128", + "2603:1030:c02:2::422/128", + "2603:1030:c02:2::42d/128", + "2603:1030:c02:2::4e5/128", + "2603:1030:c02:5::4/128", + "2603:1030:c04:3::110/125" + ], + "networkFeatures": null + } + }, + { + "name": "BatchNodeManagement.AustraliaCentral", + "id": "BatchNodeManagement.AustraliaCentral", + "properties": { + "changeNumber": 2, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "20.36.40.22/32", + "20.36.47.197/32", + "20.36.107.128/27", + "20.37.225.160/27", + "2603:1010:304::400/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.AustraliaCentral2", + "id": "BatchNodeManagement.AustraliaCentral2", + "properties": { + "changeNumber": 1, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "20.36.121.160/27", + "2603:1010:404::400/122" + ], + "networkFeatures": null + } + }, + { + "name": "BatchNodeManagement.AustraliaEast", + "id": "BatchNodeManagement.AustraliaEast", + "properties": { + "changeNumber": 2, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "13.70.73.0/27", + "20.37.196.128/27", + "40.79.162.96/27", + "40.79.170.192/27", + "104.210.115.52/32", + "191.239.64.139/32", + "191.239.64.152/32", + "2603:1010:6:1::340/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.AustraliaSoutheast", + "id": "BatchNodeManagement.AustraliaSoutheast", + "properties": { + "changeNumber": 2, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "13.73.117.100/32", + "13.77.52.128/27", + "20.42.227.224/27", + "52.189.217.254/32", + "191.239.160.161/32", + "191.239.160.185/32", + "2603:1010:101::400/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.BrazilSouth", + "id": "BatchNodeManagement.BrazilSouth", + "properties": { + "changeNumber": 2, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "23.97.97.29/32", + "104.41.2.182/32", + "191.232.37.60/32", + "191.233.204.96/27", + "191.234.147.96/27", + "191.234.155.96/27", + "191.235.227.192/27", + "2603:1050:6:1::340/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.BrazilSoutheast", + "id": "BatchNodeManagement.BrazilSoutheast", + "properties": { + "changeNumber": 1, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "191.233.10.0/27", + "2603:1050:403::340/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.CanadaCentral", + "id": "BatchNodeManagement.CanadaCentral", + "properties": { + "changeNumber": 2, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "13.71.172.96/27", + "20.38.146.224/27", + "40.85.226.213/32", + "40.85.227.37/32", + "52.228.44.187/32", + "52.228.83.192/27", + "52.233.40.34/32", + "52.237.30.175/32", + "52.246.154.224/27", + "2603:1030:f05:1::340/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.CanadaEast", + "id": "BatchNodeManagement.CanadaEast", + "properties": { + "changeNumber": 2, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "40.69.107.128/27", + "40.86.224.98/32", + "40.86.224.104/32", + "40.89.18.192/27", + "52.235.41.66/32", + "52.242.22.129/32", + "52.242.33.105/32", + "2603:1030:1005::400/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.CentralIndia", + "id": "BatchNodeManagement.CentralIndia", + "properties": { + "changeNumber": 2, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "20.192.99.96/27", + "40.80.50.224/27", + "52.140.106.128/27", + "104.211.82.96/27", + "104.211.96.142/32", + "104.211.96.144/31", + "2603:1040:a06:1::340/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.CentralUS", + "id": "BatchNodeManagement.CentralUS", + "properties": { + "changeNumber": 2, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "13.67.190.3/32", + "13.67.237.249/32", + "13.89.55.147/32", + "13.89.171.224/27", + "20.40.200.32/27", + "23.99.195.236/32", + "40.77.18.99/32", + "40.122.166.234/32", + "52.165.44.224/32", + "52.182.139.0/27", + "104.43.128.78/32", + "104.43.131.156/32", + "104.43.132.75/32", + "104.208.16.128/27", + "168.61.161.154/32", + "168.61.209.228/32", + "2603:1030:10:1::340/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.CentralUSEUAP", + "id": "BatchNodeManagement.CentralUSEUAP", + "properties": { + "changeNumber": 2, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "20.45.195.192/27", + "40.78.203.0/27", + "52.180.176.58/32", + "52.180.177.108/32", + "52.180.177.206/32", + "52.180.179.94/32", + "52.180.181.0/32", + "52.180.181.239/32", + "2603:1030:f:1::400/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.EastAsia", + "id": "BatchNodeManagement.EastAsia", + "properties": { + "changeNumber": 2, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "13.75.36.96/27", + "20.189.109.0/27", + "23.99.98.61/32", + "23.99.107.229/32", + "168.63.133.23/32", + "168.63.208.148/32", + "207.46.149.75/32", + "2603:1040:207::400/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.EastUS", + "id": "BatchNodeManagement.EastUS", + "properties": { + "changeNumber": 2, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "13.92.114.103/32", + "20.42.6.224/27", + "23.96.12.112/32", + "23.96.101.73/32", + "23.96.109.140/32", + "40.71.12.192/27", + "40.78.227.0/27", + "40.79.154.32/27", + "40.88.48.36/32", + "52.188.222.115/32", + "104.41.129.99/32", + "137.117.45.176/32", + "137.117.109.143/32", + "168.62.36.128/32", + "168.62.168.27/32", + "191.236.37.239/32", + "191.236.38.142/32", + "2603:1030:210:1::340/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.EastUS2", + "id": "BatchNodeManagement.EastUS2", + "properties": { + "changeNumber": 2, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "13.77.80.138/32", + "20.41.5.224/27", + "40.70.147.224/27", + "40.84.49.170/32", + "40.84.62.82/32", + "52.167.106.128/27", + "104.208.144.128/27", + "104.208.156.99/32", + "104.208.157.18/32", + "104.210.3.254/32", + "137.116.33.5/32", + "137.116.33.29/32", + "137.116.33.71/32", + "137.116.37.146/32", + "137.116.46.180/32", + "2603:1030:40c:1::340/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.EastUS2EUAP", + "id": "BatchNodeManagement.EastUS2EUAP", + "properties": { + "changeNumber": 2, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "20.39.1.125/32", + "20.39.1.239/32", + "20.39.2.44/32", + "20.39.2.122/32", + "20.39.3.157/32", + "20.39.3.186/32", + "20.39.12.64/27", + "40.74.149.48/29", + "40.75.35.136/29", + "40.89.65.161/32", + "40.89.66.236/32", + "40.89.67.77/32", + "40.89.70.17/32", + "52.138.90.64/27", + "52.225.185.38/32", + "52.225.191.67/32", + "52.253.227.240/32", + "2603:1030:40b:1::340/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.EastUSSTG", + "id": "BatchNodeManagement.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "20.49.83.64/27", + "40.67.49.160/27", + "40.67.60.0/27", + "2603:1030:104:1::340/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.FranceCentral", + "id": "BatchNodeManagement.FranceCentral", + "properties": { + "changeNumber": 2, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "20.40.137.186/32", + "20.40.149.165/32", + "20.43.42.96/27", + "40.79.131.96/27", + "40.79.138.96/27", + "40.79.146.96/27", + "52.143.139.121/32", + "52.143.140.12/32", + "2603:1020:805:1::340/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.FranceSouth", + "id": "BatchNodeManagement.FranceSouth", + "properties": { + "changeNumber": 2, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "51.105.89.192/27", + "52.136.143.192/31", + "2603:1020:905::400/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.GermanyNorth", + "id": "BatchNodeManagement.GermanyNorth", + "properties": { + "changeNumber": 2, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "51.116.48.224/27", + "51.116.59.224/27", + "2603:1020:d04::400/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.GermanyWestCentral", + "id": "BatchNodeManagement.GermanyWestCentral", + "properties": { + "changeNumber": 2, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "51.116.144.224/27", + "51.116.154.32/27", + "51.116.243.0/27", + "51.116.251.0/27", + "2603:1020:c04:1::340/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.ItalyNorth", + "id": "BatchNodeManagement.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "4.232.25.64/27", + "2603:1020:1204::300/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.JapanEast", + "id": "BatchNodeManagement.JapanEast", + "properties": { + "changeNumber": 2, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "13.71.144.135/32", + "13.78.108.128/27", + "20.43.66.96/27", + "23.100.100.145/32", + "23.100.103.112/32", + "40.79.186.128/27", + "40.79.194.32/27", + "138.91.1.114/32", + "2603:1040:407:1::340/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.JapanWest", + "id": "BatchNodeManagement.JapanWest", + "properties": { + "changeNumber": 2, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "40.74.101.0/27", + "40.74.140.140/32", + "40.80.58.160/27", + "104.46.232.208/32", + "104.46.236.29/32", + "138.91.17.36/32", + "2603:1040:606::400/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.JioIndiaCentral", + "id": "BatchNodeManagement.JioIndiaCentral", + "properties": { + "changeNumber": 1, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "20.192.228.160/27", + "20.192.235.192/27", + "2603:1040:1104::300/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.JioIndiaWest", + "id": "BatchNodeManagement.JioIndiaWest", + "properties": { + "changeNumber": 1, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "20.192.161.224/27", + "20.193.203.128/27", + "2603:1040:d04::340/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.KoreaCentral", + "id": "BatchNodeManagement.KoreaCentral", + "properties": { + "changeNumber": 2, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "20.41.66.128/27", + "20.44.27.64/27", + "52.231.19.96/27", + "52.231.32.70/31", + "52.231.32.82/32", + "2603:1040:f05:1::340/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.KoreaSouth", + "id": "BatchNodeManagement.KoreaSouth", + "properties": { + "changeNumber": 2, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "40.80.170.128/27", + "52.231.147.128/27", + "52.231.200.112/31", + "52.231.200.126/32", + "2603:1040:e05:1::6c0/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.NorthCentralUS", + "id": "BatchNodeManagement.NorthCentralUS", + "properties": { + "changeNumber": 2, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "23.96.232.67/32", + "40.80.190.192/27", + "52.162.110.32/27", + "65.52.199.156/32", + "65.52.199.188/32", + "157.55.167.71/32", + "157.55.210.88/32", + "191.236.161.35/32", + "191.236.163.245/32", + "191.236.164.44/32", + "2603:1030:608::400/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.NorthEurope", + "id": "BatchNodeManagement.NorthEurope", + "properties": { + "changeNumber": 2, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "13.69.229.32/27", + "13.74.107.128/27", + "13.79.172.125/32", + "20.38.85.224/27", + "52.138.226.128/27", + "52.164.244.189/32", + "52.164.245.81/32", + "52.169.27.79/32", + "52.169.30.175/32", + "52.169.235.90/32", + "52.178.149.188/32", + "104.45.82.201/32", + "104.45.88.181/32", + "168.63.36.126/32", + "2603:1020:5:1::340/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.NorwayEast", + "id": "BatchNodeManagement.NorwayEast", + "properties": { + "changeNumber": 2, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "51.120.41.192/27", + "51.120.99.224/27", + "51.120.107.96/27", + "51.120.211.96/27", + "2603:1020:e04:1::340/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.NorwayWest", + "id": "BatchNodeManagement.NorwayWest", + "properties": { + "changeNumber": 2, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "51.120.220.0/27", + "51.120.225.160/27", + "2603:1020:f04::400/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.PolandCentral", + "id": "BatchNodeManagement.PolandCentral", + "properties": { + "changeNumber": 1, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "20.215.1.32/27", + "2603:1020:1302::240/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.QatarCentral", + "id": "BatchNodeManagement.QatarCentral", + "properties": { + "changeNumber": 1, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "20.21.33.32/27", + "2603:1040:1002::500/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.SouthAfricaNorth", + "id": "BatchNodeManagement.SouthAfricaNorth", + "properties": { + "changeNumber": 2, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "102.133.123.64/27", + "102.133.155.192/27", + "102.133.217.224/27", + "102.133.250.224/27", + "2603:1000:104:1::340/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.SouthAfricaWest", + "id": "BatchNodeManagement.SouthAfricaWest", + "properties": { + "changeNumber": 2, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "102.133.27.192/27", + "102.133.56.192/27", + "2603:1000:4::400/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.SouthCentralUS", + "id": "BatchNodeManagement.SouthCentralUS", + "properties": { + "changeNumber": 2, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "13.65.192.161/32", + "13.65.208.36/32", + "13.73.249.64/27", + "20.45.122.224/27", + "20.49.91.64/27", + "23.101.176.33/32", + "23.102.178.148/32", + "23.102.185.64/32", + "40.74.177.177/32", + "52.249.60.22/32", + "70.37.49.163/32", + "104.214.19.192/27", + "104.214.65.153/32", + "2603:1030:807:1::340/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.SouthCentralUSSTG", + "id": "BatchNodeManagement.SouthCentralUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "20.44.4.112/29", + "20.45.113.160/27" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.SouthIndia", + "id": "BatchNodeManagement.SouthIndia", + "properties": { + "changeNumber": 2, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "20.41.195.128/27", + "40.78.195.128/27", + "104.211.224.117/32", + "104.211.224.119/32", + "104.211.224.121/32", + "2603:1040:c06::400/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.SoutheastAsia", + "id": "BatchNodeManagement.SoutheastAsia", + "properties": { + "changeNumber": 2, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "13.67.9.160/27", + "13.67.58.116/32", + "20.43.132.64/27", + "23.97.48.186/32", + "23.97.51.12/32", + "23.98.82.160/27", + "40.78.234.96/27", + "111.221.104.48/32", + "207.46.225.72/32", + "2603:1040:5:1::340/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.SwedenCentral", + "id": "BatchNodeManagement.SwedenCentral", + "properties": { + "changeNumber": 1, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "51.12.41.192/27", + "51.12.100.0/27", + "51.12.227.96/27", + "51.12.235.96/27", + "2603:1020:1004::340/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.SwedenSouth", + "id": "BatchNodeManagement.SwedenSouth", + "properties": { + "changeNumber": 1, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "51.12.193.192/27", + "51.12.204.0/27", + "2603:1020:1104::300/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.SwitzerlandNorth", + "id": "BatchNodeManagement.SwitzerlandNorth", + "properties": { + "changeNumber": 2, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "51.107.49.192/27", + "51.107.59.224/27", + "2603:1020:a04:1::340/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.SwitzerlandWest", + "id": "BatchNodeManagement.SwitzerlandWest", + "properties": { + "changeNumber": 2, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "51.107.145.160/27", + "51.107.155.224/27", + "2603:1020:b04::400/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.UAECentral", + "id": "BatchNodeManagement.UAECentral", + "properties": { + "changeNumber": 2, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "20.37.65.160/27", + "20.37.75.224/27", + "2603:1040:b04::400/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.UAENorth", + "id": "BatchNodeManagement.UAENorth", + "properties": { + "changeNumber": 2, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "20.38.137.192/27", + "65.52.251.224/27", + "2603:1040:904:1::340/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.UKNorth", + "id": "BatchNodeManagement.UKNorth", + "properties": { + "changeNumber": 2, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "13.87.123.96/27", + "51.105.81.160/27", + "2603:1020:305::400/122" + ], + "networkFeatures": null + } + }, + { + "name": "BatchNodeManagement.UKSouth", + "id": "BatchNodeManagement.UKSouth", + "properties": { + "changeNumber": 2, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "51.104.28.0/27", + "51.105.66.224/27", + "51.105.74.224/27", + "51.140.148.160/27", + "51.140.184.59/32", + "51.140.184.61/32", + "51.140.184.63/32", + "2603:1020:705:1::340/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.UKSouth2", + "id": "BatchNodeManagement.UKSouth2", + "properties": { + "changeNumber": 2, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "13.87.32.176/32", + "13.87.32.218/32", + "13.87.33.133/32", + "13.87.57.96/27", + "51.143.193.160/27", + "2603:1020:405::400/122" + ], + "networkFeatures": null + } + }, + { + "name": "BatchNodeManagement.UKWest", + "id": "BatchNodeManagement.UKWest", + "properties": { + "changeNumber": 2, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "51.137.162.192/27", + "51.140.211.128/27", + "51.141.8.61/32", + "51.141.8.62/32", + "51.141.8.64/32", + "2603:1020:605::400/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.WestCentralUS", + "id": "BatchNodeManagement.WestCentralUS", + "properties": { + "changeNumber": 2, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "13.71.195.160/27", + "13.78.145.2/32", + "13.78.145.73/32", + "13.78.150.134/32", + "13.78.187.18/32", + "52.150.140.128/27", + "52.161.95.12/32", + "52.161.107.48/32", + "2603:1030:b04::400/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.WestEurope", + "id": "BatchNodeManagement.WestEurope", + "properties": { + "changeNumber": 2, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "13.69.65.64/26", + "13.69.106.128/26", + "13.69.125.173/32", + "13.73.153.226/32", + "13.73.157.134/32", + "13.80.117.88/32", + "13.81.1.133/32", + "13.81.59.254/32", + "13.81.63.6/32", + "13.81.104.137/32", + "13.94.214.82/32", + "13.95.9.27/32", + "20.50.1.64/26", + "23.97.180.74/32", + "40.68.100.153/32", + "40.68.191.54/32", + "40.68.218.90/32", + "40.115.50.9/32", + "52.166.19.45/32", + "52.174.33.113/32", + "52.174.34.69/32", + "52.174.35.218/32", + "52.174.38.99/32", + "52.174.176.203/32", + "52.174.179.66/32", + "52.174.180.164/32", + "52.233.157.9/32", + "52.233.157.78/32", + "52.233.161.238/32", + "52.233.172.80/32", + "52.236.186.128/26", + "104.40.183.25/32", + "104.45.13.8/32", + "104.47.149.96/32", + "137.116.193.225/32", + "168.63.5.53/32", + "191.233.76.85/32", + "2603:1020:206:1::340/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.WestIndia", + "id": "BatchNodeManagement.WestIndia", + "properties": { + "changeNumber": 2, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "52.136.49.192/27", + "104.211.147.96/27", + "104.211.160.72/32", + "104.211.160.74/31", + "2603:1040:806::400/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.WestUS", + "id": "BatchNodeManagement.WestUS", + "properties": { + "changeNumber": 2, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "13.86.218.192/27", + "13.91.55.167/32", + "13.91.88.93/32", + "13.91.107.154/32", + "13.93.206.144/32", + "40.82.255.64/27", + "40.112.254.235/32", + "40.118.208.127/32", + "104.40.69.159/32", + "168.62.4.114/32", + "191.239.18.3/32", + "191.239.21.73/32", + "191.239.40.217/32", + "2603:1030:a07::400/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.WestUS2", + "id": "BatchNodeManagement.WestUS2", + "properties": { + "changeNumber": 2, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "13.66.141.32/27", + "13.66.225.240/32", + "13.66.227.117/32", + "13.66.227.193/32", + "40.64.128.160/27", + "40.78.242.224/27", + "40.78.250.160/27", + "52.137.105.46/32", + "52.148.148.46/32", + "52.175.218.150/32", + "52.191.129.21/32", + "52.191.166.57/32", + "2603:1030:c06:1::340/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "BatchNodeManagement.WestUS3", + "id": "BatchNodeManagement.WestUS3", + "properties": { + "changeNumber": 1, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "BatchNodeManagement", + "addressPrefixes": [ + "20.150.161.224/27", + "20.150.172.0/27", + "20.150.179.96/27", + "20.150.187.96/27", + "2603:1030:504:1::340/122" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.AustraliaCentral", + "id": "DataFactory.AustraliaCentral", + "properties": { + "changeNumber": 1, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "20.37.228.16/28", + "20.37.228.192/26", + "20.37.229.0/25", + "20.53.0.48/28", + "2603:1010:304::440/122", + "2603:1010:304::500/121", + "2603:1010:304:402::330/124" + ], + "networkFeatures": null + } + }, + { + "name": "DataFactory.AustraliaCentral2", + "id": "DataFactory.AustraliaCentral2", + "properties": { + "changeNumber": 1, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "20.36.117.208/28", + "20.36.124.32/28", + "20.36.124.128/25", + "20.36.125.0/26", + "2603:1010:404::440/122", + "2603:1010:404::500/121", + "2603:1010:404:402::330/124" + ], + "networkFeatures": null + } + }, + { + "name": "DataFactory.AustraliaEast", + "id": "DataFactory.AustraliaEast", + "properties": { + "changeNumber": 5, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "13.70.74.144/28", + "20.37.193.0/25", + "20.37.193.128/26", + "20.37.198.224/29", + "20.53.45.0/24", + "20.53.46.0/26", + "20.213.194.144/29", + "40.79.163.80/28", + "40.79.171.160/28", + "2603:1010:6:1::480/121", + "2603:1010:6:1::500/122", + "2603:1010:6:1::700/121", + "2603:1010:6:1::780/122", + "2603:1010:6:402::330/124", + "2603:1010:6:802::210/124", + "2603:1010:6:c02::210/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.AustraliaSoutheast", + "id": "DataFactory.AustraliaSoutheast", + "properties": { + "changeNumber": 5, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "13.77.53.160/28", + "20.42.225.0/25", + "20.42.225.128/26", + "20.42.230.136/29", + "20.92.6.200/29", + "104.46.179.64/26", + "104.46.182.0/24", + "2603:1010:101::440/122", + "2603:1010:101::500/121", + "2603:1010:101:402::330/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.BrazilSouth", + "id": "DataFactory.BrazilSouth", + "properties": { + "changeNumber": 5, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "20.206.179.144/29", + "191.233.205.160/28", + "191.234.137.32/29", + "191.234.142.64/26", + "191.234.143.0/24", + "191.234.149.0/28", + "191.234.157.0/28", + "191.235.224.128/25", + "191.235.225.0/26", + "2603:1050:6:1::480/121", + "2603:1050:6:1::500/122", + "2603:1050:6:1::700/121", + "2603:1050:6:1::780/122", + "2603:1050:6:402::330/124", + "2603:1050:6:802::210/124", + "2603:1050:6:c02::210/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.BrazilSoutheast", + "id": "DataFactory.BrazilSoutheast", + "properties": { + "changeNumber": 1, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "191.233.12.0/23", + "191.233.54.224/28", + "2603:1050:403::480/121", + "2603:1050:403::500/122", + "2603:1050:403:400::240/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.CanadaCentral", + "id": "DataFactory.CanadaCentral", + "properties": { + "changeNumber": 5, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "13.71.175.80/28", + "20.38.147.224/28", + "20.48.201.0/26", + "20.116.47.72/29", + "52.228.80.128/25", + "52.228.81.0/26", + "52.228.86.144/29", + "52.246.155.224/28", + "2603:1030:f05:1::480/121", + "2603:1030:f05:1::500/122", + "2603:1030:f05:1::700/121", + "2603:1030:f05:1::780/122", + "2603:1030:f05:402::330/124", + "2603:1030:f05:802::210/124", + "2603:1030:f05:c02::210/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.CanadaEast", + "id": "DataFactory.CanadaEast", + "properties": { + "changeNumber": 6, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "40.69.108.160/28", + "40.69.111.48/28", + "40.89.16.128/25", + "40.89.17.0/26", + "40.89.20.224/29", + "52.139.111.64/26", + "52.242.45.56/29", + "2603:1030:1005::440/122", + "2603:1030:1005::500/121", + "2603:1030:1005:402::330/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.CentralIndia", + "id": "DataFactory.CentralIndia", + "properties": { + "changeNumber": 6, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "20.43.121.48/28", + "20.192.42.0/24", + "20.192.43.0/26", + "20.192.102.80/28", + "20.204.193.112/29", + "40.80.51.160/28", + "52.140.104.128/25", + "52.140.105.0/26", + "52.140.108.208/29", + "2603:1040:a06::/121", + "2603:1040:a06::80/122", + "2603:1040:a06:1::480/121", + "2603:1040:a06:1::500/122", + "2603:1040:a06:1::700/121", + "2603:1040:a06:1::780/122", + "2603:1040:a06:402::330/124", + "2603:1040:a06:802::210/124", + "2603:1040:a06:c02::210/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.CentralUS", + "id": "DataFactory.CentralUS", + "properties": { + "changeNumber": 4, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "13.89.174.192/28", + "20.37.154.0/23", + "20.37.156.0/26", + "20.40.206.224/29", + "20.44.10.64/28", + "20.98.150.0/29", + "52.182.141.16/28", + "2603:1030:10:1::480/121", + "2603:1030:10:1::500/122", + "2603:1030:10:1::700/121", + "2603:1030:10:1::780/122", + "2603:1030:10:402::330/124", + "2603:1030:10:802::210/124", + "2603:1030:10:c02::210/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.CentralUSEUAP", + "id": "DataFactory.CentralUSEUAP", + "properties": { + "changeNumber": 4, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "20.45.208.16/28", + "20.228.5.112/28", + "20.228.7.0/25", + "20.228.7.128/26", + "40.122.0.16/28", + "52.176.232.16/28", + "2603:1030:f:1::440/122", + "2603:1030:f:1::500/121", + "2603:1030:f:400::b30/124" + ], + "networkFeatures": [ + "NSG", + "API" + ] + } + }, + { + "name": "DataFactory.EastAsia", + "id": "DataFactory.EastAsia", + "properties": { + "changeNumber": 7, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "13.75.39.112/28", + "20.189.104.128/25", + "20.189.106.0/26", + "20.189.109.232/29", + "20.205.50.120/29", + "20.205.64.0/23", + "20.205.67.128/26", + "20.205.77.160/28", + "20.205.77.224/27", + "20.205.83.240/28", + "2603:1040:207::440/122", + "2603:1040:207::500/121", + "2603:1040:207:402::330/124", + "2603:1040:207:800::70/124", + "2603:1040:207:c00::70/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.EastUS", + "id": "DataFactory.EastUS", + "properties": { + "changeNumber": 5, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "20.42.2.0/23", + "20.42.4.0/26", + "20.42.64.0/28", + "20.49.111.0/29", + "20.119.28.57/32", + "20.232.89.104/29", + "40.71.14.32/28", + "40.78.229.96/28", + "2603:1030:210:1::480/121", + "2603:1030:210:1::500/122", + "2603:1030:210:1::700/121", + "2603:1030:210:1::780/122", + "2603:1030:210:402::330/124", + "2603:1030:210:802::210/124", + "2603:1030:210:c02::210/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.EastUS2", + "id": "DataFactory.EastUS2", + "properties": { + "changeNumber": 5, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "20.41.2.0/23", + "20.41.4.0/26", + "20.44.17.80/28", + "20.49.102.16/29", + "20.98.195.172/32", + "20.98.198.224/29", + "40.70.148.160/28", + "52.167.107.224/28", + "2603:1030:40c:1::480/121", + "2603:1030:40c:1::500/122", + "2603:1030:40c:1::700/121", + "2603:1030:40c:1::780/122", + "2603:1030:40c:402::330/124", + "2603:1030:40c:802::210/124", + "2603:1030:40c:c02::210/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.EastUS2EUAP", + "id": "DataFactory.EastUS2EUAP", + "properties": { + "changeNumber": 5, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "20.39.8.96/27", + "20.39.8.128/26", + "20.39.15.0/29", + "20.221.136.72/29", + "40.74.149.64/28", + "40.75.35.144/28", + "52.138.92.128/28", + "68.220.82.112/28", + "2603:1030:40b:1::480/121", + "2603:1030:40b:1::500/122", + "2603:1030:40b:400::b30/124", + "2603:1030:40b:800::210/124", + "2603:1030:40b:c00::210/124", + "2603:1030:40b:1000::e0/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.EastUSSTG", + "id": "DataFactory.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "20.49.83.224/28", + "20.99.12.0/23", + "2603:1030:104:1::480/121", + "2603:1030:104:1::500/122", + "2603:1030:104:1::700/121", + "2603:1030:104:1::780/122", + "2603:1030:104:402::330/124", + "2603:1030:104:802::40/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.FranceCentral", + "id": "DataFactory.FranceCentral", + "properties": { + "changeNumber": 5, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "20.43.40.128/25", + "20.43.41.0/26", + "20.43.44.208/29", + "20.111.4.48/29", + "40.79.132.112/28", + "40.79.139.80/28", + "40.79.146.240/28", + "51.138.215.128/26", + "2603:1020:805:1::480/121", + "2603:1020:805:1::500/122", + "2603:1020:805:1::700/121", + "2603:1020:805:1::780/122", + "2603:1020:805:402::330/124", + "2603:1020:805:802::210/124", + "2603:1020:805:c02::210/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.FranceSouth", + "id": "DataFactory.FranceSouth", + "properties": { + "changeNumber": 2, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "40.80.96.200/29", + "51.105.92.176/28", + "51.105.93.64/26", + "51.105.93.128/25", + "51.138.160.16/28", + "2603:1020:905::440/122", + "2603:1020:905::500/121", + "2603:1020:905:402::330/124" + ], + "networkFeatures": [ + "NSG", + "API" + ] + } + }, + { + "name": "DataFactory.GermanyNorth", + "id": "DataFactory.GermanyNorth", + "properties": { + "changeNumber": 2, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "20.52.73.160/28", + "20.170.170.0/23", + "2603:1020:d04::440/122", + "2603:1020:d04::500/121", + "2603:1020:d04:402::330/124" + ], + "networkFeatures": [ + "NSG", + "API" + ] + } + }, + { + "name": "DataFactory.GermanyWestCentral", + "id": "DataFactory.GermanyWestCentral", + "properties": { + "changeNumber": 6, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "20.52.64.0/28", + "20.52.93.128/26", + "20.79.108.112/29", + "51.116.147.32/28", + "51.116.147.64/26", + "51.116.147.128/25", + "51.116.245.112/28", + "51.116.245.176/28", + "51.116.253.48/28", + "51.116.253.144/28", + "2603:1020:c04:1::480/121", + "2603:1020:c04:1::500/122", + "2603:1020:c04:1::700/121", + "2603:1020:c04:1::780/122", + "2603:1020:c04:402::330/124", + "2603:1020:c04:802::210/124", + "2603:1020:c04:c02::210/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.ItalyNorth", + "id": "DataFactory.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "4.232.44.160/28", + "4.232.44.192/26", + "4.232.45.0/25", + "4.232.102.0/23", + "4.232.111.0/28", + "4.232.123.208/28", + "4.232.195.208/28", + "2603:1020:1204:2::100/121", + "2603:1020:1204:400::380/124", + "2603:1020:1204:800::280/124", + "2603:1020:1204:c00::280/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.JapanEast", + "id": "DataFactory.JapanEast", + "properties": { + "changeNumber": 5, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "13.78.109.192/28", + "20.43.64.128/25", + "20.43.65.0/26", + "20.43.70.120/29", + "20.191.164.0/24", + "20.191.165.0/26", + "20.210.70.88/29", + "40.79.187.208/28", + "40.79.195.224/28", + "2603:1040:407:1::480/121", + "2603:1040:407:1::500/122", + "2603:1040:407:1::700/121", + "2603:1040:407:1::780/122", + "2603:1040:407:402::330/124", + "2603:1040:407:802::210/124", + "2603:1040:407:c02::210/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.JapanWest", + "id": "DataFactory.JapanWest", + "properties": { + "changeNumber": 6, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "20.18.179.208/28", + "20.189.192.192/26", + "20.189.199.40/29", + "20.210.150.0/23", + "40.80.56.128/25", + "40.80.57.0/26", + "40.80.62.24/29", + "40.80.176.96/28", + "2603:1040:606::440/122", + "2603:1040:606::500/121", + "2603:1040:606:402::330/124", + "2603:1040:606:800::280/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.JioIndiaCentral", + "id": "DataFactory.JioIndiaCentral", + "properties": { + "changeNumber": 1, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "20.192.226.0/23", + "20.192.238.96/28", + "2603:1040:1104::600/121", + "2603:1040:1104:400::500/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.JioIndiaWest", + "id": "DataFactory.JioIndiaWest", + "properties": { + "changeNumber": 2, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "13.104.252.224/28", + "20.192.162.0/23", + "20.193.205.144/28", + "40.64.11.176/29", + "2603:1040:d04::480/121", + "2603:1040:d04::500/122", + "2603:1040:d04::700/121", + "2603:1040:d04::780/122", + "2603:1040:d04:400::240/124", + "2603:1040:d04:800::340/124", + "2603:1040:d04:c02::380/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.KoreaCentral", + "id": "DataFactory.KoreaCentral", + "properties": { + "changeNumber": 6, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "20.41.64.128/25", + "20.41.65.0/26", + "20.41.69.8/29", + "20.44.27.240/28", + "20.194.67.192/28", + "20.194.78.0/23", + "20.200.195.0/26", + "20.200.199.192/29", + "52.231.20.64/28", + "2603:1040:f05:1::480/121", + "2603:1040:f05:1::500/122", + "2603:1040:f05:1::700/121", + "2603:1040:f05:1::780/122", + "2603:1040:f05:402::330/124", + "2603:1040:f05:802::210/124", + "2603:1040:f05:c02::210/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.KoreaSouth", + "id": "DataFactory.KoreaSouth", + "properties": { + "changeNumber": 5, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "20.200.161.48/29", + "40.80.168.128/25", + "40.80.169.0/26", + "40.80.172.112/29", + "52.231.148.160/28", + "52.231.151.32/28", + "2603:1040:e05:6::100/121", + "2603:1040:e05:402::190/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.NorthCentralUS", + "id": "DataFactory.NorthCentralUS", + "properties": { + "changeNumber": 6, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "20.49.114.24/29", + "20.49.118.128/25", + "20.125.163.208/29", + "20.125.171.208/28", + "20.125.203.208/28", + "40.80.185.0/24", + "40.80.186.0/25", + "52.162.111.48/28", + "2603:1030:608::440/122", + "2603:1030:608::500/121", + "2603:1030:608:402::330/124", + "2603:1030:608:800::2c0/124", + "2603:1030:608:c00::2c0/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.NorthEurope", + "id": "DataFactory.NorthEurope", + "properties": { + "changeNumber": 5, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "13.69.230.96/28", + "13.74.108.224/28", + "20.38.80.192/26", + "20.38.82.0/23", + "20.50.68.56/29", + "20.223.64.60/32", + "20.223.65.144/29", + "52.138.229.32/28", + "2603:1020:5:1::480/121", + "2603:1020:5:1::500/122", + "2603:1020:5:1::700/121", + "2603:1020:5:1::780/122", + "2603:1020:5:402::330/124", + "2603:1020:5:802::210/124", + "2603:1020:5:c02::210/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.NorwayEast", + "id": "DataFactory.NorwayEast", + "properties": { + "changeNumber": 6, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "20.100.0.192/26", + "20.100.5.24/29", + "51.120.44.208/28", + "51.120.45.64/26", + "51.120.45.128/25", + "51.120.100.224/28", + "51.120.109.96/28", + "51.120.213.32/28", + "51.120.238.0/23", + "2603:1020:e04:1::480/121", + "2603:1020:e04:1::500/122", + "2603:1020:e04:1::700/121", + "2603:1020:e04:1::780/122", + "2603:1020:e04:402::330/124", + "2603:1020:e04:802::210/124", + "2603:1020:e04:c02::210/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.NorwayWest", + "id": "DataFactory.NorwayWest", + "properties": { + "changeNumber": 2, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "4.220.136.0/24", + "51.13.128.0/28", + "51.120.228.224/27", + "51.120.229.64/26", + "51.120.229.128/25", + "2603:1020:f04::440/122", + "2603:1020:f04::500/121", + "2603:1020:f04:402::330/124" + ], + "networkFeatures": [ + "NSG", + "API" + ] + } + }, + { + "name": "DataFactory.PolandCentral", + "id": "DataFactory.PolandCentral", + "properties": { + "changeNumber": 1, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "20.215.8.0/23", + "20.215.19.208/28", + "20.215.27.208/28", + "20.215.158.64/28", + "20.215.172.16/28", + "20.215.172.64/26", + "20.215.172.128/25", + "2603:1020:1302:1::200/121", + "2603:1020:1302:400::3a0/124", + "2603:1020:1302:800::2c0/124", + "2603:1020:1302:c00::2c0/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.QatarCentral", + "id": "DataFactory.QatarCentral", + "properties": { + "changeNumber": 4, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "20.21.46.64/28", + "20.21.48.0/23", + "20.21.55.208/29", + "20.21.67.208/28", + "20.21.75.208/28", + "20.21.83.192/26", + "20.21.84.0/25", + "2603:1040:1002:1::380/121", + "2603:1040:1002:400::230/124", + "2603:1040:1002:800::70/124", + "2603:1040:1002:c00::70/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.SouthAfricaNorth", + "id": "DataFactory.SouthAfricaNorth", + "properties": { + "changeNumber": 6, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "20.87.83.112/29", + "102.37.72.224/28", + "102.37.166.128/26", + "102.133.124.104/29", + "102.133.127.160/28", + "102.133.156.136/29", + "102.133.216.128/25", + "102.133.217.0/26", + "102.133.218.248/29", + "102.133.251.184/29", + "102.133.253.48/28", + "2603:1000:104::/121", + "2603:1000:104::80/122", + "2603:1000:104::1c0/122", + "2603:1000:104::280/121", + "2603:1000:104:1::480/121", + "2603:1000:104:1::500/122", + "2603:1000:104:1::700/121", + "2603:1000:104:1::780/122", + "2603:1000:104:402::330/124", + "2603:1000:104:802::210/124", + "2603:1000:104:c02::210/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.SouthAfricaWest", + "id": "DataFactory.SouthAfricaWest", + "properties": { + "changeNumber": 2, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "40.117.24.160/29", + "102.37.64.96/28", + "102.133.60.48/28", + "102.133.60.192/26", + "102.133.61.0/25", + "2603:1000:4::440/122", + "2603:1000:4::500/121", + "2603:1000:4:402::330/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.SouthCentralUS", + "id": "DataFactory.SouthCentralUS", + "properties": { + "changeNumber": 7, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "13.73.244.32/28", + "13.73.253.96/29", + "13.104.248.64/27", + "13.104.252.208/28", + "20.45.123.160/28", + "20.49.95.32/28", + "20.65.130.192/26", + "20.65.131.0/24", + "20.97.39.141/32", + "20.118.79.192/29", + "40.119.9.0/25", + "40.119.9.128/26", + "2603:1030:807:1::480/121", + "2603:1030:807:1::500/122", + "2603:1030:807:1::700/121", + "2603:1030:807:1::780/122", + "2603:1030:807:402::330/124", + "2603:1030:807:802::210/124", + "2603:1030:807:c02::210/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.SouthIndia", + "id": "DataFactory.SouthIndia", + "properties": { + "changeNumber": 6, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "20.41.192.128/25", + "20.41.193.0/26", + "20.41.197.112/29", + "20.41.198.0/25", + "20.41.198.128/26", + "20.192.152.0/26", + "20.192.184.96/28", + "40.78.196.128/28", + "52.172.81.240/29", + "2603:1040:c06::440/122", + "2603:1040:c06::500/121", + "2603:1040:c06:402::330/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.SoutheastAsia", + "id": "DataFactory.SoutheastAsia", + "properties": { + "changeNumber": 5, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "13.67.10.208/28", + "20.24.0.216/29", + "20.43.128.128/25", + "20.43.130.0/26", + "20.195.64.0/25", + "23.98.83.112/28", + "23.98.106.128/29", + "23.98.109.64/26", + "23.98.109.128/25", + "40.78.236.176/28", + "2603:1040:5::/121", + "2603:1040:5::80/122", + "2603:1040:5:1::480/121", + "2603:1040:5:1::500/122", + "2603:1040:5:1::700/121", + "2603:1040:5:1::780/122", + "2603:1040:5:402::330/124", + "2603:1040:5:802::210/124", + "2603:1040:5:c02::210/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.SwedenCentral", + "id": "DataFactory.SwedenCentral", + "properties": { + "changeNumber": 3, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "20.91.146.128/25", + "20.91.147.0/26", + "51.12.26.0/23", + "51.12.75.232/29", + "51.12.101.176/28", + "51.12.229.64/28", + "51.12.237.64/28", + "2603:1020:1004::480/121", + "2603:1020:1004::500/122", + "2603:1020:1004::700/121", + "2603:1020:1004::780/122", + "2603:1020:1004:400::240/124", + "2603:1020:1004:800::340/124", + "2603:1020:1004:c02::380/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.SwedenSouth", + "id": "DataFactory.SwedenSouth", + "properties": { + "changeNumber": 1, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "13.104.254.128/28", + "51.12.18.0/23", + "51.12.206.16/28", + "2603:1020:1104::600/121", + "2603:1020:1104:400::500/124" + ], + "networkFeatures": [ + "NSG", + "API" + ] + } + }, + { + "name": "DataFactory.SwitzerlandNorth", + "id": "DataFactory.SwitzerlandNorth", + "properties": { + "changeNumber": 7, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "20.208.2.0/23", + "20.208.19.208/28", + "20.208.144.16/29", + "51.103.203.208/28", + "51.107.51.40/29", + "51.107.52.0/25", + "51.107.52.128/26", + "51.107.128.0/28", + "51.107.246.192/26", + "2603:1020:a04:1::480/121", + "2603:1020:a04:1::500/122", + "2603:1020:a04:1::700/121", + "2603:1020:a04:1::780/122", + "2603:1020:a04:402::330/124", + "2603:1020:a04:802::210/124", + "2603:1020:a04:c02::210/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.SwitzerlandWest", + "id": "DataFactory.SwitzerlandWest", + "properties": { + "changeNumber": 1, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "51.107.148.80/28", + "51.107.149.0/25", + "51.107.149.128/26", + "51.107.192.80/28", + "2603:1020:b04::440/122", + "2603:1020:b04::500/121", + "2603:1020:b04:402::330/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.UAECentral", + "id": "DataFactory.UAECentral", + "properties": { + "changeNumber": 3, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "20.37.68.144/28", + "20.37.69.128/25", + "20.37.70.0/26", + "40.120.8.56/29", + "40.120.9.192/28", + "74.243.20.176/28", + "2603:1040:b04::440/122", + "2603:1040:b04::500/121", + "2603:1040:b04:402::330/124", + "2603:1040:b04:800::70/124" + ], + "networkFeatures": [ + "NSG", + "API" + ] + } + }, + { + "name": "DataFactory.UAENorth", + "id": "DataFactory.UAENorth", + "properties": { + "changeNumber": 7, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "20.38.141.16/28", + "20.38.141.128/25", + "20.38.142.0/26", + "20.38.152.0/28", + "20.74.197.16/29", + "40.120.64.112/28", + "40.120.75.112/28", + "40.120.86.64/26", + "2603:1040:904:1::480/121", + "2603:1040:904:1::500/122", + "2603:1040:904:1::700/121", + "2603:1040:904:1::780/122", + "2603:1040:904:402::330/124", + "2603:1040:904:802::210/124", + "2603:1040:904:c02::210/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.UKNorth", + "id": "DataFactory.UKNorth", + "properties": { + "changeNumber": 1, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "2603:1020:305::440/122", + "2603:1020:305::500/121", + "2603:1020:305:402::330/124" + ], + "networkFeatures": null + } + }, + { + "name": "DataFactory.UKSouth", + "id": "DataFactory.UKSouth", + "properties": { + "changeNumber": 5, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "20.90.129.128/25", + "20.90.130.0/24", + "20.117.193.184/29", + "51.104.9.32/28", + "51.104.24.128/25", + "51.104.25.0/26", + "51.104.29.216/29", + "51.105.67.240/28", + "51.105.75.240/28", + "2603:1020:705:1::480/121", + "2603:1020:705:1::500/122", + "2603:1020:705:1::700/121", + "2603:1020:705:1::780/122", + "2603:1020:705:402::330/124", + "2603:1020:705:802::210/124", + "2603:1020:705:c02::210/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.UKSouth2", + "id": "DataFactory.UKSouth2", + "properties": { + "changeNumber": 1, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "2603:1020:405::440/122", + "2603:1020:405::500/121", + "2603:1020:405:402::330/124" + ], + "networkFeatures": null + } + }, + { + "name": "DataFactory.UKWest", + "id": "DataFactory.UKWest", + "properties": { + "changeNumber": 5, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "20.58.71.0/26", + "20.90.38.248/29", + "51.137.160.128/25", + "51.137.161.0/26", + "51.137.164.192/29", + "51.140.212.112/28", + "2603:1020:605::440/122", + "2603:1020:605::500/121", + "2603:1020:605:402::330/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.WestCentralUS", + "id": "DataFactory.WestCentralUS", + "properties": { + "changeNumber": 7, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "13.71.199.0/28", + "20.69.9.24/29", + "52.150.136.192/26", + "52.150.137.128/25", + "52.150.154.16/29", + "52.150.155.0/24", + "52.150.157.160/29", + "52.150.157.192/26", + "2603:1030:b04::440/122", + "2603:1030:b04::500/121", + "2603:1030:b04:402::330/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.WestEurope", + "id": "DataFactory.WestEurope", + "properties": { + "changeNumber": 5, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "13.69.67.192/28", + "13.69.107.112/28", + "13.69.112.128/28", + "20.105.215.28/30", + "20.105.244.48/29", + "40.74.24.192/26", + "40.74.26.0/23", + "40.113.176.232/29", + "52.236.187.112/28", + "2603:1020:206:1::480/121", + "2603:1020:206:1::500/122", + "2603:1020:206:1::700/121", + "2603:1020:206:1::780/122", + "2603:1020:206:402::330/124", + "2603:1020:206:802::210/124", + "2603:1020:206:c02::210/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.WestIndia", + "id": "DataFactory.WestIndia", + "properties": { + "changeNumber": 2, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "4.187.66.0/23", + "20.38.133.192/28", + "2603:1040:806::440/122", + "2603:1040:806::500/121", + "2603:1040:806:402::330/124" + ], + "networkFeatures": [ + "NSG", + "API" + ] + } + }, + { + "name": "DataFactory.WestUS", + "id": "DataFactory.WestUS", + "properties": { + "changeNumber": 5, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "13.86.219.208/28", + "20.59.84.168/29", + "20.168.163.208/28", + "40.82.249.64/26", + "40.82.250.0/23", + "52.250.228.0/29", + "2603:1030:a07::440/122", + "2603:1030:a07::500/121", + "2603:1030:a07:402::9b0/124", + "2603:1030:a07:c00::2c0/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.WestUS2", + "id": "DataFactory.WestUS2", + "properties": { + "changeNumber": 5, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "13.66.143.128/28", + "20.42.129.64/26", + "20.42.132.0/23", + "20.125.4.170/31", + "20.125.5.248/29", + "40.64.132.232/29", + "40.78.245.16/28", + "40.78.251.192/28", + "2603:1030:c06:1::480/121", + "2603:1030:c06:1::500/122", + "2603:1030:c06:400::b30/124", + "2603:1030:c06:802::210/124", + "2603:1030:c06:c02::210/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "DataFactory.WestUS3", + "id": "DataFactory.WestUS3", + "properties": { + "changeNumber": 4, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "13.104.253.48/28", + "20.118.139.200/29", + "20.125.156.16/29", + "20.150.162.0/23", + "20.150.173.16/28", + "20.150.181.112/28", + "20.150.190.64/28", + "2603:1030:504:1::480/121", + "2603:1030:504:1::500/122", + "2603:1030:504:1::700/121", + "2603:1030:504:1::780/122", + "2603:1030:504:402::240/124", + "2603:1030:504:802::340/124", + "2603:1030:504:c02::380/124" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "Dynamics365ForMarketingEmail.AustraliaSoutheast", + "id": "Dynamics365ForMarketingEmail.AustraliaSoutheast", + "properties": { + "changeNumber": 1, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "Dynamics365ForMarketingEmail", + "addressPrefixes": [ + "13.77.51.0/24" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Dynamics365ForMarketingEmail.BrazilSouth", + "id": "Dynamics365ForMarketingEmail.BrazilSouth", + "properties": { + "changeNumber": 1, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "Dynamics365ForMarketingEmail", + "addressPrefixes": [ + "191.233.202.0/24" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Dynamics365ForMarketingEmail.CanadaCentral", + "id": "Dynamics365ForMarketingEmail.CanadaCentral", + "properties": { + "changeNumber": 1, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "Dynamics365ForMarketingEmail", + "addressPrefixes": [ + "13.71.171.0/24" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Dynamics365ForMarketingEmail.CentralIndia", + "id": "Dynamics365ForMarketingEmail.CentralIndia", + "properties": { + "changeNumber": 1, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "Dynamics365ForMarketingEmail", + "addressPrefixes": [ + "104.211.80.0/24" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Dynamics365ForMarketingEmail.EastAsia", + "id": "Dynamics365ForMarketingEmail.EastAsia", + "properties": { + "changeNumber": 1, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "Dynamics365ForMarketingEmail", + "addressPrefixes": [ + "13.75.35.0/24" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Dynamics365ForMarketingEmail.FranceCentral", + "id": "Dynamics365ForMarketingEmail.FranceCentral", + "properties": { + "changeNumber": 1, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "Dynamics365ForMarketingEmail", + "addressPrefixes": [ + "40.79.138.192/26" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Dynamics365ForMarketingEmail.JapanEast", + "id": "Dynamics365ForMarketingEmail.JapanEast", + "properties": { + "changeNumber": 1, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "Dynamics365ForMarketingEmail", + "addressPrefixes": [ + "13.78.107.0/24" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Dynamics365ForMarketingEmail.NorthEurope", + "id": "Dynamics365ForMarketingEmail.NorthEurope", + "properties": { + "changeNumber": 1, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "Dynamics365ForMarketingEmail", + "addressPrefixes": [ + "13.69.226.128/25", + "13.74.106.128/25" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Dynamics365ForMarketingEmail.SouthAfricaNorth", + "id": "Dynamics365ForMarketingEmail.SouthAfricaNorth", + "properties": { + "changeNumber": 1, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "Dynamics365ForMarketingEmail", + "addressPrefixes": [ + "102.133.251.96/27" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Dynamics365ForMarketingEmail.SwitzerlandNorth", + "id": "Dynamics365ForMarketingEmail.SwitzerlandNorth", + "properties": { + "changeNumber": 1, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "Dynamics365ForMarketingEmail", + "addressPrefixes": [ + "51.107.129.64/27" + ], + "networkFeatures": null + } + }, + { + "name": "Dynamics365ForMarketingEmail.UAENorth", + "id": "Dynamics365ForMarketingEmail.UAENorth", + "properties": { + "changeNumber": 2, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "Dynamics365ForMarketingEmail", + "addressPrefixes": [ + "40.120.64.224/27", + "65.52.252.128/27" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Dynamics365ForMarketingEmail.UKSouth", + "id": "Dynamics365ForMarketingEmail.UKSouth", + "properties": { + "changeNumber": 1, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "Dynamics365ForMarketingEmail", + "addressPrefixes": [ + "51.140.147.0/24" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "Dynamics365ForMarketingEmail.WestUS2", + "id": "Dynamics365ForMarketingEmail.WestUS2", + "properties": { + "changeNumber": 1, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "Dynamics365ForMarketingEmail", + "addressPrefixes": [ + "13.66.138.128/25", + "40.78.242.0/25" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "GatewayManager.AustraliaCentral", + "id": "GatewayManager.AustraliaCentral", + "properties": { + "changeNumber": 4, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "20.36.106.72/29", + "20.37.53.66/32", + "20.37.53.76/32", + "20.37.224.72/29", + "20.53.54.0/27", + "2603:1010:304::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.AustraliaCentral2", + "id": "GatewayManager.AustraliaCentral2", + "properties": { + "changeNumber": 4, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "20.36.114.24/29", + "20.36.120.72/29", + "20.53.61.192/27", + "2603:1010:404::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.AustraliaEast", + "id": "GatewayManager.AustraliaEast", + "properties": { + "changeNumber": 4, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "13.70.72.208/29", + "20.37.192.72/29", + "20.70.222.128/27", + "2603:1010:6:1::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.AustraliaSoutheast", + "id": "GatewayManager.AustraliaSoutheast", + "properties": { + "changeNumber": 5, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "13.77.50.88/29", + "20.40.173.147/32", + "20.42.224.72/29", + "20.92.4.224/27", + "52.147.44.33/32", + "2603:1010:101::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.BrazilSouth", + "id": "GatewayManager.BrazilSouth", + "properties": { + "changeNumber": 4, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "191.233.203.208/29", + "191.233.245.75/32", + "191.233.245.118/32", + "191.235.224.72/29", + "191.238.78.96/27", + "2603:1050:6:1::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.BrazilSoutheast", + "id": "GatewayManager.BrazilSoutheast", + "properties": { + "changeNumber": 1, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "191.233.8.64/26", + "2603:1050:403::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.CanadaCentral", + "id": "GatewayManager.CanadaCentral", + "properties": { + "changeNumber": 4, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "13.71.170.240/29", + "20.116.42.128/27", + "52.228.80.72/29", + "2603:1030:f05:1::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.CanadaEast", + "id": "GatewayManager.CanadaEast", + "properties": { + "changeNumber": 5, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "40.69.106.88/29", + "40.89.16.72/29", + "52.139.87.129/32", + "52.139.87.150/32", + "52.242.44.0/27", + "2603:1030:1005::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.CentralIndia", + "id": "GatewayManager.CentralIndia", + "properties": { + "changeNumber": 5, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "20.192.47.0/26", + "20.193.142.141/32", + "20.193.142.178/32", + "52.140.104.72/29", + "104.211.81.208/29", + "2603:1040:a06:1::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.CentralUS", + "id": "GatewayManager.CentralUS", + "properties": { + "changeNumber": 6, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "13.89.171.96/29", + "20.37.152.72/29", + "20.98.130.16/32", + "20.118.195.160/27", + "52.143.250.137/32", + "52.143.251.22/32", + "2603:1030:10:1::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.CentralUSEUAP", + "id": "GatewayManager.CentralUSEUAP", + "properties": { + "changeNumber": 5, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "20.45.192.72/29", + "20.46.13.128/26", + "40.78.202.112/29", + "52.180.182.210/32", + "52.253.157.2/32", + "52.253.159.209/32", + "52.253.232.235/32", + "52.253.239.162/32", + "2603:1030:f:1::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.EastAsia", + "id": "GatewayManager.EastAsia", + "properties": { + "changeNumber": 4, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "13.75.36.8/29", + "20.189.104.72/29", + "20.195.78.0/26", + "2603:1040:207::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.EastUS", + "id": "GatewayManager.EastUS", + "properties": { + "changeNumber": 5, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "20.42.0.72/29", + "20.88.159.0/27", + "40.71.11.96/29", + "40.88.222.179/32", + "40.88.223.53/32", + "2603:1030:210:1::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.EastUS2", + "id": "GatewayManager.EastUS2", + "properties": { + "changeNumber": 5, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "20.41.0.72/29", + "20.98.194.96/27", + "40.70.146.224/29", + "52.184.255.23/32", + "52.251.12.161/32", + "2603:1030:40c:1::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.EastUS2EUAP", + "id": "GatewayManager.EastUS2EUAP", + "properties": { + "changeNumber": 5, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "20.39.1.56/32", + "20.39.1.58/32", + "20.39.8.72/29", + "20.39.26.140/32", + "20.39.26.246/32", + "20.47.233.224/27", + "52.138.90.40/29", + "2603:1030:40b:1::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.EastUSSTG", + "id": "GatewayManager.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "20.99.8.0/26", + "40.67.48.72/29", + "40.67.59.64/29", + "2603:1030:104:1::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.FranceCentral", + "id": "GatewayManager.FranceCentral", + "properties": { + "changeNumber": 5, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "20.43.40.72/29", + "20.74.0.115/32", + "20.74.0.127/32", + "20.111.2.224/27", + "40.79.130.224/29", + "2603:1020:805:1::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.FranceSouth", + "id": "GatewayManager.FranceSouth", + "properties": { + "changeNumber": 4, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "40.79.178.88/29", + "40.82.236.2/32", + "40.82.236.13/32", + "51.105.88.72/29", + "52.136.191.96/27", + "2603:1020:905::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.GermanyNorth", + "id": "GatewayManager.GermanyNorth", + "properties": { + "changeNumber": 3, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "51.116.48.72/29", + "51.116.59.32/29", + "51.116.77.96/27", + "2603:1020:d04::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.GermanyWestCentral", + "id": "GatewayManager.GermanyWestCentral", + "properties": { + "changeNumber": 3, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "20.52.95.96/27", + "51.116.144.72/29", + "51.116.155.96/29", + "2603:1020:c04:1::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.ItalyNorth", + "id": "GatewayManager.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "4.232.24.64/26", + "2603:1020:1204::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.JapanEast", + "id": "GatewayManager.JapanEast", + "properties": { + "changeNumber": 4, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "13.78.108.16/29", + "20.43.64.72/29", + "20.210.68.160/27", + "2603:1040:407:1::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.JapanWest", + "id": "GatewayManager.JapanWest", + "properties": { + "changeNumber": 6, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "20.189.194.192/27", + "20.210.145.192/26", + "40.74.100.168/29", + "40.80.56.72/29", + "40.81.180.83/32", + "40.81.182.82/32", + "40.81.189.24/32", + "40.81.189.42/32", + "2603:1040:606::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.JioIndiaCentral", + "id": "GatewayManager.JioIndiaCentral", + "properties": { + "changeNumber": 1, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "20.192.224.192/26", + "2603:1040:1104::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.JioIndiaWest", + "id": "GatewayManager.JioIndiaWest", + "properties": { + "changeNumber": 1, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "20.192.160.64/26", + "2603:1040:d04::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.KoreaCentral", + "id": "GatewayManager.KoreaCentral", + "properties": { + "changeNumber": 4, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "20.41.64.72/29", + "20.194.75.128/26", + "52.231.18.224/29", + "2603:1040:f05:1::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.KoreaSouth", + "id": "GatewayManager.KoreaSouth", + "properties": { + "changeNumber": 5, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "20.200.160.32/27", + "40.80.168.72/29", + "40.89.217.100/32", + "40.89.217.109/32", + "52.231.146.200/29", + "2603:1040:e05:1::500/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.NorthCentralUS", + "id": "GatewayManager.NorthCentralUS", + "properties": { + "changeNumber": 4, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "20.51.6.64/26", + "23.100.231.72/32", + "23.100.231.96/32", + "40.80.184.72/29", + "52.162.106.168/29", + "2603:1030:608::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.NorthEurope", + "id": "GatewayManager.NorthEurope", + "properties": { + "changeNumber": 5, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "13.69.227.224/29", + "20.38.80.72/29", + "20.54.106.86/32", + "20.54.121.133/32", + "20.107.239.96/27", + "2603:1020:5:1::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.NorwayEast", + "id": "GatewayManager.NorwayEast", + "properties": { + "changeNumber": 3, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "51.120.40.72/29", + "51.120.98.168/29", + "51.120.235.128/26", + "2603:1020:e04:1::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.NorwayWest", + "id": "GatewayManager.NorwayWest", + "properties": { + "changeNumber": 3, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "51.120.176.32/27", + "51.120.219.64/29", + "51.120.224.72/29", + "2603:1020:f04::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.PolandCentral", + "id": "GatewayManager.PolandCentral", + "properties": { + "changeNumber": 1, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "20.215.0.64/26", + "2603:1020:1302::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.QatarCentral", + "id": "GatewayManager.QatarCentral", + "properties": { + "changeNumber": 1, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "20.21.32.64/26", + "2603:1040:1002::80/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.SouthAfricaNorth", + "id": "GatewayManager.SouthAfricaNorth", + "properties": { + "changeNumber": 3, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "20.87.82.0/27", + "102.133.155.16/29", + "102.133.216.72/29", + "2603:1000:104:1::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.SouthAfricaWest", + "id": "GatewayManager.SouthAfricaWest", + "properties": { + "changeNumber": 3, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "102.37.86.224/27", + "102.133.27.16/29", + "102.133.56.72/29", + "2603:1000:4::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.SouthCentralUS", + "id": "GatewayManager.SouthCentralUS", + "properties": { + "changeNumber": 6, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "20.97.35.128/27", + "40.119.8.64/29", + "40.119.49.12/32", + "40.124.139.107/32", + "40.124.139.174/32", + "104.214.19.64/29", + "2603:1030:807:1::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.SouthCentralUSSTG", + "id": "GatewayManager.SouthCentralUSSTG", + "properties": { + "changeNumber": 2, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "20.44.3.16/29", + "20.45.112.72/29", + "23.100.217.32/27" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.SouthIndia", + "id": "GatewayManager.SouthIndia", + "properties": { + "changeNumber": 4, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "20.41.192.72/29", + "20.192.153.224/27", + "40.78.194.88/29", + "2603:1040:c06::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.SoutheastAsia", + "id": "GatewayManager.SoutheastAsia", + "properties": { + "changeNumber": 5, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "13.67.9.128/29", + "20.43.128.72/29", + "20.195.37.65/32", + "20.195.38.22/32", + "20.195.86.96/27", + "40.90.186.21/32", + "40.90.186.91/32", + "2603:1040:5:1::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.SwedenCentral", + "id": "GatewayManager.SwedenCentral", + "properties": { + "changeNumber": 1, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "51.12.40.192/26", + "2603:1020:1004::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.SwedenSouth", + "id": "GatewayManager.SwedenSouth", + "properties": { + "changeNumber": 1, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "51.12.192.192/26", + "2603:1020:1104::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.SwitzerlandNorth", + "id": "GatewayManager.SwitzerlandNorth", + "properties": { + "changeNumber": 3, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "51.107.48.72/29", + "51.107.59.32/29", + "51.107.247.0/26", + "2603:1020:a04:1::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.SwitzerlandWest", + "id": "GatewayManager.SwitzerlandWest", + "properties": { + "changeNumber": 3, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "20.199.200.128/27", + "51.107.144.72/29", + "51.107.155.32/29", + "2603:1020:b04::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.UAECentral", + "id": "GatewayManager.UAECentral", + "properties": { + "changeNumber": 3, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "20.37.64.72/29", + "20.37.74.88/29", + "20.45.95.128/27", + "2603:1040:b04::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.UAENorth", + "id": "GatewayManager.UAENorth", + "properties": { + "changeNumber": 3, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "20.38.136.72/29", + "20.74.195.128/27", + "65.52.250.24/29", + "2603:1040:904:1::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.UKNorth", + "id": "GatewayManager.UKNorth", + "properties": { + "changeNumber": 2, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "13.87.122.104/29", + "51.105.80.72/29", + "2603:1020:305::40/122" + ], + "networkFeatures": null + } + }, + { + "name": "GatewayManager.UKSouth", + "id": "GatewayManager.UKSouth", + "properties": { + "changeNumber": 4, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "20.90.132.224/27", + "51.104.24.72/29", + "51.140.148.16/29", + "2603:1020:705:1::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.UKSouth2", + "id": "GatewayManager.UKSouth2", + "properties": { + "changeNumber": 3, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "13.87.56.104/29", + "51.143.192.72/29", + "2603:1020:405::40/122" + ], + "networkFeatures": null + } + }, + { + "name": "GatewayManager.UKWest", + "id": "GatewayManager.UKWest", + "properties": { + "changeNumber": 5, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "20.90.36.64/27", + "51.137.160.72/29", + "51.140.210.200/29", + "52.142.152.114/32", + "52.142.154.100/32", + "2603:1020:605::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.WestCentralUS", + "id": "GatewayManager.WestCentralUS", + "properties": { + "changeNumber": 5, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "13.71.194.232/29", + "20.69.5.224/27", + "52.148.30.6/32", + "52.150.136.72/29", + "52.159.19.113/32", + "52.159.20.67/32", + "52.159.21.124/32", + "2603:1030:b04::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.WestEurope", + "id": "GatewayManager.WestEurope", + "properties": { + "changeNumber": 5, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "13.69.64.224/29", + "20.71.77.117/32", + "20.71.77.160/32", + "20.105.210.128/27", + "40.74.24.72/29", + "2603:1020:206:1::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.WestIndia", + "id": "GatewayManager.WestIndia", + "properties": { + "changeNumber": 4, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "20.192.84.224/27", + "40.81.94.172/32", + "40.81.94.182/32", + "52.136.48.72/29", + "104.211.146.88/29", + "2603:1040:806::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.WestUS", + "id": "GatewayManager.WestUS", + "properties": { + "changeNumber": 5, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "20.59.80.32/27", + "20.189.180.225/32", + "20.189.181.8/32", + "40.82.248.240/29", + "40.112.242.168/29", + "2603:1030:a07::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.WestUS2", + "id": "GatewayManager.WestUS2", + "properties": { + "changeNumber": 5, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "13.66.140.144/29", + "20.42.128.72/29", + "20.83.222.224/27", + "40.91.89.36/32", + "40.91.91.51/32", + "52.149.24.100/32", + "52.149.26.14/32", + "2603:1030:c06:1::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "GatewayManager.WestUS3", + "id": "GatewayManager.WestUS3", + "properties": { + "changeNumber": 1, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "GatewayManager", + "addressPrefixes": [ + "20.150.160.64/29", + "20.150.161.0/26", + "20.150.171.64/29", + "2603:1030:504:1::40/122" + ], + "networkFeatures": [ + "NSG" + ] + } + }, + { + "name": "HDInsight.AustraliaCentral", + "id": "HDInsight.AustraliaCentral", + "properties": { + "changeNumber": 4, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "20.36.36.33/32", + "20.36.36.196/32", + "20.37.228.0/29", + "2603:1010:304:5::120/124", + "2603:1010:304:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.AustraliaCentral2", + "id": "HDInsight.AustraliaCentral2", + "properties": { + "changeNumber": 2, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "20.36.123.88/29", + "2603:1010:404:5::1f0/124", + "2603:1010:404:402::320/124" + ], + "networkFeatures": null + } + }, + { + "name": "HDInsight.AustraliaEast", + "id": "HDInsight.AustraliaEast", + "properties": { + "changeNumber": 3, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "13.70.73.96/29", + "13.75.152.195/32", + "20.53.40.120/29", + "104.210.84.115/32", + "2603:1010:6:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.AustraliaSoutheast", + "id": "HDInsight.AustraliaSoutheast", + "properties": { + "changeNumber": 3, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "13.77.2.56/32", + "13.77.2.94/32", + "13.77.52.8/29", + "104.46.176.168/29", + "2603:1010:101:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.BrazilSouth", + "id": "HDInsight.BrazilSouth", + "properties": { + "changeNumber": 3, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "191.233.204.240/29", + "191.234.138.128/29", + "191.235.84.104/32", + "191.235.87.113/32", + "2603:1050:6:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.BrazilSoutheast", + "id": "HDInsight.BrazilSoutheast", + "properties": { + "changeNumber": 1, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "191.233.10.184/29", + "191.233.51.152/29", + "2603:1050:403:400::420/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.CanadaCentral", + "id": "HDInsight.CanadaCentral", + "properties": { + "changeNumber": 3, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "13.71.172.240/29", + "20.48.192.24/29", + "52.228.37.66/32", + "52.228.45.222/32", + "2603:1030:f05:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.CanadaEast", + "id": "HDInsight.CanadaEast", + "properties": { + "changeNumber": 4, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "40.69.107.8/29", + "40.89.22.88/29", + "52.229.123.172/32", + "52.229.127.96/32", + "2603:1030:1005:3::430/124", + "2603:1030:1005:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.CentralIndia", + "id": "HDInsight.CentralIndia", + "properties": { + "changeNumber": 4, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "20.43.120.8/29", + "52.140.108.248/29", + "52.172.152.49/32", + "52.172.153.209/32", + "2603:1040:a06:2::540/124", + "2603:1040:a06:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.CentralUS", + "id": "HDInsight.CentralUS", + "properties": { + "changeNumber": 3, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "13.89.171.120/29", + "20.40.207.144/29", + "2603:1030:10:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.CentralUSEUAP", + "id": "HDInsight.CentralUSEUAP", + "properties": { + "changeNumber": 4, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "20.45.198.80/29", + "40.78.202.136/29", + "52.180.183.49/32", + "52.180.183.58/32", + "2603:1030:f:2::4b0/124", + "2603:1030:f:400::b20/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.EastAsia", + "id": "HDInsight.EastAsia", + "properties": { + "changeNumber": 4, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "13.75.38.112/29", + "20.189.111.192/29", + "23.102.235.122/32", + "52.175.38.134/32", + "2603:1040:207:1::4d0/124", + "2603:1040:207:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.EastUS", + "id": "HDInsight.EastUS", + "properties": { + "changeNumber": 3, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "13.82.225.233/32", + "40.71.13.160/29", + "40.71.175.99/32", + "52.146.79.136/29", + "168.61.48.131/32", + "168.61.49.99/32", + "2603:1030:210:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.EastUS2", + "id": "HDInsight.EastUS2", + "properties": { + "changeNumber": 3, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "20.44.16.8/29", + "20.49.102.48/29", + "2603:1030:40c:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.EastUS2EUAP", + "id": "HDInsight.EastUS2EUAP", + "properties": { + "changeNumber": 3, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "20.39.15.48/29", + "40.74.146.88/29", + "40.89.65.220/32", + "40.89.68.134/32", + "2603:1030:40b:400::b20/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.EastUSSTG", + "id": "HDInsight.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "40.67.50.248/29", + "40.67.60.64/29", + "2603:1030:104::7b0/124", + "2603:1030:104:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.FranceCentral", + "id": "HDInsight.FranceCentral", + "properties": { + "changeNumber": 4, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "20.43.45.224/29", + "20.188.39.64/32", + "40.79.130.248/29", + "40.89.157.135/32", + "2603:1020:805:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.FranceSouth", + "id": "HDInsight.FranceSouth", + "properties": { + "changeNumber": 3, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "40.79.180.16/29", + "51.105.92.56/29", + "2603:1020:905:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.GermanyNorth", + "id": "HDInsight.GermanyNorth", + "properties": { + "changeNumber": 4, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "51.116.49.168/29", + "51.116.60.48/29", + "2603:1020:d04:5::300/124", + "2603:1020:d04:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.GermanyWestCentral", + "id": "HDInsight.GermanyWestCentral", + "properties": { + "changeNumber": 3, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "51.116.145.168/29", + "51.116.156.48/29", + "2603:1020:c04:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.ItalyNorth", + "id": "HDInsight.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "4.232.30.208/29", + "2603:1020:1204:1::290/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.JapanEast", + "id": "HDInsight.JapanEast", + "properties": { + "changeNumber": 3, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "13.78.89.60/32", + "13.78.125.90/32", + "20.191.160.0/29", + "40.79.187.0/29", + "2603:1040:407:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.JapanWest", + "id": "HDInsight.JapanWest", + "properties": { + "changeNumber": 4, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "40.74.101.192/29", + "40.74.125.69/32", + "40.80.63.144/29", + "138.91.29.150/32", + "2603:1040:606:3::310/124", + "2603:1040:606:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.JioIndiaCentral", + "id": "HDInsight.JioIndiaCentral", + "properties": { + "changeNumber": 1, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "20.192.48.216/29", + "20.192.235.248/29", + "2603:1040:1104:1::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.JioIndiaWest", + "id": "HDInsight.JioIndiaWest", + "properties": { + "changeNumber": 1, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "20.193.194.16/29", + "20.193.203.200/29", + "2603:1040:d04:1::1e0/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.KoreaCentral", + "id": "HDInsight.KoreaCentral", + "properties": { + "changeNumber": 4, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "20.41.69.32/29", + "20.44.26.240/29", + "52.231.36.209/32", + "52.231.39.142/32", + "2603:1040:f05::790/124", + "2603:1040:f05:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.KoreaSouth", + "id": "HDInsight.KoreaSouth", + "properties": { + "changeNumber": 3, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "40.80.172.120/29", + "52.231.147.24/29", + "52.231.203.16/32", + "52.231.205.214/32", + "2603:1040:e05:5::4b0/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.NorthCentralUS", + "id": "HDInsight.NorthCentralUS", + "properties": { + "changeNumber": 4, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "20.49.114.56/29", + "52.162.110.160/29", + "157.55.213.99/32", + "157.56.8.38/32", + "2603:1030:608:3::7b0/124", + "2603:1030:608:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.NorthEurope", + "id": "HDInsight.NorthEurope", + "properties": { + "changeNumber": 3, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "13.69.229.72/29", + "13.74.153.132/32", + "52.146.130.184/29", + "52.164.210.96/32", + "2603:1020:5:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.NorwayEast", + "id": "HDInsight.NorwayEast", + "properties": { + "changeNumber": 4, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "51.120.43.88/29", + "51.120.100.48/29", + "2603:1020:e04::790/124", + "2603:1020:e04:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.NorwayWest", + "id": "HDInsight.NorwayWest", + "properties": { + "changeNumber": 4, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "51.120.220.48/29", + "51.120.228.40/29", + "2603:1020:f04:6::300/124", + "2603:1020:f04:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.PolandCentral", + "id": "HDInsight.PolandCentral", + "properties": { + "changeNumber": 1, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "20.215.6.136/29", + "2603:1020:1302:1::540/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.QatarCentral", + "id": "HDInsight.QatarCentral", + "properties": { + "changeNumber": 1, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "20.21.37.56/29", + "2603:1040:1002:1::460/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.SouthAfricaNorth", + "id": "HDInsight.SouthAfricaNorth", + "properties": { + "changeNumber": 3, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "102.133.124.0/29", + "102.133.219.176/29", + "2603:1000:104:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.SouthAfricaWest", + "id": "HDInsight.SouthAfricaWest", + "properties": { + "changeNumber": 3, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "102.133.28.80/29", + "102.133.60.32/29", + "2603:1000:4:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.SouthCentralUS", + "id": "HDInsight.SouthCentralUS", + "properties": { + "changeNumber": 3, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "13.73.240.8/29", + "13.73.254.192/29", + "2603:1030:807:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.SouthCentralUSSTG", + "id": "HDInsight.SouthCentralUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "20.44.4.64/29", + "20.45.115.128/29" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.SouthIndia", + "id": "HDInsight.SouthIndia", + "properties": { + "changeNumber": 3, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "20.41.197.120/29", + "40.78.195.8/29", + "104.211.216.210/32", + "104.211.223.67/32", + "2603:1040:c06:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.SoutheastAsia", + "id": "HDInsight.SoutheastAsia", + "properties": { + "changeNumber": 3, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "13.67.9.152/29", + "13.76.136.249/32", + "13.76.245.160/32", + "23.98.107.192/29", + "2603:1040:5:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.SwedenCentral", + "id": "HDInsight.SwedenCentral", + "properties": { + "changeNumber": 1, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "51.12.25.48/29", + "2603:1020:1004:1::1e0/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.SwedenSouth", + "id": "HDInsight.SwedenSouth", + "properties": { + "changeNumber": 1, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "51.12.17.48/29", + "2603:1020:1104:1::140/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.SwitzerlandNorth", + "id": "HDInsight.SwitzerlandNorth", + "properties": { + "changeNumber": 4, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "51.107.52.208/29", + "51.107.60.48/29", + "2603:1020:a04:3::40/124", + "2603:1020:a04:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.SwitzerlandWest", + "id": "HDInsight.SwitzerlandWest", + "properties": { + "changeNumber": 3, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "51.107.148.24/29", + "51.107.156.56/29", + "2603:1020:b04:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.UAECentral", + "id": "HDInsight.UAECentral", + "properties": { + "changeNumber": 4, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "20.37.68.40/29", + "20.37.76.96/29", + "2603:1040:b04:5::240/124", + "2603:1040:b04:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.UAENorth", + "id": "HDInsight.UAENorth", + "properties": { + "changeNumber": 4, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "20.38.139.88/29", + "65.52.252.96/29", + "2603:1040:904:3::10/124", + "2603:1040:904:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.UKNorth", + "id": "HDInsight.UKNorth", + "properties": { + "changeNumber": 2, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "13.87.124.32/29", + "2603:1020:305:402::320/124" + ], + "networkFeatures": null + } + }, + { + "name": "HDInsight.UKSouth", + "id": "HDInsight.UKSouth", + "properties": { + "changeNumber": 3, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "51.104.8.96/29", + "51.104.31.56/29", + "51.140.47.39/32", + "51.140.52.16/32", + "2603:1020:705:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.UKSouth2", + "id": "HDInsight.UKSouth2", + "properties": { + "changeNumber": 1, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "13.87.58.32/29", + "2603:1020:405:402::320/124" + ], + "networkFeatures": null + } + }, + { + "name": "HDInsight.UKWest", + "id": "HDInsight.UKWest", + "properties": { + "changeNumber": 3, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "51.137.166.32/29", + "51.140.211.24/29", + "51.141.7.20/32", + "51.141.13.110/32", + "2603:1020:605:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.WestCentralUS", + "id": "HDInsight.WestCentralUS", + "properties": { + "changeNumber": 3, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "13.71.196.48/29", + "52.150.154.192/29", + "52.161.10.167/32", + "52.161.23.15/32", + "2603:1030:b04:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.WestEurope", + "id": "HDInsight.WestEurope", + "properties": { + "changeNumber": 3, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "13.69.65.8/29", + "20.61.96.160/29", + "52.166.243.90/32", + "52.174.36.244/32", + "2603:1020:206:402::320/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.WestIndia", + "id": "HDInsight.WestIndia", + "properties": { + "changeNumber": 2, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "52.136.52.40/29", + "2603:1040:806:3::600/124", + "2603:1040:806:402::320/124" + ], + "networkFeatures": null + } + }, + { + "name": "HDInsight.WestUS", + "id": "HDInsight.WestUS", + "properties": { + "changeNumber": 4, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "13.64.254.98/32", + "13.86.218.240/29", + "20.49.126.128/29", + "23.99.5.239/32", + "23.101.196.19/32", + "138.91.141.162/32", + "2603:1030:a07:9::1c0/124", + "2603:1030:a07:402::9a0/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.WestUS2", + "id": "HDInsight.WestUS2", + "properties": { + "changeNumber": 3, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "13.66.141.144/29", + "40.64.134.160/29", + "52.175.211.210/32", + "52.175.222.222/32", + "2603:1030:c06:400::b20/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "HDInsight.WestUS3", + "id": "HDInsight.WestUS3", + "properties": { + "changeNumber": 1, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "HDInsight", + "addressPrefixes": [ + "20.150.167.176/29", + "20.150.172.232/29", + "2603:1030:504::1e0/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "LogicApps.AustraliaCentral", + "id": "LogicApps.AustraliaCentral", + "properties": { + "changeNumber": 2, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.36.108.192/27", + "20.36.108.224/28", + "2603:1010:304:402::3c0/124", + "2603:1010:304:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.AustraliaCentral2", + "id": "LogicApps.AustraliaCentral2", + "properties": { + "changeNumber": 1, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.36.117.96/27", + "20.36.117.128/28", + "2603:1010:404:402::3c0/124", + "2603:1010:404:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.AustraliaEast", + "id": "LogicApps.AustraliaEast", + "properties": { + "changeNumber": 3, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "13.70.78.192/27", + "13.75.149.4/32", + "13.75.153.66/32", + "20.53.72.170/32", + "20.53.93.188/32", + "20.53.94.103/32", + "20.53.106.182/32", + "20.53.107.208/32", + "20.53.107.215/32", + "20.70.223.16/29", + "20.70.223.32/27", + "40.79.171.240/28", + "40.126.227.199/32", + "40.126.240.14/32", + "40.126.249.73/32", + "40.126.252.33/32", + "40.126.252.85/32", + "40.126.252.107/32", + "52.187.226.96/32", + "52.187.226.139/32", + "52.187.227.245/32", + "52.187.229.130/32", + "52.187.231.161/32", + "52.187.231.184/32", + "104.210.89.222/32", + "104.210.89.244/32", + "104.210.90.241/32", + "104.210.91.55/32", + "191.239.67.132/32", + "191.239.82.62/32", + "2603:1010:6:402::3c0/124", + "2603:1010:6:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.AustraliaSoutheast", + "id": "LogicApps.AustraliaSoutheast", + "properties": { + "changeNumber": 3, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "13.70.159.205/32", + "13.73.114.207/32", + "13.73.115.153/32", + "13.77.3.139/32", + "13.77.53.224/27", + "13.77.55.128/28", + "13.77.56.167/32", + "13.77.58.136/32", + "20.70.114.10/32", + "20.70.114.64/32", + "20.70.114.125/32", + "20.92.5.32/27", + "40.115.78.70/32", + "40.115.78.237/32", + "40.127.80.231/32", + "40.127.83.170/32", + "40.127.84.38/32", + "40.127.86.12/32", + "40.127.91.18/32", + "40.127.93.92/32", + "52.158.133.57/32", + "52.189.214.42/32", + "52.189.216.28/32", + "52.189.220.75/32", + "52.189.222.77/32", + "52.255.36.185/32", + "52.255.42.110/32", + "191.239.161.74/32", + "191.239.177.86/32", + "2603:1010:101:402::3c0/124", + "2603:1010:101:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.BrazilSouth", + "id": "LogicApps.BrazilSouth", + "properties": { + "changeNumber": 3, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.201.24.212/32", + "20.201.25.72/32", + "20.201.64.135/32", + "20.201.66.44/32", + "20.201.66.147/32", + "20.206.178.0/28", + "20.206.178.16/29", + "104.41.0.115/32", + "104.41.33.103/32", + "191.232.32.19/32", + "191.232.32.100/32", + "191.232.34.78/32", + "191.232.34.249/32", + "191.232.35.177/32", + "191.232.36.213/32", + "191.233.207.0/28", + "191.233.207.32/27", + "191.234.161.28/32", + "191.234.161.168/32", + "191.234.162.131/32", + "191.234.162.178/32", + "191.234.166.198/32", + "191.234.182.26/32", + "191.235.82.221/32", + "191.235.86.199/32", + "191.235.91.7/32", + "191.235.94.220/32", + "191.235.95.229/32", + "191.237.207.21/32", + "191.237.255.116/32", + "191.238.78.248/29", + "2603:1050:6:402::3c0/124", + "2603:1050:6:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.BrazilSoutheast", + "id": "LogicApps.BrazilSoutheast", + "properties": { + "changeNumber": 5, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.40.32.19/32", + "20.40.32.49/32", + "20.40.32.59/32", + "20.40.32.60/31", + "20.40.32.80/31", + "20.40.32.85/32", + "20.40.32.87/32", + "20.40.32.113/32", + "20.40.32.116/32", + "20.40.32.162/32", + "20.206.0.208/28", + "20.206.0.224/28", + "20.206.40.250/32", + "20.206.41.20/32", + "20.206.41.94/32", + "20.206.42.14/32", + "20.206.42.67/32", + "20.206.43.33/32", + "191.233.54.240/28", + "2603:1050:403:400::180/123", + "2603:1050:403:400::250/124" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.CanadaCentral", + "id": "LogicApps.CanadaCentral", + "properties": { + "changeNumber": 5, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "13.71.184.150/32", + "13.71.186.1/32", + "13.88.249.209/32", + "20.38.149.144/28", + "20.38.149.160/27", + "20.48.132.222/32", + "20.48.133.133/32", + "20.48.133.182/32", + "20.104.9.221/32", + "20.104.13.249/32", + "20.104.14.9/32", + "20.116.43.24/29", + "20.116.43.32/28", + "20.116.43.48/29", + "40.85.241.105/32", + "40.85.250.135/32", + "40.85.250.212/32", + "40.85.252.47/32", + "52.228.39.244/32", + "52.233.29.79/32", + "52.233.29.92/32", + "52.233.30.218/32", + "2603:1030:f05:402::3c0/124", + "2603:1030:f05:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.CanadaEast", + "id": "LogicApps.CanadaEast", + "properties": { + "changeNumber": 4, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.200.59.228/32", + "20.200.60.151/32", + "20.200.63.149/32", + "40.69.110.192/27", + "40.69.110.224/28", + "40.86.202.42/32", + "40.86.203.228/32", + "40.86.216.241/32", + "40.86.217.241/32", + "40.86.226.149/32", + "40.86.228.93/32", + "52.229.105.109/32", + "52.229.120.45/32", + "52.229.125.57/32", + "52.229.126.25/32", + "52.229.126.67/32", + "52.229.126.142/32", + "52.232.128.155/32", + "52.232.129.143/32", + "52.232.133.109/32", + "52.242.44.48/28", + "52.242.44.160/28", + "2603:1030:1005:402::3c0/124", + "2603:1030:1005:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.CentralIndia", + "id": "LogicApps.CentralIndia", + "properties": { + "changeNumber": 4, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.43.121.192/27", + "20.43.121.224/28", + "20.204.192.144/28", + "20.204.192.160/28", + "20.204.202.72/32", + "20.204.203.110/32", + "20.204.204.74/32", + "20.204.212.8/32", + "20.204.212.60/32", + "20.204.212.77/32", + "52.172.154.168/32", + "52.172.157.194/32", + "52.172.184.192/32", + "52.172.185.79/32", + "52.172.186.159/32", + "52.172.191.194/32", + "104.211.73.195/32", + "104.211.74.145/32", + "104.211.90.162/32", + "104.211.90.169/32", + "104.211.101.108/32", + "104.211.102.62/32", + "2603:1040:a06:402::3c0/124", + "2603:1040:a06:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.CentralUS", + "id": "LogicApps.CentralUS", + "properties": { + "changeNumber": 3, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "13.67.236.76/32", + "13.67.236.125/32", + "13.86.98.126/32", + "13.89.178.48/28", + "20.109.202.29/32", + "20.109.202.36/31", + "20.118.195.224/27", + "23.100.82.16/32", + "23.100.86.139/32", + "23.100.87.24/32", + "23.100.87.56/32", + "40.77.31.87/32", + "40.77.111.254/32", + "40.113.218.230/32", + "40.122.41.236/32", + "40.122.46.197/32", + "40.122.170.198/32", + "52.141.218.55/32", + "52.141.221.6/32", + "52.182.141.160/27", + "104.43.166.135/32", + "104.43.243.39/32", + "104.208.25.27/32", + "168.61.152.201/32", + "168.61.172.83/32", + "168.61.172.225/32", + "168.61.173.172/32", + "168.61.217.177/32", + "2603:1030:10:402::3c0/124", + "2603:1030:10:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.CentralUSEUAP", + "id": "LogicApps.CentralUSEUAP", + "properties": { + "changeNumber": 2, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.45.245.152/29", + "20.45.245.160/28", + "20.45.245.176/29", + "40.78.204.208/28", + "40.78.204.224/27", + "2603:1030:f:400::bc0/124", + "2603:1030:f:400::be0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.EastAsia", + "id": "LogicApps.EastAsia", + "properties": { + "changeNumber": 3, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "13.75.89.159/32", + "13.75.94.173/32", + "20.187.188.136/32", + "20.187.189.47/32", + "20.187.189.246/32", + "20.187.250.221/32", + "20.187.254.110/32", + "20.187.254.129/32", + "20.205.49.0/27", + "23.97.68.172/32", + "23.99.125.99/32", + "40.83.73.39/32", + "40.83.75.165/32", + "40.83.77.208/32", + "40.83.98.194/32", + "40.83.100.69/32", + "40.83.127.19/32", + "52.175.33.254/32", + "65.52.175.34/32", + "65.52.185.96/32", + "65.52.185.218/32", + "65.52.186.153/32", + "65.52.186.190/32", + "65.52.186.225/32", + "104.214.161.64/27", + "104.214.161.96/28", + "168.63.136.37/32", + "168.63.200.173/32", + "207.46.148.176/32", + "2603:1040:207:402::3c0/124", + "2603:1040:207:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.EastUS", + "id": "LogicApps.EastUS", + "properties": { + "changeNumber": 3, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "13.92.98.111/32", + "20.42.64.48/28", + "20.42.72.160/27", + "20.84.29.18/32", + "20.84.29.29/32", + "20.84.29.150/32", + "20.88.159.144/29", + "20.88.159.160/27", + "23.100.29.190/32", + "23.101.132.208/32", + "23.101.136.201/32", + "23.101.139.153/32", + "40.76.148.50/32", + "40.76.151.25/32", + "40.76.151.124/32", + "40.76.174.39/32", + "40.76.174.83/32", + "40.76.174.148/32", + "40.114.8.21/32", + "40.114.12.31/32", + "40.114.13.216/32", + "40.114.14.143/32", + "40.114.40.186/32", + "40.114.51.5/32", + "40.114.82.191/32", + "40.117.99.79/32", + "40.117.100.228/32", + "40.121.91.41/32", + "52.226.216.187/32", + "52.226.216.197/32", + "52.226.216.209/32", + "104.45.153.81/32", + "137.116.126.165/32", + "137.117.72.32/32", + "137.135.106.54/32", + "191.238.41.107/32", + "2603:1030:210:402::3c0/124", + "2603:1030:210:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.EastUS2", + "id": "LogicApps.EastUS2", + "properties": { + "changeNumber": 3, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.44.17.224/27", + "20.96.58.28/32", + "20.96.58.139/32", + "20.96.58.140/32", + "20.96.89.48/32", + "20.96.89.54/32", + "20.96.89.98/32", + "20.96.89.234/32", + "20.96.89.254/32", + "20.96.90.28/32", + "20.98.195.0/27", + "20.98.195.32/29", + "40.70.26.154/32", + "40.70.27.236/32", + "40.70.27.253/32", + "40.70.29.214/32", + "40.70.131.151/32", + "40.79.44.7/32", + "40.84.25.234/32", + "40.84.30.147/32", + "40.84.59.136/32", + "52.167.109.80/28", + "104.46.98.208/32", + "104.46.106.158/32", + "104.208.140.40/32", + "104.208.155.200/32", + "104.208.158.174/32", + "104.209.131.77/32", + "104.209.133.254/32", + "104.209.134.133/32", + "137.116.44.82/32", + "137.116.80.70/32", + "137.116.85.245/32", + "2603:1030:40c:402::3c0/124", + "2603:1030:40c:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.EastUS2EUAP", + "id": "LogicApps.EastUS2EUAP", + "properties": { + "changeNumber": 4, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.47.236.96/27", + "20.47.249.56/32", + "20.47.249.65/32", + "20.47.249.165/32", + "20.102.164.100/32", + "20.102.166.9/32", + "20.102.166.10/32", + "40.74.149.96/27", + "40.75.35.240/28", + "2603:1030:40b:400::bc0/124", + "2603:1030:40b:400::be0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.EastUSSTG", + "id": "LogicApps.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "40.67.60.176/28", + "40.67.60.192/27", + "2603:1030:104:402::3c0/124", + "2603:1030:104:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.FranceCentral", + "id": "LogicApps.FranceCentral", + "properties": { + "changeNumber": 3, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.40.138.112/32", + "20.40.139.209/32", + "20.40.140.149/32", + "20.111.3.120/29", + "20.111.3.128/28", + "20.111.3.144/29", + "20.188.33.169/32", + "20.188.39.105/32", + "40.79.139.144/28", + "40.79.139.160/27", + "40.89.186.28/32", + "40.89.186.30/32", + "40.89.188.169/32", + "40.89.190.104/32", + "40.89.191.161/32", + "51.11.237.216/32", + "51.11.237.219/32", + "51.11.237.239/32", + "52.143.156.55/32", + "52.143.158.203/32", + "52.143.162.83/32", + "52.143.164.15/32", + "52.143.164.80/32", + "2603:1020:805:402::3c0/124", + "2603:1020:805:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.FranceSouth", + "id": "LogicApps.FranceSouth", + "properties": { + "changeNumber": 4, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "40.79.180.160/27", + "40.79.180.192/28", + "52.136.133.225/32", + "52.136.134.128/32", + "52.136.135.74/32", + "52.136.139.71/32", + "52.136.139.96/32", + "52.136.143.218/32", + "52.136.191.88/29", + "52.136.191.224/28", + "52.136.191.240/29", + "2603:1020:905:402::3c0/124", + "2603:1020:905:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.GermanyNorth", + "id": "LogicApps.GermanyNorth", + "properties": { + "changeNumber": 7, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.113.195.253/32", + "20.113.196.183/32", + "20.113.197.46/32", + "20.113.206.134/32", + "20.113.206.147/32", + "20.113.206.170/32", + "51.116.60.144/28", + "51.116.60.160/27", + "51.116.77.88/29", + "51.116.77.224/28", + "51.116.77.240/29", + "51.116.208.37/32", + "51.116.208.51/32", + "51.116.208.64/32", + "51.116.208.132/32", + "51.116.208.165/32", + "51.116.208.175/32", + "51.116.208.192/32", + "51.116.208.200/32", + "51.116.208.217/32", + "51.116.208.222/32", + "51.116.211.29/32", + "51.116.211.168/32", + "2603:1020:d04:402::3c0/124", + "2603:1020:d04:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.GermanyWestCentral", + "id": "LogicApps.GermanyWestCentral", + "properties": { + "changeNumber": 3, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.52.95.184/29", + "20.52.95.192/28", + "20.52.95.208/29", + "20.113.8.64/32", + "20.113.10.168/32", + "20.113.11.8/32", + "20.113.11.85/32", + "20.113.11.136/32", + "20.113.12.69/32", + "51.116.158.64/28", + "51.116.168.104/32", + "51.116.168.222/32", + "51.116.171.49/32", + "51.116.171.209/32", + "51.116.175.0/32", + "51.116.175.17/32", + "51.116.175.51/32", + "51.116.233.22/32", + "51.116.233.33/32", + "51.116.233.35/32", + "51.116.233.40/32", + "51.116.233.87/32", + "51.116.243.224/27", + "2603:1020:c04:402::3c0/124", + "2603:1020:c04:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.ItalyNorth", + "id": "LogicApps.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "4.232.111.16/28", + "4.232.111.32/27", + "2603:1020:1204:400::390/124", + "2603:1020:1204:400::3a0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.JapanEast", + "id": "LogicApps.JapanEast", + "properties": { + "changeNumber": 3, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "13.71.146.140/32", + "13.71.158.3/32", + "13.71.158.120/32", + "13.73.4.207/32", + "13.78.18.168/32", + "13.78.20.232/32", + "13.78.21.155/32", + "13.78.35.229/32", + "13.78.42.223/32", + "13.78.43.164/32", + "13.78.62.130/32", + "13.78.84.187/32", + "13.78.111.160/27", + "20.46.187.174/32", + "20.191.172.255/32", + "20.191.174.52/32", + "20.194.205.189/32", + "20.194.206.98/32", + "20.194.207.50/32", + "20.210.69.32/27", + "23.102.70.174/32", + "40.79.197.48/28", + "104.41.162.245/32", + "104.41.163.102/32", + "104.41.168.76/32", + "104.41.173.132/32", + "104.41.179.165/32", + "104.41.181.59/32", + "104.41.182.232/32", + "2603:1040:407:402::3c0/124", + "2603:1040:407:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.JapanWest", + "id": "LogicApps.JapanWest", + "properties": { + "changeNumber": 4, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.89.226.101/32", + "20.89.226.188/32", + "20.89.226.241/32", + "20.89.227.14/32", + "20.89.227.25/32", + "20.89.227.63/32", + "20.189.194.184/29", + "20.189.198.64/28", + "20.189.198.80/29", + "40.74.64.207/32", + "40.74.66.200/32", + "40.74.68.85/32", + "40.74.74.21/32", + "40.74.76.213/32", + "40.74.77.205/32", + "40.74.81.13/32", + "40.74.85.215/32", + "40.74.131.151/32", + "40.74.132.29/32", + "40.74.136.23/32", + "40.74.140.4/32", + "40.74.140.162/32", + "40.74.140.173/32", + "40.74.142.133/32", + "40.74.143.215/32", + "40.80.180.16/28", + "40.80.180.32/27", + "104.214.137.243/32", + "138.91.17.47/32", + "138.91.25.99/32", + "138.91.26.45/32", + "2603:1040:606:402::3c0/124", + "2603:1040:606:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.JioIndiaCentral", + "id": "LogicApps.JioIndiaCentral", + "properties": { + "changeNumber": 1, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.192.238.128/27", + "20.192.238.160/28", + "2603:1040:1104:400::510/124", + "2603:1040:1104:400::520/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.JioIndiaWest", + "id": "LogicApps.JioIndiaWest", + "properties": { + "changeNumber": 2, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.193.206.48/28", + "20.193.206.128/27", + "40.64.10.208/28", + "40.64.11.64/28", + "2603:1040:d04:400::250/124", + "2603:1040:d04:400::260/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.KoreaCentral", + "id": "LogicApps.KoreaCentral", + "properties": { + "changeNumber": 3, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.200.198.168/29", + "20.200.198.176/28", + "20.200.198.192/29", + "20.200.202.75/32", + "20.200.206.170/32", + "20.200.207.29/32", + "20.200.231.139/32", + "20.200.231.222/32", + "20.200.231.229/32", + "52.231.23.16/28", + "52.231.23.32/27", + "2603:1040:f05:402::3c0/124", + "2603:1040:f05:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.KoreaSouth", + "id": "LogicApps.KoreaSouth", + "properties": { + "changeNumber": 5, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.200.160.160/27", + "20.200.177.135/32", + "20.200.177.146/31", + "20.200.177.148/32", + "20.200.177.151/32", + "20.200.180.213/32", + "52.147.97.16/28", + "52.147.97.32/27", + "2603:1040:e05:402::2e0/124", + "2603:1040:e05:402::400/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.NorthCentralUS", + "id": "LogicApps.NorthCentralUS", + "properties": { + "changeNumber": 3, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.51.6.176/28", + "20.51.6.192/28", + "23.96.200.77/32", + "23.96.200.227/32", + "23.96.203.46/32", + "23.96.210.49/32", + "23.96.212.28/32", + "23.96.253.219/32", + "23.101.160.111/32", + "23.101.167.207/32", + "23.101.174.98/32", + "52.162.111.144/28", + "52.162.111.160/27", + "52.162.177.30/32", + "52.162.177.90/32", + "52.162.177.104/32", + "52.162.208.216/32", + "52.162.213.231/32", + "65.52.8.225/32", + "65.52.9.64/32", + "65.52.9.96/32", + "65.52.10.183/32", + "65.52.60.5/32", + "65.52.211.164/32", + "157.55.210.61/32", + "157.55.212.238/32", + "157.56.12.202/32", + "168.62.109.110/32", + "168.62.248.37/32", + "168.62.249.81/32", + "2603:1030:608:402::3c0/124", + "2603:1030:608:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.NorthEurope", + "id": "LogicApps.NorthEurope", + "properties": { + "changeNumber": 4, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "13.69.231.160/27", + "13.69.233.16/28", + "13.79.173.49/32", + "20.107.239.224/27", + "40.112.90.39/32", + "40.112.92.104/32", + "40.112.95.216/32", + "40.113.1.181/32", + "40.113.3.202/32", + "40.113.4.18/32", + "40.113.10.90/32", + "40.113.11.17/32", + "40.113.12.95/32", + "40.113.18.211/32", + "40.113.20.202/32", + "40.113.22.12/32", + "40.113.94.31/32", + "40.127.144.121/32", + "40.127.144.251/32", + "40.127.145.51/32", + "40.127.240.183/32", + "40.127.242.159/32", + "40.127.242.203/32", + "51.138.226.19/32", + "51.138.227.94/32", + "51.138.227.160/32", + "52.146.141.128/29", + "52.169.218.253/32", + "52.169.220.174/32", + "52.178.165.215/32", + "52.178.166.21/32", + "168.61.86.120/32", + "191.235.180.188/32", + "2603:1020:5:402::3c0/124", + "2603:1020:5:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.NorwayEast", + "id": "LogicApps.NorwayEast", + "properties": { + "changeNumber": 3, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.100.4.104/29", + "20.100.4.112/28", + "20.100.4.128/29", + "20.100.26.52/32", + "20.100.26.148/32", + "20.100.27.17/32", + "20.100.36.10/32", + "20.100.36.49/32", + "20.100.36.102/32", + "51.120.100.160/27", + "51.120.109.32/28", + "2603:1020:e04:402::3c0/124", + "2603:1020:e04:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.NorwayWest", + "id": "LogicApps.NorwayWest", + "properties": { + "changeNumber": 4, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "51.13.148.11/32", + "51.13.148.178/32", + "51.13.149.162/32", + "51.13.151.90/32", + "51.13.153.172/32", + "51.13.155.184/32", + "51.120.176.16/28", + "51.120.176.160/28", + "51.120.220.128/27", + "51.120.220.160/28", + "2603:1020:f04:402::3c0/124", + "2603:1020:f04:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.PolandCentral", + "id": "LogicApps.PolandCentral", + "properties": { + "changeNumber": 1, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.215.158.80/28", + "20.215.158.96/27", + "2603:1020:1302:400::3b0/124", + "2603:1020:1302:400::3c0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.QatarCentral", + "id": "LogicApps.QatarCentral", + "properties": { + "changeNumber": 2, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.21.46.80/28", + "20.21.46.96/27", + "20.21.80.96/27", + "2603:1040:1002:400::3c0/124", + "2603:1040:1002:400::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.SouthAfricaNorth", + "id": "LogicApps.SouthAfricaNorth", + "properties": { + "changeNumber": 3, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.87.80.120/29", + "20.87.82.128/28", + "20.87.82.144/29", + "20.87.88.47/32", + "20.87.91.122/32", + "20.87.91.169/32", + "20.87.91.171/32", + "20.87.92.40/32", + "20.87.92.64/32", + "102.133.156.176/28", + "102.133.224.125/32", + "102.133.226.199/32", + "102.133.227.103/32", + "102.133.228.4/32", + "102.133.228.6/32", + "102.133.228.9/32", + "102.133.230.4/32", + "102.133.230.82/32", + "102.133.231.9/32", + "102.133.231.51/32", + "102.133.231.117/32", + "102.133.231.188/32", + "102.133.251.224/27", + "2603:1000:104:402::3c0/124", + "2603:1000:104:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.SouthAfricaWest", + "id": "LogicApps.SouthAfricaWest", + "properties": { + "changeNumber": 4, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "40.117.9.125/32", + "40.117.9.225/32", + "40.117.9.229/32", + "40.117.10.230/32", + "102.37.87.104/29", + "102.37.87.112/28", + "102.37.87.128/29", + "102.133.28.208/28", + "102.133.28.224/27", + "102.133.72.37/32", + "102.133.72.98/32", + "102.133.72.113/32", + "102.133.72.132/32", + "102.133.72.145/32", + "102.133.72.173/32", + "102.133.72.179/32", + "102.133.72.183/32", + "102.133.72.184/32", + "102.133.72.190/32", + "102.133.75.169/32", + "102.133.75.191/32", + "102.133.98.91/32", + "102.133.101.220/32", + "2603:1000:4:402::3c0/124", + "2603:1000:4:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.SouthCentralUS", + "id": "LogicApps.SouthCentralUS", + "properties": { + "changeNumber": 3, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "13.65.39.247/32", + "13.65.82.17/32", + "13.65.82.190/32", + "13.65.86.56/32", + "13.65.98.39/32", + "13.66.52.232/32", + "13.73.244.144/28", + "13.73.244.160/27", + "13.84.41.46/32", + "13.84.43.45/32", + "13.84.159.168/32", + "13.85.79.155/32", + "20.88.209.88/32", + "20.88.209.97/32", + "20.88.209.113/32", + "20.94.149.199/32", + "20.94.150.220/32", + "20.94.151.41/32", + "20.97.39.48/29", + "20.97.39.64/27", + "23.100.124.84/32", + "23.100.127.172/32", + "23.101.183.225/32", + "23.101.191.106/32", + "40.84.138.132/32", + "70.37.50.6/32", + "70.37.54.122/32", + "104.210.144.48/32", + "104.210.153.89/32", + "104.215.88.156/32", + "104.215.89.144/32", + "104.215.90.86/32", + "104.215.90.189/32", + "104.215.90.203/32", + "104.215.93.125/32", + "191.238.161.62/32", + "191.238.163.65/32", + "2603:1030:807:402::3c0/124", + "2603:1030:807:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.SouthCentralUSSTG", + "id": "LogicApps.SouthCentralUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.44.4.176/28", + "20.44.4.192/27" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.SouthIndia", + "id": "LogicApps.SouthIndia", + "properties": { + "changeNumber": 4, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.192.153.216/29", + "20.192.157.224/28", + "20.192.157.240/29", + "20.192.184.0/27", + "40.78.196.176/28", + "52.172.9.47/32", + "52.172.49.43/32", + "52.172.50.24/32", + "52.172.51.140/32", + "52.172.52.0/32", + "52.172.55.231/32", + "104.211.205.148/32", + "104.211.210.192/32", + "104.211.211.221/32", + "104.211.213.78/32", + "104.211.218.202/32", + "104.211.221.215/32", + "104.211.225.152/32", + "104.211.227.229/32", + "104.211.229.115/32", + "104.211.230.126/32", + "104.211.230.129/32", + "104.211.231.39/32", + "2603:1040:c06:402::3c0/124", + "2603:1040:c06:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.SoutheastAsia", + "id": "LogicApps.SoutheastAsia", + "properties": { + "changeNumber": 5, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "13.67.13.224/27", + "13.67.91.135/32", + "13.67.107.128/32", + "13.67.110.109/32", + "13.76.4.194/32", + "13.76.5.96/32", + "13.76.133.155/32", + "20.195.49.29/32", + "20.195.49.240/32", + "20.195.49.246/32", + "20.198.128.124/32", + "20.198.130.152/32", + "20.198.130.155/32", + "20.212.79.224/27", + "23.98.121.115/32", + "23.98.121.179/32", + "23.98.121.180/32", + "40.78.239.16/28", + "52.163.93.214/32", + "52.163.228.93/32", + "52.163.230.166/32", + "52.187.65.81/32", + "52.187.65.155/32", + "104.215.176.31/32", + "104.215.176.81/32", + "104.215.177.5/32", + "104.215.178.204/32", + "104.215.179.133/32", + "104.215.180.203/32", + "104.215.181.6/32", + "111.221.85.72/32", + "111.221.85.74/32", + "2603:1040:5:402::3c0/124", + "2603:1040:5:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.SwedenCentral", + "id": "LogicApps.SwedenCentral", + "properties": { + "changeNumber": 2, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "51.12.75.120/29", + "51.12.75.128/28", + "51.12.75.144/29", + "51.12.100.112/28", + "51.12.102.160/27", + "51.12.229.32/27", + "2603:1020:1004:400::250/124", + "2603:1020:1004:400::260/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.SwedenSouth", + "id": "LogicApps.SwedenSouth", + "properties": { + "changeNumber": 1, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "51.12.204.112/28", + "51.12.204.192/27", + "2603:1020:1104:400::510/124", + "2603:1020:1104:400::520/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.SwitzerlandNorth", + "id": "LogicApps.SwitzerlandNorth", + "properties": { + "changeNumber": 4, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.203.224.37/32", + "20.203.225.242/32", + "20.203.227.226/32", + "20.203.229.127/32", + "20.203.230.58/32", + "20.203.230.170/32", + "20.208.7.88/29", + "20.208.7.96/28", + "20.208.7.112/29", + "51.103.128.52/32", + "51.103.132.236/32", + "51.103.134.69/32", + "51.103.134.138/32", + "51.103.135.51/32", + "51.103.136.37/32", + "51.103.136.209/32", + "51.103.136.210/32", + "51.103.137.79/32", + "51.103.138.28/32", + "51.103.138.96/32", + "51.103.139.122/32", + "51.107.60.160/27", + "51.107.60.192/28", + "2603:1020:a04:402::3c0/124", + "2603:1020:a04:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.SwitzerlandWest", + "id": "LogicApps.SwitzerlandWest", + "properties": { + "changeNumber": 6, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.199.193.249/32", + "20.199.201.0/27", + "51.107.156.160/27", + "51.107.156.192/28", + "51.107.225.151/32", + "51.107.225.163/32", + "51.107.225.167/32", + "51.107.225.179/32", + "51.107.225.180/32", + "51.107.225.186/32", + "51.107.225.190/32", + "51.107.226.253/32", + "51.107.227.18/32", + "51.107.231.86/32", + "51.107.232.61/32", + "51.107.234.254/32", + "51.107.235.139/32", + "51.107.239.66/32", + "51.107.239.83/32", + "51.107.239.112/32", + "51.107.239.123/32", + "2603:1020:b04:402::3c0/124", + "2603:1020:b04:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.UAECentral", + "id": "LogicApps.UAECentral", + "properties": { + "changeNumber": 2, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.37.76.208/28", + "20.37.76.224/27", + "20.45.64.29/32", + "20.45.64.87/32", + "20.45.67.134/31", + "20.45.67.170/32", + "20.45.71.213/32", + "20.45.72.54/32", + "20.45.72.72/32", + "20.45.75.193/32", + "20.45.75.200/32", + "20.45.75.236/32", + "20.45.79.239/32", + "20.203.88.0/27", + "2603:1040:b04:402::3c0/124", + "2603:1040:b04:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.UAENorth", + "id": "LogicApps.UAENorth", + "properties": { + "changeNumber": 4, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.46.42.220/32", + "20.46.46.173/32", + "20.74.196.16/28", + "20.74.196.32/28", + "20.74.250.247/32", + "20.74.251.30/32", + "20.74.255.28/32", + "20.74.255.37/32", + "20.74.255.147/32", + "20.216.16.75/32", + "40.119.166.152/32", + "40.120.64.0/27", + "40.120.64.32/28", + "40.123.212.104/32", + "40.123.216.73/32", + "40.123.217.165/32", + "40.123.224.143/32", + "40.123.224.227/32", + "40.123.228.182/32", + "40.123.230.45/32", + "40.123.231.179/32", + "40.123.231.186/32", + "2603:1040:904:402::3c0/124", + "2603:1040:904:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.UKNorth", + "id": "LogicApps.UKNorth", + "properties": { + "changeNumber": 2, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "13.87.124.144/28", + "13.87.124.160/27", + "2603:1020:305:402::3c0/124", + "2603:1020:305:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.UKSouth", + "id": "LogicApps.UKSouth", + "properties": { + "changeNumber": 3, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.90.204.188/32", + "20.90.204.228/32", + "20.90.204.232/32", + "20.108.102.123/32", + "20.108.102.142/32", + "20.108.102.180/32", + "20.117.192.168/29", + "20.117.192.176/28", + "20.117.192.192/29", + "51.104.9.112/28", + "51.105.69.96/27", + "51.140.28.225/32", + "51.140.73.85/32", + "51.140.74.14/32", + "51.140.78.44/32", + "51.140.78.71/32", + "51.140.79.109/32", + "51.140.84.39/32", + "51.140.137.190/32", + "51.140.142.28/32", + "51.140.153.135/32", + "51.140.155.81/32", + "51.140.158.24/32", + "2603:1020:705:402::3c0/124", + "2603:1020:705:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.UKSouth2", + "id": "LogicApps.UKSouth2", + "properties": { + "changeNumber": 2, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "13.87.58.144/28", + "13.87.58.160/27", + "2603:1020:405:402::3c0/124", + "2603:1020:405:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.UKWest", + "id": "LogicApps.UKWest", + "properties": { + "changeNumber": 3, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.90.37.224/27", + "51.11.97.16/28", + "51.11.97.32/27", + "51.104.57.160/32", + "51.104.58.40/32", + "51.104.62.166/32", + "51.141.45.238/32", + "51.141.47.136/32", + "51.141.48.98/32", + "51.141.51.145/32", + "51.141.53.164/32", + "51.141.54.185/32", + "51.141.112.112/32", + "51.141.113.36/32", + "51.141.114.77/32", + "51.141.118.119/32", + "51.141.119.63/32", + "51.141.119.150/32", + "51.141.121.72/32", + "51.141.121.220/32", + "51.141.123.161/32", + "2603:1020:605:402::3c0/124", + "2603:1020:605:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.WestCentralUS", + "id": "LogicApps.WestCentralUS", + "properties": { + "changeNumber": 3, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "13.71.199.128/27", + "13.71.199.160/28", + "13.77.219.128/32", + "13.77.220.134/32", + "13.78.129.20/32", + "13.78.137.179/32", + "13.78.137.247/32", + "13.78.141.75/32", + "13.78.148.140/32", + "13.78.151.161/32", + "13.78.200.233/32", + "13.78.212.163/32", + "20.69.8.8/29", + "20.69.8.16/28", + "20.69.8.32/29", + "52.161.8.128/32", + "52.161.9.108/32", + "52.161.18.218/32", + "52.161.19.82/32", + "52.161.26.172/32", + "52.161.27.190/32", + "52.161.64.217/32", + "52.161.91.215/32", + "2603:1030:b04:402::3c0/124", + "2603:1030:b04:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.WestEurope", + "id": "LogicApps.WestEurope", + "properties": { + "changeNumber": 3, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "13.69.71.160/27", + "13.69.109.144/28", + "13.95.147.65/32", + "13.95.155.53/32", + "20.76.161.156/32", + "20.76.170.145/32", + "20.76.171.34/32", + "20.76.174.72/32", + "20.82.87.16/32", + "20.82.87.192/32", + "20.82.87.229/32", + "20.93.235.107/32", + "20.93.236.26/32", + "20.93.236.81/32", + "20.101.174.23/32", + "20.101.174.49/32", + "20.101.174.52/32", + "20.103.16.47/32", + "20.103.17.223/32", + "20.103.17.247/32", + "20.103.18.84/32", + "20.103.21.81/32", + "20.103.21.113/32", + "20.103.57.29/32", + "20.103.57.210/32", + "20.103.58.116/32", + "20.103.84.41/32", + "20.103.84.61/32", + "20.103.91.39/32", + "20.103.94.250/32", + "20.103.94.255/32", + "20.105.243.152/29", + "20.105.243.160/27", + "23.97.210.126/32", + "23.97.211.179/32", + "23.97.218.130/32", + "40.68.209.23/32", + "40.68.222.65/32", + "51.144.176.185/32", + "51.144.182.201/32", + "52.174.49.6/32", + "52.174.54.218/32", + "104.40.218.37/32", + "104.45.9.52/32", + "104.46.32.99/32", + "104.46.34.93/32", + "104.46.34.208/32", + "104.46.39.63/32", + "104.46.42.167/32", + "104.47.138.214/32", + "191.233.68.51/32", + "2603:1020:206:402::3c0/124", + "2603:1020:206:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.WestIndia", + "id": "LogicApps.WestIndia", + "properties": { + "changeNumber": 5, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.38.128.176/28", + "20.38.128.192/27", + "20.192.84.216/29", + "20.207.168.96/28", + "20.207.168.112/29", + "104.211.142.119/32", + "104.211.153.240/32", + "104.211.154.7/32", + "104.211.154.59/32", + "104.211.155.179/32", + "104.211.156.153/32", + "104.211.156.193/32", + "104.211.157.237/32", + "104.211.158.123/32", + "104.211.158.127/32", + "104.211.162.205/32", + "104.211.164.25/32", + "104.211.164.80/32", + "104.211.164.112/32", + "104.211.164.136/32", + "104.211.165.81/32", + "104.211.166.35/32", + "104.211.167.12/32", + "2603:1040:806:402::3c0/124", + "2603:1040:806:402::3e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.WestUS", + "id": "LogicApps.WestUS", + "properties": { + "changeNumber": 4, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "13.64.231.196/32", + "13.86.221.240/28", + "13.86.223.0/27", + "13.87.204.182/32", + "13.87.204.210/32", + "13.87.207.39/32", + "13.87.207.79/32", + "13.88.168.158/32", + "13.91.81.221/32", + "13.91.252.184/32", + "20.59.80.224/27", + "20.59.103.128/29", + "40.78.65.112/32", + "40.78.65.193/32", + "40.83.134.97/32", + "40.83.164.80/32", + "40.118.241.243/32", + "40.118.244.241/32", + "52.160.68.27/32", + "52.160.70.105/32", + "52.160.70.221/32", + "52.160.90.237/32", + "52.160.92.112/32", + "104.40.32.148/32", + "104.40.34.112/32", + "104.40.34.169/32", + "104.40.49.140/32", + "104.40.54.74/32", + "104.40.59.188/32", + "104.40.61.150/32", + "104.40.62.178/32", + "104.42.38.32/32", + "104.42.40.164/32", + "104.42.44.28/32", + "104.42.49.145/32", + "104.42.224.227/32", + "104.42.236.93/32", + "138.91.188.137/32", + "157.56.160.212/32", + "157.56.162.53/32", + "157.56.167.147/32", + "168.62.9.74/32", + "168.62.9.100/32", + "168.62.28.191/32", + "168.62.219.52/32", + "168.62.219.83/32", + "2603:1030:a07:402::340/124", + "2603:1030:a07:402::360/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.WestUS2", + "id": "LogicApps.WestUS2", + "properties": { + "changeNumber": 3, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "13.66.128.68/32", + "13.66.201.169/32", + "13.66.210.167/32", + "13.66.224.169/32", + "13.66.246.219/32", + "13.77.149.159/32", + "13.77.152.21/32", + "20.72.243.225/32", + "20.72.244.58/32", + "20.72.244.108/32", + "20.99.189.70/32", + "20.99.189.158/32", + "20.99.190.19/32", + "20.125.1.80/28", + "20.125.1.96/28", + "40.78.245.144/28", + "40.78.245.160/27", + "52.175.198.132/32", + "52.183.29.132/32", + "52.183.30.10/32", + "52.183.30.169/32", + "52.183.39.67/32", + "2603:1030:c06:400::bc0/124", + "2603:1030:c06:400::be0/123" + ], + "networkFeatures": null + } + }, + { + "name": "LogicApps.WestUS3", + "id": "LogicApps.WestUS3", + "properties": { + "changeNumber": 3, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "20.106.85.228/32", + "20.106.116.172/32", + "20.106.116.186/32", + "20.106.116.207/32", + "20.106.116.225/32", + "20.118.139.136/29", + "20.118.139.144/28", + "20.118.139.160/29", + "20.150.159.163/32", + "20.150.172.240/28", + "20.150.173.192/27", + "20.150.181.32/27", + "2603:1030:504:402::250/124", + "2603:1030:504:402::260/123" + ], + "networkFeatures": null + } + }, + { + "name": "MicrosoftCloudAppSecurity.AustraliaEast", + "id": "MicrosoftCloudAppSecurity.AustraliaEast", + "properties": { + "changeNumber": 1, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "MicrosoftCloudAppSecurity", + "addressPrefixes": [ + "13.70.74.160/27" + ], + "networkFeatures": null + } + }, + { + "name": "MicrosoftCloudAppSecurity.AustraliaSoutheast", + "id": "MicrosoftCloudAppSecurity.AustraliaSoutheast", + "properties": { + "changeNumber": 1, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "MicrosoftCloudAppSecurity", + "addressPrefixes": [ + "13.77.53.96/27", + "20.40.160.184/32", + "20.40.161.119/32", + "20.40.161.131/32", + "20.40.161.132/32", + "20.40.161.135/32", + "20.40.161.140/30", + "20.40.161.160/31", + "20.40.162.86/32", + "20.40.162.200/32", + "20.40.163.88/32", + "20.40.163.96/31", + "20.40.163.130/32", + "20.40.163.133/32", + "20.40.163.178/31", + "40.81.56.80/32", + "40.81.57.138/32", + "40.81.57.141/32", + "40.81.57.144/32", + "40.81.57.157/32", + "40.81.57.164/32", + "40.81.57.169/32", + "40.81.58.180/32", + "40.81.58.184/32", + "40.81.58.193/32", + "40.81.59.4/32", + "40.81.59.90/32", + "40.81.59.93/32", + "40.81.62.162/32", + "40.81.62.179/32", + "40.81.62.193/32", + "40.81.62.199/32", + "40.81.62.206/32", + "40.81.62.209/32", + "40.81.62.212/32", + "40.81.62.220/30", + "40.81.62.224/32", + "40.81.62.255/32", + "40.81.63.1/32", + "40.81.63.2/32", + "40.81.63.4/31", + "40.81.63.7/32", + "40.81.63.8/32", + "40.81.63.235/32", + "40.81.63.245/32", + "40.81.63.248/32", + "40.115.71.111/32", + "52.189.208.36/32", + "52.189.213.36/32", + "52.189.213.124/32", + "52.189.218.253/32" + ], + "networkFeatures": null + } + }, + { + "name": "MicrosoftCloudAppSecurity.CanadaCentral", + "id": "MicrosoftCloudAppSecurity.CanadaCentral", + "properties": { + "changeNumber": 1, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "MicrosoftCloudAppSecurity", + "addressPrefixes": [ + "13.71.175.0/27", + "13.88.224.38/32", + "13.88.224.211/32", + "13.88.224.222/32", + "13.88.226.74/32", + "13.88.227.7/32", + "40.82.184.80/32", + "40.82.185.36/32", + "40.82.185.117/32", + "40.82.185.229/32", + "40.82.186.166/32", + "40.82.186.168/31", + "40.82.186.176/31", + "40.82.186.180/32", + "40.82.186.182/32", + "40.82.186.185/32", + "40.82.186.214/32", + "40.82.186.231/32", + "40.82.187.161/32", + "40.82.187.162/31", + "40.82.187.164/32", + "40.82.187.177/32", + "40.82.187.178/31", + "40.82.187.199/32", + "40.82.187.200/32", + "40.82.187.202/32", + "40.82.187.204/30", + "40.82.187.208/30", + "40.82.187.212/31", + "40.82.187.218/32", + "40.82.187.223/32", + "40.82.190.163/32", + "40.82.191.58/32", + "52.139.1.70/32", + "52.139.1.156/32", + "52.139.1.158/31", + "52.139.1.200/32", + "52.139.1.218/32", + "52.139.2.0/32", + "52.139.16.105/32", + "52.139.18.234/32", + "52.139.18.236/32", + "52.139.19.71/32", + "52.139.19.187/32", + "52.139.19.215/32", + "52.139.19.247/32", + "52.139.20.31/32", + "52.139.20.118/32", + "52.139.21.70/32" + ], + "networkFeatures": null + } + }, + { + "name": "MicrosoftCloudAppSecurity.CanadaEast", + "id": "MicrosoftCloudAppSecurity.CanadaEast", + "properties": { + "changeNumber": 1, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "MicrosoftCloudAppSecurity", + "addressPrefixes": [ + "40.69.108.96/27" + ], + "networkFeatures": null + } + }, + { + "name": "MicrosoftCloudAppSecurity.CentralUS", + "id": "MicrosoftCloudAppSecurity.CentralUS", + "properties": { + "changeNumber": 1, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "MicrosoftCloudAppSecurity", + "addressPrefixes": [ + "13.89.178.0/28", + "20.44.8.208/28", + "52.182.139.208/28" + ], + "networkFeatures": null + } + }, + { + "name": "MicrosoftCloudAppSecurity.EastAsia", + "id": "MicrosoftCloudAppSecurity.EastAsia", + "properties": { + "changeNumber": 1, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "MicrosoftCloudAppSecurity", + "addressPrefixes": [ + "13.75.39.128/27" + ], + "networkFeatures": null + } + }, + { + "name": "MicrosoftCloudAppSecurity.EastUS", + "id": "MicrosoftCloudAppSecurity.EastUS", + "properties": { + "changeNumber": 1, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "MicrosoftCloudAppSecurity", + "addressPrefixes": [ + "20.42.29.162/32", + "20.42.31.48/32", + "20.42.31.251/32", + "40.71.14.16/28", + "40.76.78.217/32", + "40.78.229.64/28", + "40.79.156.112/28", + "40.114.112.147/32", + "40.121.134.1/32", + "52.151.237.243/32", + "52.151.238.5/32", + "52.151.244.65/32", + "52.151.247.27/32", + "52.188.217.236/32", + "52.190.26.220/32", + "52.190.31.62/32", + "52.191.237.188/32", + "52.191.238.65/32", + "52.224.188.157/32", + "52.224.188.168/32", + "52.224.190.225/32", + "52.224.191.62/32", + "52.224.201.216/32", + "52.224.201.223/32", + "52.224.202.86/32", + "52.224.202.91/32", + "104.45.168.103/32", + "104.45.168.104/32", + "104.45.168.106/32", + "104.45.168.108/32", + "104.45.168.111/32", + "104.45.168.114/32", + "104.45.170.70/32", + "104.45.170.127/32", + "104.45.170.161/32", + "104.45.170.173/32", + "104.45.170.174/31", + "104.45.170.176/32", + "104.45.170.178/32", + "104.45.170.180/32", + "104.45.170.182/31", + "104.45.170.184/31", + "104.45.170.186/32", + "104.45.170.188/32", + "104.45.170.191/32", + "104.45.170.194/32", + "104.45.170.196/32", + "104.211.9.226/32" + ], + "networkFeatures": null + } + }, + { + "name": "MicrosoftCloudAppSecurity.EastUS2", + "id": "MicrosoftCloudAppSecurity.EastUS2", + "properties": { + "changeNumber": 1, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "MicrosoftCloudAppSecurity", + "addressPrefixes": [ + "13.77.80.28/32", + "20.36.220.93/32", + "20.36.222.59/32", + "20.36.222.60/32", + "20.36.240.76/32", + "20.36.244.208/32", + "20.36.245.0/32", + "20.36.245.182/32", + "20.36.245.235/32", + "20.36.246.188/32", + "20.36.248.40/32", + "20.44.17.64/28", + "20.44.72.173/32", + "20.44.72.217/32", + "20.44.73.253/32", + "23.100.67.153/32", + "40.65.233.253/32", + "40.65.235.54/32", + "40.67.152.91/32", + "40.67.152.227/32", + "40.67.154.160/32", + "40.67.155.146/32", + "40.67.159.55/32", + "40.70.0.255/32", + "40.70.29.49/32", + "40.70.29.200/32", + "40.70.148.112/28", + "40.70.184.90/32", + "40.84.2.83/32", + "40.84.4.93/32", + "40.84.4.119/32", + "40.84.5.28/32", + "40.84.49.16/32", + "52.167.107.96/28", + "52.177.85.43/32", + "52.179.155.177/32", + "52.179.194.73/32", + "52.179.198.41/32", + "52.184.165.82/32", + "52.225.225.218/32", + "52.225.231.232/32", + "52.232.224.227/32", + "52.232.225.84/32", + "52.232.228.217/32", + "52.232.245.96/32", + "104.46.116.211/32", + "104.46.121.72/32", + "104.46.122.189/32", + "104.208.216.221/32", + "104.209.168.251/32", + "104.210.0.32/32", + "137.116.52.31/32" + ], + "networkFeatures": null + } + }, + { + "name": "MicrosoftCloudAppSecurity.FranceCentral", + "id": "MicrosoftCloudAppSecurity.FranceCentral", + "properties": { + "changeNumber": 1, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "MicrosoftCloudAppSecurity", + "addressPrefixes": [ + "20.40.132.195/32", + "20.40.134.79/32", + "20.40.134.94/32", + "40.66.56.158/32", + "40.66.57.164/32", + "40.66.57.203/32", + "40.66.59.41/32", + "40.66.59.193/32", + "40.66.59.195/32", + "40.66.59.196/32", + "40.66.59.246/32", + "40.66.60.101/32", + "40.66.60.118/32", + "40.66.60.180/32", + "40.66.60.185/32", + "40.66.60.200/32", + "40.66.60.206/31", + "40.66.60.208/31", + "40.66.60.210/32", + "40.66.60.215/32", + "40.66.60.216/31", + "40.66.60.219/32", + "40.66.60.220/31", + "40.66.60.222/32", + "40.66.60.224/31", + "40.66.60.226/32", + "40.66.60.232/32", + "40.66.61.61/32", + "40.66.61.158/32", + "40.66.61.193/32", + "40.66.61.226/32", + "40.66.62.7/32", + "40.66.62.9/32", + "40.66.62.78/32", + "40.66.62.130/32", + "40.66.62.154/32", + "40.66.62.225/32", + "40.66.63.148/32", + "40.66.63.255/32", + "40.79.132.96/28", + "40.79.139.16/28", + "40.79.146.224/28", + "40.89.136.227/32", + "40.89.137.101/32", + "40.89.142.184/32", + "40.89.143.43/32" + ], + "networkFeatures": null + } + }, + { + "name": "MicrosoftCloudAppSecurity.FranceSouth", + "id": "MicrosoftCloudAppSecurity.FranceSouth", + "properties": { + "changeNumber": 1, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "MicrosoftCloudAppSecurity", + "addressPrefixes": [ + "40.79.180.64/27" + ], + "networkFeatures": null + } + }, + { + "name": "MicrosoftCloudAppSecurity.NorthEurope", + "id": "MicrosoftCloudAppSecurity.NorthEurope", + "properties": { + "changeNumber": 1, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "MicrosoftCloudAppSecurity", + "addressPrefixes": [ + "13.69.190.115/32", + "13.69.230.48/28", + "13.74.108.176/28", + "13.74.168.152/32", + "40.67.251.0/32", + "40.67.254.233/32", + "52.138.227.160/28", + "52.142.112.145/32", + "52.142.112.146/32", + "52.142.116.135/32", + "52.142.116.174/32", + "52.142.116.250/32", + "52.142.117.183/32", + "52.142.118.130/32", + "52.142.121.6/32", + "52.142.121.75/32", + "52.142.124.23/32", + "52.142.127.127/32", + "52.155.161.88/32", + "52.155.161.91/32", + "52.155.164.131/32", + "52.155.166.50/32", + "52.155.167.231/32", + "52.155.168.45/32", + "52.155.177.13/32", + "52.155.178.247/32", + "52.155.179.84/32", + "52.155.180.208/30", + "52.155.181.180/30", + "52.155.182.48/31", + "52.155.182.50/32", + "52.155.182.138/32", + "52.155.182.141/32", + "52.156.197.208/32", + "52.156.197.254/32", + "52.156.198.196/32", + "52.156.202.7/32", + "52.156.203.22/32", + "52.156.203.198/31", + "52.156.204.24/32", + "52.156.204.51/32", + "52.156.204.99/32", + "52.156.204.139/32", + "52.156.205.137/32", + "52.156.205.182/32", + "52.156.205.222/32", + "52.156.205.226/32", + "52.156.206.43/32", + "52.156.206.45/32", + "52.156.206.46/31", + "52.158.28.235/32", + "52.169.192.237/32", + "65.52.229.200/32", + "168.63.38.153/32" + ], + "networkFeatures": null + } + }, + { + "name": "MicrosoftCloudAppSecurity.SouthCentralUS", + "id": "MicrosoftCloudAppSecurity.SouthCentralUS", + "properties": { + "changeNumber": 1, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "MicrosoftCloudAppSecurity", + "addressPrefixes": [ + "13.73.242.224/27", + "20.45.3.127/32", + "20.188.72.248/32", + "40.80.219.49/32", + "40.80.220.215/32", + "40.80.220.246/32", + "40.80.221.77/32", + "40.80.222.91/32", + "40.80.222.197/32", + "40.124.53.69/32", + "52.153.240.107/32", + "52.249.25.160/32", + "52.249.25.165/32" + ], + "networkFeatures": null + } + }, + { + "name": "MicrosoftCloudAppSecurity.SoutheastAsia", + "id": "MicrosoftCloudAppSecurity.SoutheastAsia", + "properties": { + "changeNumber": 2, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "MicrosoftCloudAppSecurity", + "addressPrefixes": [ + "13.67.10.192/28", + "13.67.48.221/32", + "13.76.43.73/32", + "13.76.129.255/32", + "20.184.57.4/32", + "20.184.57.218/32", + "20.184.58.46/32", + "20.184.58.110/32", + "20.184.60.77/32", + "20.184.61.67/32", + "20.184.61.253/32", + "20.184.63.158/32", + "20.184.63.216/32", + "20.184.63.232/32", + "23.97.54.160/32", + "23.97.55.165/32", + "23.98.83.96/28", + "40.65.169.46/32", + "40.65.169.97/32", + "40.65.169.196/32", + "40.65.169.236/32", + "40.65.170.17/32", + "40.65.170.26/32", + "40.65.170.80/30", + "40.65.170.112/31", + "40.65.170.123/32", + "40.65.170.125/32", + "40.65.170.128/32", + "40.65.170.133/32", + "40.65.170.137/32", + "40.78.236.160/28", + "40.90.184.197/32", + "40.90.185.64/32", + "40.90.191.153/32", + "40.119.203.98/31", + "40.119.203.158/31", + "40.119.203.208/31", + "40.119.207.131/32", + "40.119.207.144/32", + "40.119.207.164/32", + "40.119.207.166/32", + "40.119.207.174/32", + "40.119.207.182/32", + "40.119.207.193/32", + "40.119.207.200/32", + "52.139.245.1/32", + "52.139.245.21/32", + "52.139.245.40/32", + "52.139.245.48/32", + "52.139.251.219/32", + "52.139.252.105/32", + "52.148.115.188/32", + "52.148.115.194/32", + "52.148.115.238/32", + "52.148.116.37/32" + ], + "networkFeatures": null + } + }, + { + "name": "MicrosoftCloudAppSecurity.UKSouth", + "id": "MicrosoftCloudAppSecurity.UKSouth", + "properties": { + "changeNumber": 1, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "MicrosoftCloudAppSecurity", + "addressPrefixes": [ + "40.81.152.126/32", + "40.81.152.171/32", + "40.81.152.172/32", + "40.81.156.153/32", + "40.81.156.154/31", + "40.81.156.156/32", + "40.81.159.35/32", + "40.81.159.77/32", + "51.11.26.92/32", + "51.11.26.95/32", + "51.104.9.16/28", + "51.105.37.244/32", + "51.105.67.224/28", + "51.105.75.176/28", + "51.140.1.10/32", + "51.140.8.108/32", + "51.140.8.180/32", + "51.140.35.95/32", + "51.140.52.106/32", + "51.140.78.213/32", + "51.140.105.124/32", + "51.140.125.227/32", + "51.140.164.179/32", + "51.140.191.146/32", + "51.145.108.227/32", + "51.145.108.250/32" + ], + "networkFeatures": null + } + }, + { + "name": "MicrosoftCloudAppSecurity.UKWest", + "id": "MicrosoftCloudAppSecurity.UKWest", + "properties": { + "changeNumber": 1, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "MicrosoftCloudAppSecurity", + "addressPrefixes": [ + "20.40.106.50/31", + "20.40.107.84/32", + "40.81.120.13/32", + "40.81.120.24/31", + "40.81.120.97/32", + "40.81.120.187/32", + "40.81.120.191/32", + "40.81.120.192/32", + "40.81.121.66/32", + "40.81.121.76/32", + "40.81.121.78/32", + "40.81.121.107/32", + "40.81.121.108/32", + "40.81.121.111/32", + "40.81.121.127/32", + "40.81.121.135/32", + "40.81.121.140/32", + "40.81.121.175/32", + "40.81.122.4/32", + "40.81.122.62/31", + "40.81.122.76/32", + "40.81.122.203/32", + "40.81.123.124/32", + "40.81.123.157/32", + "40.81.124.185/32", + "40.81.124.219/32", + "40.81.127.25/32", + "40.81.127.139/32", + "40.81.127.140/31", + "40.81.127.229/32", + "40.81.127.230/32", + "40.81.127.239/32", + "51.137.136.13/32", + "51.137.136.14/32", + "51.137.136.34/32", + "51.137.137.69/32", + "51.137.137.118/32", + "51.137.137.121/32", + "51.137.137.200/32", + "51.137.137.237/32", + "51.140.212.128/27", + "51.140.230.246/32", + "51.140.231.138/32", + "51.141.2.189/32", + "51.141.7.11/32" + ], + "networkFeatures": null + } + }, + { + "name": "MicrosoftCloudAppSecurity.WestCentralUS", + "id": "MicrosoftCloudAppSecurity.WestCentralUS", + "properties": { + "changeNumber": 1, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "MicrosoftCloudAppSecurity", + "addressPrefixes": [ + "13.71.196.192/27" + ], + "networkFeatures": null + } + }, + { + "name": "MicrosoftCloudAppSecurity.WestEurope", + "id": "MicrosoftCloudAppSecurity.WestEurope", + "properties": { + "changeNumber": 1, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "MicrosoftCloudAppSecurity", + "addressPrefixes": [ + "13.69.67.96/28", + "13.69.107.96/28", + "13.80.7.94/32", + "13.80.22.71/32", + "13.80.125.22/32", + "13.81.123.49/32", + "13.81.204.189/32", + "13.81.212.71/32", + "13.93.32.114/32", + "13.93.113.192/32", + "13.95.1.33/32", + "13.95.29.177/32", + "13.95.30.46/32", + "40.67.216.253/32", + "40.67.219.133/32", + "40.68.245.184/32", + "40.74.1.235/32", + "40.74.6.204/32", + "40.91.198.19/32", + "40.113.121.176/32", + "40.114.217.8/32", + "40.115.24.65/32", + "40.115.25.50/32", + "40.118.63.137/32", + "40.118.97.232/32", + "40.119.145.130/32", + "40.119.147.102/32", + "40.119.154.72/32", + "51.105.124.64/32", + "51.105.124.80/32", + "51.105.161.5/32", + "51.105.163.8/32", + "51.105.163.43/32", + "51.105.164.8/32", + "51.105.164.234/32", + "51.105.164.241/32", + "51.105.165.31/32", + "51.105.165.37/32", + "51.105.165.63/32", + "51.105.165.116/32", + "51.105.166.102/31", + "51.105.166.106/32", + "51.105.179.157/32", + "51.144.56.60/32", + "51.145.181.195/32", + "51.145.181.214/32", + "52.137.56.200/32", + "52.142.220.179/32", + "52.142.232.120/32", + "52.157.218.219/32", + "52.157.218.232/32", + "52.157.232.110/32", + "52.157.232.147/32", + "52.157.233.49/32", + "52.157.233.92/32", + "52.157.233.133/32", + "52.157.233.205/32", + "52.157.234.160/32", + "52.157.234.222/32", + "52.157.235.27/32", + "52.157.235.144/32", + "52.157.236.195/32", + "52.157.237.107/32", + "52.157.237.213/32", + "52.157.237.255/32", + "52.157.238.58/32", + "52.157.239.110/32", + "52.157.239.132/32", + "52.174.56.180/32", + "52.178.44.248/32", + "52.178.89.44/32", + "52.236.187.80/28", + "65.52.138.123/32", + "104.40.129.120/32", + "104.45.7.95/32", + "104.45.65.169/32", + "104.214.225.33/32" + ], + "networkFeatures": null + } + }, + { + "name": "MicrosoftCloudAppSecurity.WestUS", + "id": "MicrosoftCloudAppSecurity.WestUS", + "properties": { + "changeNumber": 1, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "MicrosoftCloudAppSecurity", + "addressPrefixes": [ + "13.64.26.88/32", + "13.64.28.87/32", + "13.64.29.32/32", + "13.64.29.161/32", + "13.64.30.76/32", + "13.64.30.117/32", + "13.64.30.118/32", + "13.64.31.116/32", + "13.64.196.27/32", + "13.64.198.19/32", + "13.64.198.97/32", + "13.64.199.41/32", + "13.64.252.115/32", + "13.86.176.189/32", + "13.86.176.211/32", + "13.86.219.224/27", + "13.86.235.202/32", + "13.86.239.236/32", + "13.91.61.249/32", + "13.91.91.243/32", + "13.91.98.185/32", + "13.93.196.52/32", + "13.93.216.68/32", + "13.93.233.42/32", + "40.78.23.204/32", + "40.78.56.129/32", + "40.118.211.172/32", + "52.157.19.228/32", + "52.157.20.142/32", + "104.40.28.202/32", + "104.42.15.41/32", + "104.42.34.58/32", + "104.42.38.254/32", + "104.42.54.24/32", + "104.42.75.120/32", + "104.42.211.215/32", + "104.209.35.177/32", + "138.91.147.71/32" + ], + "networkFeatures": null + } + }, + { + "name": "MicrosoftCloudAppSecurity.WestUS2", + "id": "MicrosoftCloudAppSecurity.WestUS2", + "properties": { + "changeNumber": 1, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "MicrosoftCloudAppSecurity", + "addressPrefixes": [ + "13.66.134.18/32", + "13.66.142.80/28", + "13.66.158.8/32", + "13.66.168.209/32", + "13.66.173.192/32", + "13.66.210.205/32", + "13.77.136.80/32", + "13.77.148.229/32", + "13.77.160.162/32", + "13.77.163.148/32", + "13.77.165.61/32", + "40.78.245.0/28", + "40.78.251.128/28", + "40.90.218.196/31", + "40.90.218.198/32", + "40.90.218.203/32", + "40.90.219.121/32", + "40.90.219.184/32", + "40.90.220.37/32", + "40.90.220.190/32", + "40.90.220.196/32", + "40.90.222.64/32", + "40.91.74.37/32", + "40.91.78.105/32", + "40.91.114.40/29", + "40.91.114.48/31", + "40.91.122.25/32", + "40.91.122.38/32", + "40.91.126.157/32", + "40.91.127.44/32", + "51.143.58.207/32", + "51.143.111.58/32", + "51.143.120.236/32", + "51.143.120.242/32", + "51.143.122.59/32", + "51.143.122.60/32", + "52.137.89.147/32", + "52.143.73.88/32", + "52.143.74.31/32", + "52.148.161.45/32", + "52.148.161.53/32", + "52.183.24.254/32", + "52.183.30.204/32", + "52.183.75.62/32", + "52.191.129.65/32" + ], + "networkFeatures": null + } + }, + { + "name": "MicrosoftContainerRegistry.AustraliaCentral", + "id": "MicrosoftContainerRegistry.AustraliaCentral", + "properties": { + "changeNumber": 2, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "20.53.1.72/29", + "2603:1010:304:402::88/125" + ], + "networkFeatures": null + } + }, + { + "name": "MicrosoftContainerRegistry.AustraliaCentral2", + "id": "MicrosoftContainerRegistry.AustraliaCentral2", + "properties": { + "changeNumber": 2, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "20.193.96.224/29", + "2603:1010:404:402::88/125" + ], + "networkFeatures": null + } + }, + { + "name": "MicrosoftContainerRegistry.AustraliaEast", + "id": "MicrosoftContainerRegistry.AustraliaEast", + "properties": { + "changeNumber": 2, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "13.70.72.128/29", + "40.79.162.24/29", + "40.79.170.8/29", + "2603:1010:6:402::88/125", + "2603:1010:6:802::88/125", + "2603:1010:6:c02::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.AustraliaSoutheast", + "id": "MicrosoftContainerRegistry.AustraliaSoutheast", + "properties": { + "changeNumber": 2, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "13.77.50.72/29", + "2603:1010:101:402::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.BrazilSouth", + "id": "MicrosoftContainerRegistry.BrazilSouth", + "properties": { + "changeNumber": 2, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "191.233.203.128/29", + "191.234.146.136/29", + "191.234.154.136/29", + "2603:1050:6:402::88/125", + "2603:1050:6:802::88/125", + "2603:1050:6:c02::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.BrazilSoutheast", + "id": "MicrosoftContainerRegistry.BrazilSoutheast", + "properties": { + "changeNumber": 1, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "191.233.50.8/29", + "2603:1050:403:400::90/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.CanadaCentral", + "id": "MicrosoftContainerRegistry.CanadaCentral", + "properties": { + "changeNumber": 2, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "13.71.170.48/29", + "20.38.146.136/29", + "52.246.154.136/29", + "2603:1030:f05:402::88/125", + "2603:1030:f05:802::88/125", + "2603:1030:f05:c02::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.CanadaEast", + "id": "MicrosoftContainerRegistry.CanadaEast", + "properties": { + "changeNumber": 2, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "40.69.106.72/29", + "2603:1030:1005:402::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.CentralIndia", + "id": "MicrosoftContainerRegistry.CentralIndia", + "properties": { + "changeNumber": 2, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "20.192.98.136/29", + "40.80.50.136/29", + "104.211.81.128/29", + "2603:1040:a06:402::88/125", + "2603:1040:a06:802::88/125", + "2603:1040:a06:c02::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.CentralUS", + "id": "MicrosoftContainerRegistry.CentralUS", + "properties": { + "changeNumber": 2, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "13.89.170.208/29", + "52.182.138.200/29", + "104.208.16.72/29", + "2603:1030:10:402::88/125", + "2603:1030:10:802::88/125", + "2603:1030:10:c02::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.CentralUSEUAP", + "id": "MicrosoftContainerRegistry.CentralUSEUAP", + "properties": { + "changeNumber": 2, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "40.78.202.64/29", + "2603:1030:f:400::888/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.EastAsia", + "id": "MicrosoftContainerRegistry.EastAsia", + "properties": { + "changeNumber": 3, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "13.75.34.152/29", + "20.205.74.64/29", + "20.205.82.64/29", + "2603:1040:207:402::88/125", + "2603:1040:207:800::40/125", + "2603:1040:207:c00::40/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.EastUS", + "id": "MicrosoftContainerRegistry.EastUS", + "properties": { + "changeNumber": 2, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "40.71.10.208/29", + "40.78.226.200/29", + "40.79.154.96/29", + "2603:1030:210:402::88/125", + "2603:1030:210:802::88/125", + "2603:1030:210:c02::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.EastUS2", + "id": "MicrosoftContainerRegistry.EastUS2", + "properties": { + "changeNumber": 2, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "40.70.146.80/29", + "52.167.106.72/29", + "104.208.144.72/29", + "2603:1030:40c:402::88/125", + "2603:1030:40c:802::88/125", + "2603:1030:40c:c02::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.EastUS2EUAP", + "id": "MicrosoftContainerRegistry.EastUS2EUAP", + "properties": { + "changeNumber": 3, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "40.74.146.40/29", + "40.75.34.24/29", + "52.138.90.24/29", + "68.220.82.64/29", + "2603:1030:40b:400::888/125", + "2603:1030:40b:800::88/125", + "2603:1030:40b:c00::88/125", + "2603:1030:40b:1000::/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.EastUSSTG", + "id": "MicrosoftContainerRegistry.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "20.49.82.8/29", + "40.67.58.16/29", + "2603:1030:104:402::88/125", + "2603:1030:104:402::160/125", + "2603:1030:104:802::50/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.FranceCentral", + "id": "MicrosoftContainerRegistry.FranceCentral", + "properties": { + "changeNumber": 2, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "40.79.130.48/29", + "40.79.138.24/29", + "40.79.146.24/29", + "2603:1020:805:402::88/125", + "2603:1020:805:802::88/125", + "2603:1020:805:c02::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.FranceSouth", + "id": "MicrosoftContainerRegistry.FranceSouth", + "properties": { + "changeNumber": 2, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "40.79.178.72/29", + "2603:1020:905:402::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.GermanyNorth", + "id": "MicrosoftContainerRegistry.GermanyNorth", + "properties": { + "changeNumber": 2, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "51.116.58.16/29", + "2603:1020:d04:402::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.GermanyWestCentral", + "id": "MicrosoftContainerRegistry.GermanyWestCentral", + "properties": { + "changeNumber": 2, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "51.116.154.80/29", + "51.116.242.136/29", + "51.116.250.136/29", + "2603:1020:c04:402::88/125", + "2603:1020:c04:802::88/125", + "2603:1020:c04:c02::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.ItalyNorth", + "id": "MicrosoftContainerRegistry.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "4.232.106.64/29", + "4.232.122.64/29", + "4.232.194.64/29", + "2603:1020:1204:400::40/125", + "2603:1020:1204:800::/125", + "2603:1020:1204:c00::/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.JapanEast", + "id": "MicrosoftContainerRegistry.JapanEast", + "properties": { + "changeNumber": 2, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "13.78.106.192/29", + "40.79.186.0/29", + "40.79.194.88/29", + "2603:1040:407:402::88/125", + "2603:1040:407:802::88/125", + "2603:1040:407:c02::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.JapanWest", + "id": "MicrosoftContainerRegistry.JapanWest", + "properties": { + "changeNumber": 3, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "20.18.178.64/29", + "40.74.100.56/29", + "2603:1040:606:402::88/125", + "2603:1040:606:800::/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.JioIndiaCentral", + "id": "MicrosoftContainerRegistry.JioIndiaCentral", + "properties": { + "changeNumber": 1, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "20.192.234.16/29", + "2603:1040:1104:400::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.JioIndiaWest", + "id": "MicrosoftContainerRegistry.JioIndiaWest", + "properties": { + "changeNumber": 1, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "20.193.202.8/29", + "2603:1040:d04:400::88/125", + "2603:1040:d04:400::3b0/125", + "2603:1040:d04:800::148/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.KoreaCentral", + "id": "MicrosoftContainerRegistry.KoreaCentral", + "properties": { + "changeNumber": 3, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "20.44.26.136/29", + "20.194.66.8/29", + "52.231.18.48/29", + "2603:1040:f05:402::88/125", + "2603:1040:f05:802::88/125", + "2603:1040:f05:c02::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.KoreaSouth", + "id": "MicrosoftContainerRegistry.KoreaSouth", + "properties": { + "changeNumber": 2, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "52.231.146.88/29", + "2603:1040:e05:402::140/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.NorthCentralUS", + "id": "MicrosoftContainerRegistry.NorthCentralUS", + "properties": { + "changeNumber": 3, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "20.125.170.64/29", + "20.125.202.64/29", + "52.162.106.152/29", + "2603:1030:608:402::88/125", + "2603:1030:608:800::40/125", + "2603:1030:608:c00::40/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.NorthEurope", + "id": "MicrosoftContainerRegistry.NorthEurope", + "properties": { + "changeNumber": 2, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "13.69.227.80/29", + "13.74.107.72/29", + "52.138.226.72/29", + "2603:1020:5:402::88/125", + "2603:1020:5:802::88/125", + "2603:1020:5:c02::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.NorwayEast", + "id": "MicrosoftContainerRegistry.NorwayEast", + "properties": { + "changeNumber": 2, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "51.120.98.24/29", + "51.120.106.136/29", + "51.120.210.136/29", + "2603:1020:e04:402::88/125", + "2603:1020:e04:802::88/125", + "2603:1020:e04:c02::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.NorwayWest", + "id": "MicrosoftContainerRegistry.NorwayWest", + "properties": { + "changeNumber": 2, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "51.120.218.16/29", + "2603:1020:f04:402::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.PolandCentral", + "id": "MicrosoftContainerRegistry.PolandCentral", + "properties": { + "changeNumber": 1, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "20.215.18.64/29", + "20.215.26.64/29", + "20.215.154.64/29", + "2603:1020:1302:400::40/125", + "2603:1020:1302:800::40/125", + "2603:1020:1302:c00::40/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.QatarCentral", + "id": "MicrosoftContainerRegistry.QatarCentral", + "properties": { + "changeNumber": 2, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "20.21.42.64/29", + "20.21.66.64/29", + "20.21.74.64/29", + "2603:1040:1002:400::40/125", + "2603:1040:1002:800::40/125", + "2603:1040:1002:c00::40/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.SouthAfricaNorth", + "id": "MicrosoftContainerRegistry.SouthAfricaNorth", + "properties": { + "changeNumber": 2, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "102.133.122.136/29", + "102.133.154.16/29", + "102.133.250.136/29", + "2603:1000:104:402::88/125", + "2603:1000:104:802::88/125", + "2603:1000:104:c02::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.SouthAfricaWest", + "id": "MicrosoftContainerRegistry.SouthAfricaWest", + "properties": { + "changeNumber": 2, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "102.133.26.16/29", + "2603:1000:4:402::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.SouthCentralUS", + "id": "MicrosoftContainerRegistry.SouthCentralUS", + "properties": { + "changeNumber": 2, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "20.45.122.136/29", + "20.49.90.8/29", + "104.214.18.176/29", + "2603:1030:807:402::88/125", + "2603:1030:807:802::88/125", + "2603:1030:807:c02::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.SouthCentralUSSTG", + "id": "MicrosoftContainerRegistry.SouthCentralUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "20.44.2.16/29" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.SouthIndia", + "id": "MicrosoftContainerRegistry.SouthIndia", + "properties": { + "changeNumber": 2, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "40.78.194.72/29", + "2603:1040:c06:402::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.SoutheastAsia", + "id": "MicrosoftContainerRegistry.SoutheastAsia", + "properties": { + "changeNumber": 2, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "13.67.8.112/29", + "23.98.82.104/29", + "40.78.234.40/29", + "2603:1040:5:402::88/125", + "2603:1040:5:802::88/125", + "2603:1040:5:c02::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.SwedenCentral", + "id": "MicrosoftContainerRegistry.SwedenCentral", + "properties": { + "changeNumber": 2, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "51.12.98.16/29", + "51.12.226.136/29", + "51.12.234.136/29", + "2603:1020:1004:400::88/125", + "2603:1020:1004:400::3b0/125", + "2603:1020:1004:800::148/125", + "2603:1020:1004:c02::1a8/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.SwedenSouth", + "id": "MicrosoftContainerRegistry.SwedenSouth", + "properties": { + "changeNumber": 1, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "51.12.202.16/29", + "2603:1020:1104:400::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.SwitzerlandNorth", + "id": "MicrosoftContainerRegistry.SwitzerlandNorth", + "properties": { + "changeNumber": 3, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "20.208.18.64/29", + "51.103.202.64/29", + "51.107.58.16/29", + "2603:1020:a04:402::88/125", + "2603:1020:a04:802::88/125", + "2603:1020:a04:c02::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.SwitzerlandWest", + "id": "MicrosoftContainerRegistry.SwitzerlandWest", + "properties": { + "changeNumber": 2, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "51.107.154.16/29", + "2603:1020:b04:402::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.UAECentral", + "id": "MicrosoftContainerRegistry.UAECentral", + "properties": { + "changeNumber": 3, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "20.37.74.64/29", + "74.243.18.0/29", + "2603:1040:b04:402::88/125", + "2603:1040:b04:800::/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.UAENorth", + "id": "MicrosoftContainerRegistry.UAENorth", + "properties": { + "changeNumber": 4, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "20.38.152.72/29", + "40.120.74.8/29", + "65.52.250.8/29", + "2603:1040:904:402::88/125", + "2603:1040:904:802::88/125", + "2603:1040:904:c02::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.UKNorth", + "id": "MicrosoftContainerRegistry.UKNorth", + "properties": { + "changeNumber": 1, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "13.87.122.88/29", + "2603:1020:305:402::88/125" + ], + "networkFeatures": null + } + }, + { + "name": "MicrosoftContainerRegistry.UKSouth", + "id": "MicrosoftContainerRegistry.UKSouth", + "properties": { + "changeNumber": 2, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "51.105.66.136/29", + "51.105.74.136/29", + "51.140.146.192/29", + "2603:1020:705:402::88/125", + "2603:1020:705:802::88/125", + "2603:1020:705:c02::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.UKSouth2", + "id": "MicrosoftContainerRegistry.UKSouth2", + "properties": { + "changeNumber": 2, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "13.87.56.88/29", + "2603:1020:405:402::88/125" + ], + "networkFeatures": null + } + }, + { + "name": "MicrosoftContainerRegistry.UKWest", + "id": "MicrosoftContainerRegistry.UKWest", + "properties": { + "changeNumber": 2, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "51.140.210.88/29", + "2603:1020:605:402::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.WestCentralUS", + "id": "MicrosoftContainerRegistry.WestCentralUS", + "properties": { + "changeNumber": 2, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "13.71.194.120/29", + "2603:1030:b04:402::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.WestEurope", + "id": "MicrosoftContainerRegistry.WestEurope", + "properties": { + "changeNumber": 2, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "13.69.64.80/29", + "13.69.106.72/29", + "52.236.186.72/29", + "2603:1020:206:402::88/125", + "2603:1020:206:802::88/125", + "2603:1020:206:c02::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.WestIndia", + "id": "MicrosoftContainerRegistry.WestIndia", + "properties": { + "changeNumber": 2, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "104.211.146.72/29", + "2603:1040:806:402::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.WestUS", + "id": "MicrosoftContainerRegistry.WestUS", + "properties": { + "changeNumber": 3, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "20.168.162.64/29", + "40.112.242.152/29", + "2603:1030:a07:402::88/125", + "2603:1030:a07:c00::40/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.WestUS2", + "id": "MicrosoftContainerRegistry.WestUS2", + "properties": { + "changeNumber": 2, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "13.66.140.64/29", + "40.78.242.152/29", + "40.78.250.88/29", + "2603:1030:c06:400::888/125", + "2603:1030:c06:802::88/125", + "2603:1030:c06:c02::88/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "MicrosoftContainerRegistry.WestUS3", + "id": "MicrosoftContainerRegistry.WestUS3", + "properties": { + "changeNumber": 2, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "MicrosoftContainerRegistry", + "addressPrefixes": [ + "20.150.170.16/29", + "20.150.178.136/29", + "20.150.186.136/29", + "2603:1030:504:402::88/125", + "2603:1030:504:402::3b0/125", + "2603:1030:504:802::148/125", + "2603:1030:504:802::3e8/125", + "2603:1030:504:c02::398/125" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.AustraliaEast", + "id": "PowerPlatformInfra.AustraliaEast", + "properties": { + "changeNumber": 3, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "20.37.199.128/25", + "20.40.177.116/32", + "20.40.182.180/32", + "20.40.186.118/32", + "20.40.187.183/32", + "20.40.188.84/32", + "20.53.40.0/26", + "20.53.40.64/27", + "20.53.40.96/28", + "20.53.40.112/29", + "20.53.40.128/25", + "20.53.44.224/29", + "20.53.74.224/32", + "20.53.77.171/32", + "20.53.79.20/32", + "20.53.79.144/32", + "20.53.81.209/32", + "20.53.104.7/32", + "20.53.104.132/32", + "20.53.109.106/31", + "20.53.109.144/32", + "20.53.115.98/32", + "20.53.115.101/32", + "20.53.115.102/32", + "20.70.221.32/27", + "20.70.221.64/26", + "20.70.221.200/29", + "20.70.249.107/32", + "20.92.96.30/32", + "20.92.139.178/32", + "20.188.218.111/32", + "20.188.218.165/32", + "20.188.219.150/32", + "20.188.221.55/32", + "20.193.17.106/32", + "20.213.65.83/32", + "20.248.149.107/32" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.AustraliaSoutheast", + "id": "PowerPlatformInfra.AustraliaSoutheast", + "properties": { + "changeNumber": 3, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "20.40.160.0/32", + "20.40.162.57/32", + "20.40.164.49/32", + "20.40.164.215/32", + "20.40.165.7/32", + "20.40.165.31/32", + "20.40.165.67/32", + "20.42.230.236/30", + "20.42.230.240/28", + "20.42.231.192/26", + "20.46.108.117/32", + "20.92.3.128/26", + "20.92.3.192/27", + "20.92.4.128/29", + "20.92.17.147/32", + "23.101.227.38/32", + "40.81.56.190/32", + "40.81.60.206/32", + "40.115.67.240/32", + "40.115.75.235/32", + "40.127.84.210/32", + "52.158.134.239/32", + "52.189.252.34/32", + "52.243.106.93/32", + "52.243.108.25/32", + "52.243.109.4/31", + "52.243.109.126/32", + "52.243.110.67/32", + "52.243.110.156/32", + "52.243.110.181/32", + "52.243.113.88/31", + "52.243.113.102/32", + "104.46.176.0/25", + "104.46.176.128/27", + "104.46.176.160/30", + "104.46.176.192/26", + "104.46.177.0/26", + "104.46.179.32/29" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.BrazilSouth", + "id": "PowerPlatformInfra.BrazilSouth", + "properties": { + "changeNumber": 4, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "20.201.1.228/32", + "20.201.2.105/32", + "20.201.58.117/32", + "20.201.73.133/32", + "191.233.0.149/32", + "191.233.0.254/32", + "191.233.1.175/32", + "191.233.18.254/32", + "191.233.20.43/32", + "191.233.25.156/32", + "191.233.27.226/32", + "191.233.28.145/32", + "191.233.29.72/32", + "191.233.30.20/32", + "191.233.31.0/32", + "191.233.31.63/32", + "191.233.31.224/32", + "191.233.242.177/32", + "191.233.242.180/32", + "191.234.137.64/26", + "191.234.137.128/25", + "191.234.138.0/25", + "191.234.139.176/29", + "191.235.127.181/32", + "191.237.200.26/32", + "191.238.76.192/26", + "191.238.77.0/27", + "191.238.77.56/29" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.BrazilSoutheast", + "id": "PowerPlatformInfra.BrazilSoutheast", + "properties": { + "changeNumber": 1, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "20.206.3.24/29", + "20.206.3.32/27", + "20.206.3.64/26", + "20.206.3.128/25", + "20.206.4.0/26" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.CanadaCentral", + "id": "PowerPlatformInfra.CanadaCentral", + "properties": { + "changeNumber": 3, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "20.39.134.9/32", + "20.39.134.67/32", + "20.39.134.93/32", + "20.39.139.245/32", + "20.39.140.23/32", + "20.39.141.50/32", + "20.48.192.0/28", + "20.48.192.16/29", + "20.48.193.168/29", + "20.48.201.96/27", + "20.48.201.128/26", + "20.48.202.8/29", + "20.63.52.175/32", + "20.104.37.80/32", + "20.116.85.253/32", + "20.151.42.15/32", + "20.151.73.141/32", + "20.151.188.174/32", + "20.151.188.187/32", + "20.151.188.190/32", + "20.151.188.199/32", + "20.151.188.212/30", + "20.151.188.252/30", + "20.175.157.119/32", + "20.200.73.253/32", + "40.82.173.103/32", + "40.82.187.141/32", + "52.139.17.108/32", + "52.139.17.252/32", + "52.139.18.243/32", + "52.139.22.227/32", + "52.156.24.232/32", + "52.228.86.178/31", + "52.228.86.180/30", + "52.228.86.184/29", + "52.228.86.192/26", + "52.228.87.0/24", + "52.228.125.229/32" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.CanadaEast", + "id": "PowerPlatformInfra.CanadaEast", + "properties": { + "changeNumber": 3, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "40.80.240.185/32", + "40.80.240.191/32", + "40.80.240.214/32", + "40.80.241.43/32", + "40.80.241.67/32", + "40.80.248.79/32", + "40.80.249.52/32", + "40.80.249.210/32", + "40.80.249.219/32", + "40.86.203.16/32", + "40.86.247.171/32", + "40.86.254.125/32", + "40.89.20.232/29", + "40.89.20.240/28", + "40.89.21.128/25", + "40.89.22.0/26", + "40.89.22.64/28", + "40.89.22.80/30", + "40.89.22.96/27", + "40.89.22.128/26", + "40.89.22.192/27", + "40.89.23.240/29", + "52.139.80.229/32", + "52.139.83.184/32", + "52.139.86.52/32", + "52.139.111.136/29", + "52.139.111.160/27", + "52.139.111.192/26", + "52.155.25.132/32", + "52.155.25.145/32", + "52.155.25.157/32", + "52.229.79.225/32", + "52.229.88.158/32", + "52.229.119.249/32", + "52.235.17.70/32", + "52.235.57.68/30", + "52.235.57.140/32", + "52.235.57.203/32", + "52.235.57.252/30", + "52.235.63.0/32" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.CentralIndia", + "id": "PowerPlatformInfra.CentralIndia", + "properties": { + "changeNumber": 3, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "13.71.48.192/32", + "13.71.49.81/32", + "13.71.49.244/32", + "13.71.50.175/32", + "13.71.52.132/32", + "20.192.43.64/29", + "20.192.169.0/26", + "20.192.169.64/27", + "20.192.169.112/29", + "20.193.137.40/32", + "20.193.137.133/32", + "20.193.153.43/32", + "20.193.153.162/32", + "20.193.154.38/32", + "20.204.188.222/32", + "20.204.234.235/32", + "20.207.82.166/32", + "52.140.108.242/31", + "52.140.109.128/25", + "52.140.110.0/26" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.EastAsia", + "id": "PowerPlatformInfra.EastAsia", + "properties": { + "changeNumber": 3, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "20.187.161.172/32", + "20.187.167.74/32", + "20.187.187.155/32", + "20.187.195.128/28", + "20.187.195.144/29", + "20.187.195.160/27", + "20.187.195.192/26", + "20.187.197.24/29", + "20.189.74.80/32", + "20.189.76.100/32", + "20.189.77.126/32", + "20.189.111.28/30", + "20.189.111.32/27", + "20.189.111.64/26", + "20.189.111.128/26", + "20.189.112.175/32", + "20.189.122.41/32", + "20.205.68.0/26", + "20.205.68.64/27", + "20.205.68.112/29", + "40.81.25.37/32", + "40.81.25.65/32", + "52.139.156.110/32", + "52.139.170.4/32", + "52.139.170.52/32", + "52.139.176.216/32", + "52.139.177.8/32", + "52.139.177.14/32", + "52.139.179.116/32", + "52.175.120.201/32", + "52.184.48.37/32", + "52.184.80.151/32", + "52.184.84.210/32", + "52.229.225.182/32" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.EastUS", + "id": "PowerPlatformInfra.EastUS", + "properties": { + "changeNumber": 7, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "20.42.24.159/32", + "20.42.39.188/32", + "20.49.110.84/30", + "20.49.111.48/28", + "20.49.111.64/26", + "20.49.111.128/25", + "20.62.129.136/29", + "20.62.157.223/32", + "20.62.180.13/32", + "20.62.212.114/32", + "20.62.235.189/32", + "20.62.235.247/32", + "20.72.130.4/32", + "20.72.132.26/32", + "20.81.0.146/32", + "20.81.55.62/32", + "20.81.113.146/32", + "20.83.131.174/32", + "20.84.25.107/32", + "20.85.173.165/32", + "20.85.179.67/32", + "20.88.154.32/27", + "20.88.154.64/26", + "20.88.155.128/25", + "20.88.156.0/25", + "20.88.156.128/27", + "20.88.157.64/29", + "20.119.120.190/32", + "20.121.156.117/32", + "20.124.56.83/32", + "20.185.8.74/32", + "20.185.72.53/32", + "20.185.73.73/32", + "20.185.78.168/32", + "20.185.211.94/32", + "20.185.215.62/32", + "20.185.215.91/32", + "20.231.112.182/32", + "20.237.81.39/32", + "20.237.83.167/32", + "20.237.112.231/32", + "20.241.129.50/32", + "40.71.233.8/32", + "40.71.233.189/32", + "40.71.234.201/32", + "40.71.236.15/32", + "40.76.128.89/32", + "40.76.128.191/32", + "40.76.133.236/32", + "40.76.149.246/32", + "40.76.161.144/32", + "40.76.161.165/32", + "40.76.161.168/32", + "40.88.16.44/32", + "40.88.18.208/32", + "40.88.18.248/32", + "40.88.23.15/32", + "40.88.23.202/32", + "40.88.48.237/32", + "40.88.231.249/32", + "40.88.251.157/32", + "52.142.16.162/32", + "52.142.28.86/32", + "52.146.24.0/32", + "52.146.24.96/32", + "52.146.24.106/32", + "52.146.24.114/32", + "52.146.24.226/32", + "52.146.26.125/32", + "52.146.26.218/32", + "52.146.26.244/32", + "52.146.50.100/32", + "52.146.60.149/32", + "52.146.72.0/22", + "52.146.76.0/23", + "52.146.78.0/24", + "52.146.79.0/25", + "52.146.79.128/30", + "52.147.222.228/32", + "52.149.169.236/32", + "52.149.238.57/32", + "52.149.240.75/32", + "52.149.243.177/32", + "52.150.35.132/32", + "52.150.37.207/32", + "52.150.39.143/32", + "52.150.39.180/32", + "52.151.208.38/32", + "52.151.208.126/32", + "52.151.212.53/32", + "52.151.212.119/32", + "52.151.213.195/32", + "52.151.231.104/32", + "52.151.238.19/32", + "52.151.243.194/32", + "52.151.246.107/32", + "52.152.194.10/32", + "52.152.204.86/32", + "52.152.205.65/32", + "52.152.205.137/32", + "52.188.43.247/32", + "52.188.77.154/32", + "52.188.79.60/32", + "52.188.143.191/32", + "52.188.177.124/32", + "52.188.180.105/32", + "52.188.181.97/32", + "52.188.182.12/32", + "52.188.183.159/32", + "52.188.216.65/32", + "52.188.221.237/32", + "52.188.222.168/32", + "52.188.222.206/32", + "52.190.24.61/32", + "52.190.27.148/32", + "52.190.30.136/32", + "52.190.30.145/32", + "52.190.39.65/32", + "52.191.39.181/32", + "52.191.44.48/29", + "52.191.217.43/32", + "52.191.232.133/32", + "52.191.237.186/32", + "52.191.238.79/32", + "52.191.238.157/32", + "52.191.239.208/32", + "52.191.239.246/32", + "52.224.17.48/32", + "52.224.17.98/32", + "52.224.137.160/32", + "52.224.142.152/32", + "52.224.149.89/32", + "52.224.150.63/32", + "52.224.184.205/32", + "52.224.184.221/32", + "52.224.185.216/32", + "52.224.195.119/32", + "52.224.200.26/32", + "52.224.201.114/32", + "52.224.201.121/32", + "52.224.203.192/32", + "52.224.204.110/32", + "52.226.41.202/32", + "52.226.41.235/32", + "52.226.49.104/32", + "52.226.49.156/32", + "52.226.51.138/32", + "52.226.139.204/32", + "52.226.141.200/32", + "52.226.143.0/32", + "52.226.148.5/32", + "52.226.148.225/32", + "52.226.175.58/32", + "52.226.201.162/32", + "52.226.254.118/32", + "52.249.201.87/32", + "52.249.204.114/32", + "52.255.212.164/32", + "52.255.213.211/32", + "52.255.221.231/32", + "104.45.174.26/32", + "104.45.175.45/32", + "104.45.188.240/32", + "104.45.191.89/32" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.FranceCentral", + "id": "PowerPlatformInfra.FranceCentral", + "properties": { + "changeNumber": 1, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "20.43.44.240/28", + "20.43.45.128/26", + "20.43.45.192/27", + "20.43.47.80/29", + "20.111.0.0/27", + "20.111.0.56/29", + "40.66.61.123/32", + "40.66.62.172/32", + "51.11.233.119/32", + "51.11.233.176/32", + "51.11.235.83/32", + "51.103.3.127/32", + "51.103.3.240/32", + "51.138.215.192/26" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.FranceSouth", + "id": "PowerPlatformInfra.FranceSouth", + "properties": { + "changeNumber": 1, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "40.82.224.9/32", + "40.82.224.49/32", + "40.82.224.52/32", + "40.82.224.60/32", + "40.82.224.65/32", + "40.82.236.9/32", + "40.82.236.35/32", + "51.105.92.64/26", + "51.105.92.128/27", + "51.105.92.160/28", + "52.136.184.88/29", + "52.136.189.96/27", + "52.136.189.128/26", + "52.136.190.176/29" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.GermanyNorth", + "id": "PowerPlatformInfra.GermanyNorth", + "properties": { + "changeNumber": 1, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "51.116.1.237/32", + "51.116.2.101/32", + "51.116.2.239/32", + "51.116.3.16/32", + "51.116.3.73/32", + "51.116.3.87/32", + "51.116.3.102/32", + "51.116.50.128/26", + "51.116.50.192/27", + "51.116.51.184/29", + "51.116.74.96/27", + "51.116.74.128/26", + "51.116.75.64/29" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.GermanyWestCentral", + "id": "PowerPlatformInfra.GermanyWestCentral", + "properties": { + "changeNumber": 1, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "20.52.93.224/27", + "20.52.94.0/26", + "20.52.94.120/29", + "51.116.99.200/32", + "51.116.132.85/32", + "51.116.132.99/32", + "51.116.133.151/32", + "51.116.134.132/32", + "51.116.134.136/32", + "51.116.138.202/32", + "51.116.145.240/28", + "51.116.146.128/26", + "51.116.146.192/28", + "51.116.148.224/29" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.JapanEast", + "id": "PowerPlatformInfra.JapanEast", + "properties": { + "changeNumber": 3, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "20.43.70.206/31", + "20.43.70.208/28", + "20.43.70.232/29", + "20.43.70.240/28", + "20.43.71.128/25", + "20.44.130.57/32", + "20.44.130.222/32", + "20.44.131.162/32", + "20.44.167.207/32", + "20.48.15.227/32", + "20.89.11.128/26", + "20.89.11.192/27", + "20.89.11.240/29", + "20.191.161.200/29", + "20.194.144.9/32", + "20.194.144.25/32", + "20.194.144.27/32", + "20.194.144.31/32", + "20.210.3.27/32", + "20.210.57.215/32" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.JapanWest", + "id": "PowerPlatformInfra.JapanWest", + "properties": { + "changeNumber": 3, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "20.189.193.32/27", + "20.189.193.64/26", + "20.189.193.168/29", + "20.189.225.72/29", + "20.210.139.64/32", + "40.80.62.96/27", + "40.80.63.0/25", + "40.80.63.128/28", + "40.81.181.190/32", + "40.81.181.212/32", + "40.81.181.214/32", + "40.81.182.117/32", + "40.81.182.124/32", + "40.81.186.128/32", + "40.81.188.107/32", + "40.81.189.52/32", + "40.81.190.97/32", + "52.175.150.250/32" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.KoreaCentral", + "id": "PowerPlatformInfra.KoreaCentral", + "properties": { + "changeNumber": 3, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "20.41.98.252/32", + "20.194.59.230/32", + "20.200.192.0/29", + "20.200.194.48/28", + "20.200.194.64/26", + "20.200.194.128/28", + "20.200.195.64/26", + "20.200.195.128/27", + "20.200.195.168/29", + "20.200.201.167/32", + "52.141.1.133/32", + "52.141.7.17/32", + "52.141.7.21/32", + "52.141.7.24/30", + "52.141.7.36/30" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.KoreaSouth", + "id": "PowerPlatformInfra.KoreaSouth", + "properties": { + "changeNumber": 3, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "52.147.113.88/29", + "52.147.116.192/26", + "52.147.117.0/27", + "52.147.117.128/26", + "52.147.117.192/27", + "52.147.119.0/29", + "52.147.121.95/32", + "52.231.136.212/32", + "52.231.137.237/32", + "52.231.140.224/29", + "52.231.143.171/32", + "52.231.164.79/32", + "52.231.185.0/32" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.NorthEurope", + "id": "PowerPlatformInfra.NorthEurope", + "properties": { + "changeNumber": 3, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "20.50.68.136/29", + "20.50.68.144/28", + "20.50.68.160/27", + "20.50.68.192/26", + "20.50.69.0/24", + "20.50.70.0/23", + "20.54.3.143/32", + "20.54.3.210/32", + "20.54.4.212/32", + "20.54.37.75/32", + "20.54.40.139/32", + "20.54.66.178/32", + "20.54.66.186/32", + "20.54.66.198/32", + "20.54.96.119/32", + "20.54.105.65/32", + "20.54.105.72/32", + "20.54.105.78/32", + "20.54.105.122/32", + "20.54.105.243/32", + "20.54.106.12/32", + "20.54.106.211/32", + "20.67.211.155/32", + "20.67.211.157/32", + "20.82.155.16/32", + "20.82.171.158/32", + "20.82.205.5/32", + "20.82.224.216/32", + "20.82.227.170/32", + "20.82.231.162/32", + "20.82.246.146/31", + "20.82.246.148/30", + "20.82.246.160/27", + "20.82.246.192/26", + "20.82.251.66/32", + "20.93.26.109/32", + "20.93.48.100/32", + "20.93.53.137/32", + "20.105.1.51/32", + "20.105.17.251/32", + "20.105.77.19/32", + "20.107.156.88/32", + "20.123.101.197/32", + "20.166.106.104/32", + "20.223.8.252/32", + "40.127.145.191/32", + "40.127.147.213/32", + "40.127.148.105/32", + "40.127.148.127/32", + "40.127.150.85/32", + "40.127.224.152/32", + "40.127.227.23/32", + "40.127.229.37/32", + "40.127.234.252/32", + "40.127.235.20/31", + "40.127.235.247/32", + "40.127.241.36/32", + "51.104.150.127/32", + "51.104.150.153/32", + "51.104.152.162/32", + "51.104.152.252/32", + "51.104.155.15/32", + "51.104.155.233/32", + "51.104.156.26/32", + "51.104.159.8/32", + "51.104.159.10/32", + "51.104.159.21/32", + "51.104.176.219/32", + "51.104.177.53/32", + "51.104.178.0/32", + "51.138.178.92/32", + "51.138.178.253/32", + "52.142.80.162/32", + "52.142.81.115/32", + "52.142.82.161/32", + "52.142.86.84/32", + "52.142.87.183/32", + "52.142.112.49/32", + "52.142.112.84/32", + "52.142.112.130/32", + "52.142.113.203/32", + "52.142.121.142/32", + "52.142.121.155/32", + "52.142.127.254/32", + "52.146.128.0/23", + "52.146.130.0/25", + "52.146.130.128/27", + "52.146.130.160/28", + "52.146.130.176/30", + "52.146.130.192/26", + "52.146.132.232/29", + "52.146.138.96/27", + "52.146.138.128/25", + "52.146.139.0/25", + "52.146.139.200/29", + "52.155.88.22/32", + "52.155.91.129/32", + "52.155.91.146/32", + "52.155.94.139/32", + "52.155.94.157/32", + "52.155.95.212/32", + "52.155.162.137/32", + "52.155.172.184/32", + "52.155.173.7/32", + "52.155.176.197/32", + "52.155.178.3/32", + "52.155.180.156/32", + "52.155.181.78/32", + "52.155.220.20/32", + "52.155.222.217/32", + "52.155.223.80/32", + "52.155.224.132/32", + "52.155.232.15/32", + "52.155.232.169/32", + "52.155.232.218/32", + "52.155.233.8/32", + "52.155.233.110/32", + "52.155.233.227/32", + "52.155.234.28/32", + "52.155.234.107/32", + "52.155.234.126/32", + "52.155.234.184/32", + "52.155.235.151/32", + "52.155.235.153/32", + "52.155.236.8/32", + "52.155.236.16/32", + "52.156.193.146/32", + "52.156.194.25/32", + "52.156.196.221/32", + "52.156.204.190/32", + "52.158.24.140/32", + "52.158.24.178/32", + "52.158.27.66/32", + "52.158.112.171/32", + "52.158.121.190/32" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.NorwayEast", + "id": "PowerPlatformInfra.NorwayEast", + "properties": { + "changeNumber": 2, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "20.100.0.160/27", + "20.100.1.0/26", + "20.100.1.160/29", + "51.13.16.0/32", + "51.13.25.253/32", + "51.120.44.32/27", + "51.120.44.64/26", + "51.120.232.48/29" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.NorwayWest", + "id": "PowerPlatformInfra.NorwayWest", + "properties": { + "changeNumber": 2, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "51.13.136.168/29", + "51.13.139.224/27", + "51.13.141.128/26", + "51.13.141.248/29", + "51.13.148.255/32", + "51.13.149.70/32", + "51.120.228.48/28", + "51.120.228.64/26", + "51.120.228.128/28" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.SouthAfricaNorth", + "id": "PowerPlatformInfra.SouthAfricaNorth", + "properties": { + "changeNumber": 1, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "20.87.80.0/29", + "40.127.10.187/32", + "40.127.11.11/32", + "40.127.14.98/32", + "40.127.14.104/32", + "40.127.23.12/32", + "102.37.166.224/27", + "102.37.167.0/26", + "102.133.132.151/32", + "102.133.219.144/28", + "102.133.219.160/28", + "102.133.219.192/26", + "102.133.221.24/29" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.SouthAfricaWest", + "id": "PowerPlatformInfra.SouthAfricaWest", + "properties": { + "changeNumber": 1, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "102.37.80.40/29", + "102.37.85.32/27", + "102.37.85.64/26", + "102.37.85.200/29", + "102.133.0.199/32", + "102.133.0.212/32", + "102.133.1.24/32", + "102.133.59.192/26", + "102.133.60.0/27" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.SouthCentralUS", + "id": "PowerPlatformInfra.SouthCentralUS", + "properties": { + "changeNumber": 3, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "13.66.80.131/32", + "13.73.253.128/25", + "13.73.254.0/25", + "13.73.254.128/26", + "13.85.191.89/32", + "20.65.130.80/29", + "20.97.33.128/26", + "20.97.33.192/27", + "20.97.33.240/29", + "20.188.77.155/32", + "40.74.183.82/32", + "40.74.183.121/32", + "40.74.200.156/32", + "40.74.201.230/32", + "40.74.202.22/32", + "40.119.1.22/32", + "40.119.42.85/32", + "40.119.42.86/32", + "40.124.136.2/32", + "40.124.136.75/32", + "40.124.136.138/32", + "52.185.226.247/32", + "52.185.230.20/32", + "52.249.59.157/32", + "52.249.60.80/32", + "52.249.63.45/32" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.SouthIndia", + "id": "PowerPlatformInfra.SouthIndia", + "properties": { + "changeNumber": 3, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "20.40.1.97/32", + "20.40.1.101/32", + "20.40.1.191/32", + "20.40.4.3/32", + "20.40.4.24/32", + "20.41.197.28/31", + "20.41.198.192/26", + "20.41.199.0/25", + "20.44.32.68/32", + "20.44.32.253/32", + "20.44.34.50/32", + "20.44.34.154/32", + "20.44.35.138/32", + "20.192.152.160/27", + "20.192.152.192/26", + "20.192.153.80/29", + "20.219.69.208/32", + "20.219.97.76/32", + "52.172.7.225/32", + "52.172.112.176/29" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.SoutheastAsia", + "id": "PowerPlatformInfra.SoutheastAsia", + "properties": { + "changeNumber": 4, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "4.194.227.152/29", + "4.194.227.160/27", + "4.194.227.192/26", + "20.43.161.116/32", + "20.43.161.149/32", + "20.43.161.215/32", + "20.43.175.186/32", + "20.43.175.210/32", + "20.43.175.237/32", + "20.43.182.39/32", + "20.44.197.126/32", + "20.44.198.104/32", + "20.44.240.222/32", + "20.195.83.64/26", + "20.195.84.128/27", + "20.195.85.8/29", + "20.195.85.192/26", + "20.195.86.0/27", + "20.197.64.133/32", + "20.197.105.172/32", + "20.197.105.230/32", + "20.197.119.204/30", + "20.198.129.3/32", + "20.212.90.11/32", + "23.98.106.160/27", + "23.98.106.192/26", + "23.98.107.0/28", + "23.98.107.16/29", + "23.98.107.24/30", + "23.98.107.32/27", + "23.98.107.64/26", + "23.98.107.128/26", + "23.98.109.40/29", + "40.90.184.63/32", + "40.119.215.132/32", + "52.139.232.83/32", + "52.139.233.32/32", + "52.139.234.140/32", + "52.139.234.217/32", + "52.139.235.85/32", + "52.148.112.216/32", + "104.43.76.101/32", + "104.43.76.102/32", + "104.43.76.124/32" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.SwitzerlandNorth", + "id": "PowerPlatformInfra.SwitzerlandNorth", + "properties": { + "changeNumber": 1, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "20.208.4.0/26", + "20.208.4.64/27", + "20.208.4.104/29", + "51.107.8.159/32", + "51.107.8.238/32", + "51.107.9.82/32", + "51.107.11.68/30", + "51.107.11.80/30", + "51.107.41.120/32", + "51.107.45.66/32", + "51.107.201.45/32", + "51.107.202.69/32", + "51.107.241.104/29", + "51.107.241.160/27", + "51.107.241.192/26" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.SwitzerlandWest", + "id": "PowerPlatformInfra.SwitzerlandWest", + "properties": { + "changeNumber": 1, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "51.107.96.36/32", + "51.107.96.48/29", + "51.107.96.104/32", + "51.107.96.206/32", + "51.107.98.194/32", + "51.107.100.218/32", + "51.107.101.56/32", + "51.107.101.181/32", + "51.107.249.88/29", + "51.107.249.160/27", + "51.107.249.192/26", + "51.107.254.96/27", + "51.107.254.128/26", + "51.107.254.248/29" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.UAECentral", + "id": "PowerPlatformInfra.UAECentral", + "properties": { + "changeNumber": 1, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "20.37.68.48/28", + "20.37.68.64/26", + "20.37.68.128/28", + "20.37.70.120/29", + "20.37.80.56/32", + "20.37.82.215/32", + "20.45.93.160/27", + "20.45.93.192/26", + "20.45.94.72/29", + "40.120.1.91/32", + "40.120.1.94/32", + "40.120.1.96/32", + "40.120.2.208/31" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.UAENorth", + "id": "PowerPlatformInfra.UAENorth", + "properties": { + "changeNumber": 2, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "20.38.140.32/27", + "20.38.140.64/26", + "20.38.142.120/29", + "20.46.152.152/32", + "20.46.159.47/32", + "20.216.30.131/32", + "40.119.169.241/32", + "40.119.170.52/32", + "40.119.170.60/32", + "40.119.170.178/32", + "40.119.170.180/32", + "40.120.86.160/27", + "40.120.86.192/26", + "40.120.87.56/29" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.UKSouth", + "id": "PowerPlatformInfra.UKSouth", + "properties": { + "changeNumber": 3, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "20.49.145.249/32", + "20.49.166.40/32", + "20.49.166.118/32", + "20.49.166.129/32", + "20.49.244.238/32", + "20.90.131.0/26", + "20.90.131.64/27", + "20.90.131.120/29", + "20.90.169.112/32", + "20.90.240.169/32", + "20.108.81.107/32", + "51.11.24.198/32", + "51.11.25.68/32", + "51.11.25.172/32", + "51.11.172.30/32", + "51.11.172.56/32", + "51.11.172.160/32", + "51.104.30.172/30", + "51.104.30.192/26", + "51.104.31.0/27", + "51.104.31.32/28", + "51.104.31.48/29", + "51.104.31.64/26", + "51.104.248.11/32", + "51.132.161.225/32", + "51.132.215.162/32", + "51.132.215.182/32", + "51.142.209.113/32", + "51.143.208.216/29", + "51.145.104.29/32" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.UKWest", + "id": "PowerPlatformInfra.UKWest", + "properties": { + "changeNumber": 3, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "20.58.71.128/26", + "20.58.71.192/27", + "20.68.125.79/32", + "20.77.240.43/32", + "20.90.32.128/29", + "40.81.113.131/32", + "40.81.116.141/32", + "40.81.116.143/32", + "40.81.116.223/32", + "40.81.117.23/32", + "51.104.36.212/32", + "51.132.68.126/32", + "51.132.72.50/32", + "51.132.72.181/32", + "51.132.73.95/32", + "51.137.136.98/32", + "51.137.137.158/31", + "51.137.137.224/32", + "51.137.137.235/32", + "51.137.164.224/27", + "51.137.165.192/26", + "51.137.166.0/28", + "51.137.166.16/29", + "51.137.166.24/30", + "51.137.166.64/26", + "51.137.167.176/29", + "51.137.180.86/32", + "51.142.162.40/32", + "52.142.168.104/32" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.WestCentralUS", + "id": "PowerPlatformInfra.WestCentralUS", + "properties": { + "changeNumber": 1, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "52.150.154.48/28", + "52.150.154.128/26" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.WestEurope", + "id": "PowerPlatformInfra.WestEurope", + "properties": { + "changeNumber": 4, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "20.23.0.108/32", + "20.50.16.235/32", + "20.50.16.253/32", + "20.50.24.95/32", + "20.50.25.187/32", + "20.50.134.59/32", + "20.50.228.248/32", + "20.50.231.176/32", + "20.50.238.87/32", + "20.54.184.154/32", + "20.54.209.120/32", + "20.54.209.167/32", + "20.54.209.175/32", + "20.54.209.236/32", + "20.54.209.238/32", + "20.54.209.240/32", + "20.61.96.0/25", + "20.61.96.128/27", + "20.61.96.192/26", + "20.61.98.152/29", + "20.61.249.208/32", + "20.71.81.103/32", + "20.76.181.210/32", + "20.76.222.244/32", + "20.76.224.119/32", + "20.76.230.103/32", + "20.76.254.131/32", + "20.76.254.150/32", + "20.82.57.234/32", + "20.82.64.2/32", + "20.86.93.224/27", + "20.86.95.0/24", + "20.86.231.133/32", + "20.86.236.196/32", + "20.93.176.101/32", + "20.93.237.39/32", + "20.101.28.187/32", + "20.103.30.230/32", + "20.103.85.227/32", + "20.103.162.168/32", + "20.103.204.204/32", + "20.105.208.0/26", + "20.105.208.64/27", + "20.105.208.192/29", + "20.126.251.230/32", + "40.67.221.30/32", + "40.74.5.98/32", + "40.74.10.193/32", + "40.74.18.24/32", + "40.74.32.17/32", + "40.74.32.24/32", + "40.74.33.38/32", + "40.74.42.84/32", + "40.74.42.86/32", + "40.113.178.52/30", + "40.113.178.56/29", + "40.113.178.128/25", + "40.113.179.0/24", + "40.113.180.0/22", + "40.114.176.79/32", + "40.119.159.78/32", + "40.119.159.126/32", + "40.119.159.181/32", + "40.119.159.218/32", + "51.105.96.44/32", + "51.105.97.152/32", + "51.105.99.79/32", + "51.105.101.1/32", + "51.105.130.21/32", + "51.105.144.140/32", + "51.105.145.107/32", + "51.105.152.8/32", + "51.105.152.95/32", + "51.105.152.238/32", + "51.105.160.10/32", + "51.105.164.54/32", + "51.105.165.235/32", + "51.105.183.7/32", + "51.105.193.78/32", + "51.105.195.166/32", + "51.105.206.64/32", + "51.105.212.239/32", + "51.105.249.94/32", + "51.105.250.62/32", + "51.105.250.196/32", + "51.105.250.200/32", + "51.124.1.108/32", + "51.124.56.209/32", + "51.124.71.26/32", + "51.124.72.168/32", + "51.124.83.127/32", + "51.137.10.82/32", + "51.137.10.173/32", + "51.137.12.137/32", + "51.137.12.195/32", + "51.137.13.184/32", + "51.138.26.161/32", + "51.138.26.201/32", + "51.138.27.6/32", + "51.138.27.148/32", + "51.138.28.250/32", + "51.138.30.32/32", + "51.138.31.195/32", + "51.138.38.197/32", + "51.144.56.64/32", + "51.144.190.147/32", + "51.145.186.156/32", + "51.145.189.149/32", + "52.137.24.206/32", + "52.142.233.146/32", + "52.142.233.149/32", + "52.142.233.161/32", + "52.142.234.230/32", + "52.142.237.97/32", + "52.143.22.209/32", + "52.149.108.155/32", + "52.157.221.75/32", + "52.157.221.163/32", + "52.157.222.173/32", + "52.157.225.224/32", + "52.157.237.175/32", + "52.236.152.88/32", + "52.236.153.149/32", + "104.45.65.67/32", + "104.45.67.10/32", + "104.45.70.91/32", + "104.45.70.154/32", + "104.45.77.57/32" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.WestUS", + "id": "PowerPlatformInfra.WestUS", + "properties": { + "changeNumber": 8, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "4.150.232.8/29", + "13.64.27.44/32", + "13.64.35.24/32", + "13.64.38.167/32", + "13.64.39.170/32", + "13.64.128.119/32", + "13.64.174.215/32", + "13.64.177.224/32", + "13.83.17.188/32", + "13.83.23.194/32", + "13.83.56.37/32", + "13.83.64.166/32", + "13.83.66.89/32", + "13.83.66.124/32", + "13.83.68.60/32", + "13.83.70.105/32", + "13.83.97.180/32", + "13.83.97.188/32", + "13.83.102.38/32", + "13.83.145.222/32", + "13.83.147.192/32", + "13.83.151.212/32", + "13.83.248.248/32", + "13.83.249.34/32", + "13.83.249.58/32", + "13.86.136.222/32", + "13.86.137.20/32", + "13.86.139.229/32", + "13.86.155.216/32", + "13.86.177.32/32", + "13.86.185.5/32", + "13.86.185.6/32", + "13.86.185.35/32", + "13.86.185.81/32", + "13.86.185.91/32", + "13.86.192.20/32", + "13.86.193.65/32", + "13.86.194.190/32", + "13.86.249.98/32", + "13.86.250.62/32", + "13.86.250.244/32", + "13.86.252.116/32", + "13.86.254.118/32", + "13.86.254.191/32", + "13.87.135.122/32", + "13.87.153.50/32", + "13.87.154.24/32", + "13.87.154.100/32", + "13.87.154.164/32", + "13.87.157.188/32", + "13.87.160.104/32", + "13.87.160.143/32", + "13.87.160.212/32", + "13.87.161.18/32", + "13.87.161.235/32", + "13.87.161.241/32", + "13.87.162.91/32", + "13.87.163.230/32", + "13.87.164.20/32", + "13.87.164.30/32", + "13.87.164.186/32", + "13.87.164.205/32", + "13.87.167.46/32", + "13.87.167.63/32", + "13.87.167.172/32", + "13.87.167.174/32", + "13.87.167.198/32", + "13.87.207.81/32", + "13.87.216.21/32", + "13.87.216.130/32", + "13.87.217.11/32", + "13.87.217.75/32", + "13.87.217.80/32", + "13.87.218.70/32", + "13.87.218.169/32", + "13.88.56.107/32", + "13.88.65.140/32", + "13.88.65.204/32", + "13.88.128.218/32", + "13.88.129.116/32", + "13.88.129.160/32", + "13.88.132.123/32", + "13.88.133.160/32", + "13.88.135.42/32", + "13.88.135.67/32", + "13.88.135.72/32", + "13.91.22.243/32", + "13.91.126.78/32", + "13.91.136.144/32", + "13.91.138.172/32", + "20.49.121.192/26", + "20.49.122.0/23", + "20.49.124.0/24", + "20.49.125.0/25", + "20.49.125.128/27", + "20.49.125.160/28", + "20.49.125.176/29", + "20.49.125.184/30", + "20.49.125.192/26", + "20.49.126.0/25", + "20.49.127.248/29", + "20.59.77.128/25", + "20.59.78.0/24", + "20.59.79.80/29", + "20.184.251.143/32", + "20.189.142.58/32", + "20.237.137.112/32", + "20.237.160.38/32", + "20.237.199.13/32", + "20.237.243.36/32", + "20.237.252.8/32", + "20.245.1.212/32", + "20.245.8.110/32", + "20.245.34.183/32", + "20.245.107.170/32", + "20.245.139.209/32", + "20.253.152.61/32", + "20.253.209.242/32", + "20.253.224.215/32", + "20.253.228.153/32", + "23.99.89.156/32", + "23.101.203.146/32", + "23.101.203.241/32", + "40.65.49.103/32", + "40.65.49.140/32", + "40.65.49.151/32", + "40.83.173.74/32", + "40.83.184.82/32", + "40.86.161.9/32", + "40.86.164.89/32", + "40.112.252.78/32", + "40.118.185.80/32", + "40.118.200.18/32", + "40.118.213.65/32", + "40.118.237.211/32", + "52.160.108.225/32", + "52.180.96.196/32", + "52.180.102.55/32", + "52.234.104.49/32", + "52.241.138.151/32", + "52.241.140.217/32", + "52.246.120.190/32", + "52.250.228.36/30", + "52.250.228.40/29", + "52.250.228.48/28", + "52.250.228.128/25", + "52.250.229.0/24", + "52.250.230.0/23", + "104.40.18.140/32", + "104.40.27.168/32", + "104.40.34.134/32", + "104.40.72.149/32", + "104.42.32.228/32", + "104.42.35.16/32", + "104.42.42.161/32", + "104.42.45.52/32", + "104.42.45.226/32", + "104.42.134.6/32", + "104.42.134.169/32", + "104.42.214.62/32", + "104.45.230.45/32", + "104.45.230.48/32", + "104.45.231.252/32", + "104.210.57.39/32", + "137.135.53.196/32", + "168.61.3.73/32" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformInfra.WestUS2", + "id": "PowerPlatformInfra.WestUS2", + "properties": { + "changeNumber": 2, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "PowerPlatformInfra", + "addressPrefixes": [ + "40.64.134.144/28", + "40.64.134.192/26", + "40.91.87.146/32" + ], + "networkFeatures": [ + "API", + "NSG", + "FW" + ] + } + }, + { + "name": "PowerPlatformPlex.AustraliaEast", + "id": "PowerPlatformPlex.AustraliaEast", + "properties": { + "changeNumber": 2, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "20.40.190.0/26", + "20.70.223.24/29", + "20.70.223.80/29", + "20.70.223.88/30", + "20.70.223.168/29", + "20.213.194.128/29", + "20.213.194.136/30" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.AustraliaSoutheast", + "id": "PowerPlatformPlex.AustraliaSoutheast", + "properties": { + "changeNumber": 2, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "20.40.165.192/26", + "20.92.4.220/30", + "20.92.5.80/28", + "20.92.5.124/30", + "20.92.6.8/29", + "20.92.6.192/29" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.BrazilSouth", + "id": "PowerPlatformPlex.BrazilSouth", + "properties": { + "changeNumber": 2, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "20.206.178.56/29", + "20.206.178.96/30", + "20.206.178.164/30", + "20.206.179.128/29", + "20.206.179.136/30", + "191.234.130.0/26", + "191.238.78.84/30" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.BrazilSoutheast", + "id": "PowerPlatformPlex.BrazilSoutheast", + "properties": { + "changeNumber": 1, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "20.206.3.20/30", + "20.206.4.64/29", + "20.206.4.224/29", + "20.206.4.232/30" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.CanadaCentral", + "id": "PowerPlatformPlex.CanadaCentral", + "properties": { + "changeNumber": 2, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "20.116.43.56/29", + "20.116.43.80/29", + "20.116.43.88/30", + "20.116.43.208/28", + "20.116.47.64/30", + "20.151.60.0/26" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.CanadaEast", + "id": "PowerPlatformPlex.CanadaEast", + "properties": { + "changeNumber": 2, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "52.155.27.128/26", + "52.242.44.192/28", + "52.242.44.208/30", + "52.242.44.236/30", + "52.242.44.248/29", + "52.242.45.48/29" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.CentralIndia", + "id": "PowerPlatformPlex.CentralIndia", + "properties": { + "changeNumber": 2, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "20.193.248.192/26", + "20.204.192.108/30", + "20.204.192.192/29", + "20.204.193.100/30", + "20.204.193.104/29" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.CentralUS", + "id": "PowerPlatformPlex.CentralUS", + "properties": { + "changeNumber": 1, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "13.86.98.128/26" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.EastAsia", + "id": "PowerPlatformPlex.EastAsia", + "properties": { + "changeNumber": 2, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "20.205.49.80/29", + "20.205.49.88/30", + "20.205.49.124/30", + "20.205.49.200/29", + "20.205.50.112/30", + "20.205.69.156/30", + "52.229.231.64/26" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.EastUS", + "id": "PowerPlatformPlex.EastUS", + "properties": { + "changeNumber": 2, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "20.88.159.140/30", + "20.88.159.152/29", + "20.88.159.208/28", + "20.88.159.224/27", + "20.119.28.0/27", + "20.119.28.32/30", + "20.232.88.200/29", + "20.232.89.16/28", + "20.232.89.32/27", + "20.232.89.64/27", + "20.232.89.96/29", + "52.255.218.64/26" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.EastUS2", + "id": "PowerPlatformPlex.EastUS2", + "properties": { + "changeNumber": 1, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "20.186.165.112/28" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.FranceCentral", + "id": "PowerPlatformPlex.FranceCentral", + "properties": { + "changeNumber": 2, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "20.111.3.152/29", + "20.111.3.204/30", + "20.111.3.216/30", + "51.138.205.48/28" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.FranceSouth", + "id": "PowerPlatformPlex.FranceSouth", + "properties": { + "changeNumber": 2, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "40.80.96.36/30", + "40.80.96.192/30", + "52.136.140.96/28", + "52.136.191.248/29" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.GermanyNorth", + "id": "PowerPlatformPlex.GermanyNorth", + "properties": { + "changeNumber": 1, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "51.116.77.84/30", + "51.116.77.248/30", + "51.116.78.36/30", + "51.116.78.192/30" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.GermanyWestCentral", + "id": "PowerPlatformPlex.GermanyWestCentral", + "properties": { + "changeNumber": 1, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "20.52.95.84/30", + "20.52.95.216/30", + "20.79.108.100/30", + "20.79.108.104/30" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.JapanEast", + "id": "PowerPlatformPlex.JapanEast", + "properties": { + "changeNumber": 2, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "20.48.77.192/26", + "20.210.68.156/30", + "20.210.69.80/29", + "20.210.70.72/29", + "20.210.70.80/30" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.JapanWest", + "id": "PowerPlatformPlex.JapanWest", + "properties": { + "changeNumber": 2, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "20.39.179.192/26", + "20.189.194.180/30", + "20.189.198.88/29", + "20.189.198.136/29", + "20.189.199.32/30" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.KoreaCentral", + "id": "PowerPlatformPlex.KoreaCentral", + "properties": { + "changeNumber": 1, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "20.200.198.200/29", + "20.200.199.88/29" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.KoreaSouth", + "id": "PowerPlatformPlex.KoreaSouth", + "properties": { + "changeNumber": 1, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "20.200.160.28/30", + "20.200.160.208/30", + "20.200.160.236/30", + "20.200.160.248/30" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.NorthEurope", + "id": "PowerPlatformPlex.NorthEurope", + "properties": { + "changeNumber": 2, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "20.107.239.220/30", + "20.223.65.68/30", + "20.223.65.72/29", + "20.223.65.80/28", + "20.223.65.96/27", + "20.223.65.128/28", + "52.146.141.136/29", + "52.146.141.160/27", + "52.146.141.192/27", + "52.155.160.192/26" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.NorwayEast", + "id": "PowerPlatformPlex.NorwayEast", + "properties": { + "changeNumber": 2, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "20.100.4.136/29", + "20.100.4.180/30", + "20.100.5.16/30", + "20.100.129.0/28" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.NorwayWest", + "id": "PowerPlatformPlex.NorwayWest", + "properties": { + "changeNumber": 2, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "51.120.176.192/29", + "51.120.176.220/30", + "51.120.176.232/30", + "51.120.184.144/28" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.SouthAfricaNorth", + "id": "PowerPlatformPlex.SouthAfricaNorth", + "properties": { + "changeNumber": 2, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "20.87.82.152/29", + "20.87.83.104/29", + "102.133.204.16/28" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.SouthAfricaWest", + "id": "PowerPlatformPlex.SouthAfricaWest", + "properties": { + "changeNumber": 2, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "102.37.87.100/30", + "102.37.87.136/30", + "102.37.87.184/29", + "102.133.78.96/28" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.SouthCentralUS", + "id": "PowerPlatformPlex.SouthCentralUS", + "properties": { + "changeNumber": 1, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "20.97.35.52/30", + "20.97.39.56/29", + "20.97.39.112/30" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.SouthIndia", + "id": "PowerPlatformPlex.SouthIndia", + "properties": { + "changeNumber": 2, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "20.40.5.0/26", + "20.192.157.248/29", + "52.172.81.16/30", + "52.172.81.224/29", + "52.172.81.232/30" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.SoutheastAsia", + "id": "PowerPlatformPlex.SoutheastAsia", + "properties": { + "changeNumber": 3, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "4.194.225.212/30", + "20.24.0.192/28", + "20.24.0.208/30", + "20.44.247.0/26", + "20.195.86.92/30", + "20.195.87.16/28", + "20.195.87.32/30", + "20.195.87.124/30" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.SwitzerlandNorth", + "id": "PowerPlatformPlex.SwitzerlandNorth", + "properties": { + "changeNumber": 2, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "20.208.5.84/30", + "20.208.7.120/30", + "20.208.7.172/30", + "20.208.7.184/30", + "51.103.164.128/28" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.SwitzerlandWest", + "id": "PowerPlatformPlex.SwitzerlandWest", + "properties": { + "changeNumber": 2, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "20.199.200.124/30", + "20.199.201.48/30", + "20.199.201.76/30", + "20.199.201.144/30", + "51.107.230.128/28" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.UAECentral", + "id": "PowerPlatformPlex.UAECentral", + "properties": { + "changeNumber": 2, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "20.203.88.48/29", + "20.203.88.88/29", + "40.126.211.64/28" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.UAENorth", + "id": "PowerPlatformPlex.UAENorth", + "properties": { + "changeNumber": 2, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "20.74.196.12/30", + "20.74.196.64/30", + "20.74.196.104/29", + "20.203.41.96/28" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.UKSouth", + "id": "PowerPlatformPlex.UKSouth", + "properties": { + "changeNumber": 2, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "20.117.192.204/30", + "20.117.192.224/29", + "20.117.193.60/30", + "20.117.193.176/29", + "51.11.26.192/26" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.UKWest", + "id": "PowerPlatformPlex.UKWest", + "properties": { + "changeNumber": 2, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "20.90.38.16/29", + "20.90.38.24/30", + "20.90.38.52/30", + "20.90.38.240/29", + "51.137.139.0/26" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.WestEurope", + "id": "PowerPlatformPlex.WestEurope", + "properties": { + "changeNumber": 2, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "20.61.88.128/26", + "20.105.211.64/28", + "20.105.211.80/29", + "20.105.211.88/30", + "20.105.215.228/30", + "20.105.215.232/29", + "20.105.215.240/28", + "20.105.243.208/28", + "20.105.243.224/27", + "20.105.244.0/27", + "20.105.244.32/28", + "51.105.159.192/26" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerPlatformPlex.WestUS", + "id": "PowerPlatformPlex.WestUS", + "properties": { + "changeNumber": 2, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "PowerPlatformPlex", + "addressPrefixes": [ + "20.59.84.24/29", + "20.59.84.80/28", + "20.59.84.96/27", + "20.59.84.128/27", + "20.59.84.160/29", + "20.59.103.116/30", + "20.59.103.136/29", + "20.59.103.160/27", + "20.59.103.192/27", + "20.59.103.224/28", + "20.59.103.240/30", + "52.250.195.128/26" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "PowerQueryOnline.AustraliaCentral", + "id": "PowerQueryOnline.AustraliaCentral", + "properties": { + "changeNumber": 5, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.37.224.120/31", + "20.53.1.66/31", + "20.53.1.216/31", + "20.53.54.168/29", + "20.53.54.176/31", + "2603:1010:304::200/123", + "2603:1010:304:402::168/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.AustraliaCentral2", + "id": "PowerQueryOnline.AustraliaCentral2", + "properties": { + "changeNumber": 3, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.36.120.120/31", + "20.53.62.108/31", + "20.53.62.112/29", + "2603:1010:404::200/123" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.AustraliaEast", + "id": "PowerQueryOnline.AustraliaEast", + "properties": { + "changeNumber": 4, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "13.70.79.218/31", + "20.37.192.70/31", + "20.70.223.160/29", + "2603:1010:6:1::200/123", + "2603:1010:6:402::160/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.AustraliaSoutheast", + "id": "PowerQueryOnline.AustraliaSoutheast", + "properties": { + "changeNumber": 5, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.42.224.120/31", + "20.92.6.0/29", + "104.46.163.194/31", + "2603:1010:101::200/123", + "2603:1010:101:402::160/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.BrazilSouth", + "id": "PowerQueryOnline.BrazilSouth", + "properties": { + "changeNumber": 4, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.195.154.0/31", + "20.206.178.168/29", + "191.235.224.70/31", + "2603:1050:6:1::200/123", + "2603:1050:6:402::160/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.BrazilSoutheast", + "id": "PowerQueryOnline.BrazilSoutheast", + "properties": { + "changeNumber": 4, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.206.4.72/29", + "191.233.8.20/31", + "191.237.224.234/31", + "2603:1050:403::200/123", + "2603:1050:403:400::88/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.CanadaCentral", + "id": "PowerQueryOnline.CanadaCentral", + "properties": { + "changeNumber": 4, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "13.71.178.96/31", + "20.116.43.120/29", + "52.228.80.70/31", + "2603:1030:f05:1::200/123", + "2603:1030:f05:402::160/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.CanadaEast", + "id": "PowerQueryOnline.CanadaEast", + "properties": { + "changeNumber": 4, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "40.69.116.110/31", + "40.89.16.120/31", + "52.242.44.240/29", + "2603:1030:1005::200/123", + "2603:1030:1005:402::168/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.CentralIndia", + "id": "PowerQueryOnline.CentralIndia", + "properties": { + "changeNumber": 4, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.43.126.196/31", + "20.204.193.0/29", + "52.140.104.70/31", + "2603:1040:a06:1::200/123", + "2603:1040:a06:402::160/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.CentralUS", + "id": "PowerQueryOnline.CentralUS", + "properties": { + "changeNumber": 5, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.37.152.70/31", + "20.98.149.8/29", + "104.208.16.202/31", + "2603:1030:10:1::200/123", + "2603:1030:10:402::160/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.CentralUSEUAP", + "id": "PowerQueryOnline.CentralUSEUAP", + "properties": { + "changeNumber": 4, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.45.192.120/31", + "20.45.208.62/31", + "20.228.0.46/31", + "20.228.1.64/29", + "2603:1030:f:1::200/123", + "2603:1030:f:400::960/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.EastAsia", + "id": "PowerQueryOnline.EastAsia", + "properties": { + "changeNumber": 4, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.189.104.68/31", + "20.205.49.192/29", + "104.214.166.138/31", + "2603:1040:207::200/123", + "2603:1040:207:402::168/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.EastUS", + "id": "PowerQueryOnline.EastUS", + "properties": { + "changeNumber": 4, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.42.4.200/30", + "20.232.88.0/29", + "52.168.118.142/31", + "2603:1030:210:1::200/123", + "2603:1030:210:402::160/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.EastUS2", + "id": "PowerQueryOnline.EastUS2", + "properties": { + "changeNumber": 5, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.36.150.44/31", + "20.41.0.68/30", + "20.98.195.176/29", + "2603:1030:40c:1::200/123", + "2603:1030:40c:402::160/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.EastUS2EUAP", + "id": "PowerQueryOnline.EastUS2EUAP", + "properties": { + "changeNumber": 4, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.39.11.24/31", + "20.47.237.98/31", + "20.47.237.104/29", + "40.89.122.192/31", + "2603:1030:40b:1::200/123", + "2603:1030:40b:400::960/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.EastUSSTG", + "id": "PowerQueryOnline.EastUSSTG", + "properties": { + "changeNumber": 3, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.99.25.158/31", + "20.99.25.160/29", + "40.67.48.120/31", + "40.67.72.130/31", + "2603:1030:104:1::200/123", + "2603:1030:104:402::708/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.FranceCentral", + "id": "PowerQueryOnline.FranceCentral", + "properties": { + "changeNumber": 5, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.43.40.70/31", + "20.111.3.208/29", + "51.11.193.116/31", + "2603:1020:805:1::200/123", + "2603:1020:805:402::160/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.FranceSouth", + "id": "PowerQueryOnline.FranceSouth", + "properties": { + "changeNumber": 2, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "40.80.96.40/29", + "51.105.88.120/31", + "2603:1020:905::200/123" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.GermanyNorth", + "id": "PowerQueryOnline.GermanyNorth", + "properties": { + "changeNumber": 3, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "51.116.48.70/31", + "51.116.78.40/29", + "2603:1020:d04::200/123", + "2603:1020:d04:402::160/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.GermanyWestCentral", + "id": "PowerQueryOnline.GermanyWestCentral", + "properties": { + "changeNumber": 4, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.52.65.82/31", + "20.79.107.144/29", + "51.116.144.70/31", + "2603:1020:c04:1::200/123", + "2603:1020:c04:402::160/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.ItalyNorth", + "id": "PowerQueryOnline.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "4.232.24.40/29", + "4.232.111.78/31", + "2603:1020:1204::1c0/123", + "2603:1020:1204:400::d8/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.JapanEast", + "id": "PowerQueryOnline.JapanEast", + "properties": { + "changeNumber": 3, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.43.64.70/31", + "20.89.1.18/31", + "20.210.69.168/29", + "2603:1040:407:1::200/123", + "2603:1040:407:402::160/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.JapanWest", + "id": "PowerQueryOnline.JapanWest", + "properties": { + "changeNumber": 4, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.189.198.128/29", + "40.74.102.30/31", + "40.80.56.120/31", + "2603:1040:606::200/123", + "2603:1040:606:402::168/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.JioIndiaCentral", + "id": "PowerQueryOnline.JioIndiaCentral", + "properties": { + "changeNumber": 3, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.192.225.32/31", + "20.207.2.166/31", + "20.207.2.168/29", + "2603:1040:1104::200/123", + "2603:1040:1104:400::168/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.JioIndiaWest", + "id": "PowerQueryOnline.JioIndiaWest", + "properties": { + "changeNumber": 4, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.192.160.20/31", + "20.193.160.232/31", + "40.64.11.116/31", + "40.64.11.120/29", + "2603:1040:d04::200/123", + "2603:1040:d04:402::20/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.KoreaCentral", + "id": "PowerQueryOnline.KoreaCentral", + "properties": { + "changeNumber": 3, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.41.64.70/31", + "20.41.65.144/31", + "20.194.81.210/31", + "20.200.198.248/29", + "2603:1040:f05:1::200/123", + "2603:1040:f05:402::160/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.KoreaSouth", + "id": "PowerQueryOnline.KoreaSouth", + "properties": { + "changeNumber": 4, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.200.160.240/29", + "40.80.168.120/31", + "52.231.151.216/31", + "2603:1040:e05:1::620/123", + "2603:1040:e05:402::2f0/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.NorthCentralUS", + "id": "PowerQueryOnline.NorthCentralUS", + "properties": { + "changeNumber": 4, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.125.162.146/31", + "20.125.162.152/29", + "40.80.184.68/31", + "52.240.245.250/31", + "2603:1030:608::200/123", + "2603:1030:608:402::168/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.NorthEurope", + "id": "PowerQueryOnline.NorthEurope", + "properties": { + "changeNumber": 4, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "13.69.239.110/31", + "20.38.80.70/31", + "20.223.64.128/29", + "2603:1020:5:1::200/123", + "2603:1020:5:402::160/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.NorwayEast", + "id": "PowerQueryOnline.NorwayEast", + "properties": { + "changeNumber": 4, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.100.4.184/29", + "51.13.1.30/31", + "51.120.40.70/31", + "2603:1020:e04:1::200/123", + "2603:1020:e04:402::160/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.NorwayWest", + "id": "PowerQueryOnline.NorwayWest", + "properties": { + "changeNumber": 3, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "51.13.128.116/31", + "51.120.176.224/29", + "51.120.224.120/31", + "2603:1020:f04::200/123", + "2603:1020:f04:402::160/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.PolandCentral", + "id": "PowerQueryOnline.PolandCentral", + "properties": { + "changeNumber": 2, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.215.0.20/31", + "20.215.7.60/31", + "20.215.7.232/29", + "20.215.158.216/31", + "2603:1020:1302::1c0/123", + "2603:1020:1302:400::198/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.QatarCentral", + "id": "PowerQueryOnline.QatarCentral", + "properties": { + "changeNumber": 3, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.21.32.20/31", + "20.21.46.164/31", + "20.21.55.160/29", + "20.21.80.20/31", + "2603:1040:1002::400/123", + "2603:1040:1002:400::228/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.SouthAfricaNorth", + "id": "PowerQueryOnline.SouthAfricaNorth", + "properties": { + "changeNumber": 3, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.87.82.200/29", + "102.133.127.114/31", + "102.133.216.70/31", + "2603:1000:104:1::200/123", + "2603:1000:104:402::160/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.SouthAfricaWest", + "id": "PowerQueryOnline.SouthAfricaWest", + "properties": { + "changeNumber": 3, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "102.37.64.182/31", + "102.37.87.176/29", + "102.133.56.96/31", + "2603:1000:4::200/123", + "2603:1000:4:402::160/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.SouthCentralUS", + "id": "PowerQueryOnline.SouthCentralUS", + "properties": { + "changeNumber": 5, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.118.78.96/29", + "40.119.8.74/31", + "40.124.65.172/31", + "2603:1030:807:1::200/123", + "2603:1030:807:402::160/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.SouthCentralUSSTG", + "id": "PowerQueryOnline.SouthCentralUSSTG", + "properties": { + "changeNumber": 2, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.45.112.120/31", + "23.100.217.20/31", + "23.100.217.24/29" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.SouthIndia", + "id": "PowerQueryOnline.SouthIndia", + "properties": { + "changeNumber": 2, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.41.192.120/31", + "52.172.81.72/29", + "2603:1040:c06::200/123" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.SoutheastAsia", + "id": "PowerQueryOnline.SoutheastAsia", + "properties": { + "changeNumber": 4, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "13.67.15.208/31", + "20.43.128.70/31", + "20.195.87.112/29", + "2603:1040:5:1::200/123", + "2603:1040:5:402::160/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.SwedenCentral", + "id": "PowerQueryOnline.SwedenCentral", + "properties": { + "changeNumber": 4, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "51.12.33.50/31", + "51.12.46.228/31", + "51.12.75.224/29", + "2603:1020:1004::200/123", + "2603:1020:1004:402::20/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.SwedenSouth", + "id": "PowerQueryOnline.SwedenSouth", + "properties": { + "changeNumber": 4, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.91.9.56/29", + "51.12.169.68/31", + "51.12.198.208/31", + "2603:1020:1104::200/123", + "2603:1020:1104:400::160/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.SwitzerlandNorth", + "id": "PowerQueryOnline.SwitzerlandNorth", + "properties": { + "changeNumber": 4, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.208.7.176/29", + "51.107.48.70/31", + "51.107.129.164/31", + "2603:1020:a04:1::200/123", + "2603:1020:a04:402::160/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.SwitzerlandWest", + "id": "PowerQueryOnline.SwitzerlandWest", + "properties": { + "changeNumber": 3, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.199.201.88/29", + "51.107.144.120/31", + "2603:1020:b04::200/123" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.UAECentral", + "id": "PowerQueryOnline.UAECentral", + "properties": { + "changeNumber": 4, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.37.64.120/31", + "20.203.88.80/29", + "40.120.9.78/31", + "2603:1040:b04::200/123", + "2603:1040:b04:402::168/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.UAENorth", + "id": "PowerQueryOnline.UAENorth", + "properties": { + "changeNumber": 4, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.38.136.68/31", + "20.74.196.96/29", + "40.120.64.216/31", + "2603:1040:904:1::200/123", + "2603:1040:904:402::160/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.UKNorth", + "id": "PowerQueryOnline.UKNorth", + "properties": { + "changeNumber": 1, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "51.105.80.120/31", + "2603:1020:305::200/123" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.UKSouth", + "id": "PowerQueryOnline.UKSouth", + "properties": { + "changeNumber": 4, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.117.193.48/29", + "51.104.10.114/31", + "51.104.24.70/31", + "2603:1020:705:1::200/123", + "2603:1020:705:402::160/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.UKSouth2", + "id": "PowerQueryOnline.UKSouth2", + "properties": { + "changeNumber": 2, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "51.143.192.120/31", + "2603:1020:405::200/123" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.UKWest", + "id": "PowerQueryOnline.UKWest", + "properties": { + "changeNumber": 2, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.90.38.56/29", + "51.137.160.68/31", + "2603:1020:605::200/123" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.WestCentralUS", + "id": "PowerQueryOnline.WestCentralUS", + "properties": { + "changeNumber": 4, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.69.8.120/29", + "40.67.122.228/31", + "52.150.139.72/30", + "2603:1030:b04::200/123", + "2603:1030:b04:402::160/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.WestEurope", + "id": "PowerQueryOnline.WestEurope", + "properties": { + "changeNumber": 4, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.105.215.40/29", + "40.74.30.104/30", + "104.40.170.68/31", + "2603:1020:206:1::200/123", + "2603:1020:206:402::160/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.WestIndia", + "id": "PowerQueryOnline.WestIndia", + "properties": { + "changeNumber": 4, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.38.133.208/31", + "20.207.168.180/31", + "20.207.168.184/29", + "2603:1040:806::200/123", + "2603:1040:806:402::168/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.WestUS", + "id": "PowerQueryOnline.WestUS", + "properties": { + "changeNumber": 5, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.59.81.240/28", + "20.189.175.164/31", + "40.82.253.72/29", + "2603:1030:a07::200/123", + "2603:1030:a07:402::358/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.WestUS2", + "id": "PowerQueryOnline.WestUS2", + "properties": { + "changeNumber": 4, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "13.66.149.78/31", + "20.42.128.70/31", + "20.42.129.184/29", + "20.125.4.176/28", + "20.125.4.192/29", + "2603:1030:c06:1::200/123", + "2603:1030:c06:400::960/126" + ], + "networkFeatures": null + } + }, + { + "name": "PowerQueryOnline.WestUS3", + "id": "PowerQueryOnline.WestUS3", + "properties": { + "changeNumber": 4, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "PowerQueryOnline", + "addressPrefixes": [ + "20.118.139.212/31", + "20.118.139.216/29", + "20.150.160.108/31", + "20.150.174.158/31", + "2603:1030:504:1::200/123", + "2603:1030:504:402::450/126" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.AustraliaCentral", + "id": "SCCservice.AustraliaCentral", + "properties": { + "changeNumber": 1, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "20.53.0.40/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.AustraliaCentral2", + "id": "SCCservice.AustraliaCentral2", + "properties": { + "changeNumber": 1, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "20.36.117.200/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.AustraliaEast", + "id": "SCCservice.AustraliaEast", + "properties": { + "changeNumber": 1, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "13.70.79.72/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.AustraliaSoutheast", + "id": "SCCservice.AustraliaSoutheast", + "properties": { + "changeNumber": 1, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "104.46.162.8/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.BrazilSouth", + "id": "SCCservice.BrazilSouth", + "properties": { + "changeNumber": 1, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "191.233.207.192/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.BrazilSoutheast", + "id": "SCCservice.BrazilSoutheast", + "properties": { + "changeNumber": 1, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "191.237.224.160/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.CanadaCentral", + "id": "SCCservice.CanadaCentral", + "properties": { + "changeNumber": 1, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "13.71.175.192/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.CanadaEast", + "id": "SCCservice.CanadaEast", + "properties": { + "changeNumber": 1, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "40.69.111.96/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.CentralIndia", + "id": "SCCservice.CentralIndia", + "properties": { + "changeNumber": 1, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "20.43.123.176/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.CentralUS", + "id": "SCCservice.CentralUS", + "properties": { + "changeNumber": 1, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "20.44.10.208/28", + "40.78.149.166/32", + "104.43.210.200/32" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.CentralUSEUAP", + "id": "SCCservice.CentralUSEUAP", + "properties": { + "changeNumber": 1, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "168.61.140.96/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.EastAsia", + "id": "SCCservice.EastAsia", + "properties": { + "changeNumber": 1, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "104.214.164.56/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.EastUS", + "id": "SCCservice.EastUS", + "properties": { + "changeNumber": 1, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "13.72.73.110/32", + "13.90.86.1/32", + "13.92.97.243/32", + "13.92.188.209/32", + "13.92.190.185/32", + "40.71.86.107/32", + "40.117.35.99/32", + "40.121.214.58/32", + "52.168.88.247/32", + "52.168.89.30/32", + "52.168.92.234/32", + "52.168.116.0/26", + "52.168.136.186/32", + "52.168.139.96/32", + "52.168.141.90/32", + "52.168.143.85/32", + "52.168.168.165/32", + "52.168.178.77/32", + "52.168.179.117/32", + "52.168.180.168/32", + "52.170.28.184/32", + "52.170.34.217/32", + "52.170.37.236/32", + "52.170.209.22/32", + "52.179.23.200/32", + "137.117.96.184/32", + "137.117.97.51/32" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.EastUS2", + "id": "SCCservice.EastUS2", + "properties": { + "changeNumber": 1, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "20.44.19.48/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.EastUS2EUAP", + "id": "SCCservice.EastUS2EUAP", + "properties": { + "changeNumber": 1, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "40.89.121.160/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.EastUSSTG", + "id": "SCCservice.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "40.67.60.168/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.FranceCentral", + "id": "SCCservice.FranceCentral", + "properties": { + "changeNumber": 1, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "40.79.139.200/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.FranceSouth", + "id": "SCCservice.FranceSouth", + "properties": { + "changeNumber": 1, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "51.138.160.8/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.GermanyNorth", + "id": "SCCservice.GermanyNorth", + "properties": { + "changeNumber": 1, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "51.116.60.248/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.GermanyWestCentral", + "id": "SCCservice.GermanyWestCentral", + "properties": { + "changeNumber": 1, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "51.116.246.0/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.JapanEast", + "id": "SCCservice.JapanEast", + "properties": { + "changeNumber": 1, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "13.78.111.200/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.JapanWest", + "id": "SCCservice.JapanWest", + "properties": { + "changeNumber": 1, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "40.80.180.112/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.JioIndiaCentral", + "id": "SCCservice.JioIndiaCentral", + "properties": { + "changeNumber": 1, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "20.192.238.176/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.JioIndiaWest", + "id": "SCCservice.JioIndiaWest", + "properties": { + "changeNumber": 1, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "20.193.206.40/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.KoreaCentral", + "id": "SCCservice.KoreaCentral", + "properties": { + "changeNumber": 1, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "52.231.23.96/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.KoreaSouth", + "id": "SCCservice.KoreaSouth", + "properties": { + "changeNumber": 1, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "52.231.151.48/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.NorthCentralUS", + "id": "SCCservice.NorthCentralUS", + "properties": { + "changeNumber": 1, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "52.240.241.88/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.NorthEurope", + "id": "SCCservice.NorthEurope", + "properties": { + "changeNumber": 1, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "13.69.233.48/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.NorwayEast", + "id": "SCCservice.NorwayEast", + "properties": { + "changeNumber": 1, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "51.120.109.112/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.NorwayWest", + "id": "SCCservice.NorwayWest", + "properties": { + "changeNumber": 1, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "51.13.128.16/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.SouthAfricaNorth", + "id": "SCCservice.SouthAfricaNorth", + "properties": { + "changeNumber": 1, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "102.133.124.144/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.SouthAfricaWest", + "id": "SCCservice.SouthAfricaWest", + "properties": { + "changeNumber": 1, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "102.37.64.56/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.SouthCentralUS", + "id": "SCCservice.SouthCentralUS", + "properties": { + "changeNumber": 1, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "13.73.244.200/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.SouthCentralUSSTG", + "id": "SCCservice.SouthCentralUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "20.44.4.240/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.SouthIndia", + "id": "SCCservice.SouthIndia", + "properties": { + "changeNumber": 1, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "20.192.184.88/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.SoutheastAsia", + "id": "SCCservice.SoutheastAsia", + "properties": { + "changeNumber": 1, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "40.78.239.104/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.SwedenCentral", + "id": "SCCservice.SwedenCentral", + "properties": { + "changeNumber": 1, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "51.12.101.160/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.SwedenSouth", + "id": "SCCservice.SwedenSouth", + "properties": { + "changeNumber": 1, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "51.12.204.232/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.SwitzerlandNorth", + "id": "SCCservice.SwitzerlandNorth", + "properties": { + "changeNumber": 1, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "51.107.128.40/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.SwitzerlandWest", + "id": "SCCservice.SwitzerlandWest", + "properties": { + "changeNumber": 1, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "51.107.192.136/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.UAECentral", + "id": "SCCservice.UAECentral", + "properties": { + "changeNumber": 1, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "40.120.8.160/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.UAENorth", + "id": "SCCservice.UAENorth", + "properties": { + "changeNumber": 1, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "40.120.64.104/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.UKSouth", + "id": "SCCservice.UKSouth", + "properties": { + "changeNumber": 1, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "51.140.149.24/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.UKWest", + "id": "SCCservice.UKWest", + "properties": { + "changeNumber": 1, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "51.140.215.160/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.WestCentralUS", + "id": "SCCservice.WestCentralUS", + "properties": { + "changeNumber": 1, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "40.67.121.144/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.WestEurope", + "id": "SCCservice.WestEurope", + "properties": { + "changeNumber": 1, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "40.74.56.205/32", + "52.178.17.16/28", + "104.46.32.191/32" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.WestIndia", + "id": "SCCservice.WestIndia", + "properties": { + "changeNumber": 1, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "20.38.132.16/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.WestUS", + "id": "SCCservice.WestUS", + "properties": { + "changeNumber": 1, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "13.86.223.96/27", + "40.78.103.172/32", + "40.78.106.95/32", + "40.83.187.245/32", + "40.118.227.49/32", + "52.160.33.57/32", + "52.160.100.5/32", + "104.42.149.114/32" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.WestUS2", + "id": "SCCservice.WestUS2", + "properties": { + "changeNumber": 1, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "13.66.145.72/29" + ], + "networkFeatures": null + } + }, + { + "name": "SCCservice.WestUS3", + "id": "SCCservice.WestUS3", + "properties": { + "changeNumber": 1, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "SCCservice", + "addressPrefixes": [ + "20.150.172.32/29" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.AustraliaCentral", + "id": "ServiceFabric.AustraliaCentral", + "properties": { + "changeNumber": 1, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "20.36.40.70/32", + "20.36.107.16/29", + "2603:1010:304:402::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.AustraliaCentral2", + "id": "ServiceFabric.AustraliaCentral2", + "properties": { + "changeNumber": 1, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "20.36.72.79/32", + "20.36.114.192/29", + "2603:1010:404:402::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.AustraliaEast", + "id": "ServiceFabric.AustraliaEast", + "properties": { + "changeNumber": 1, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "13.70.72.216/29", + "13.70.78.172/30", + "40.79.165.80/29", + "40.79.171.228/30", + "40.79.173.0/30", + "104.210.107.69/32", + "2603:1010:6:402::98/125", + "2603:1010:6:802::98/125", + "2603:1010:6:c02::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.AustraliaSoutheast", + "id": "ServiceFabric.AustraliaSoutheast", + "properties": { + "changeNumber": 1, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "13.77.52.0/29", + "40.115.64.123/32", + "2603:1010:101:402::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.BrazilSouth", + "id": "ServiceFabric.BrazilSouth", + "properties": { + "changeNumber": 1, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "104.41.9.53/32", + "191.233.203.216/29", + "191.234.149.32/30", + "191.234.157.128/30", + "2603:1050:6:402::98/125", + "2603:1050:6:802::98/125", + "2603:1050:6:c02::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.BrazilSoutheast", + "id": "ServiceFabric.BrazilSoutheast", + "properties": { + "changeNumber": 1, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "191.233.50.24/29", + "2603:1050:403:400::140/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.CanadaCentral", + "id": "ServiceFabric.CanadaCentral", + "properties": { + "changeNumber": 2, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "13.71.170.224/29", + "13.71.170.248/29", + "20.38.149.192/30", + "40.85.224.118/32", + "52.246.157.8/30", + "2603:1030:f05:402::98/125", + "2603:1030:f05:802::98/125", + "2603:1030:f05:c02::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.CanadaEast", + "id": "ServiceFabric.CanadaEast", + "properties": { + "changeNumber": 1, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "40.69.107.0/29", + "40.86.230.174/32", + "2603:1030:1005:402::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.CentralIndia", + "id": "ServiceFabric.CentralIndia", + "properties": { + "changeNumber": 1, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "20.192.101.28/30", + "40.80.53.4/30", + "104.211.81.216/29", + "104.211.103.201/32", + "2603:1040:a06:402::98/125", + "2603:1040:a06:802::98/125", + "2603:1040:a06:c02::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.CentralUS", + "id": "ServiceFabric.CentralUS", + "properties": { + "changeNumber": 1, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "13.89.171.104/29", + "20.44.10.124/30", + "40.69.166.6/32", + "52.165.37.188/32", + "52.182.141.56/30", + "52.182.172.232/32", + "104.43.213.84/32", + "2603:1030:10:402::98/125", + "2603:1030:10:802::98/125", + "2603:1030:10:c02::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.CentralUSEUAP", + "id": "ServiceFabric.CentralUSEUAP", + "properties": { + "changeNumber": 2, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "40.78.202.120/29", + "52.180.176.84/32", + "168.61.142.48/30", + "2603:1030:f:400::898/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.EastAsia", + "id": "ServiceFabric.EastAsia", + "properties": { + "changeNumber": 3, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "13.75.36.80/29", + "13.75.41.166/32", + "13.75.42.35/32", + "20.205.74.72/30", + "20.205.82.72/30", + "104.214.165.68/30", + "2603:1040:207:402::98/125", + "2603:1040:207:800::50/125", + "2603:1040:207:c00::50/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.EastUS", + "id": "ServiceFabric.EastUS", + "properties": { + "changeNumber": 2, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "13.92.124.124/32", + "20.42.64.40/30", + "20.42.72.132/30", + "40.71.11.104/29", + "40.76.203.148/32", + "40.76.205.181/32", + "2603:1030:210:402::98/125", + "2603:1030:210:802::98/125", + "2603:1030:210:c02::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.EastUS2", + "id": "ServiceFabric.EastUS2", + "properties": { + "changeNumber": 1, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "20.44.19.0/30", + "40.70.146.232/29", + "40.84.62.189/32", + "52.167.0.27/32", + "52.167.109.68/30", + "52.167.227.220/32", + "2603:1030:40c:402::98/125", + "2603:1030:40c:802::98/125", + "2603:1030:40c:c02::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.EastUS2EUAP", + "id": "ServiceFabric.EastUS2EUAP", + "properties": { + "changeNumber": 3, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "40.74.146.56/29", + "40.75.35.220/30", + "40.79.114.102/32", + "52.138.70.82/32", + "52.138.92.168/30", + "52.225.184.94/32", + "52.225.185.159/32", + "68.220.82.72/30", + "2603:1030:40b:400::898/125", + "2603:1030:40b:800::98/125", + "2603:1030:40b:c00::98/125", + "2603:1030:40b:1000::10/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.EastUSSTG", + "id": "ServiceFabric.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "20.49.82.4/30", + "40.67.59.72/29", + "2603:1030:104:402::98/125", + "2603:1030:104:402::3d8/125", + "2603:1030:104:802::60/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.FranceCentral", + "id": "ServiceFabric.FranceCentral", + "properties": { + "changeNumber": 1, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "40.79.130.232/29", + "40.79.139.192/30", + "40.79.148.80/30", + "40.89.168.15/32", + "52.143.136.15/32", + "52.143.184.15/32", + "2603:1020:805:402::98/125", + "2603:1020:805:802::98/125", + "2603:1020:805:c02::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.FranceSouth", + "id": "ServiceFabric.FranceSouth", + "properties": { + "changeNumber": 2, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "40.79.179.0/29", + "52.136.136.27/32", + "2603:1020:905:402::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.GermanyNorth", + "id": "ServiceFabric.GermanyNorth", + "properties": { + "changeNumber": 1, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "51.116.59.40/29", + "51.116.208.26/32", + "2603:1020:d04:402::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.GermanyWestCentral", + "id": "ServiceFabric.GermanyWestCentral", + "properties": { + "changeNumber": 1, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "51.116.155.104/29", + "51.116.232.27/32", + "51.116.245.160/30", + "51.116.253.128/30", + "2603:1020:c04:402::98/125", + "2603:1020:c04:802::98/125", + "2603:1020:c04:c02::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.ItalyNorth", + "id": "ServiceFabric.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "4.232.106.76/30", + "4.232.122.72/30", + "4.232.194.72/30", + "2603:1020:1204:400::58/125", + "2603:1020:1204:800::10/125", + "2603:1020:1204:c00::10/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.JapanEast", + "id": "ServiceFabric.JapanEast", + "properties": { + "changeNumber": 1, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "13.78.108.24/29", + "40.79.189.60/30", + "40.79.197.36/30", + "104.41.187.29/32", + "2603:1040:407:402::98/125", + "2603:1040:407:802::98/125", + "2603:1040:407:c02::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.JapanWest", + "id": "ServiceFabric.JapanWest", + "properties": { + "changeNumber": 3, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "20.18.178.72/30", + "40.74.100.240/29", + "104.46.225.57/32", + "2603:1040:606:402::98/125", + "2603:1040:606:800::10/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.JioIndiaCentral", + "id": "ServiceFabric.JioIndiaCentral", + "properties": { + "changeNumber": 1, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "20.192.32.224/30", + "20.192.235.0/29", + "2603:1040:1104:400::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.JioIndiaWest", + "id": "ServiceFabric.JioIndiaWest", + "properties": { + "changeNumber": 1, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "20.193.202.24/29", + "20.193.204.100/30", + "2603:1040:d04:400::98/125", + "2603:1040:d04:800::158/125", + "2603:1040:d04:800::350/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.KoreaCentral", + "id": "ServiceFabric.KoreaCentral", + "properties": { + "changeNumber": 1, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "20.44.29.52/30", + "20.194.66.4/30", + "52.231.18.232/29", + "52.231.32.81/32", + "2603:1040:f05:402::98/125", + "2603:1040:f05:802::98/125", + "2603:1040:f05:c02::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.KoreaSouth", + "id": "ServiceFabric.KoreaSouth", + "properties": { + "changeNumber": 2, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "52.231.147.16/29", + "52.231.200.124/32", + "2603:1040:e05:402::158/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.NorthCentralUS", + "id": "ServiceFabric.NorthCentralUS", + "properties": { + "changeNumber": 2, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "20.125.170.72/30", + "20.125.202.72/30", + "23.96.200.228/32", + "23.96.210.6/32", + "23.96.214.100/32", + "52.162.107.176/29", + "2603:1030:608:402::98/125", + "2603:1030:608:800::50/125", + "2603:1030:608:c00::50/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.NorthEurope", + "id": "ServiceFabric.NorthEurope", + "properties": { + "changeNumber": 1, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "13.69.227.232/29", + "13.74.80.74/32", + "13.74.111.144/30", + "40.113.23.157/32", + "40.113.88.37/32", + "40.115.113.228/32", + "52.138.143.55/32", + "52.138.229.68/30", + "137.116.252.9/32", + "2603:1020:5:402::98/125", + "2603:1020:5:802::98/125", + "2603:1020:5:c02::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.NorwayEast", + "id": "ServiceFabric.NorwayEast", + "properties": { + "changeNumber": 3, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "51.120.68.23/32", + "51.120.98.240/29", + "51.120.109.28/30", + "51.120.213.28/30", + "2603:1020:e04:402::98/125", + "2603:1020:e04:802::98/125", + "2603:1020:e04:c02::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.NorwayWest", + "id": "ServiceFabric.NorwayWest", + "properties": { + "changeNumber": 1, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "51.120.164.23/32", + "51.120.219.72/29", + "2603:1020:f04:402::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.PolandCentral", + "id": "ServiceFabric.PolandCentral", + "properties": { + "changeNumber": 1, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "20.215.18.72/30", + "20.215.26.72/30", + "20.215.154.76/30", + "2603:1020:1302:400::58/125", + "2603:1020:1302:800::50/125", + "2603:1020:1302:c00::50/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.QatarCentral", + "id": "ServiceFabric.QatarCentral", + "properties": { + "changeNumber": 2, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "20.21.42.76/30", + "20.21.66.72/30", + "20.21.74.72/30", + "2603:1040:1002:400::58/125", + "2603:1040:1002:800::50/125", + "2603:1040:1002:c00::50/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.SouthAfricaNorth", + "id": "ServiceFabric.SouthAfricaNorth", + "properties": { + "changeNumber": 2, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "102.37.48.12/32", + "102.133.126.144/30", + "102.133.155.24/29", + "102.133.160.28/32", + "102.133.235.169/32", + "102.133.251.216/30", + "2603:1000:104:402::98/125", + "2603:1000:104:802::98/125", + "2603:1000:104:c02::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.SouthAfricaWest", + "id": "ServiceFabric.SouthAfricaWest", + "properties": { + "changeNumber": 1, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "102.133.27.24/29", + "102.133.72.31/32", + "2603:1000:4:402::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.SouthCentralUS", + "id": "ServiceFabric.SouthCentralUS", + "properties": { + "changeNumber": 1, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "20.45.123.244/30", + "20.49.90.4/30", + "40.84.133.64/32", + "104.214.19.72/29", + "104.215.78.146/32", + "2603:1030:807:402::98/125", + "2603:1030:807:802::98/125", + "2603:1030:807:c02::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.SouthCentralUSSTG", + "id": "ServiceFabric.SouthCentralUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "20.44.3.24/29", + "23.100.199.230/32" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.SouthIndia", + "id": "ServiceFabric.SouthIndia", + "properties": { + "changeNumber": 1, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "40.78.195.0/29", + "104.211.228.68/32", + "2603:1040:c06:402::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.SoutheastAsia", + "id": "ServiceFabric.SoutheastAsia", + "properties": { + "changeNumber": 1, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "13.67.9.136/29", + "20.184.2.84/32", + "23.98.86.60/30", + "40.78.238.60/30", + "52.163.90.165/32", + "52.163.94.113/32", + "52.230.8.61/32", + "207.46.234.62/32", + "2603:1040:5:402::98/125", + "2603:1040:5:802::98/125", + "2603:1040:5:c02::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.SwedenCentral", + "id": "ServiceFabric.SwedenCentral", + "properties": { + "changeNumber": 2, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "51.12.99.64/29", + "51.12.101.168/30", + "51.12.229.28/30", + "51.12.237.28/30", + "2603:1020:1004:400::98/125", + "2603:1020:1004:800::158/125", + "2603:1020:1004:800::350/125", + "2603:1020:1004:c02::1b8/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.SwedenSouth", + "id": "ServiceFabric.SwedenSouth", + "properties": { + "changeNumber": 1, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "51.12.203.64/29", + "51.12.204.240/30", + "2603:1020:1104:400::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.SwitzerlandNorth", + "id": "ServiceFabric.SwitzerlandNorth", + "properties": { + "changeNumber": 2, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "20.208.18.72/30", + "51.103.202.72/30", + "51.107.59.40/29", + "51.107.76.20/32", + "2603:1020:a04:402::98/125", + "2603:1020:a04:802::98/125", + "2603:1020:a04:c02::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.SwitzerlandWest", + "id": "ServiceFabric.SwitzerlandWest", + "properties": { + "changeNumber": 2, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "51.107.155.40/29", + "51.107.239.250/32", + "2603:1020:b04:402::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.UAECentral", + "id": "ServiceFabric.UAECentral", + "properties": { + "changeNumber": 3, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "20.37.74.80/29", + "20.45.79.240/32", + "74.243.18.8/30", + "2603:1040:b04:402::98/125", + "2603:1040:b04:800::10/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.UAENorth", + "id": "ServiceFabric.UAENorth", + "properties": { + "changeNumber": 2, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "20.38.152.68/30", + "40.120.74.4/30", + "40.123.204.26/32", + "65.52.250.224/29", + "2603:1040:904:402::98/125", + "2603:1040:904:802::98/125", + "2603:1040:904:c02::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.UKNorth", + "id": "ServiceFabric.UKNorth", + "properties": { + "changeNumber": 2, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "13.87.122.240/29", + "2603:1020:305:402::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.UKSouth", + "id": "ServiceFabric.UKSouth", + "properties": { + "changeNumber": 1, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "51.105.69.84/30", + "51.105.77.52/30", + "51.140.148.24/29", + "51.140.184.27/32", + "2603:1020:705:402::98/125", + "2603:1020:705:802::98/125", + "2603:1020:705:c02::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.UKSouth2", + "id": "ServiceFabric.UKSouth2", + "properties": { + "changeNumber": 1, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "13.87.32.204/32", + "13.87.56.240/29", + "2603:1020:405:402::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.UKWest", + "id": "ServiceFabric.UKWest", + "properties": { + "changeNumber": 1, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "51.140.211.16/29", + "51.141.8.30/32", + "2603:1020:605:402::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.WestCentralUS", + "id": "ServiceFabric.WestCentralUS", + "properties": { + "changeNumber": 2, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "13.71.195.48/29", + "13.78.147.125/32", + "2603:1030:b04:402::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.WestEurope", + "id": "ServiceFabric.WestEurope", + "properties": { + "changeNumber": 2, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "13.69.64.232/29", + "13.69.109.136/30", + "13.80.117.236/32", + "52.174.163.204/32", + "52.174.164.254/32", + "52.178.30.193/32", + "52.236.161.75/32", + "52.236.189.76/30", + "104.45.19.250/32", + "2603:1020:206:402::98/125", + "2603:1020:206:802::98/125", + "2603:1020:206:c02::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.WestIndia", + "id": "ServiceFabric.WestIndia", + "properties": { + "changeNumber": 1, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "104.211.146.240/29", + "104.211.164.163/32", + "2603:1040:806:402::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.WestUS", + "id": "ServiceFabric.WestUS", + "properties": { + "changeNumber": 2, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "13.91.7.211/32", + "13.91.252.58/32", + "20.168.162.72/30", + "23.99.11.219/32", + "40.112.243.176/29", + "104.42.181.121/32", + "137.135.33.49/32", + "2603:1030:a07:402::98/125", + "2603:1030:a07:c00::50/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.WestUS2", + "id": "ServiceFabric.WestUS2", + "properties": { + "changeNumber": 1, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "13.66.140.152/29", + "13.66.167.194/32", + "13.66.226.151/32", + "40.78.245.192/30", + "40.78.253.64/30", + "52.151.38.144/32", + "52.158.236.247/32", + "2603:1030:c06:400::898/125", + "2603:1030:c06:802::98/125", + "2603:1030:c06:c02::98/125" + ], + "networkFeatures": null + } + }, + { + "name": "ServiceFabric.WestUS3", + "id": "ServiceFabric.WestUS3", + "properties": { + "changeNumber": 2, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "ServiceFabric", + "addressPrefixes": [ + "20.150.171.72/29", + "20.150.181.160/30", + "20.150.189.28/30", + "20.150.225.4/30", + "2603:1030:504:402::98/125", + "2603:1030:504:802::c8/125", + "2603:1030:504:802::158/125", + "2603:1030:504:802::350/125", + "2603:1030:504:c02::408/125" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.AustraliaCentral", + "id": "StorageSyncService.AustraliaCentral", + "properties": { + "changeNumber": 3, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "20.37.224.216/29", + "20.53.1.80/29", + "2603:1010:304::340/123", + "2603:1010:304:402::5e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.AustraliaCentral2", + "id": "StorageSyncService.AustraliaCentral2", + "properties": { + "changeNumber": 3, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "20.36.120.216/29", + "20.193.96.232/29", + "2603:1010:404::340/123", + "2603:1010:404:402::5e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.AustraliaEast", + "id": "StorageSyncService.AustraliaEast", + "properties": { + "changeNumber": 2, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "13.75.153.240/32", + "20.37.195.96/29", + "2603:1010:6:1::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.AustraliaSoutheast", + "id": "StorageSyncService.AustraliaSoutheast", + "properties": { + "changeNumber": 1, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "13.70.176.196/32", + "20.42.227.128/29", + "2603:1010:101::340/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.BrazilSouth", + "id": "StorageSyncService.BrazilSouth", + "properties": { + "changeNumber": 1, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "191.235.225.216/29", + "191.237.253.115/32", + "2603:1050:6:1::300/123", + "2603:1050:6:802::2a0/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.BrazilSoutheast", + "id": "StorageSyncService.BrazilSoutheast", + "properties": { + "changeNumber": 1, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "191.233.9.96/29", + "2603:1050:403::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.CanadaCentral", + "id": "StorageSyncService.CanadaCentral", + "properties": { + "changeNumber": 1, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "52.228.42.41/32", + "52.228.81.248/29", + "2603:1030:f05:1::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.CanadaEast", + "id": "StorageSyncService.CanadaEast", + "properties": { + "changeNumber": 3, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "40.69.111.200/29", + "40.89.17.232/29", + "52.235.36.119/32", + "2603:1030:1005::340/123", + "2603:1030:1005:402::5e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.CentralIndia", + "id": "StorageSyncService.CentralIndia", + "properties": { + "changeNumber": 2, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "52.140.105.184/29", + "104.211.73.56/32", + "2603:1040:a06:1::300/123", + "2603:1040:a06:802::2a0/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.CentralUS", + "id": "StorageSyncService.CentralUS", + "properties": { + "changeNumber": 1, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "20.37.157.80/29", + "52.176.149.179/32", + "2603:1030:10:1::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.CentralUSEUAP", + "id": "StorageSyncService.CentralUSEUAP", + "properties": { + "changeNumber": 3, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "20.45.192.248/29", + "20.45.208.0/29", + "20.228.2.32/29", + "104.208.61.223/32", + "2603:1030:f:1::340/123", + "2603:1030:f:400::dc0/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.EastAsia", + "id": "StorageSyncService.EastAsia", + "properties": { + "changeNumber": 3, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "20.189.108.56/29", + "20.205.50.232/29", + "23.102.225.54/32", + "104.214.165.88/29", + "2603:1040:207::340/123", + "2603:1040:207:402::5c0/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.EastUS", + "id": "StorageSyncService.EastUS", + "properties": { + "changeNumber": 1, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "20.42.4.248/29", + "104.41.148.238/32", + "2603:1030:210:1::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.EastUS2", + "id": "StorageSyncService.EastUS2", + "properties": { + "changeNumber": 2, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "20.41.5.144/29", + "40.123.47.110/32", + "2603:1030:40c:1::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.EastUS2EUAP", + "id": "StorageSyncService.EastUS2EUAP", + "properties": { + "changeNumber": 1, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "20.39.11.96/29", + "52.225.171.85/32", + "2603:1030:40b:1::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.EastUSSTG", + "id": "StorageSyncService.EastUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "40.67.48.208/29", + "2603:1030:104:1::300/123", + "2603:1030:104:402::760/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.FranceCentral", + "id": "StorageSyncService.FranceCentral", + "properties": { + "changeNumber": 1, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "20.43.42.8/29", + "52.143.166.54/32", + "2603:1020:805:1::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.FranceSouth", + "id": "StorageSyncService.FranceSouth", + "properties": { + "changeNumber": 2, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "51.105.88.248/29", + "52.136.131.99/32", + "2603:1020:905::340/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.GermanyNorth", + "id": "StorageSyncService.GermanyNorth", + "properties": { + "changeNumber": 2, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "51.116.60.244/30", + "51.116.78.200/29", + "2603:1020:d04::340/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.GermanyWestCentral", + "id": "StorageSyncService.GermanyWestCentral", + "properties": { + "changeNumber": 2, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "20.79.108.120/29", + "51.116.245.168/30", + "2603:1020:c04:1::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.ItalyNorth", + "id": "StorageSyncService.ItalyNorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "4.232.107.176/29", + "2603:1020:1204:400::2a0/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.JapanEast", + "id": "StorageSyncService.JapanEast", + "properties": { + "changeNumber": 1, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "20.43.66.0/29", + "104.41.161.113/32", + "2603:1040:407:1::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.JapanWest", + "id": "StorageSyncService.JapanWest", + "properties": { + "changeNumber": 2, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "23.100.106.151/32", + "40.74.99.32/29", + "40.80.57.192/29", + "2603:1040:606::340/123", + "2603:1040:606:402::680/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.JioIndiaCentral", + "id": "StorageSyncService.JioIndiaCentral", + "properties": { + "changeNumber": 3, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "20.192.32.232/29", + "20.193.215.160/32", + "20.207.4.104/29", + "2603:1040:1104:400::320/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.JioIndiaWest", + "id": "StorageSyncService.JioIndiaWest", + "properties": { + "changeNumber": 3, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "20.193.168.76/32", + "20.193.205.128/29", + "40.64.14.0/29", + "2603:1040:d04::300/123", + "2603:1040:d04:800::120/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.KoreaCentral", + "id": "StorageSyncService.KoreaCentral", + "properties": { + "changeNumber": 2, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "20.41.65.184/29", + "52.231.67.75/32", + "2603:1040:f05:1::300/123", + "2603:1040:f05:802::2a0/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.KoreaSouth", + "id": "StorageSyncService.KoreaSouth", + "properties": { + "changeNumber": 2, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "40.80.169.176/29", + "52.147.98.56/29", + "52.231.159.38/32", + "2603:1040:e05:402::280/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.NorthCentralUS", + "id": "StorageSyncService.NorthCentralUS", + "properties": { + "changeNumber": 2, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "40.80.188.24/29", + "65.52.62.167/32", + "2603:1030:608::340/123", + "2603:1030:608:402::5e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.NorthEurope", + "id": "StorageSyncService.NorthEurope", + "properties": { + "changeNumber": 1, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "20.38.85.152/29", + "40.113.94.67/32", + "2603:1020:5:1::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.NorwayEast", + "id": "StorageSyncService.NorwayEast", + "properties": { + "changeNumber": 2, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "51.120.40.224/29", + "2603:1020:e04:1::300/123", + "2603:1020:e04:802::2a0/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.NorwayWest", + "id": "StorageSyncService.NorwayWest", + "properties": { + "changeNumber": 1, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "51.120.224.216/29", + "2603:1020:f04::340/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.PolandCentral", + "id": "StorageSyncService.PolandCentral", + "properties": { + "changeNumber": 1, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "20.215.154.120/29", + "2603:1020:1302:400::240/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.QatarCentral", + "id": "StorageSyncService.QatarCentral", + "properties": { + "changeNumber": 1, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "20.21.42.120/29", + "2603:1040:1002:400::240/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.SouthAfricaNorth", + "id": "StorageSyncService.SouthAfricaNorth", + "properties": { + "changeNumber": 2, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "20.87.83.120/29", + "102.133.175.72/32", + "2603:1000:104:1::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.SouthAfricaWest", + "id": "StorageSyncService.SouthAfricaWest", + "properties": { + "changeNumber": 2, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "102.133.56.128/29", + "102.133.75.173/32", + "2603:1000:4::340/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.SouthCentralUS", + "id": "StorageSyncService.SouthCentralUS", + "properties": { + "changeNumber": 1, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "13.73.248.112/29", + "104.210.219.252/32", + "2603:1030:807:1::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.SouthCentralUSSTG", + "id": "StorageSyncService.SouthCentralUSSTG", + "properties": { + "changeNumber": 1, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "20.45.112.216/29" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.SouthIndia", + "id": "StorageSyncService.SouthIndia", + "properties": { + "changeNumber": 2, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "20.41.193.160/29", + "104.211.231.18/32", + "2603:1040:c06::340/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.SoutheastAsia", + "id": "StorageSyncService.SoutheastAsia", + "properties": { + "changeNumber": 1, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "13.76.81.46/32", + "20.43.131.40/29", + "2603:1040:5:1::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.SwedenCentral", + "id": "StorageSyncService.SwedenCentral", + "properties": { + "changeNumber": 2, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "20.91.146.0/29", + "51.12.101.240/29", + "2603:1020:1004::300/123", + "2603:1020:1004:800::120/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.SwedenSouth", + "id": "StorageSyncService.SwedenSouth", + "properties": { + "changeNumber": 2, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "20.91.11.144/29", + "51.12.204.248/29", + "2603:1020:1104:400::320/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.SwitzerlandNorth", + "id": "StorageSyncService.SwitzerlandNorth", + "properties": { + "changeNumber": 1, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "51.107.48.224/29", + "2603:1020:a04:1::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.SwitzerlandWest", + "id": "StorageSyncService.SwitzerlandWest", + "properties": { + "changeNumber": 2, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "51.107.144.216/29", + "2603:1020:b04::340/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.UAECentral", + "id": "StorageSyncService.UAECentral", + "properties": { + "changeNumber": 2, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "20.37.64.216/29", + "20.45.71.151/32", + "2603:1040:b04::340/123", + "2603:1040:b04:402::5e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.UAENorth", + "id": "StorageSyncService.UAENorth", + "properties": { + "changeNumber": 1, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "20.38.136.224/29", + "40.123.216.130/32", + "2603:1040:904:1::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.UKNorth", + "id": "StorageSyncService.UKNorth", + "properties": { + "changeNumber": 1, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "51.105.80.208/29", + "2603:1020:305::340/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.UKSouth", + "id": "StorageSyncService.UKSouth", + "properties": { + "changeNumber": 2, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "51.104.25.224/29", + "51.140.67.72/32", + "2603:1020:705:1::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.UKSouth2", + "id": "StorageSyncService.UKSouth2", + "properties": { + "changeNumber": 1, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "51.143.192.208/29", + "2603:1020:405::340/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.UKWest", + "id": "StorageSyncService.UKWest", + "properties": { + "changeNumber": 1, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "51.137.161.240/29", + "51.140.202.34/32", + "2603:1020:605::340/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.WestCentralUS", + "id": "StorageSyncService.WestCentralUS", + "properties": { + "changeNumber": 1, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "52.150.139.104/29", + "52.161.25.233/32", + "2603:1030:b04::340/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.WestEurope", + "id": "StorageSyncService.WestEurope", + "properties": { + "changeNumber": 1, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "20.50.1.0/29", + "104.40.191.8/32", + "2603:1020:206:1::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.WestIndia", + "id": "StorageSyncService.WestIndia", + "properties": { + "changeNumber": 2, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "20.38.133.8/29", + "52.136.48.216/29", + "2603:1040:806::340/123", + "2603:1040:806:402::5e0/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.WestUS", + "id": "StorageSyncService.WestUS", + "properties": { + "changeNumber": 2, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "20.189.172.152/29", + "40.82.253.192/29", + "40.112.150.67/32", + "2603:1030:a07::340/123", + "2603:1030:a07:402::b00/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.WestUS2", + "id": "StorageSyncService.WestUS2", + "properties": { + "changeNumber": 1, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "20.42.131.224/29", + "52.183.27.204/32", + "2603:1030:c06:1::300/123" + ], + "networkFeatures": null + } + }, + { + "name": "StorageSyncService.WestUS3", + "id": "StorageSyncService.WestUS3", + "properties": { + "changeNumber": 2, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "StorageSyncService", + "addressPrefixes": [ + "20.125.157.40/29", + "20.150.172.40/29", + "2603:1030:504:1::300/123", + "2603:1030:504:802::120/123" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.AustraliaCentral", + "id": "WindowsVirtualDesktop.AustraliaCentral", + "properties": { + "changeNumber": 1, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "20.36.33.29/32", + "20.36.33.170/32", + "20.36.35.190/32", + "20.36.38.195/32", + "20.36.39.50/32", + "20.36.39.171/32", + "20.36.41.74/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.AustraliaEast", + "id": "WindowsVirtualDesktop.AustraliaEast", + "properties": { + "changeNumber": 1, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "13.70.120.215/32", + "13.75.171.61/32", + "13.75.198.169/32", + "23.101.220.135/32", + "52.147.3.93/32", + "52.156.171.127/32", + "52.237.201.246/32", + "52.237.253.245/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.AustraliaSoutheast", + "id": "WindowsVirtualDesktop.AustraliaSoutheast", + "properties": { + "changeNumber": 1, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "13.77.45.213/32", + "52.189.194.14/32", + "52.189.215.151/32", + "52.189.233.158/32", + "52.243.65.107/32", + "52.243.74.213/32", + "52.255.40.105/32", + "52.255.61.145/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.BrazilSouth", + "id": "WindowsVirtualDesktop.BrazilSouth", + "properties": { + "changeNumber": 3, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "23.97.108.170/32", + "104.41.5.162/32", + "104.41.45.182/32", + "191.232.49.74/32", + "191.232.166.149/32", + "191.232.235.70/32", + "191.232.238.73/32", + "191.234.191.63/32", + "191.235.65.127/32", + "191.235.72.175/32", + "191.235.73.211/32", + "191.235.78.126/32", + "191.239.248.16/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.CanadaCentral", + "id": "WindowsVirtualDesktop.CanadaCentral", + "properties": { + "changeNumber": 3, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "13.88.254.98/32", + "20.104.70.75/32", + "20.151.111.129/32", + "40.85.241.159/32", + "52.138.9.153/32", + "52.138.20.115/32", + "52.138.28.23/32", + "52.228.29.164/32", + "52.233.16.198/32", + "52.237.20.14/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.CanadaEast", + "id": "WindowsVirtualDesktop.CanadaEast", + "properties": { + "changeNumber": 1, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "40.69.102.46/32", + "40.86.204.245/32", + "40.86.205.216/32", + "40.86.208.118/32", + "40.86.222.183/32", + "52.229.117.254/32", + "52.229.125.45/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.CentralIndia", + "id": "WindowsVirtualDesktop.CentralIndia", + "properties": { + "changeNumber": 5, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "13.71.5.20/32", + "20.198.67.137/32", + "20.204.84.32/32", + "20.204.136.84/32", + "20.204.136.104/32", + "52.140.113.34/32", + "52.172.133.5/32", + "52.172.194.109/32", + "52.172.210.235/32", + "52.172.217.34/32", + "52.172.223.46/32", + "104.211.78.17/32", + "104.211.114.61/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.CentralUS", + "id": "WindowsVirtualDesktop.CentralUS", + "properties": { + "changeNumber": 1, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "23.99.141.138/32", + "40.69.149.151/32", + "40.113.199.138/32", + "40.113.200.58/32", + "40.122.28.196/32", + "40.122.212.20/32", + "52.165.218.15/32", + "52.173.89.168/32", + "104.43.169.4/32", + "104.208.28.82/32", + "168.61.167.193/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.EastAsia", + "id": "WindowsVirtualDesktop.EastAsia", + "properties": { + "changeNumber": 2, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "13.70.40.201/32", + "13.75.114.143/32", + "13.88.221.28/32", + "23.101.5.54/32", + "23.102.229.113/32", + "40.83.79.39/32", + "52.229.207.180/32", + "65.52.160.218/32", + "137.116.160.32/32", + "137.116.168.156/32", + "168.63.137.213/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.EastUS", + "id": "WindowsVirtualDesktop.EastUS", + "properties": { + "changeNumber": 1, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "20.127.137.143/32", + "20.185.255.225/32", + "20.228.132.121/32", + "20.228.248.223/32", + "20.231.109.75/32", + "20.231.110.84/32", + "20.232.123.155/32", + "20.232.127.69/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.EastUS2", + "id": "WindowsVirtualDesktop.EastUS2", + "properties": { + "changeNumber": 3, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "13.68.24.173/32", + "13.68.76.104/32", + "20.96.12.123/32", + "40.70.189.87/32", + "40.75.30.117/32", + "52.147.160.158/32", + "52.167.163.135/32", + "52.167.171.53/32", + "52.177.123.162/32", + "52.177.172.247/32", + "52.242.86.101/32", + "52.247.122.225/32", + "52.247.123.0/32", + "104.209.233.222/32", + "137.116.49.12/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.FranceCentral", + "id": "WindowsVirtualDesktop.FranceCentral", + "properties": { + "changeNumber": 2, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "20.111.42.147/32", + "20.188.39.108/32", + "20.188.41.240/32", + "20.188.45.82/32", + "20.216.182.176/32", + "40.89.129.146/32", + "40.89.154.76/32", + "51.11.241.142/32", + "52.143.182.208/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.GermanyWestCentral", + "id": "WindowsVirtualDesktop.GermanyWestCentral", + "properties": { + "changeNumber": 4, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "20.170.0.18/32", + "20.170.7.88/32", + "20.218.222.2/32", + "20.218.223.248/32", + "51.116.171.102/32", + "51.116.182.248/32", + "51.116.225.43/32", + "51.116.225.44/32", + "51.116.225.55/32", + "51.116.236.74/32", + "51.116.236.84/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.JapanEast", + "id": "WindowsVirtualDesktop.JapanEast", + "properties": { + "changeNumber": 2, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "20.188.3.1/32", + "20.210.229.68/32", + "20.222.116.237/32", + "23.100.98.36/32", + "40.115.136.175/32", + "52.155.111.124/32", + "52.246.165.140/32", + "52.246.177.221/32", + "52.246.191.98/32", + "104.41.166.159/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.JapanWest", + "id": "WindowsVirtualDesktop.JapanWest", + "properties": { + "changeNumber": 2, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "13.73.237.154/32", + "40.74.84.253/32", + "40.74.113.202/32", + "40.74.118.163/32", + "40.74.136.34/32", + "52.175.144.120/32", + "104.46.237.209/32", + "104.215.51.3/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.JioIndiaWest", + "id": "WindowsVirtualDesktop.JioIndiaWest", + "properties": { + "changeNumber": 2, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "20.244.133.159/32", + "40.64.63.251/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.KoreaCentral", + "id": "WindowsVirtualDesktop.KoreaCentral", + "properties": { + "changeNumber": 1, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "20.41.77.252/32", + "52.141.37.201/32", + "52.141.56.101/32", + "52.231.13.193/32", + "52.231.38.211/32", + "52.231.93.224/32", + "52.231.98.58/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.KoreaSouth", + "id": "WindowsVirtualDesktop.KoreaSouth", + "properties": { + "changeNumber": 1, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "52.231.155.130/32", + "52.231.156.19/32", + "52.231.164.163/32", + "52.231.166.199/32", + "52.231.195.7/32", + "52.231.197.195/32", + "52.231.206.162/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.NorthCentralUS", + "id": "WindowsVirtualDesktop.NorthCentralUS", + "properties": { + "changeNumber": 1, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "20.25.222.182/32", + "20.236.85.126/31", + "52.159.85.168/32", + "52.159.87.128/32", + "52.159.115.97/32", + "52.159.116.86/32", + "52.159.116.149/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.NorthEurope", + "id": "WindowsVirtualDesktop.NorthEurope", + "properties": { + "changeNumber": 1, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "13.69.156.85/32", + "13.79.243.194/32", + "23.100.50.154/32", + "40.69.31.73/32", + "40.69.90.166/32", + "52.164.126.124/32", + "52.169.5.116/32", + "65.52.71.120/32", + "137.116.248.148/32", + "137.135.243.65/32", + "168.63.71.119/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.NorwayEast", + "id": "WindowsVirtualDesktop.NorwayEast", + "properties": { + "changeNumber": 1, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "51.120.69.158/32", + "51.120.70.135/32", + "51.120.70.141/32", + "51.120.77.155/32", + "51.120.78.142/32", + "51.120.79.212/32", + "51.120.88.120/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.SouthAfricaNorth", + "id": "WindowsVirtualDesktop.SouthAfricaNorth", + "properties": { + "changeNumber": 2, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "40.127.3.207/32", + "102.37.42.159/32", + "102.133.161.220/32", + "102.133.166.135/32", + "102.133.172.191/32", + "102.133.175.200/32", + "102.133.224.81/32", + "102.133.234.139/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.SouthAfricaWest", + "id": "WindowsVirtualDesktop.SouthAfricaWest", + "properties": { + "changeNumber": 1, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "102.133.64.36/32", + "102.133.64.68/32", + "102.133.64.91/32", + "102.133.64.111/32", + "102.133.72.250/32", + "102.133.75.8/32", + "102.133.75.32/32", + "102.133.75.35/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.SouthCentralUS", + "id": "WindowsVirtualDesktop.SouthCentralUS", + "properties": { + "changeNumber": 6, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "20.97.112.246/32", + "20.97.126.118/32", + "20.97.127.64/32", + "20.97.127.102/32", + "20.97.127.182/32", + "20.225.79.193/32", + "20.225.81.222/32", + "20.225.84.29/32", + "20.225.170.191/32", + "20.225.209.143/32", + "20.225.210.211/32", + "20.225.213.145/32", + "20.225.215.155/32", + "23.98.133.187/32", + "40.64.144.0/27", + "52.171.36.33/32", + "52.185.202.152/32", + "70.37.83.67/32", + "70.37.86.126/32", + "70.37.99.24/32", + "104.210.150.160/32", + "104.210.157.209/32", + "104.214.60.144/32", + "104.215.103.51/32", + "104.215.112.85/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.SouthIndia", + "id": "WindowsVirtualDesktop.SouthIndia", + "properties": { + "changeNumber": 3, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "13.71.67.87/32", + "13.71.70.215/32", + "13.71.71.122/32", + "13.71.81.161/32", + "13.71.89.108/32", + "13.71.94.182/32", + "13.71.95.31/32", + "13.71.113.6/32", + "52.172.34.74/32", + "52.172.40.215/32", + "104.211.211.213/32", + "104.211.216.230/32", + "104.211.222.50/32", + "104.211.242.104/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.SoutheastAsia", + "id": "WindowsVirtualDesktop.SoutheastAsia", + "properties": { + "changeNumber": 4, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "13.67.68.78/32", + "13.76.88.89/32", + "13.76.195.19/32", + "13.76.230.148/32", + "20.205.211.156/32", + "20.205.212.9/32", + "20.212.192.4/32", + "20.212.192.147/32", + "20.212.196.72/32", + "23.98.66.174/32", + "52.163.209.255/32", + "52.187.127.152/32", + "138.91.44.13/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.SwitzerlandNorth", + "id": "WindowsVirtualDesktop.SwitzerlandNorth", + "properties": { + "changeNumber": 1, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "51.107.68.172/32", + "51.107.69.35/32", + "51.107.78.168/32", + "51.107.85.67/32", + "51.107.85.110/32", + "51.107.86.7/32", + "51.107.86.99/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.UAENorth", + "id": "WindowsVirtualDesktop.UAENorth", + "properties": { + "changeNumber": 5, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "20.46.46.252/32", + "20.74.148.158/32", + "20.74.152.13/32", + "20.74.154.246/32", + "20.74.156.183/32", + "20.74.178.102/32", + "20.74.182.99/32", + "20.203.0.247/32", + "20.203.7.51/32", + "20.203.18.112/32", + "20.203.26.163/32", + "40.123.228.58/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.UKSouth", + "id": "WindowsVirtualDesktop.UKSouth", + "properties": { + "changeNumber": 4, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "20.49.204.196/32", + "20.90.254.101/32", + "20.90.255.42/32", + "20.117.72.15/32", + "20.117.72.235/32", + "40.120.39.124/32", + "51.11.13.248/32", + "51.105.54.123/32", + "51.132.29.107/32", + "51.140.57.159/32", + "51.143.164.192/32", + "51.143.169.107/32", + "51.145.17.75/32", + "51.145.87.232/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.UKWest", + "id": "WindowsVirtualDesktop.UKWest", + "properties": { + "changeNumber": 3, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "20.77.241.140/32", + "20.77.242.0/32", + "20.77.242.207/32", + "20.77.243.96/32", + "51.104.49.88/32", + "51.140.206.110/32", + "51.140.231.223/32", + "51.140.255.55/32", + "51.141.30.31/32", + "51.141.122.89/32", + "52.142.161.0/32", + "52.142.162.226/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.WestCentralUS", + "id": "WindowsVirtualDesktop.WestCentralUS", + "properties": { + "changeNumber": 1, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "13.78.140.63/32", + "13.78.209.22/32", + "52.161.33.59/32", + "52.161.33.187/32", + "52.161.38.18/32", + "52.161.38.218/32", + "52.161.64.62/32", + "52.161.81.231/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.WestEurope", + "id": "WindowsVirtualDesktop.WestEurope", + "properties": { + "changeNumber": 4, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "13.69.82.138/32", + "13.81.103.164/32", + "40.64.144.32/27", + "40.68.18.120/32", + "40.114.241.90/32", + "51.136.28.200/32", + "51.137.89.79/32", + "52.137.2.50/32", + "52.174.65.5/32", + "65.52.158.177/32", + "104.40.156.194/32", + "104.214.237.23/32", + "137.117.171.26/32", + "168.63.31.54/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.WestIndia", + "id": "WindowsVirtualDesktop.WestIndia", + "properties": { + "changeNumber": 3, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "52.183.130.137/32", + "104.211.138.88/32", + "104.211.140.190/32", + "104.211.143.9/32", + "104.211.152.17/32", + "104.211.152.90/32", + "104.211.154.14/32", + "104.211.155.114/32", + "104.211.165.123/32", + "104.211.184.150/32", + "104.211.188.151/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.WestUS", + "id": "WindowsVirtualDesktop.WestUS", + "properties": { + "changeNumber": 1, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "13.88.99.45/32", + "13.88.100.210/32", + "40.83.234.109/32", + "104.40.21.35/32", + "104.209.33.60/32", + "137.135.43.30/32", + "138.91.158.134/32", + "157.56.160.89/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.WestUS2", + "id": "WindowsVirtualDesktop.WestUS2", + "properties": { + "changeNumber": 1, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "13.66.251.49/32", + "13.77.140.58/32", + "20.190.43.99/32", + "40.65.122.222/32", + "51.141.173.236/32", + "51.143.39.79/32", + "52.143.96.87/32", + "52.151.53.196/32", + "52.175.253.156/32", + "52.183.19.64/32", + "52.191.129.231/32" + ], + "networkFeatures": null + } + }, + { + "name": "WindowsVirtualDesktop.WestUS3", + "id": "WindowsVirtualDesktop.WestUS3", + "properties": { + "changeNumber": 1, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "WindowsVirtualDesktop", + "addressPrefixes": [ + "20.106.72.198/32", + "20.106.73.141/32", + "20.106.96.5/32", + "20.106.99.10/32", + "20.106.101.214/32", + "20.118.167.77/32", + "20.118.167.210/32", + "20.150.138.147/32" + ], + "networkFeatures": null + } + }, + { + "name": "AzureFrontDoor.Frontend", + "id": "AzureFrontDoor.Frontend", + "properties": { + "changeNumber": 26, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.232.98.112/29", + "13.73.248.8/29", + "13.107.208.0/24", + "13.107.213.0/24", + "13.107.219.0/24", + "13.107.224.0/24", + "13.107.226.0/23", + "13.107.228.0/23", + "13.107.231.0/24", + "13.107.234.0/23", + "13.107.237.0/24", + "13.107.238.0/23", + "13.107.246.0/24", + "13.107.253.0/24", + "20.17.125.72/29", + "20.21.37.32/29", + "20.36.120.96/29", + "20.37.64.96/29", + "20.37.156.112/29", + "20.37.192.88/29", + "20.37.224.96/29", + "20.38.84.64/29", + "20.38.136.96/29", + "20.39.11.0/29", + "20.41.4.80/29", + "20.41.64.112/29", + "20.41.192.96/29", + "20.42.4.112/29", + "20.42.129.144/29", + "20.42.224.96/29", + "20.43.41.128/29", + "20.43.64.88/29", + "20.43.128.104/29", + "20.45.112.96/29", + "20.45.192.96/29", + "20.51.7.32/29", + "20.52.95.240/29", + "20.59.82.180/30", + "20.72.18.240/29", + "20.97.39.120/29", + "20.113.254.80/29", + "20.119.28.40/29", + "20.150.160.72/29", + "20.189.106.72/29", + "20.192.161.96/29", + "20.192.225.40/29", + "20.210.70.68/30", + "20.215.4.200/29", + "20.217.44.200/29", + "40.67.48.96/29", + "40.74.30.64/29", + "40.80.56.96/29", + "40.80.168.96/29", + "40.80.184.112/29", + "40.82.248.72/29", + "40.89.16.96/29", + "40.90.64.0/22", + "40.90.68.0/24", + "40.90.70.0/23", + "51.12.41.0/29", + "51.12.193.0/29", + "51.53.28.216/29", + "51.104.24.88/29", + "51.105.80.96/29", + "51.105.88.96/29", + "51.107.48.96/29", + "51.107.144.96/29", + "51.120.40.96/29", + "51.120.224.96/29", + "51.137.160.88/29", + "51.143.192.96/29", + "52.136.48.96/29", + "52.140.104.96/29", + "52.150.136.112/29", + "52.228.80.112/29", + "68.221.92.24/29", + "102.133.56.80/29", + "102.133.216.80/29", + "104.212.67.0/24", + "104.212.68.0/24", + "150.171.22.0/23", + "158.23.108.48/29", + "191.233.9.112/29", + "191.235.224.88/29", + "2603:1000:4::5e0/123", + "2603:1000:104::c0/123", + "2603:1000:104::160/123", + "2603:1000:104:1::5a0/123", + "2603:1000:104:1::7c0/123", + "2603:1010:6:1::5a0/123", + "2603:1010:6:1::7c0/123", + "2603:1010:101::5e0/123", + "2603:1010:304::5e0/123", + "2603:1010:404::5e0/123", + "2603:1020:5:1::5a0/123", + "2603:1020:5:1::7c0/123", + "2603:1020:206:1::5a0/123", + "2603:1020:206:1::7c0/123", + "2603:1020:305::5e0/123", + "2603:1020:405::5e0/123", + "2603:1020:605::5e0/123", + "2603:1020:705:1::5a0/123", + "2603:1020:705:1::7c0/123", + "2603:1020:805:1::5a0/123", + "2603:1020:805:1::7c0/123", + "2603:1020:905::5e0/123", + "2603:1020:a04:1::5a0/123", + "2603:1020:a04:1::7c0/123", + "2603:1020:b04::5e0/123", + "2603:1020:c04:1::5a0/123", + "2603:1020:c04:1::7c0/123", + "2603:1020:d04::5e0/123", + "2603:1020:e04:1::5a0/123", + "2603:1020:e04:1::7c0/123", + "2603:1020:f04::5e0/123", + "2603:1020:1004::5a0/123", + "2603:1020:1004::7c0/123", + "2603:1020:1104::5e0/123", + "2603:1020:1204:2::c0/123", + "2603:1020:1302:1::1a0/123", + "2603:1020:1403:2::e0/123", + "2603:1030:f:1::5e0/123", + "2603:1030:10:1::5a0/123", + "2603:1030:10:1::7c0/123", + "2603:1030:104:1::5a0/123", + "2603:1030:104:1::7c0/123", + "2603:1030:107::680/123", + "2603:1030:210:1::5a0/123", + "2603:1030:210:1::7c0/123", + "2603:1030:40b:1::5a0/123", + "2603:1030:40c:1::5a0/123", + "2603:1030:40c:1::7c0/123", + "2603:1030:504:1::5a0/123", + "2603:1030:504:1::7c0/123", + "2603:1030:608::5e0/123", + "2603:1030:702:2::e0/123", + "2603:1030:807:1::5a0/123", + "2603:1030:807:1::7c0/123", + "2603:1030:a07::5e0/123", + "2603:1030:b04::5e0/123", + "2603:1030:c06:1::5a0/123", + "2603:1030:f05:1::5a0/123", + "2603:1030:f05:1::7c0/123", + "2603:1030:1005::5e0/123", + "2603:1040:5::c0/123", + "2603:1040:5:1::5a0/123", + "2603:1040:5:1::7c0/123", + "2603:1040:207::5e0/123", + "2603:1040:407:1::5a0/123", + "2603:1040:407:1::7c0/123", + "2603:1040:606::5e0/123", + "2603:1040:806::5e0/123", + "2603:1040:904:1::5a0/123", + "2603:1040:904:1::7c0/123", + "2603:1040:a06::c0/123", + "2603:1040:a06:1::5a0/123", + "2603:1040:a06:1::7c0/123", + "2603:1040:b04::5e0/123", + "2603:1040:c06::5e0/123", + "2603:1040:d04::5a0/123", + "2603:1040:d04::7c0/123", + "2603:1040:e05:6::180/123", + "2603:1040:f05:1::5a0/123", + "2603:1040:f05:1::7c0/123", + "2603:1040:1002:1::1c0/123", + "2603:1040:1104::5e0/123", + "2603:1040:1302:1::4c0/123", + "2603:1040:1402:1::1a0/123", + "2603:1040:1602:2::220/123", + "2603:1050:6:1::5a0/123", + "2603:1050:6:1::7c0/123", + "2603:1050:403::5a0/123", + "2620:1ec:27::/48", + "2620:1ec:29::/48", + "2620:1ec:40::/47", + "2620:1ec:46::/47", + "2620:1ec:48::/45", + "2620:1ec:50::/47", + "2620:1ec:bdf::/48" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureFrontDoor.FirstParty", + "id": "AzureFrontDoor.FirstParty", + "properties": { + "changeNumber": 8, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureFrontDoor", + "addressPrefixes": [ + "13.107.3.0/24", + "13.107.4.0/22", + "13.107.9.0/24", + "13.107.12.0/23", + "13.107.15.0/24", + "13.107.16.0/24", + "13.107.18.0/23", + "13.107.21.0/24", + "13.107.22.0/24", + "13.107.37.0/24", + "13.107.38.0/23", + "13.107.40.0/24", + "13.107.42.0/23", + "13.107.48.0/24", + "13.107.50.0/24", + "13.107.52.0/24", + "13.107.54.0/24", + "13.107.56.0/24", + "13.107.64.0/18", + "13.107.128.0/19", + "13.107.245.0/24", + "13.107.254.0/23", + "131.253.3.0/24", + "131.253.21.0/24", + "131.253.33.0/24", + "150.171.24.0/23", + "150.171.32.0/19", + "202.89.233.96/28", + "204.79.197.0/24", + "2620:1ec:4::/46", + "2620:1ec:a::/47", + "2620:1ec:c::/47", + "2620:1ec:12::/47", + "2620:1ec:21::/48", + "2620:1ec:22::/48", + "2620:1ec:26::/63", + "2620:1ec:26:2::/64", + "2620:1ec:28::/48", + "2620:1ec:34::/48", + "2620:1ec:39::/48", + "2620:1ec:3e::/47", + "2620:1ec:42::/47", + "2620:1ec:44::/47", + "2620:1ec:8f0::/44", + "2620:1ec:900::/44", + "2620:1ec:a92::/48", + "2620:1ec:c11::/48", + "2a01:111:2003::/48", + "2a01:111:202c::/46" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureFrontDoor.Backend", + "id": "AzureFrontDoor.Backend", + "properties": { + "changeNumber": 16, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.232.98.120/29", + "13.73.248.16/29", + "20.17.126.64/29", + "20.21.37.40/29", + "20.36.120.104/29", + "20.37.64.104/29", + "20.37.156.120/29", + "20.37.195.0/29", + "20.37.224.104/29", + "20.38.84.72/29", + "20.38.136.104/29", + "20.39.11.8/29", + "20.41.4.88/29", + "20.41.64.120/29", + "20.41.192.104/29", + "20.42.4.120/29", + "20.42.129.152/29", + "20.42.224.104/29", + "20.43.41.136/29", + "20.43.65.128/29", + "20.43.130.80/29", + "20.45.112.104/29", + "20.45.192.104/29", + "20.59.103.64/29", + "20.72.18.248/29", + "20.79.107.152/29", + "20.88.157.176/29", + "20.90.132.152/29", + "20.113.254.88/29", + "20.115.247.64/29", + "20.118.195.128/29", + "20.119.155.128/29", + "20.150.160.96/29", + "20.189.106.112/29", + "20.192.161.104/29", + "20.192.225.48/29", + "20.210.70.64/30", + "20.215.4.240/29", + "20.217.44.240/29", + "40.67.48.104/29", + "40.74.30.72/29", + "40.80.56.104/29", + "40.80.168.104/29", + "40.80.184.120/29", + "40.82.248.248/29", + "40.89.16.104/29", + "51.12.41.8/29", + "51.12.193.8/29", + "51.53.30.144/29", + "51.104.25.128/29", + "51.105.80.104/29", + "51.105.88.104/29", + "51.107.48.104/29", + "51.107.144.104/29", + "51.120.40.104/29", + "51.120.224.104/29", + "51.137.160.112/29", + "51.143.192.104/29", + "52.136.48.104/29", + "52.140.104.104/29", + "52.150.136.120/29", + "52.159.71.160/29", + "52.228.80.120/29", + "68.221.93.128/29", + "102.133.56.88/29", + "102.133.216.88/29", + "147.243.0.0/16", + "158.23.108.56/29", + "191.233.9.120/29", + "191.235.225.128/29", + "2603:1000:4::600/123", + "2603:1000:104::e0/123", + "2603:1000:104::300/123", + "2603:1000:104:1::5c0/123", + "2603:1000:104:1::7e0/123", + "2603:1010:6:1::5c0/123", + "2603:1010:6:1::7e0/123", + "2603:1010:101::600/123", + "2603:1010:304::600/123", + "2603:1010:404::600/123", + "2603:1020:5:1::5c0/123", + "2603:1020:5:1::7e0/123", + "2603:1020:206:1::5c0/123", + "2603:1020:206:1::7e0/123", + "2603:1020:305::600/123", + "2603:1020:405::600/123", + "2603:1020:605::600/123", + "2603:1020:705:1::5c0/123", + "2603:1020:705:1::7e0/123", + "2603:1020:805:1::5c0/123", + "2603:1020:805:1::7e0/123", + "2603:1020:905::600/123", + "2603:1020:a04:1::5c0/123", + "2603:1020:a04:1::7e0/123", + "2603:1020:b04::600/123", + "2603:1020:c04:1::5c0/123", + "2603:1020:c04:1::7e0/123", + "2603:1020:d04::600/123", + "2603:1020:e04:1::5c0/123", + "2603:1020:e04:1::7e0/123", + "2603:1020:f04::600/123", + "2603:1020:1004::5c0/123", + "2603:1020:1004::7e0/123", + "2603:1020:1104::680/123", + "2603:1020:1204:2::e0/123", + "2603:1020:1302:1::1c0/123", + "2603:1020:1403:2::140/123", + "2603:1030:f:1::600/123", + "2603:1030:10:1::5c0/123", + "2603:1030:10:1::7e0/123", + "2603:1030:104:1::5c0/123", + "2603:1030:104:1::7e0/123", + "2603:1030:107::6a0/123", + "2603:1030:210:1::5c0/123", + "2603:1030:210:1::7e0/123", + "2603:1030:40b:1::5c0/123", + "2603:1030:40c:1::5c0/123", + "2603:1030:40c:1::7e0/123", + "2603:1030:504:1::5c0/123", + "2603:1030:504:1::7e0/123", + "2603:1030:608::600/123", + "2603:1030:702:2::140/123", + "2603:1030:807:1::5c0/123", + "2603:1030:807:1::7e0/123", + "2603:1030:a07::600/123", + "2603:1030:b04::600/123", + "2603:1030:c06:1::5c0/123", + "2603:1030:f05:1::5c0/123", + "2603:1030:f05:1::7e0/123", + "2603:1030:1005::600/123", + "2603:1040:5::e0/123", + "2603:1040:5:1::5c0/123", + "2603:1040:5:1::7e0/123", + "2603:1040:207::600/123", + "2603:1040:407:1::5c0/123", + "2603:1040:407:1::7e0/123", + "2603:1040:606::600/123", + "2603:1040:806::600/123", + "2603:1040:904:1::5c0/123", + "2603:1040:904:1::7e0/123", + "2603:1040:a06::e0/123", + "2603:1040:a06:1::5c0/123", + "2603:1040:a06:1::7e0/123", + "2603:1040:b04::600/123", + "2603:1040:c06::600/123", + "2603:1040:d04::5c0/123", + "2603:1040:d04::7e0/123", + "2603:1040:e05:6::1a0/123", + "2603:1040:f05:1::5c0/123", + "2603:1040:f05:1::7e0/123", + "2603:1040:1002:1::1e0/123", + "2603:1040:1104::680/123", + "2603:1040:1302:1::4e0/123", + "2603:1040:1402:1::1c0/123", + "2603:1040:1602:2::300/123", + "2603:1050:6:1::5c0/123", + "2603:1050:6:1::7e0/123", + "2603:1050:403::5c0/123", + "2a01:111:20a::/48", + "2a01:111:2050::/44" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureActiveDirectoryDomainServices", + "id": "AzureActiveDirectoryDomainServices", + "properties": { + "changeNumber": 8, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureIdentity", + "addressPrefixes": [ + "13.64.151.161/32", + "13.66.141.64/27", + "13.67.9.224/27", + "13.69.66.160/27", + "13.69.229.96/27", + "13.70.73.32/27", + "13.71.172.160/27", + "13.71.195.224/27", + "13.73.240.32/27", + "13.74.249.156/32", + "13.75.38.32/27", + "13.75.105.168/32", + "13.77.52.160/27", + "13.78.108.192/27", + "13.78.172.246/32", + "13.79.37.247/32", + "13.86.219.0/27", + "13.87.57.160/27", + "13.87.123.160/27", + "13.89.174.0/27", + "20.36.107.192/27", + "20.36.115.64/27", + "20.37.75.96/27", + "20.43.120.32/27", + "20.44.3.160/27", + "20.44.16.32/27", + "20.46.10.64/27", + "20.51.16.128/27", + "20.61.98.160/27", + "20.62.129.0/27", + "20.66.2.32/27", + "20.72.21.64/27", + "20.187.197.32/27", + "20.190.165.48/29", + "20.190.166.48/29", + "20.190.166.112/29", + "20.190.166.176/29", + "20.195.56.102/32", + "20.195.57.118/32", + "20.195.64.192/27", + "23.101.0.70/32", + "23.101.6.190/32", + "40.68.160.142/32", + "40.69.107.160/27", + "40.71.13.0/27", + "40.74.101.64/27", + "40.74.146.192/27", + "40.78.195.160/27", + "40.78.203.64/27", + "40.79.131.128/27", + "40.79.179.128/27", + "40.83.144.56/32", + "40.126.37.48/29", + "40.126.38.48/29", + "40.126.38.112/29", + "40.126.38.176/29", + "51.140.148.192/27", + "51.140.211.192/27", + "52.138.65.157/32", + "52.138.68.41/32", + "52.146.132.96/27", + "52.150.157.0/27", + "52.161.13.71/32", + "52.161.13.95/32", + "52.161.110.169/32", + "52.162.110.96/27", + "52.169.125.119/32", + "52.169.218.0/32", + "52.174.189.149/32", + "52.175.18.134/32", + "52.178.27.112/32", + "52.179.122.218/32", + "52.179.126.223/32", + "52.180.177.87/32", + "52.180.179.108/32", + "52.180.181.61/32", + "52.180.183.8/32", + "52.187.19.1/32", + "52.187.113.48/32", + "52.187.117.83/32", + "52.187.120.237/32", + "52.225.184.198/32", + "52.225.188.89/32", + "52.231.19.128/27", + "52.231.147.192/27", + "65.52.251.96/27", + "104.40.84.19/32", + "104.40.87.209/32", + "104.40.156.18/32", + "104.41.159.212/32", + "104.45.138.161/32", + "104.46.178.128/27", + "104.211.147.160/27", + "191.233.204.160/27", + "2603:1030:107:2::100/121" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureActiveDirectory.ServiceEndpoint", + "id": "AzureActiveDirectory.ServiceEndpoint", + "properties": { + "changeNumber": 18, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureIdentity", + "addressPrefixes": [ + "20.20.32.0/27", + "20.20.32.64/27", + "20.20.33.0/27", + "20.20.33.64/27", + "20.20.33.128/27", + "20.20.33.192/27", + "20.20.34.0/27", + "20.20.34.64/27", + "20.20.34.128/27", + "20.20.34.192/27", + "20.20.35.0/27", + "20.20.35.64/27", + "20.20.35.128/27", + "20.20.35.192/27", + "20.20.36.0/27", + "20.20.36.64/27", + "20.20.36.128/27", + "20.20.36.192/27", + "20.20.37.0/27", + "20.20.37.64/27", + "20.20.37.128/27", + "20.20.37.192/27", + "20.20.38.0/27", + "20.20.38.64/27", + "20.20.38.128/27", + "20.20.38.192/27", + "20.20.39.0/27", + "20.20.39.64/27", + "20.20.39.128/27", + "20.20.39.192/27", + "20.72.21.96/27", + "20.190.128.0/26", + "20.190.128.64/28", + "20.190.128.128/27", + "20.190.128.160/29", + "20.190.129.0/26", + "20.190.129.64/28", + "20.190.129.128/27", + "20.190.129.160/29", + "20.190.130.0/27", + "20.190.130.32/29", + "20.190.131.0/27", + "20.190.131.32/29", + "20.190.131.64/27", + "20.190.131.96/29", + "20.190.132.0/27", + "20.190.132.32/29", + "20.190.132.64/27", + "20.190.132.96/29", + "20.190.133.0/27", + "20.190.133.32/29", + "20.190.133.64/27", + "20.190.133.96/29", + "20.190.134.0/27", + "20.190.134.32/29", + "20.190.134.64/27", + "20.190.134.96/29", + "20.190.135.0/27", + "20.190.135.32/29", + "20.190.135.64/27", + "20.190.135.96/29", + "20.190.136.0/27", + "20.190.136.32/29", + "20.190.137.0/27", + "20.190.137.32/29", + "20.190.137.64/27", + "20.190.137.96/29", + "20.190.138.0/27", + "20.190.138.32/29", + "20.190.138.64/27", + "20.190.138.96/29", + "20.190.138.128/27", + "20.190.138.160/29", + "20.190.139.0/27", + "20.190.139.32/29", + "20.190.139.64/27", + "20.190.139.96/29", + "20.190.139.128/27", + "20.190.139.160/29", + "20.190.140.0/27", + "20.190.140.32/29", + "20.190.140.64/27", + "20.190.140.96/29", + "20.190.140.128/27", + "20.190.140.160/29", + "20.190.140.192/27", + "20.190.140.224/29", + "20.190.141.0/27", + "20.190.141.32/29", + "20.190.141.128/27", + "20.190.141.160/29", + "20.190.141.192/27", + "20.190.141.224/29", + "20.190.142.0/27", + "20.190.142.32/29", + "20.190.142.64/27", + "20.190.142.96/29", + "20.190.142.128/27", + "20.190.142.160/29", + "20.190.143.0/27", + "20.190.143.32/29", + "20.190.143.64/27", + "20.190.143.96/29", + "20.190.143.128/27", + "20.190.143.160/29", + "20.190.144.0/27", + "20.190.144.32/29", + "20.190.144.128/27", + "20.190.144.160/29", + "20.190.144.192/27", + "20.190.144.224/29", + "20.190.145.0/27", + "20.190.145.32/29", + "20.190.145.64/27", + "20.190.145.96/29", + "20.190.145.128/27", + "20.190.145.160/29", + "20.190.146.0/27", + "20.190.146.32/29", + "20.190.146.64/27", + "20.190.146.96/29", + "20.190.146.128/27", + "20.190.146.160/29", + "20.190.147.0/27", + "20.190.147.32/29", + "20.190.147.64/27", + "20.190.147.96/29", + "20.190.147.128/27", + "20.190.147.160/29", + "20.190.148.0/27", + "20.190.148.32/29", + "20.190.148.128/27", + "20.190.148.160/29", + "20.190.148.192/27", + "20.190.148.224/29", + "20.190.149.0/28", + "20.190.149.16/29", + "20.190.149.64/28", + "20.190.149.80/29", + "20.190.149.128/28", + "20.190.149.144/29", + "20.190.150.0/28", + "20.190.150.16/29", + "20.190.150.64/27", + "20.190.150.96/28", + "20.190.151.0/28", + "20.190.151.16/29", + "20.190.151.64/28", + "20.190.151.80/29", + "20.190.151.128/28", + "20.190.151.144/29", + "20.190.152.0/28", + "20.190.152.16/29", + "20.190.152.64/28", + "20.190.152.80/29", + "20.190.152.128/28", + "20.190.152.144/29", + "20.190.153.0/28", + "20.190.153.16/29", + "20.190.153.64/27", + "20.190.153.96/28", + "20.190.154.0/28", + "20.190.154.16/29", + "20.190.154.64/28", + "20.190.154.80/29", + "20.190.154.128/28", + "20.190.154.144/29", + "20.190.155.0/28", + "20.190.155.16/29", + "20.190.155.64/28", + "20.190.155.80/29", + "20.190.155.128/28", + "20.190.155.144/29", + "20.190.156.0/28", + "20.190.156.16/29", + "20.190.156.64/27", + "20.190.156.96/28", + "20.190.157.0/28", + "20.190.157.16/29", + "20.190.157.64/28", + "20.190.157.80/29", + "20.190.157.128/28", + "20.190.157.144/29", + "20.190.158.0/28", + "20.190.158.16/29", + "20.190.158.64/27", + "20.190.158.96/28", + "20.190.159.0/28", + "20.190.159.16/29", + "20.190.159.64/28", + "20.190.159.80/29", + "20.190.159.128/28", + "20.190.159.144/29", + "20.190.160.0/28", + "20.190.160.16/29", + "20.190.160.64/28", + "20.190.160.80/29", + "20.190.160.128/28", + "20.190.160.144/29", + "20.190.161.0/28", + "20.190.161.16/29", + "20.190.161.64/28", + "20.190.161.80/29", + "20.190.161.128/28", + "20.190.161.144/29", + "20.190.162.0/28", + "20.190.162.16/29", + "20.190.162.64/27", + "20.190.162.96/28", + "20.190.163.0/28", + "20.190.163.16/29", + "20.190.163.64/28", + "20.190.163.80/29", + "20.190.163.128/28", + "20.190.163.144/29", + "20.190.164.0/28", + "20.190.164.16/29", + "20.190.164.64/27", + "20.190.164.96/28", + "20.190.165.0/28", + "20.190.165.16/29", + "20.190.165.64/27", + "20.190.165.96/28", + "20.190.166.0/28", + "20.190.166.16/29", + "20.190.166.64/28", + "20.190.166.80/29", + "20.190.166.128/28", + "20.190.166.144/29", + "20.190.167.0/28", + "20.190.167.16/29", + "20.190.167.64/28", + "20.190.167.80/29", + "20.190.167.128/28", + "20.190.167.144/29", + "20.190.168.0/28", + "20.190.168.16/29", + "20.190.168.64/27", + "20.190.168.96/28", + "20.190.169.0/28", + "20.190.169.16/29", + "20.190.169.64/28", + "20.190.169.80/29", + "20.190.169.128/28", + "20.190.169.144/29", + "20.190.170.0/28", + "20.190.170.16/29", + "20.190.170.64/27", + "20.190.170.96/28", + "20.190.171.0/28", + "20.190.171.16/29", + "20.190.171.64/27", + "20.190.171.96/28", + "20.190.172.0/28", + "20.190.172.16/29", + "20.190.172.64/27", + "20.190.172.96/28", + "20.190.173.0/28", + "20.190.173.16/29", + "20.190.173.64/28", + "20.190.173.80/29", + "20.190.173.128/28", + "20.190.173.144/29", + "20.190.174.0/28", + "20.190.174.16/29", + "20.190.174.64/27", + "20.190.174.96/28", + "20.190.175.0/28", + "20.190.175.16/29", + "20.190.175.64/28", + "20.190.175.80/29", + "20.190.175.128/28", + "20.190.175.144/29", + "20.190.176.0/28", + "20.190.176.16/29", + "20.190.176.64/27", + "20.190.176.96/28", + "20.190.177.0/28", + "20.190.177.16/29", + "20.190.177.64/28", + "20.190.177.80/29", + "20.190.177.128/28", + "20.190.177.144/29", + "20.190.178.0/28", + "20.190.178.16/29", + "20.190.178.64/27", + "20.190.178.96/28", + "20.190.179.0/28", + "20.190.179.16/29", + "20.190.179.64/27", + "20.190.179.96/28", + "20.190.180.0/28", + "20.190.180.16/29", + "20.190.180.64/28", + "20.190.180.80/29", + "20.190.180.128/28", + "20.190.180.144/29", + "20.190.181.0/28", + "20.190.181.16/29", + "20.190.181.64/27", + "20.190.181.96/28", + "20.190.181.128/28", + "20.190.181.192/28", + "20.190.182.0/28", + "20.190.182.16/29", + "20.190.182.64/27", + "20.190.182.96/28", + "20.190.183.0/28", + "20.190.183.16/29", + "20.190.183.64/27", + "20.190.183.96/28", + "20.190.184.0/28", + "20.190.184.16/29", + "20.190.184.64/27", + "20.190.184.96/28", + "20.190.186.0/28", + "20.190.186.16/29", + "20.190.186.64/27", + "20.190.186.96/28", + "20.190.187.0/28", + "20.190.187.16/29", + "20.190.187.64/27", + "20.190.187.96/28", + "20.190.188.0/28", + "20.190.188.16/29", + "20.190.188.64/27", + "20.190.188.96/28", + "20.190.189.0/27", + "20.190.189.64/27", + "20.190.189.128/27", + "20.190.189.192/27", + "20.190.190.0/27", + "20.190.190.64/27", + "20.190.190.128/27", + "20.190.190.192/27", + "20.190.191.0/27", + "20.190.191.64/27", + "20.190.191.128/27", + "20.190.191.192/27", + "20.231.128.0/27", + "20.231.128.64/27", + "20.231.129.0/27", + "20.231.129.64/27", + "20.231.129.128/27", + "20.231.129.192/27", + "20.231.130.0/27", + "20.231.130.64/27", + "20.231.130.128/27", + "20.231.130.192/27", + "20.231.131.0/27", + "20.231.131.64/27", + "20.231.131.128/27", + "20.231.131.192/27", + "20.231.132.0/27", + "20.231.132.64/27", + "20.231.132.128/27", + "20.231.132.192/27", + "20.231.133.0/27", + "20.231.133.64/27", + "20.231.133.128/27", + "20.231.133.192/27", + "20.231.134.0/27", + "20.231.134.64/27", + "20.231.134.128/27", + "20.231.134.192/27", + "20.231.135.0/27", + "20.231.135.64/27", + "20.231.135.128/27", + "20.231.135.192/27", + "40.126.0.0/26", + "40.126.0.64/28", + "40.126.0.128/27", + "40.126.0.160/29", + "40.126.1.0/26", + "40.126.1.64/28", + "40.126.1.128/27", + "40.126.1.160/29", + "40.126.2.0/27", + "40.126.2.32/29", + "40.126.3.0/27", + "40.126.3.32/29", + "40.126.3.64/27", + "40.126.3.96/29", + "40.126.4.0/27", + "40.126.4.32/29", + "40.126.4.64/27", + "40.126.4.96/29", + "40.126.5.0/27", + "40.126.5.32/29", + "40.126.5.64/27", + "40.126.5.96/29", + "40.126.6.0/27", + "40.126.6.32/29", + "40.126.6.64/27", + "40.126.6.96/29", + "40.126.7.0/27", + "40.126.7.32/29", + "40.126.7.64/27", + "40.126.7.96/29", + "40.126.8.0/27", + "40.126.8.32/29", + "40.126.9.0/27", + "40.126.9.32/29", + "40.126.9.64/27", + "40.126.9.96/29", + "40.126.10.0/27", + "40.126.10.32/29", + "40.126.10.64/27", + "40.126.10.96/29", + "40.126.10.128/27", + "40.126.10.160/29", + "40.126.11.0/27", + "40.126.11.32/29", + "40.126.11.64/27", + "40.126.11.96/29", + "40.126.11.128/27", + "40.126.11.160/29", + "40.126.12.0/27", + "40.126.12.32/29", + "40.126.12.64/27", + "40.126.12.96/29", + "40.126.12.128/27", + "40.126.12.160/29", + "40.126.12.192/27", + "40.126.12.224/29", + "40.126.13.0/27", + "40.126.13.32/29", + "40.126.13.128/27", + "40.126.13.160/29", + "40.126.13.192/27", + "40.126.13.224/29", + "40.126.14.0/27", + "40.126.14.32/29", + "40.126.14.64/27", + "40.126.14.96/29", + "40.126.14.128/27", + "40.126.14.160/29", + "40.126.15.0/27", + "40.126.15.32/29", + "40.126.15.64/27", + "40.126.15.96/29", + "40.126.15.128/27", + "40.126.15.160/29", + "40.126.16.0/27", + "40.126.16.32/29", + "40.126.16.128/27", + "40.126.16.160/29", + "40.126.16.192/27", + "40.126.16.224/29", + "40.126.17.0/27", + "40.126.17.32/29", + "40.126.17.64/27", + "40.126.17.96/29", + "40.126.17.128/27", + "40.126.17.160/29", + "40.126.18.0/27", + "40.126.18.32/29", + "40.126.18.64/27", + "40.126.18.96/29", + "40.126.18.128/27", + "40.126.18.160/29", + "40.126.19.0/27", + "40.126.19.32/29", + "40.126.19.64/27", + "40.126.19.96/29", + "40.126.19.128/27", + "40.126.19.160/29", + "40.126.20.0/27", + "40.126.20.32/29", + "40.126.20.128/27", + "40.126.20.160/29", + "40.126.20.192/27", + "40.126.20.224/29", + "40.126.21.0/28", + "40.126.21.16/29", + "40.126.21.64/28", + "40.126.21.80/29", + "40.126.21.128/28", + "40.126.21.144/29", + "40.126.22.0/28", + "40.126.22.16/29", + "40.126.22.64/27", + "40.126.22.96/28", + "40.126.23.0/28", + "40.126.23.16/29", + "40.126.23.64/28", + "40.126.23.80/29", + "40.126.23.128/28", + "40.126.23.144/29", + "40.126.24.0/28", + "40.126.24.16/29", + "40.126.24.64/28", + "40.126.24.80/29", + "40.126.24.128/28", + "40.126.24.144/29", + "40.126.25.0/28", + "40.126.25.16/29", + "40.126.25.64/27", + "40.126.25.96/28", + "40.126.26.0/28", + "40.126.26.16/29", + "40.126.26.64/28", + "40.126.26.80/29", + "40.126.26.128/28", + "40.126.26.144/29", + "40.126.27.0/28", + "40.126.27.16/29", + "40.126.27.64/28", + "40.126.27.80/29", + "40.126.27.128/28", + "40.126.27.144/29", + "40.126.28.0/28", + "40.126.28.16/29", + "40.126.28.64/27", + "40.126.28.96/28", + "40.126.29.0/28", + "40.126.29.16/29", + "40.126.29.64/28", + "40.126.29.80/29", + "40.126.29.128/28", + "40.126.29.144/29", + "40.126.30.0/28", + "40.126.30.16/29", + "40.126.30.64/27", + "40.126.30.96/28", + "40.126.31.0/28", + "40.126.31.16/29", + "40.126.31.64/28", + "40.126.31.80/29", + "40.126.31.128/28", + "40.126.31.144/29", + "40.126.32.0/28", + "40.126.32.16/29", + "40.126.32.64/28", + "40.126.32.80/29", + "40.126.32.128/28", + "40.126.32.144/29", + "40.126.33.0/28", + "40.126.33.16/29", + "40.126.33.64/28", + "40.126.33.80/29", + "40.126.33.128/28", + "40.126.33.144/29", + "40.126.34.0/28", + "40.126.34.16/29", + "40.126.34.64/27", + "40.126.34.96/28", + "40.126.35.0/28", + "40.126.35.16/29", + "40.126.35.64/28", + "40.126.35.80/29", + "40.126.35.128/28", + "40.126.35.144/29", + "40.126.36.0/28", + "40.126.36.16/29", + "40.126.36.64/27", + "40.126.36.96/28", + "40.126.37.0/28", + "40.126.37.16/29", + "40.126.37.64/27", + "40.126.37.96/28", + "40.126.38.0/28", + "40.126.38.16/29", + "40.126.38.64/28", + "40.126.38.80/29", + "40.126.38.128/28", + "40.126.38.144/29", + "40.126.39.0/28", + "40.126.39.16/29", + "40.126.39.64/28", + "40.126.39.80/29", + "40.126.39.128/28", + "40.126.39.144/29", + "40.126.40.0/28", + "40.126.40.16/29", + "40.126.40.64/27", + "40.126.40.96/28", + "40.126.41.0/28", + "40.126.41.16/29", + "40.126.41.64/28", + "40.126.41.80/29", + "40.126.41.128/28", + "40.126.41.144/29", + "40.126.42.0/28", + "40.126.42.16/29", + "40.126.42.64/27", + "40.126.42.96/28", + "40.126.43.0/28", + "40.126.43.16/29", + "40.126.43.64/27", + "40.126.43.96/28", + "40.126.44.0/28", + "40.126.44.16/29", + "40.126.44.64/27", + "40.126.44.96/28", + "40.126.45.0/28", + "40.126.45.16/29", + "40.126.45.64/28", + "40.126.45.80/29", + "40.126.45.128/28", + "40.126.45.144/29", + "40.126.46.0/28", + "40.126.46.16/29", + "40.126.46.64/27", + "40.126.46.96/28", + "40.126.47.0/28", + "40.126.47.16/29", + "40.126.47.64/28", + "40.126.47.80/29", + "40.126.47.128/28", + "40.126.47.144/29", + "40.126.48.0/28", + "40.126.48.16/29", + "40.126.48.64/27", + "40.126.48.96/28", + "40.126.49.0/28", + "40.126.49.16/29", + "40.126.49.64/28", + "40.126.49.80/29", + "40.126.49.128/28", + "40.126.49.144/29", + "40.126.50.0/28", + "40.126.50.16/29", + "40.126.50.64/27", + "40.126.50.96/28", + "40.126.51.0/28", + "40.126.51.16/29", + "40.126.51.64/27", + "40.126.51.96/28", + "40.126.52.0/28", + "40.126.52.16/29", + "40.126.52.64/28", + "40.126.52.80/29", + "40.126.52.128/28", + "40.126.52.144/29", + "40.126.53.0/28", + "40.126.53.16/29", + "40.126.53.64/27", + "40.126.53.96/28", + "40.126.53.128/28", + "40.126.53.192/28", + "40.126.54.0/28", + "40.126.54.16/29", + "40.126.54.64/27", + "40.126.54.96/28", + "40.126.55.0/28", + "40.126.55.16/29", + "40.126.55.64/27", + "40.126.55.96/28", + "40.126.56.0/28", + "40.126.56.16/29", + "40.126.56.64/27", + "40.126.56.96/28", + "40.126.58.0/28", + "40.126.58.16/29", + "40.126.58.64/27", + "40.126.58.96/28", + "40.126.59.0/28", + "40.126.59.16/29", + "40.126.59.64/27", + "40.126.59.96/28", + "40.126.60.0/28", + "40.126.60.16/29", + "40.126.60.64/27", + "40.126.60.96/28", + "40.126.61.0/27", + "40.126.61.64/27", + "40.126.61.128/27", + "40.126.61.192/27", + "40.126.62.0/27", + "40.126.62.64/27", + "40.126.62.128/27", + "40.126.63.0/27", + "40.126.63.64/27", + "40.126.63.128/27", + "40.126.63.192/27", + "2603:1006:2000::/121", + "2603:1006:2000:8::/121", + "2603:1006:2000:10::/121", + "2603:1006:2000:18::/121", + "2603:1006:2000:20::/121", + "2603:1007:200::/121", + "2603:1007:200:8::/121", + "2603:1007:200:10::/121", + "2603:1007:200:18::/121", + "2603:1007:200:20::/121", + "2603:1016:1400::/121", + "2603:1016:1400:20::/121", + "2603:1016:1400:40::/121", + "2603:1016:1400:60::/121", + "2603:1016:1400:68::/121", + "2603:1016:1400:70::/121", + "2603:1016:1400:78::/121", + "2603:1017::/121", + "2603:1017:0:20::/121", + "2603:1017:0:40::/121", + "2603:1017:0:60::/121", + "2603:1017:0:68::/121", + "2603:1017:0:70::/121", + "2603:1017:0:78::/121", + "2603:1026:3000::/121", + "2603:1026:3000:20::/121", + "2603:1026:3000:28::/121", + "2603:1026:3000:30::/121", + "2603:1026:3000:38::/121", + "2603:1026:3000:40::/121", + "2603:1026:3000:60::/121", + "2603:1026:3000:80::/121", + "2603:1026:3000:a0::/121", + "2603:1026:3000:a8::/121", + "2603:1026:3000:b0::/121", + "2603:1026:3000:b8::/121", + "2603:1026:3000:c0::/121", + "2603:1026:3000:c8::/121", + "2603:1026:3000:d0::/121", + "2603:1026:3000:d8::/121", + "2603:1026:3000:e0::/121", + "2603:1026:3000:e8::/121", + "2603:1026:3000:f0::/121", + "2603:1026:3000:f8::/121", + "2603:1026:3000:100::/121", + "2603:1026:3000:108::/121", + "2603:1026:3000:110::/121", + "2603:1026:3000:118::/121", + "2603:1026:3000:120::/121", + "2603:1026:3000:140::/121", + "2603:1026:3000:148::/121", + "2603:1026:3000:150::/121", + "2603:1026:3000:158::/121", + "2603:1026:3000:160::/121", + "2603:1026:3000:1a0::/121", + "2603:1026:3000:1c0::/121", + "2603:1026:3000:1e0::/121", + "2603:1026:3000:200::/121", + "2603:1026:3000:220::/121", + "2603:1026:3000:240::/121", + "2603:1026:3000:260::/121", + "2603:1027:1::/121", + "2603:1027:1:20::/121", + "2603:1027:1:28::/121", + "2603:1027:1:30::/121", + "2603:1027:1:38::/121", + "2603:1027:1:40::/121", + "2603:1027:1:60::/121", + "2603:1027:1:80::/121", + "2603:1027:1:a0::/121", + "2603:1027:1:a8::/121", + "2603:1027:1:b0::/121", + "2603:1027:1:b8::/121", + "2603:1027:1:c0::/121", + "2603:1027:1:c8::/121", + "2603:1027:1:d0::/121", + "2603:1027:1:d8::/121", + "2603:1027:1:e0::/121", + "2603:1027:1:e8::/121", + "2603:1027:1:f0::/121", + "2603:1027:1:f8::/121", + "2603:1027:1:100::/121", + "2603:1027:1:108::/121", + "2603:1027:1:110::/121", + "2603:1027:1:118::/121", + "2603:1027:1:120::/121", + "2603:1027:1:140::/121", + "2603:1027:1:148::/121", + "2603:1027:1:150::/121", + "2603:1027:1:158::/121", + "2603:1027:1:160::/121", + "2603:1027:1:1a0::/121", + "2603:1027:1:1c0::/121", + "2603:1027:1:1e0::/121", + "2603:1027:1:200::/121", + "2603:1027:1:220::/121", + "2603:1027:1:240::/121", + "2603:1030:107:2::80/121", + "2603:1036:3000::/121", + "2603:1036:3000:8::/121", + "2603:1036:3000:10::/121", + "2603:1036:3000:18::/121", + "2603:1036:3000:20::/121", + "2603:1036:3000:28::/121", + "2603:1036:3000:30::/121", + "2603:1036:3000:38::/121", + "2603:1036:3000:40::/121", + "2603:1036:3000:48::/121", + "2603:1036:3000:50::/121", + "2603:1036:3000:58::/121", + "2603:1036:3000:60::/121", + "2603:1036:3000:80::/121", + "2603:1036:3000:a0::/121", + "2603:1036:3000:c0::/121", + "2603:1036:3000:c8::/121", + "2603:1036:3000:d0::/121", + "2603:1036:3000:d8::/121", + "2603:1036:3000:e0::/121", + "2603:1036:3000:e8::/121", + "2603:1036:3000:f0::/121", + "2603:1036:3000:f8::/121", + "2603:1036:3000:100::/121", + "2603:1036:3000:108::/121", + "2603:1036:3000:110::/121", + "2603:1036:3000:118::/121", + "2603:1036:3000:120::/121", + "2603:1036:3000:128::/121", + "2603:1036:3000:130::/121", + "2603:1036:3000:138::/121", + "2603:1036:3000:140::/121", + "2603:1036:3000:148::/121", + "2603:1036:3000:150::/121", + "2603:1036:3000:158::/121", + "2603:1036:3000:160::/121", + "2603:1036:3000:180::/121", + "2603:1036:3000:1a0::/121", + "2603:1036:3000:1c0::/121", + "2603:1036:3000:1e0::/121", + "2603:1037:1::/121", + "2603:1037:1:8::/121", + "2603:1037:1:10::/121", + "2603:1037:1:18::/121", + "2603:1037:1:20::/121", + "2603:1037:1:28::/121", + "2603:1037:1:30::/121", + "2603:1037:1:38::/121", + "2603:1037:1:40::/121", + "2603:1037:1:48::/121", + "2603:1037:1:50::/121", + "2603:1037:1:58::/121", + "2603:1037:1:60::/121", + "2603:1037:1:80::/121", + "2603:1037:1:a0::/121", + "2603:1037:1:c0::/121", + "2603:1037:1:c8::/121", + "2603:1037:1:d0::/121", + "2603:1037:1:d8::/121", + "2603:1037:1:e0::/121", + "2603:1037:1:e8::/121", + "2603:1037:1:f0::/121", + "2603:1037:1:f8::/121", + "2603:1037:1:100::/121", + "2603:1037:1:108::/121", + "2603:1037:1:110::/121", + "2603:1037:1:118::/121", + "2603:1037:1:120::/121", + "2603:1037:1:128::/121", + "2603:1037:1:130::/121", + "2603:1037:1:138::/121", + "2603:1037:1:140::/121", + "2603:1037:1:148::/121", + "2603:1037:1:150::/121", + "2603:1037:1:158::/121", + "2603:1037:1:160::/121", + "2603:1037:1:180::/121", + "2603:1037:1:1a0::/121", + "2603:1037:1:1c0::/121", + "2603:1037:1:1e0::/121", + "2603:1046:2000::/121", + "2603:1046:2000:20::/121", + "2603:1046:2000:40::/121", + "2603:1046:2000:48::/121", + "2603:1046:2000:50::/121", + "2603:1046:2000:58::/121", + "2603:1046:2000:60::/121", + "2603:1046:2000:80::/121", + "2603:1046:2000:88::/121", + "2603:1046:2000:90::/121", + "2603:1046:2000:98::/121", + "2603:1046:2000:a0::/121", + "2603:1046:2000:c0::/121", + "2603:1046:2000:e0::/121", + "2603:1046:2000:100::/121", + "2603:1046:2000:120::/121", + "2603:1046:2000:140::/121", + "2603:1046:2000:148::/121", + "2603:1046:2000:150::/121", + "2603:1046:2000:158::/121", + "2603:1046:2000:160::/121", + "2603:1046:2000:168::/121", + "2603:1046:2000:170::/121", + "2603:1046:2000:178::/121", + "2603:1046:2000:180::/121", + "2603:1046:2000:188::/121", + "2603:1046:2000:190::/121", + "2603:1046:2000:198::/121", + "2603:1046:2000:1a0::/121", + "2603:1046:2000:1c0::/121", + "2603:1046:2000:1e0::/121", + "2603:1046:2000:200::/121", + "2603:1046:2000:220::/121", + "2603:1047:1::/121", + "2603:1047:1:20::/121", + "2603:1047:1:40::/121", + "2603:1047:1:48::/121", + "2603:1047:1:50::/121", + "2603:1047:1:58::/121", + "2603:1047:1:60::/121", + "2603:1047:1:80::/121", + "2603:1047:1:88::/121", + "2603:1047:1:90::/121", + "2603:1047:1:98::/121", + "2603:1047:1:a0::/121", + "2603:1047:1:c0::/121", + "2603:1047:1:e0::/121", + "2603:1047:1:100::/121", + "2603:1047:1:120::/121", + "2603:1047:1:140::/121", + "2603:1047:1:148::/121", + "2603:1047:1:150::/121", + "2603:1047:1:158::/121", + "2603:1047:1:160::/121", + "2603:1047:1:168::/121", + "2603:1047:1:170::/121", + "2603:1047:1:178::/121", + "2603:1047:1:180::/121", + "2603:1047:1:188::/121", + "2603:1047:1:190::/121", + "2603:1047:1:198::/121", + "2603:1047:1:1a0::/121", + "2603:1047:1:1c0::/121", + "2603:1047:1:1e0::/121", + "2603:1056:2000:20::/121", + "2603:1056:2000:28::/121", + "2603:1056:2000:30::/121", + "2603:1056:2000:38::/121", + "2603:1056:2000:60::/121", + "2603:1057:2:20::/121", + "2603:1057:2:28::/121", + "2603:1057:2:30::/121", + "2603:1057:2:38::/121", + "2603:1057:2:60::/121" + ], + "networkFeatures": null + } + }, + { + "name": "AzureMonitor.Core", + "id": "AzureMonitor.Core", + "properties": { + "changeNumber": 36, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "AzureMonitor", + "addressPrefixes": [ + "4.232.101.96/27", + "4.232.111.64/29", + "4.232.123.200/29", + "4.232.195.200/29", + "13.66.145.232/29", + "13.67.15.112/29", + "13.69.109.224/27", + "13.69.111.200/29", + "13.69.233.96/27", + "13.69.239.96/29", + "13.70.79.88/29", + "13.70.79.96/27", + "13.71.175.216/29", + "13.71.177.32/27", + "13.74.111.152/29", + "13.86.223.128/26", + "13.89.179.0/29", + "20.17.59.64/27", + "20.17.71.128/29", + "20.17.127.0/27", + "20.17.134.80/29", + "20.18.179.200/29", + "20.21.46.128/29", + "20.21.53.0/27", + "20.21.67.200/29", + "20.21.75.200/29", + "20.36.125.224/27", + "20.37.71.0/27", + "20.38.132.64/27", + "20.38.133.168/29", + "20.38.143.0/27", + "20.38.149.200/29", + "20.38.152.32/27", + "20.38.157.136/29", + "20.40.228.0/26", + "20.41.208.32/27", + "20.42.65.72/29", + "20.42.65.128/25", + "20.42.73.16/29", + "20.43.123.200/29", + "20.44.11.192/26", + "20.44.13.232/29", + "20.44.29.120/29", + "20.45.127.64/29", + "20.45.208.32/29", + "20.46.10.224/27", + "20.47.217.0/29", + "20.48.193.224/27", + "20.49.84.32/27", + "20.49.93.192/26", + "20.49.95.48/29", + "20.50.80.200/29", + "20.51.7.0/27", + "20.51.9.0/26", + "20.51.17.64/27", + "20.52.64.24/29", + "20.52.64.32/27", + "20.52.72.64/27", + "20.53.0.128/27", + "20.53.1.208/29", + "20.53.46.64/27", + "20.53.48.64/27", + "20.58.66.96/27", + "20.61.99.64/27", + "20.62.132.0/25", + "20.65.132.0/26", + "20.66.2.192/26", + "20.72.21.32/27", + "20.72.28.192/27", + "20.83.192.192/29", + "20.89.1.32/29", + "20.98.192.0/27", + "20.111.2.192/27", + "20.111.72.96/27", + "20.125.171.200/29", + "20.125.203.200/29", + "20.150.181.168/29", + "20.150.182.32/27", + "20.150.189.40/29", + "20.150.225.8/29", + "20.150.241.96/27", + "20.168.163.200/29", + "20.187.197.192/27", + "20.189.81.11/32", + "20.189.81.14/32", + "20.189.81.24/31", + "20.189.81.26/32", + "20.189.81.28/32", + "20.189.81.31/32", + "20.189.81.32/31", + "20.189.81.34/32", + "20.189.225.128/27", + "20.191.165.64/27", + "20.192.32.192/27", + "20.192.43.96/27", + "20.192.48.0/27", + "20.192.101.32/27", + "20.192.102.72/29", + "20.192.167.160/27", + "20.193.96.32/27", + "20.193.96.248/29", + "20.193.160.40/29", + "20.193.204.64/27", + "20.194.67.216/29", + "20.194.67.224/27", + "20.194.72.224/27", + "20.195.82.160/27", + "20.205.77.184/29", + "20.205.83.232/29", + "20.205.192.72/29", + "20.208.19.200/29", + "20.215.7.192/27", + "20.215.19.200/29", + "20.215.27.200/29", + "20.215.158.128/29", + "20.217.47.192/27", + "20.217.62.128/29", + "20.217.75.200/29", + "20.217.91.200/29", + "20.226.211.224/27", + "20.241.119.32/28", + "23.98.113.96/29", + "23.100.218.160/27", + "40.67.52.224/27", + "40.67.122.96/29", + "40.69.111.128/27", + "40.69.116.112/29", + "40.74.99.64/29", + "40.74.150.32/27", + "40.74.150.72/29", + "40.78.247.64/26", + "40.78.253.72/29", + "40.79.141.144/29", + "40.79.150.96/29", + "40.79.165.88/29", + "40.79.173.8/29", + "40.79.190.160/27", + "40.79.191.200/29", + "40.79.197.120/29", + "40.80.54.32/29", + "40.80.180.160/27", + "40.89.121.176/29", + "40.120.8.192/27", + "40.120.9.88/29", + "40.120.64.200/29", + "40.120.77.160/29", + "40.124.64.144/29", + "51.11.97.96/27", + "51.11.192.40/29", + "51.12.46.0/27", + "51.12.102.192/27", + "51.12.102.224/29", + "51.12.168.64/29", + "51.12.195.224/27", + "51.12.205.96/27", + "51.12.229.224/29", + "51.12.237.32/27", + "51.12.237.192/29", + "51.13.1.8/29", + "51.13.128.32/27", + "51.13.136.192/27", + "51.53.31.224/27", + "51.53.110.128/29", + "51.53.178.224/27", + "51.53.191.128/29", + "51.103.203.200/29", + "51.105.70.128/27", + "51.105.71.168/29", + "51.107.128.56/29", + "51.107.128.96/27", + "51.107.192.160/27", + "51.107.242.0/27", + "51.107.250.0/27", + "51.116.54.32/27", + "51.116.149.0/27", + "51.116.246.96/29", + "51.116.253.136/29", + "51.120.110.200/29", + "51.120.213.64/27", + "51.120.214.136/29", + "51.120.232.160/27", + "51.132.193.96/29", + "51.138.160.80/29", + "51.140.151.160/29", + "51.143.209.96/27", + "52.136.53.96/27", + "52.139.106.160/27", + "52.146.133.32/27", + "52.147.97.64/27", + "52.147.112.96/27", + "52.148.44.224/27", + "52.167.109.72/29", + "52.167.145.160/29", + "52.168.116.72/29", + "52.172.113.64/27", + "52.178.17.224/29", + "52.182.143.200/29", + "52.231.23.120/29", + "52.231.151.208/29", + "52.236.189.88/29", + "52.240.244.144/29", + "52.246.158.160/29", + "68.219.174.192/28", + "68.220.85.64/29", + "68.221.40.64/27", + "68.221.103.64/29", + "68.221.147.200/29", + "74.243.21.0/29", + "102.37.64.128/27", + "102.37.72.240/29", + "102.37.80.64/27", + "102.133.126.64/27", + "102.133.126.152/29", + "102.133.221.160/27", + "102.133.254.224/29", + "104.46.162.64/27", + "104.46.179.128/27", + "104.208.144.88/29", + "104.208.170.144/28", + "104.214.164.128/27", + "104.214.166.96/29", + "158.23.15.64/29", + "158.23.112.64/27", + "158.23.123.200/29", + "158.23.195.200/29", + "168.61.142.0/27", + "191.233.15.128/27", + "191.233.207.216/29", + "191.234.149.40/29", + "191.234.157.160/29", + "191.237.224.192/27", + "2603:1000:4:1::280/123", + "2603:1000:4:1::300/121", + "2603:1000:4:402::500/121", + "2603:1000:104:2::/123", + "2603:1000:104:2::80/121", + "2603:1000:104:402::500/121", + "2603:1000:104:802::480/121", + "2603:1000:104:c02::480/121", + "2603:1010:6::500/121", + "2603:1010:6:402::500/121", + "2603:1010:6:802::480/121", + "2603:1010:6:802::500/121", + "2603:1010:6:c00::100/121", + "2603:1010:6:c02::480/121", + "2603:1010:101:1::280/123", + "2603:1010:101:1::300/121", + "2603:1010:101:402::500/121", + "2603:1010:304:1::280/123", + "2603:1010:304:1::300/121", + "2603:1010:304:402::500/121", + "2603:1010:404:1::280/123", + "2603:1010:404:1::300/121", + "2603:1010:404:402::500/121", + "2603:1020:5::360/123", + "2603:1020:5::500/121", + "2603:1020:5:402::500/121", + "2603:1020:5:802::480/121", + "2603:1020:5:c02::480/121", + "2603:1020:206::360/123", + "2603:1020:206::500/121", + "2603:1020:206:402::500/121", + "2603:1020:206:802::480/121", + "2603:1020:206:c00::100/121", + "2603:1020:605:1::280/123", + "2603:1020:605:1::300/121", + "2603:1020:605:402::500/121", + "2603:1020:705::360/123", + "2603:1020:705::500/121", + "2603:1020:705:402::500/121", + "2603:1020:705:802::480/121", + "2603:1020:705:c02::480/121", + "2603:1020:805::360/123", + "2603:1020:805::500/121", + "2603:1020:805:402::500/121", + "2603:1020:805:802::480/121", + "2603:1020:805:c02::480/121", + "2603:1020:905:1::280/123", + "2603:1020:905:1::300/121", + "2603:1020:905:402::500/121", + "2603:1020:a04::360/123", + "2603:1020:a04::500/121", + "2603:1020:a04:402::500/121", + "2603:1020:a04:800::100/121", + "2603:1020:a04:c02::480/121", + "2603:1020:b04:1::280/123", + "2603:1020:b04:1::300/121", + "2603:1020:b04:402::500/121", + "2603:1020:c04::360/123", + "2603:1020:c04::500/121", + "2603:1020:c04:402::500/121", + "2603:1020:c04:800::100/121", + "2603:1020:c04:c02::480/121", + "2603:1020:d04:1::280/123", + "2603:1020:d04:1::300/121", + "2603:1020:d04:402::500/121", + "2603:1020:e04::360/123", + "2603:1020:e04::500/121", + "2603:1020:e04:402::500/121", + "2603:1020:e04:802::480/121", + "2603:1020:e04:c00::80/121", + "2603:1020:f04:1::280/123", + "2603:1020:f04:1::300/121", + "2603:1020:f04:402::500/121", + "2603:1020:1004:2::180/121", + "2603:1020:1004:400::420/123", + "2603:1020:1004:400::4a0/123", + "2603:1020:1004:400::580/121", + "2603:1020:1004:800::500/121", + "2603:1020:1004:c02::100/121", + "2603:1020:1104:1::4c0/123", + "2603:1020:1104:1::500/121", + "2603:1020:1104:400::440/123", + "2603:1020:1104:400::480/121", + "2603:1020:1204:2::400/121", + "2603:1020:1302:2::80/121", + "2603:1020:1403:2::400/121", + "2603:1030:f:2::280/123", + "2603:1030:f:2::300/121", + "2603:1030:f:400::d00/121", + "2603:1030:10::360/123", + "2603:1030:10::500/121", + "2603:1030:10:402::500/121", + "2603:1030:10:802::480/121", + "2603:1030:10:c02::480/121", + "2603:1030:104::360/123", + "2603:1030:104::500/121", + "2603:1030:104:402::500/121", + "2603:1030:107:1::200/123", + "2603:1030:107:1::280/121", + "2603:1030:107:400::3c0/123", + "2603:1030:107:400::480/121", + "2603:1030:210::360/123", + "2603:1030:210::500/121", + "2603:1030:210:c::180/121", + "2603:1030:210:402::500/121", + "2603:1030:210:802::480/121", + "2603:1030:210:c00::100/121", + "2603:1030:302:1::/122", + "2603:1030:302:402::80/123", + "2603:1030:302:402::100/121", + "2603:1030:40b:2::240/123", + "2603:1030:40b:2::300/121", + "2603:1030:40b:400::d00/121", + "2603:1030:40b:800::400/121", + "2603:1030:40b:c00::480/121", + "2603:1030:40b:1000::200/121", + "2603:1030:40c::360/123", + "2603:1030:40c::500/121", + "2603:1030:40c:402::500/121", + "2603:1030:40c:802::480/121", + "2603:1030:40c:c02::400/121", + "2603:1030:504::540/123", + "2603:1030:504::700/121", + "2603:1030:504:402::500/121", + "2603:1030:504:802::400/121", + "2603:1030:504:c02::100/123", + "2603:1030:504:c02::180/121", + "2603:1030:504:c02::480/121", + "2603:1030:608:1::280/123", + "2603:1030:608:1::300/121", + "2603:1030:608:402::500/121", + "2603:1030:608:802::80/121", + "2603:1030:608:c00::300/121", + "2603:1030:702:2::400/121", + "2603:1030:807::360/123", + "2603:1030:807::500/121", + "2603:1030:807:402::500/121", + "2603:1030:807:802::480/121", + "2603:1030:807:c02::480/121", + "2603:1030:a07:1::280/123", + "2603:1030:a07:1::300/121", + "2603:1030:a07:402::380/121", + "2603:1030:a07:800::/121", + "2603:1030:a07:c00::300/121", + "2603:1030:b04:1::280/123", + "2603:1030:b04:1::300/121", + "2603:1030:b04:402::500/121", + "2603:1030:c06:2::240/123", + "2603:1030:c06:2::300/121", + "2603:1030:c06:400::d00/121", + "2603:1030:c06:802::400/121", + "2603:1030:c06:c02::480/121", + "2603:1030:f05::360/123", + "2603:1030:f05::500/121", + "2603:1030:f05:402::500/121", + "2603:1030:f05:802::480/121", + "2603:1030:f05:c02::480/121", + "2603:1030:1005:1::280/123", + "2603:1030:1005:1::300/121", + "2603:1030:1005:402::500/121", + "2603:1040:5::460/123", + "2603:1040:5::600/121", + "2603:1040:5:402::500/121", + "2603:1040:5:802::480/121", + "2603:1040:5:c02::480/121", + "2603:1040:207:1::280/123", + "2603:1040:207:1::300/121", + "2603:1040:207:402::500/121", + "2603:1040:207:800::300/121", + "2603:1040:207:c00::300/121", + "2603:1040:407::360/123", + "2603:1040:407::500/121", + "2603:1040:407:402::500/121", + "2603:1040:407:802::480/121", + "2603:1040:407:c00::100/121", + "2603:1040:606:1::280/123", + "2603:1040:606:1::300/121", + "2603:1040:606:402::500/121", + "2603:1040:606:800::300/121", + "2603:1040:606:c00::/121", + "2603:1040:806:1::280/123", + "2603:1040:806:1::300/121", + "2603:1040:806:402::500/121", + "2603:1040:904::360/123", + "2603:1040:904::500/121", + "2603:1040:904:402::500/121", + "2603:1040:904:800::100/121", + "2603:1040:904:c02::480/121", + "2603:1040:a06::460/123", + "2603:1040:a06::600/121", + "2603:1040:a06:402::500/121", + "2603:1040:a06:802::480/121", + "2603:1040:a06:c02::480/121", + "2603:1040:b04:1::280/123", + "2603:1040:b04:1::300/121", + "2603:1040:b04:402::500/121", + "2603:1040:c06:1::280/123", + "2603:1040:c06:1::300/121", + "2603:1040:c06:402::500/121", + "2603:1040:d04:2::/123", + "2603:1040:d04:2::100/120", + "2603:1040:d04:400::420/123", + "2603:1040:d04:400::580/121", + "2603:1040:d04:800::400/121", + "2603:1040:d04:c02::100/121", + "2603:1040:e05::40/123", + "2603:1040:e05::80/121", + "2603:1040:e05:402::80/121", + "2603:1040:f05::360/123", + "2603:1040:f05::500/121", + "2603:1040:f05:402::500/121", + "2603:1040:f05:802::480/121", + "2603:1040:f05:c02::480/121", + "2603:1040:1002:2::200/121", + "2603:1040:1104:1::580/121", + "2603:1040:1104:400::460/123", + "2603:1040:1202:2::180/121", + "2603:1040:1302:1::180/121", + "2603:1040:1402:2::80/121", + "2603:1040:1503:2::280/121", + "2603:1040:1602:2::580/121", + "2603:1050:6::360/123", + "2603:1050:6::500/121", + "2603:1050:6:402::580/121", + "2603:1050:6:402::600/121", + "2603:1050:6:802::480/121", + "2603:1050:6:c00::100/121", + "2603:1050:6:c02::2a0/123", + "2603:1050:403:1::240/123", + "2603:1050:403:1::300/121", + "2603:1050:403:400::580/121" + ], + "networkFeatures": [ + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "DataFactoryManagement", + "id": "DataFactoryManagement", + "properties": { + "changeNumber": 33, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "DataFactory", + "addressPrefixes": [ + "4.232.44.160/28", + "4.232.111.0/28", + "4.232.123.208/28", + "4.232.195.208/28", + "13.66.143.128/28", + "13.67.10.208/28", + "13.69.67.192/28", + "13.69.107.112/28", + "13.69.112.128/28", + "13.69.230.96/28", + "13.70.74.144/28", + "13.71.175.80/28", + "13.71.199.0/28", + "13.73.244.32/28", + "13.73.253.96/29", + "13.74.108.224/28", + "13.75.39.112/28", + "13.77.53.160/28", + "13.78.109.192/28", + "13.86.219.208/28", + "13.89.174.192/28", + "13.104.248.64/27", + "13.104.252.208/28", + "13.104.252.224/28", + "13.104.253.48/28", + "13.104.254.128/28", + "20.17.25.224/28", + "20.17.71.64/28", + "20.17.131.112/28", + "20.18.179.208/28", + "20.21.46.64/28", + "20.21.55.208/29", + "20.21.67.208/28", + "20.21.75.208/28", + "20.24.0.216/29", + "20.36.117.208/28", + "20.36.124.32/28", + "20.37.68.144/28", + "20.37.198.224/29", + "20.37.228.16/28", + "20.38.133.192/28", + "20.38.141.16/28", + "20.38.147.224/28", + "20.38.152.0/28", + "20.39.15.0/29", + "20.40.206.224/29", + "20.41.69.8/29", + "20.41.197.112/29", + "20.42.64.0/28", + "20.42.230.136/29", + "20.43.44.208/29", + "20.43.70.120/29", + "20.43.121.48/28", + "20.44.10.64/28", + "20.44.17.80/28", + "20.44.27.240/28", + "20.45.123.160/28", + "20.45.208.16/28", + "20.49.83.224/28", + "20.49.95.32/28", + "20.49.102.16/29", + "20.49.111.0/29", + "20.49.114.24/29", + "20.50.68.56/29", + "20.52.64.0/28", + "20.52.73.160/28", + "20.53.0.48/28", + "20.59.84.168/29", + "20.69.9.24/29", + "20.72.28.48/28", + "20.74.197.16/29", + "20.79.108.112/29", + "20.87.83.112/29", + "20.90.38.248/29", + "20.92.6.200/29", + "20.97.39.141/32", + "20.98.150.0/29", + "20.98.195.172/32", + "20.98.198.224/29", + "20.100.5.24/29", + "20.105.215.28/30", + "20.105.244.48/29", + "20.111.4.48/29", + "20.116.47.72/29", + "20.117.193.184/29", + "20.118.79.192/29", + "20.118.139.200/29", + "20.119.28.57/32", + "20.125.4.170/31", + "20.125.5.248/29", + "20.125.156.16/29", + "20.125.163.208/29", + "20.125.171.208/28", + "20.125.203.208/28", + "20.150.173.16/28", + "20.150.181.112/28", + "20.150.190.64/28", + "20.168.163.208/28", + "20.189.109.232/29", + "20.189.199.40/29", + "20.192.102.80/28", + "20.192.184.96/28", + "20.192.238.96/28", + "20.193.205.144/28", + "20.194.67.192/28", + "20.200.161.48/29", + "20.200.199.192/29", + "20.204.193.112/29", + "20.205.50.120/29", + "20.205.77.160/28", + "20.205.77.224/27", + "20.205.83.240/28", + "20.206.179.144/29", + "20.208.19.208/28", + "20.208.144.16/29", + "20.210.70.88/29", + "20.213.194.144/29", + "20.215.19.208/28", + "20.215.27.208/28", + "20.215.158.64/28", + "20.215.172.16/28", + "20.217.11.240/28", + "20.217.62.64/28", + "20.217.75.208/28", + "20.217.91.208/28", + "20.221.136.72/29", + "20.223.64.60/32", + "20.223.65.144/29", + "20.228.5.112/28", + "20.232.89.104/29", + "23.98.83.112/28", + "23.98.106.128/29", + "40.64.11.176/29", + "40.64.132.232/29", + "40.69.108.160/28", + "40.69.111.48/28", + "40.70.148.160/28", + "40.71.14.32/28", + "40.74.149.64/28", + "40.75.35.144/28", + "40.78.196.128/28", + "40.78.229.96/28", + "40.78.236.176/28", + "40.78.245.16/28", + "40.78.251.192/28", + "40.79.132.112/28", + "40.79.139.80/28", + "40.79.146.240/28", + "40.79.163.80/28", + "40.79.171.160/28", + "40.79.187.208/28", + "40.79.195.224/28", + "40.80.51.160/28", + "40.80.62.24/29", + "40.80.96.200/29", + "40.80.172.112/29", + "40.80.176.96/28", + "40.89.20.224/29", + "40.113.176.232/29", + "40.117.24.160/29", + "40.120.8.56/29", + "40.120.9.192/28", + "40.120.64.112/28", + "40.120.75.112/28", + "40.122.0.16/28", + "51.12.75.232/29", + "51.12.101.176/28", + "51.12.206.16/28", + "51.12.229.64/28", + "51.12.237.64/28", + "51.13.128.0/28", + "51.53.110.64/28", + "51.53.191.64/28", + "51.103.203.208/28", + "51.104.9.32/28", + "51.104.29.216/29", + "51.105.67.240/28", + "51.105.75.240/28", + "51.105.92.176/28", + "51.107.51.40/29", + "51.107.128.0/28", + "51.107.148.80/28", + "51.107.192.80/28", + "51.116.147.32/28", + "51.116.245.112/28", + "51.116.245.176/28", + "51.116.253.48/28", + "51.116.253.144/28", + "51.120.44.208/28", + "51.120.100.224/28", + "51.120.109.96/28", + "51.120.213.32/28", + "51.120.228.224/27", + "51.137.164.192/29", + "51.138.160.16/28", + "51.140.212.112/28", + "52.138.92.128/28", + "52.138.229.32/28", + "52.140.108.208/29", + "52.150.154.16/29", + "52.162.111.48/28", + "52.167.107.224/28", + "52.172.81.240/29", + "52.176.232.16/28", + "52.182.141.16/28", + "52.228.86.144/29", + "52.231.20.64/28", + "52.231.148.160/28", + "52.231.151.32/28", + "52.236.187.112/28", + "52.242.45.56/29", + "52.246.155.224/28", + "52.250.228.0/29", + "68.220.82.112/28", + "68.221.103.0/28", + "68.221.147.208/28", + "74.243.20.176/28", + "102.37.64.96/28", + "102.37.72.224/28", + "102.133.60.48/28", + "102.133.124.104/29", + "102.133.127.160/28", + "102.133.156.136/29", + "102.133.218.248/29", + "102.133.251.184/29", + "102.133.253.48/28", + "158.23.15.0/28", + "158.23.123.208/28", + "158.23.195.208/28", + "191.233.54.224/28", + "191.233.205.160/28", + "191.234.137.32/29", + "191.234.149.0/28", + "191.234.157.0/28", + "2603:1000:4::440/122", + "2603:1000:4:402::330/124", + "2603:1000:104::80/122", + "2603:1000:104::1c0/122", + "2603:1000:104:1::500/122", + "2603:1000:104:1::780/122", + "2603:1000:104:402::330/124", + "2603:1000:104:802::210/124", + "2603:1000:104:c02::210/124", + "2603:1010:6:1::500/122", + "2603:1010:6:1::780/122", + "2603:1010:6:402::330/124", + "2603:1010:6:802::210/124", + "2603:1010:6:c02::210/124", + "2603:1010:101::440/122", + "2603:1010:101:402::330/124", + "2603:1010:304::440/122", + "2603:1010:304:402::330/124", + "2603:1010:404::440/122", + "2603:1010:404:402::330/124", + "2603:1020:5:1::500/122", + "2603:1020:5:1::780/122", + "2603:1020:5:402::330/124", + "2603:1020:5:802::210/124", + "2603:1020:5:c02::210/124", + "2603:1020:206:1::500/122", + "2603:1020:206:1::780/122", + "2603:1020:206:402::330/124", + "2603:1020:206:802::210/124", + "2603:1020:206:c02::210/124", + "2603:1020:305::440/122", + "2603:1020:305:402::330/124", + "2603:1020:405::440/122", + "2603:1020:405:402::330/124", + "2603:1020:605::440/122", + "2603:1020:605:402::330/124", + "2603:1020:705:1::500/122", + "2603:1020:705:1::780/122", + "2603:1020:705:402::330/124", + "2603:1020:705:802::210/124", + "2603:1020:705:c02::210/124", + "2603:1020:805:1::500/122", + "2603:1020:805:1::780/122", + "2603:1020:805:402::330/124", + "2603:1020:805:802::210/124", + "2603:1020:805:c02::210/124", + "2603:1020:905::440/122", + "2603:1020:905:402::330/124", + "2603:1020:a04:1::500/122", + "2603:1020:a04:1::780/122", + "2603:1020:a04:402::330/124", + "2603:1020:a04:802::210/124", + "2603:1020:a04:c02::210/124", + "2603:1020:b04::440/122", + "2603:1020:b04:402::330/124", + "2603:1020:c04:1::500/122", + "2603:1020:c04:1::780/122", + "2603:1020:c04:402::330/124", + "2603:1020:c04:802::210/124", + "2603:1020:c04:c02::210/124", + "2603:1020:d04::440/122", + "2603:1020:d04:402::330/124", + "2603:1020:e04:1::500/122", + "2603:1020:e04:1::780/122", + "2603:1020:e04:402::330/124", + "2603:1020:e04:802::210/124", + "2603:1020:e04:c02::210/124", + "2603:1020:f04::440/122", + "2603:1020:f04:402::330/124", + "2603:1020:1004::500/122", + "2603:1020:1004::780/122", + "2603:1020:1004:400::240/124", + "2603:1020:1004:800::340/124", + "2603:1020:1004:c02::380/124", + "2603:1020:1104:400::500/124", + "2603:1020:1204:400::380/124", + "2603:1020:1204:800::280/124", + "2603:1020:1204:c00::280/124", + "2603:1020:1302:400::3a0/124", + "2603:1020:1302:800::2c0/124", + "2603:1020:1302:c00::2c0/124", + "2603:1020:1403:400::440/124", + "2603:1020:1403:800::280/124", + "2603:1030:f:1::440/122", + "2603:1030:f:400::b30/124", + "2603:1030:10:1::500/122", + "2603:1030:10:1::780/122", + "2603:1030:10:402::330/124", + "2603:1030:10:802::210/124", + "2603:1030:10:c02::210/124", + "2603:1030:104:1::500/122", + "2603:1030:104:1::780/122", + "2603:1030:104:402::330/124", + "2603:1030:104:802::40/124", + "2603:1030:107:400::380/124", + "2603:1030:210:1::500/122", + "2603:1030:210:1::780/122", + "2603:1030:210:402::330/124", + "2603:1030:210:802::210/124", + "2603:1030:210:c02::210/124", + "2603:1030:40b:1::500/122", + "2603:1030:40b:400::b30/124", + "2603:1030:40b:800::210/124", + "2603:1030:40b:c00::210/124", + "2603:1030:40b:1000::e0/124", + "2603:1030:40c:1::500/122", + "2603:1030:40c:1::780/122", + "2603:1030:40c:402::330/124", + "2603:1030:40c:802::210/124", + "2603:1030:40c:c02::210/124", + "2603:1030:504:1::500/122", + "2603:1030:504:1::780/122", + "2603:1030:504:402::240/124", + "2603:1030:504:802::340/124", + "2603:1030:504:c02::380/124", + "2603:1030:608::440/122", + "2603:1030:608:402::330/124", + "2603:1030:608:800::2c0/124", + "2603:1030:608:c00::2c0/124", + "2603:1030:702:400::440/124", + "2603:1030:702:800::280/124", + "2603:1030:702:c00::280/124", + "2603:1030:807:1::500/122", + "2603:1030:807:1::780/122", + "2603:1030:807:402::330/124", + "2603:1030:807:802::210/124", + "2603:1030:807:c02::210/124", + "2603:1030:a07::440/122", + "2603:1030:a07:402::9b0/124", + "2603:1030:a07:c00::2c0/124", + "2603:1030:b04::440/122", + "2603:1030:b04:402::330/124", + "2603:1030:c06:1::500/122", + "2603:1030:c06:400::b30/124", + "2603:1030:c06:802::210/124", + "2603:1030:c06:c02::210/124", + "2603:1030:f05:1::500/122", + "2603:1030:f05:1::780/122", + "2603:1030:f05:402::330/124", + "2603:1030:f05:802::210/124", + "2603:1030:f05:c02::210/124", + "2603:1030:1005::440/122", + "2603:1030:1005:402::330/124", + "2603:1040:5::80/122", + "2603:1040:5:1::500/122", + "2603:1040:5:1::780/122", + "2603:1040:5:402::330/124", + "2603:1040:5:802::210/124", + "2603:1040:5:c02::210/124", + "2603:1040:207::440/122", + "2603:1040:207:402::330/124", + "2603:1040:207:800::70/124", + "2603:1040:207:c00::70/124", + "2603:1040:407:1::500/122", + "2603:1040:407:1::780/122", + "2603:1040:407:402::330/124", + "2603:1040:407:802::210/124", + "2603:1040:407:c02::210/124", + "2603:1040:606::440/122", + "2603:1040:606:402::330/124", + "2603:1040:606:800::280/124", + "2603:1040:806::440/122", + "2603:1040:806:402::330/124", + "2603:1040:904:1::500/122", + "2603:1040:904:1::780/122", + "2603:1040:904:402::330/124", + "2603:1040:904:802::210/124", + "2603:1040:904:c02::210/124", + "2603:1040:a06::80/122", + "2603:1040:a06:1::500/122", + "2603:1040:a06:1::780/122", + "2603:1040:a06:402::330/124", + "2603:1040:a06:802::210/124", + "2603:1040:a06:c02::210/124", + "2603:1040:b04::440/122", + "2603:1040:b04:402::330/124", + "2603:1040:b04:800::70/124", + "2603:1040:c06::440/122", + "2603:1040:c06:402::330/124", + "2603:1040:d04::500/122", + "2603:1040:d04::780/122", + "2603:1040:d04:400::240/124", + "2603:1040:d04:800::340/124", + "2603:1040:d04:c02::380/124", + "2603:1040:e05:402::190/124", + "2603:1040:f05:1::500/122", + "2603:1040:f05:1::780/122", + "2603:1040:f05:402::330/124", + "2603:1040:f05:802::210/124", + "2603:1040:f05:c02::210/124", + "2603:1040:1002:400::230/124", + "2603:1040:1002:800::70/124", + "2603:1040:1002:c00::70/124", + "2603:1040:1104:400::500/124", + "2603:1040:1202:400::3c0/124", + "2603:1040:1302:400::3c0/124", + "2603:1040:1402:400::3a0/124", + "2603:1040:1402:800::2c0/124", + "2603:1040:1402:c00::2c0/124", + "2603:1040:1503:400::3c0/124", + "2603:1040:1602:402::c0/124", + "2603:1040:1602:403::40/124", + "2603:1050:6:1::500/122", + "2603:1050:6:1::780/122", + "2603:1050:6:402::330/124", + "2603:1050:6:802::210/124", + "2603:1050:6:c02::210/124", + "2603:1050:403::500/122", + "2603:1050:403:400::240/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "LogicAppsManagement", + "id": "LogicAppsManagement", + "properties": { + "changeNumber": 19, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "LogicApps", + "addressPrefixes": [ + "4.232.111.16/28", + "13.65.39.247/32", + "13.65.98.39/32", + "13.66.128.68/32", + "13.66.224.169/32", + "13.67.236.76/32", + "13.69.109.144/28", + "13.69.233.16/28", + "13.71.146.140/32", + "13.71.199.160/28", + "13.73.115.153/32", + "13.73.244.144/28", + "13.75.89.159/32", + "13.75.153.66/32", + "13.77.55.128/28", + "13.78.43.164/32", + "13.78.62.130/32", + "13.78.84.187/32", + "13.78.137.247/32", + "13.79.173.49/32", + "13.84.41.46/32", + "13.84.43.45/32", + "13.85.79.155/32", + "13.86.98.126/32", + "13.86.221.240/28", + "13.87.58.144/28", + "13.87.124.144/28", + "13.87.204.210/32", + "13.87.207.79/32", + "13.88.168.158/32", + "13.88.249.209/32", + "13.89.178.48/28", + "13.91.252.184/32", + "13.95.155.53/32", + "20.17.71.80/28", + "20.17.134.64/28", + "20.21.46.80/28", + "20.36.108.224/28", + "20.36.117.128/28", + "20.37.76.208/28", + "20.38.128.176/28", + "20.38.149.144/28", + "20.40.32.49/32", + "20.40.32.59/32", + "20.40.32.80/32", + "20.40.32.162/32", + "20.40.139.209/32", + "20.42.64.48/28", + "20.43.121.224/28", + "20.44.4.176/28", + "20.45.64.29/32", + "20.45.64.87/32", + "20.45.71.213/32", + "20.45.75.193/32", + "20.46.42.220/32", + "20.46.46.173/32", + "20.47.249.56/32", + "20.48.133.182/32", + "20.53.94.103/32", + "20.53.107.215/32", + "20.70.114.64/32", + "20.72.30.160/28", + "20.72.244.108/32", + "20.74.255.37/32", + "20.74.255.147/32", + "20.76.171.34/32", + "20.82.87.229/32", + "20.84.29.150/32", + "20.87.91.171/32", + "20.87.92.64/32", + "20.88.209.113/32", + "20.89.226.241/32", + "20.89.227.25/32", + "20.90.204.232/32", + "20.93.236.81/32", + "20.94.151.41/32", + "20.96.58.28/32", + "20.96.89.98/32", + "20.96.90.28/32", + "20.99.190.19/32", + "20.100.27.17/32", + "20.100.36.102/32", + "20.101.174.52/32", + "20.102.166.10/32", + "20.103.18.84/32", + "20.103.21.113/32", + "20.103.57.210/32", + "20.103.84.61/32", + "20.103.94.255/32", + "20.104.14.9/32", + "20.106.116.172/32", + "20.106.116.225/32", + "20.108.102.180/32", + "20.109.202.37/32", + "20.113.11.8/32", + "20.113.12.69/32", + "20.113.197.46/32", + "20.113.206.147/32", + "20.150.172.240/28", + "20.187.189.246/32", + "20.187.254.129/32", + "20.191.174.52/32", + "20.192.238.160/28", + "20.193.206.48/28", + "20.194.207.50/32", + "20.195.49.246/32", + "20.198.130.155/32", + "20.200.63.149/32", + "20.200.177.147/32", + "20.200.177.151/32", + "20.200.207.29/32", + "20.200.231.229/32", + "20.201.25.72/32", + "20.201.66.147/32", + "20.203.227.226/32", + "20.203.230.170/32", + "20.204.203.110/32", + "20.204.212.77/32", + "20.206.42.14/32", + "20.206.43.33/32", + "20.215.158.80/28", + "20.217.62.80/28", + "23.97.68.172/32", + "23.98.121.180/32", + "23.101.174.98/32", + "40.67.60.176/28", + "40.69.110.224/28", + "40.70.27.253/32", + "40.74.66.200/32", + "40.74.81.13/32", + "40.74.85.215/32", + "40.74.140.173/32", + "40.75.35.240/28", + "40.76.151.124/32", + "40.76.174.148/32", + "40.77.31.87/32", + "40.77.111.254/32", + "40.78.196.176/28", + "40.78.204.208/28", + "40.78.239.16/28", + "40.78.245.144/28", + "40.79.44.7/32", + "40.79.139.144/28", + "40.79.171.240/28", + "40.79.180.192/28", + "40.79.197.48/28", + "40.80.180.16/28", + "40.83.98.194/32", + "40.84.25.234/32", + "40.84.59.136/32", + "40.84.138.132/32", + "40.85.241.105/32", + "40.86.202.42/32", + "40.112.90.39/32", + "40.115.78.70/32", + "40.115.78.237/32", + "40.117.9.225/32", + "40.117.99.79/32", + "40.117.100.228/32", + "40.120.64.32/28", + "40.123.224.143/32", + "40.123.224.227/32", + "40.127.145.51/32", + "40.127.242.203/32", + "51.11.97.16/28", + "51.11.237.239/32", + "51.12.100.112/28", + "51.12.204.112/28", + "51.13.151.90/32", + "51.13.155.184/32", + "51.53.110.80/28", + "51.53.191.80/28", + "51.103.128.52/32", + "51.103.132.236/32", + "51.103.134.138/32", + "51.103.136.209/32", + "51.104.9.112/28", + "51.104.62.166/32", + "51.107.60.192/28", + "51.107.156.192/28", + "51.107.225.163/32", + "51.107.225.167/32", + "51.107.225.180/32", + "51.107.227.18/32", + "51.107.235.139/32", + "51.107.239.66/32", + "51.116.60.144/28", + "51.116.158.64/28", + "51.116.168.222/32", + "51.116.171.209/32", + "51.116.175.0/32", + "51.116.208.37/32", + "51.116.208.64/32", + "51.116.208.132/32", + "51.116.211.29/32", + "51.116.233.40/32", + "51.120.109.32/28", + "51.120.220.160/28", + "51.138.227.94/32", + "51.140.78.71/32", + "51.140.79.109/32", + "51.140.84.39/32", + "51.140.155.81/32", + "51.141.48.98/32", + "51.141.51.145/32", + "51.141.53.164/32", + "51.141.119.150/32", + "51.141.123.161/32", + "51.144.176.185/32", + "52.136.134.128/32", + "52.136.143.218/32", + "52.147.97.16/28", + "52.160.68.27/32", + "52.160.90.237/32", + "52.161.8.128/32", + "52.161.19.82/32", + "52.161.26.172/32", + "52.161.64.217/32", + "52.161.91.215/32", + "52.162.111.144/28", + "52.162.177.104/32", + "52.163.93.214/32", + "52.167.109.80/28", + "52.169.218.253/32", + "52.169.220.174/32", + "52.172.9.47/32", + "52.172.49.43/32", + "52.172.51.140/32", + "52.172.157.194/32", + "52.172.184.192/32", + "52.172.191.194/32", + "52.174.49.6/32", + "52.174.54.218/32", + "52.183.30.10/32", + "52.183.39.67/32", + "52.187.65.81/32", + "52.187.65.155/32", + "52.187.231.161/32", + "52.189.216.28/32", + "52.226.216.209/32", + "52.229.125.57/32", + "52.229.126.142/32", + "52.231.23.16/28", + "52.232.129.143/32", + "52.232.133.109/32", + "52.233.29.79/32", + "52.233.30.218/32", + "52.255.42.110/32", + "65.52.9.64/32", + "65.52.211.164/32", + "68.221.103.16/28", + "102.133.28.208/28", + "102.133.72.145/32", + "102.133.72.173/32", + "102.133.72.184/32", + "102.133.72.190/32", + "102.133.98.91/32", + "102.133.156.176/28", + "102.133.224.125/32", + "102.133.226.199/32", + "102.133.228.4/32", + "102.133.228.9/32", + "104.40.34.112/32", + "104.42.40.164/32", + "104.43.243.39/32", + "104.210.89.222/32", + "104.210.89.244/32", + "104.210.153.89/32", + "104.211.73.195/32", + "104.211.157.237/32", + "104.211.164.25/32", + "104.211.164.112/32", + "104.211.165.81/32", + "104.211.166.35/32", + "104.211.167.12/32", + "104.211.205.148/32", + "104.211.221.215/32", + "104.211.225.152/32", + "104.214.161.96/28", + "104.215.181.6/32", + "137.116.126.165/32", + "137.135.106.54/32", + "138.91.188.137/32", + "157.56.12.202/32", + "157.56.160.212/32", + "158.23.15.16/28", + "168.62.9.100/32", + "168.62.249.81/32", + "168.63.200.173/32", + "191.233.54.240/28", + "191.233.207.0/28", + "191.234.166.198/32", + "191.235.86.199/32", + "191.235.94.220/32", + "191.235.95.229/32", + "2603:1000:4:402::3c0/124", + "2603:1000:104:402::3c0/124", + "2603:1010:6:402::3c0/124", + "2603:1010:101:402::3c0/124", + "2603:1010:304:402::3c0/124", + "2603:1010:404:402::3c0/124", + "2603:1020:5:402::3c0/124", + "2603:1020:206:402::3c0/124", + "2603:1020:305:402::3c0/124", + "2603:1020:405:402::3c0/124", + "2603:1020:605:402::3c0/124", + "2603:1020:705:402::3c0/124", + "2603:1020:805:402::3c0/124", + "2603:1020:905:402::3c0/124", + "2603:1020:a04:402::3c0/124", + "2603:1020:b04:402::3c0/124", + "2603:1020:c04:402::3c0/124", + "2603:1020:d04:402::3c0/124", + "2603:1020:e04:402::3c0/124", + "2603:1020:f04:402::3c0/124", + "2603:1020:1004:400::250/124", + "2603:1020:1104:400::510/124", + "2603:1020:1204:400::390/124", + "2603:1020:1302:400::3b0/124", + "2603:1020:1403:400::450/124", + "2603:1030:f:400::bc0/124", + "2603:1030:10:402::3c0/124", + "2603:1030:104:402::3c0/124", + "2603:1030:107:400::390/124", + "2603:1030:210:402::3c0/124", + "2603:1030:40b:400::bc0/124", + "2603:1030:40c:402::3c0/124", + "2603:1030:504:402::250/124", + "2603:1030:608:402::3c0/124", + "2603:1030:702:400::450/124", + "2603:1030:807:402::3c0/124", + "2603:1030:a07:402::340/124", + "2603:1030:b04:402::3c0/124", + "2603:1030:c06:400::bc0/124", + "2603:1030:f05:402::3c0/124", + "2603:1030:1005:402::3c0/124", + "2603:1040:5:402::3c0/124", + "2603:1040:207:402::3c0/124", + "2603:1040:407:402::3c0/124", + "2603:1040:606:402::3c0/124", + "2603:1040:806:402::3c0/124", + "2603:1040:904:402::3c0/124", + "2603:1040:a06:402::3c0/124", + "2603:1040:b04:402::3c0/124", + "2603:1040:c06:402::3c0/124", + "2603:1040:d04:400::250/124", + "2603:1040:e05:402::2e0/124", + "2603:1040:f05:402::3c0/124", + "2603:1040:1002:400::3c0/124", + "2603:1040:1104:400::510/124", + "2603:1040:1202:400::3d0/124", + "2603:1040:1302:400::3d0/124", + "2603:1040:1402:400::3b0/124", + "2603:1040:1503:400::3d0/124", + "2603:1040:1602:402::d0/124", + "2603:1040:1602:403::50/124", + "2603:1050:6:402::3c0/124", + "2603:1050:403:400::250/124" + ], + "networkFeatures": [ + "API", + "NSG", + "UDR", + "FW" + ] + } + }, + { + "name": "AzureCloud.australiacentral2", + "id": "AzureCloud.australiacentral2", + "properties": { + "changeNumber": 18, + "region": "australiacentral2", + "regionId": 59, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.198.32.0/19", + "4.254.128.0/17", + "13.104.158.224/27", + "20.33.146.0/24", + "20.36.64.0/19", + "20.36.112.0/20", + "20.39.72.0/21", + "20.39.96.0/19", + "20.47.36.0/24", + "20.53.56.0/21", + "20.60.107.0/24", + "20.135.54.0/23", + "20.150.103.0/24", + "20.157.1.0/24", + "20.167.128.0/17", + "20.190.189.128/26", + "20.193.96.0/19", + "20.209.156.0/23", + "40.82.244.0/22", + "40.90.31.96/27", + "40.90.130.32/28", + "40.90.142.64/27", + "40.90.149.32/27", + "40.126.61.128/26", + "40.126.128.0/18", + "52.108.180.0/24", + "52.108.201.0/24", + "52.109.100.0/23", + "52.111.249.0/24", + "52.143.218.0/24", + "52.239.218.0/23", + "2603:1010:400::/47", + "2603:1010:403::/48", + "2603:1010:404::/47", + "2603:1016:1400:40::/59", + "2603:1016:2401::/48", + "2603:1016:2500:8::/64", + "2603:1017:0:40::/59", + "2603:1061:1314:400::/54", + "2603:1063:2202:28::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.australiacentral", + "id": "AzureCloud.australiacentral", + "properties": { + "changeNumber": 26, + "region": "australiacentral", + "regionId": 58, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "13.104.155.128/26", + "13.105.27.160/27", + "20.28.0.0/17", + "20.36.32.0/19", + "20.36.104.0/21", + "20.37.0.0/18", + "20.37.224.0/19", + "20.38.184.0/22", + "20.39.64.0/21", + "20.47.35.0/24", + "20.53.0.0/19", + "20.53.48.0/21", + "20.60.102.0/24", + "20.60.214.0/23", + "20.70.0.0/18", + "20.135.52.0/23", + "20.150.124.0/24", + "20.157.0.0/24", + "20.157.101.0/24", + "20.157.138.0/24", + "20.190.189.64/26", + "20.213.224.0/19", + "20.227.128.0/17", + "20.248.0.0/17", + "40.64.146.240/28", + "40.82.240.0/22", + "40.90.130.48/28", + "40.90.142.96/27", + "40.90.149.64/27", + "40.100.59.0/26", + "40.126.61.64/26", + "52.108.74.0/24", + "52.108.95.0/24", + "52.109.128.0/22", + "52.111.248.0/24", + "52.143.219.0/24", + "52.239.216.0/23", + "2603:1010:300::/47", + "2603:1010:303::/48", + "2603:1010:304::/47", + "2603:1016:1400:20::/59", + "2603:1016:2400::/48", + "2603:1016:2500:4::/64", + "2603:1017:0:20::/59", + "2603:1046:a00:33::/64", + "2603:1061:1314::/54", + "2603:1063:2202:c::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.australiaeast", + "id": "AzureCloud.australiaeast", + "properties": { + "changeNumber": 51, + "region": "australiaeast", + "regionId": 3, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.147.0.0/16", + "4.195.0.0/16", + "4.196.0.0/15", + "4.198.0.0/19", + "4.198.160.0/21", + "4.237.0.0/17", + "13.70.64.0/18", + "13.72.224.0/19", + "13.73.192.0/20", + "13.75.128.0/17", + "13.104.211.128/26", + "13.105.16.192/26", + "13.105.20.128/26", + "13.105.52.192/26", + "13.105.53.128/26", + "20.5.0.0/16", + "20.11.0.0/17", + "20.28.128.0/17", + "20.37.192.0/19", + "20.38.112.0/23", + "20.40.64.0/20", + "20.40.80.0/21", + "20.40.120.0/21", + "20.40.176.0/20", + "20.42.192.0/19", + "20.43.96.0/20", + "20.47.37.0/24", + "20.47.122.0/23", + "20.53.32.0/28", + "20.53.40.0/21", + "20.53.64.0/18", + "20.53.128.0/17", + "20.58.128.0/18", + "20.60.72.0/22", + "20.60.182.0/23", + "20.70.128.0/17", + "20.92.64.0/18", + "20.92.128.0/17", + "20.95.192.0/21", + "20.95.201.0/24", + "20.95.202.0/24", + "20.95.208.0/24", + "20.135.120.0/21", + "20.150.66.0/24", + "20.150.92.0/24", + "20.150.117.0/24", + "20.157.44.0/24", + "20.157.107.0/24", + "20.157.155.0/24", + "20.157.214.0/24", + "20.157.220.0/24", + "20.157.226.0/24", + "20.167.0.0/17", + "20.188.128.0/17", + "20.190.142.0/25", + "20.190.167.0/24", + "20.191.192.0/18", + "20.193.0.0/18", + "20.193.64.0/19", + "20.202.62.0/24", + "20.202.65.0/24", + "20.202.70.0/24", + "20.202.171.0/24", + "20.202.172.0/23", + "20.202.174.0/24", + "20.205.88.0/21", + "20.209.164.0/23", + "20.211.0.0/17", + "20.211.128.0/18", + "20.213.0.0/17", + "20.213.128.0/18", + "20.213.192.0/20", + "20.227.0.0/18", + "20.248.128.0/17", + "23.101.208.0/20", + "40.79.160.0/20", + "40.79.211.0/24", + "40.82.32.0/22", + "40.82.192.0/19", + "40.87.208.0/22", + "40.90.18.0/28", + "40.90.30.0/25", + "40.90.130.80/28", + "40.90.130.208/28", + "40.90.140.32/27", + "40.90.142.160/27", + "40.90.147.64/27", + "40.90.150.0/27", + "40.100.6.128/25", + "40.100.7.0/26", + "40.112.37.128/26", + "40.126.14.0/25", + "40.126.39.0/24", + "40.126.224.0/19", + "52.108.40.0/23", + "52.108.83.0/24", + "52.109.112.0/22", + "52.111.224.0/24", + "52.113.88.0/22", + "52.113.103.0/24", + "52.114.16.0/22", + "52.114.58.0/23", + "52.114.192.0/23", + "52.115.98.0/24", + "52.120.158.0/23", + "52.121.108.0/22", + "52.122.48.0/22", + "52.123.160.0/23", + "52.143.199.0/24", + "52.143.200.0/23", + "52.147.0.0/19", + "52.156.160.0/19", + "52.187.192.0/18", + "52.232.136.0/21", + "52.232.154.0/24", + "52.237.192.0/18", + "52.239.130.0/23", + "52.239.226.0/24", + "52.245.16.0/22", + "68.218.0.0/17", + "104.44.90.64/26", + "104.44.93.96/27", + "104.44.95.48/28", + "104.46.29.0/24", + "104.46.30.0/23", + "104.209.80.0/20", + "104.210.64.0/18", + "151.206.49.192/27", + "151.206.105.0/24", + "151.206.106.0/25", + "191.238.66.0/23", + "191.239.64.0/19", + "2603:1010::/46", + "2603:1010:5::/48", + "2603:1010:6::/47", + "2603:1016:1400:60::/59", + "2603:1016:2402::/48", + "2603:1016:2500:c::/64", + "2603:1017:0:60::/59", + "2603:1046:a00:8::/63", + "2603:1046:a00:a::/64", + "2603:1061:1314:800::/54", + "2603:1061:2000:120::/60", + "2603:1062:6:4200::7c00/118", + "2603:1062:6:4200::1:c00/121", + "2603:1063:c::/56", + "2603:1063:125::/55", + "2603:1063:225::/55", + "2603:1063:2202:30::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.australiasoutheast", + "id": "AzureCloud.australiasoutheast", + "properties": { + "changeNumber": 35, + "region": "australiasoutheast", + "regionId": 4, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.198.64.0/18", + "4.198.128.0/19", + "4.199.0.0/17", + "4.200.128.0/17", + "13.70.128.0/18", + "13.73.96.0/19", + "13.77.0.0/18", + "20.11.128.0/17", + "20.33.172.0/24", + "20.40.160.0/20", + "20.42.224.0/19", + "20.45.144.0/20", + "20.46.96.0/20", + "20.47.38.0/24", + "20.47.74.0/23", + "20.58.192.0/18", + "20.60.32.0/23", + "20.70.64.0/18", + "20.92.0.0/18", + "20.95.200.0/24", + "20.135.50.0/23", + "20.150.12.0/23", + "20.150.119.0/24", + "20.157.45.0/24", + "20.190.96.0/19", + "20.190.142.128/25", + "20.190.168.0/24", + "20.202.61.0/24", + "20.202.63.0/24", + "20.202.69.0/24", + "20.202.175.0/24", + "20.209.204.0/23", + "20.211.192.0/18", + "20.213.208.0/20", + "23.101.224.0/19", + "40.64.146.64/28", + "40.79.212.0/24", + "40.81.48.0/20", + "40.87.212.0/22", + "40.90.24.0/25", + "40.90.27.0/26", + "40.90.138.128/27", + "40.90.155.64/26", + "40.100.7.64/26", + "40.100.58.64/26", + "40.100.58.128/25", + "40.112.37.192/26", + "40.115.64.0/19", + "40.126.14.128/25", + "40.126.40.0/24", + "40.127.64.0/19", + "52.108.194.0/24", + "52.108.234.0/23", + "52.109.116.0/22", + "52.111.250.0/24", + "52.113.13.0/24", + "52.113.76.0/23", + "52.114.20.0/22", + "52.114.60.0/23", + "52.115.99.0/24", + "52.121.106.0/23", + "52.122.232.0/22", + "52.123.162.0/23", + "52.136.25.0/24", + "52.147.32.0/19", + "52.158.128.0/19", + "52.189.192.0/18", + "52.239.132.0/23", + "52.239.225.0/24", + "52.243.64.0/18", + "52.245.20.0/22", + "52.255.32.0/19", + "104.44.90.32/27", + "104.44.93.128/27", + "104.44.95.64/28", + "104.46.28.0/24", + "104.46.160.0/19", + "104.209.64.0/20", + "151.206.49.224/27", + "151.206.106.128/25", + "151.206.107.0/24", + "191.239.160.0/19", + "191.239.192.0/22", + "2603:1010:100::/40", + "2603:1010:200::/47", + "2603:1010:202::/48", + "2603:1010:204::/48", + "2603:1010:205::/48", + "2603:1010:206::/48", + "2603:1016:1400::/59", + "2603:1016:2403::/48", + "2603:1016:2500::/64", + "2603:1017::/59", + "2603:1046:a00:b::/64", + "2603:1046:a00:30::/63", + "2603:1046:a00:32::/64", + "2603:1061:1314:c00::/54", + "2603:1062:6:4200::8000/118", + "2603:1062:6:4200::1:c80/121", + "2603:1063:a::/56", + "2603:1063:10c::/55", + "2603:1063:20c::/55", + "2603:1063:2202::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.brazilne", + "id": "AzureCloud.brazilne", + "properties": { + "changeNumber": 2, + "region": "brazilne", + "regionId": 78, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "23.97.112.224/27", + "2603:1050:100::/40", + "2603:1056:1402::/48", + "2603:1061:1315::/54" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.brazilsouth", + "id": "AzureCloud.brazilsouth", + "properties": { + "changeNumber": 44, + "region": "brazilsouth", + "regionId": 9, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.160.0.0/16", + "4.169.0.0/16", + "4.201.0.0/16", + "4.202.0.0/16", + "4.203.0.0/18", + "4.203.64.0/19", + "4.228.0.0/16", + "4.238.128.0/17", + "13.105.52.80/28", + "13.105.52.128/26", + "20.33.5.0/24", + "20.33.161.0/24", + "20.40.16.0/21", + "20.40.112.0/21", + "20.47.39.0/24", + "20.47.86.0/24", + "20.60.36.0/23", + "20.95.240.0/24", + "20.135.128.0/22", + "20.135.132.0/23", + "20.150.111.0/24", + "20.157.55.0/24", + "20.157.222.0/24", + "20.157.227.0/24", + "20.190.145.0/25", + "20.190.173.0/24", + "20.195.136.0/21", + "20.195.152.0/21", + "20.195.160.0/19", + "20.195.192.0/18", + "20.197.128.0/17", + "20.201.0.0/17", + "20.202.75.0/24", + "20.202.76.0/23", + "20.202.80.0/22", + "20.202.176.0/22", + "20.202.180.0/24", + "20.206.64.0/18", + "20.206.128.0/17", + "20.209.12.0/23", + "20.209.82.0/23", + "20.226.0.0/16", + "23.97.96.0/20", + "23.97.112.0/25", + "23.97.112.128/28", + "23.97.112.160/27", + "40.64.144.224/29", + "40.64.145.64/28", + "40.90.29.64/26", + "40.90.29.128/26", + "40.90.133.32/27", + "40.90.133.144/28", + "40.90.141.64/27", + "40.90.144.224/27", + "40.90.145.96/27", + "40.90.145.128/27", + "40.90.157.0/27", + "40.100.38.192/26", + "40.100.39.0/25", + "40.126.17.0/25", + "40.126.45.0/24", + "52.108.36.0/22", + "52.108.82.0/24", + "52.108.171.0/24", + "52.108.172.0/23", + "52.109.108.0/22", + "52.111.225.0/24", + "52.112.118.0/24", + "52.113.132.0/24", + "52.113.152.0/24", + "52.114.194.0/23", + "52.114.196.0/22", + "52.114.200.0/22", + "52.115.238.0/23", + "52.121.40.0/21", + "52.122.52.0/22", + "52.122.228.0/22", + "52.123.181.0/24", + "52.253.185.0/24", + "52.253.186.0/24", + "104.41.0.0/18", + "151.206.50.32/28", + "151.206.101.128/25", + "151.206.102.0/24", + "191.232.32.0/19", + "191.232.64.0/20", + "191.232.160.0/19", + "191.232.192.0/18", + "191.233.0.0/21", + "191.233.16.0/20", + "191.233.128.0/20", + "191.233.192.0/18", + "191.234.128.0/18", + "191.234.192.0/19", + "191.235.32.0/19", + "191.235.64.0/18", + "191.235.196.0/22", + "191.235.200.0/21", + "191.235.224.0/20", + "191.235.240.0/21", + "191.235.248.0/23", + "191.235.250.0/25", + "191.237.195.0/24", + "191.237.200.0/21", + "191.237.248.0/21", + "191.238.72.0/21", + "191.238.128.0/21", + "191.238.192.0/19", + "191.239.112.0/20", + "191.239.204.0/22", + "191.239.240.0/20", + "2603:1046:a00:2a::/63", + "2603:1046:a00:2c::/64", + "2603:1050:1::/48", + "2603:1050:2::/47", + "2603:1050:5::/48", + "2603:1050:6::/47", + "2603:1056:1400::/48", + "2603:1056:1500::/64", + "2603:1056:2000:20::/59", + "2603:1057:2:20::/59", + "2603:1061:1315:400::/54", + "2603:1062:6:4200::7800/118", + "2603:1062:6:4200::1:b80/121", + "2603:1063:b::/56", + "2603:1063:10a::/55", + "2603:1063:20a::/55", + "2603:1063:2204::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.brazilse", + "id": "AzureCloud.brazilse", + "properties": { + "changeNumber": 17, + "region": "brazilse", + "regionId": 77, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.238.0.0/17", + "13.105.27.128/27", + "13.105.36.48/28", + "13.105.36.96/27", + "13.105.52.0/27", + "20.20.32.0/26", + "20.40.32.0/21", + "20.135.76.0/23", + "20.150.73.0/24", + "20.150.80.0/24", + "20.150.123.0/24", + "20.157.42.0/24", + "20.157.189.0/24", + "20.157.198.0/24", + "20.195.128.0/22", + "20.195.144.0/21", + "20.206.0.0/18", + "20.209.210.0/23", + "20.231.128.0/26", + "23.97.112.192/27", + "23.97.116.0/22", + "23.97.120.0/21", + "40.79.204.192/26", + "40.100.63.128/26", + "40.123.128.0/22", + "40.126.207.0/24", + "52.108.111.0/24", + "52.108.112.0/24", + "52.109.164.0/24", + "52.111.207.0/24", + "52.112.206.0/24", + "52.123.182.0/24", + "52.253.197.0/24", + "108.140.0.0/16", + "191.232.16.0/21", + "191.233.8.0/21", + "191.233.48.0/21", + "191.233.160.0/19", + "191.234.224.0/19", + "191.237.224.0/21", + "2603:1046:a00:45::/64", + "2603:1050:400::/48", + "2603:1050:402::/48", + "2603:1050:403::/48", + "2603:1050:404::/48", + "2603:1056:1403::/48", + "2603:1056:1500:4::/64", + "2603:1056:2000:60::/59", + "2603:1057:2:60::/59", + "2603:1061:1002::/48", + "2603:1061:1315:800::/54", + "2603:1063:e::/56", + "2603:1063:10b::/55", + "2603:1063:20b::/55", + "2603:1063:2204:4::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.canadacentral", + "id": "AzureCloud.canadacentral", + "properties": { + "changeNumber": 45, + "region": "canadacentral", + "regionId": 11, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.172.0.0/15", + "4.174.0.0/16", + "4.204.128.0/17", + "4.205.0.0/16", + "4.206.0.0/16", + "4.229.128.0/17", + "4.239.128.0/17", + "13.71.160.0/19", + "13.88.224.0/19", + "13.104.151.192/26", + "13.104.152.0/25", + "13.104.208.176/28", + "13.104.212.192/26", + "13.104.223.192/26", + "20.33.151.0/24", + "20.38.114.0/25", + "20.38.144.0/21", + "20.39.128.0/20", + "20.43.0.0/19", + "20.47.40.0/24", + "20.47.87.0/24", + "20.48.128.0/18", + "20.48.192.0/20", + "20.48.224.0/19", + "20.60.42.0/23", + "20.60.242.0/23", + "20.63.0.0/17", + "20.95.20.0/24", + "20.95.29.0/24", + "20.95.40.0/21", + "20.104.0.0/17", + "20.104.192.0/18", + "20.116.0.0/16", + "20.135.182.0/23", + "20.135.184.0/22", + "20.150.16.0/24", + "20.150.31.0/24", + "20.150.71.0/24", + "20.150.100.0/24", + "20.151.0.0/16", + "20.157.26.0/24", + "20.157.52.0/24", + "20.157.113.0/24", + "20.157.121.0/24", + "20.157.148.0/24", + "20.175.128.0/17", + "20.190.139.0/25", + "20.190.161.0/24", + "20.200.64.0/18", + "20.209.70.0/23", + "20.209.168.0/23", + "20.220.0.0/18", + "20.220.128.0/17", + "40.64.145.208/28", + "40.79.216.0/24", + "40.80.44.0/22", + "40.82.160.0/19", + "40.85.192.0/18", + "40.90.17.144/28", + "40.90.128.0/28", + "40.90.138.32/27", + "40.90.143.160/27", + "40.90.151.96/27", + "40.97.21.64/26", + "40.97.21.128/25", + "40.126.11.0/25", + "40.126.33.0/24", + "52.108.42.0/23", + "52.108.84.0/24", + "52.109.92.0/22", + "52.111.251.0/24", + "52.114.160.0/22", + "52.123.183.0/24", + "52.136.23.0/24", + "52.136.27.0/24", + "52.138.0.0/18", + "52.139.0.0/18", + "52.156.0.0/19", + "52.228.0.0/17", + "52.233.0.0/18", + "52.237.0.0/18", + "52.239.148.64/26", + "52.239.189.0/24", + "52.245.28.0/22", + "52.246.152.0/21", + "52.253.196.0/24", + "104.44.93.32/27", + "104.44.95.16/28", + "2603:1030:208::/47", + "2603:1030:f00::/47", + "2603:1030:f02::/48", + "2603:1030:f04::/48", + "2603:1030:f05::/48", + "2603:1030:f06::/48", + "2603:1030:f07::/56", + "2603:1030:f08::/48", + "2603:1036:903:1a::/63", + "2603:1036:903:1c::/64", + "2603:1036:2401::/48", + "2603:1036:2500:30::/64", + "2603:1036:3000:40::/59", + "2603:1037:1:40::/59", + "2603:1061:1312::/54", + "2603:1063:d::/56", + "2603:1063:10e::/55", + "2603:1063:20e::/55", + "2603:1063:2200:8::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.canadaeast", + "id": "AzureCloud.canadaeast", + "properties": { + "changeNumber": 29, + "region": "canadaeast", + "regionId": 12, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.229.0.0/17", + "4.239.0.0/17", + "4.248.0.0/17", + "13.104.154.128/25", + "20.38.121.128/25", + "20.47.41.0/24", + "20.47.88.0/24", + "20.48.208.0/21", + "20.60.142.0/23", + "20.95.17.0/24", + "20.95.49.0/24", + "20.104.128.0/18", + "20.135.66.0/23", + "20.150.1.0/25", + "20.150.40.128/25", + "20.150.113.0/24", + "20.157.4.0/23", + "20.157.8.0/22", + "20.157.161.0/24", + "20.175.0.0/17", + "20.190.139.128/25", + "20.190.162.0/24", + "20.200.0.0/18", + "20.209.64.0/23", + "20.220.64.0/18", + "40.64.146.208/28", + "40.69.96.0/19", + "40.79.217.0/24", + "40.80.40.0/22", + "40.80.240.0/20", + "40.86.192.0/18", + "40.89.0.0/19", + "40.90.17.128/28", + "40.90.138.64/27", + "40.90.156.96/27", + "40.97.21.0/26", + "40.97.61.0/25", + "40.97.61.128/26", + "40.126.11.128/25", + "40.126.34.0/24", + "52.108.193.0/24", + "52.108.232.0/23", + "52.109.96.0/22", + "52.111.226.0/24", + "52.114.164.0/22", + "52.123.184.0/24", + "52.136.22.0/24", + "52.139.64.0/18", + "52.155.0.0/19", + "52.229.64.0/18", + "52.232.128.0/21", + "52.235.0.0/18", + "52.239.164.128/26", + "52.239.190.0/25", + "52.242.0.0/18", + "52.245.32.0/22", + "104.44.93.64/27", + "104.44.95.32/28", + "2603:1030:20a::/47", + "2603:1030:1000::/47", + "2603:1030:1002::/48", + "2603:1030:1004::/48", + "2603:1030:1005::/48", + "2603:1030:1006::/48", + "2603:1036:903:19::/64", + "2603:1036:903:3d::/64", + "2603:1036:903:3e::/63", + "2603:1036:2402::/48", + "2603:1036:2500:34::/64", + "2603:1036:3000:80::/59", + "2603:1037:1:80::/59", + "2603:1061:1312:400::/54", + "2603:1063:f::/56", + "2603:1063:10d::/55", + "2603:1063:20d::/55", + "2603:1063:2200:10::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.centralindia", + "id": "AzureCloud.centralindia", + "properties": { + "changeNumber": 48, + "region": "centralindia", + "regionId": 21, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.186.0.0/16", + "4.187.128.0/17", + "4.188.0.0/16", + "4.213.0.0/16", + "4.224.0.0/16", + "4.240.0.0/17", + "4.247.128.0/17", + "13.71.0.0/18", + "13.104.148.128/25", + "13.105.98.0/27", + "13.105.98.32/28", + "13.105.98.64/27", + "20.33.9.0/24", + "20.33.153.0/24", + "20.38.126.0/23", + "20.40.40.0/21", + "20.40.48.0/20", + "20.43.120.0/21", + "20.47.42.0/24", + "20.47.89.0/24", + "20.60.84.0/23", + "20.95.136.0/24", + "20.135.90.0/23", + "20.135.92.0/22", + "20.150.114.0/24", + "20.157.85.0/24", + "20.157.92.0/24", + "20.157.139.0/24", + "20.157.178.0/24", + "20.190.146.0/25", + "20.190.175.0/24", + "20.192.0.0/19", + "20.192.40.0/21", + "20.192.96.0/21", + "20.192.168.0/21", + "20.193.128.0/19", + "20.193.224.0/19", + "20.197.0.0/18", + "20.198.0.0/17", + "20.202.41.0/24", + "20.202.56.0/23", + "20.202.73.0/24", + "20.202.74.0/24", + "20.204.0.0/16", + "20.207.64.0/18", + "20.207.192.0/20", + "20.209.56.0/23", + "20.209.172.0/23", + "20.219.0.0/18", + "20.219.128.0/17", + "20.235.64.0/18", + "20.235.192.0/18", + "20.244.0.0/17", + "40.64.144.232/29", + "40.64.145.80/28", + "40.79.207.32/27", + "40.79.207.64/28", + "40.79.207.96/27", + "40.79.214.0/24", + "40.80.48.0/21", + "40.80.64.0/19", + "40.81.224.0/19", + "40.87.224.0/22", + "40.90.137.128/27", + "40.100.7.128/25", + "40.100.24.0/26", + "40.112.39.0/25", + "40.112.39.128/26", + "40.126.18.0/25", + "40.126.47.0/24", + "52.108.44.0/23", + "52.108.85.0/24", + "52.109.56.0/22", + "52.111.252.0/24", + "52.112.54.0/24", + "52.113.10.0/23", + "52.113.70.0/23", + "52.113.92.0/22", + "52.113.158.0/23", + "52.114.40.0/22", + "52.115.240.0/23", + "52.121.122.0/23", + "52.121.124.0/22", + "52.123.164.0/24", + "52.136.24.0/24", + "52.140.64.0/18", + "52.172.128.0/17", + "52.239.135.64/26", + "52.239.202.0/24", + "52.245.96.0/22", + "52.253.181.0/24", + "52.253.191.0/24", + "74.225.128.0/17", + "98.70.0.0/17", + "104.44.92.128/27", + "104.44.94.192/28", + "104.47.210.0/23", + "104.211.64.0/18", + "151.206.48.0/27", + "151.206.71.0/25", + "2603:1040:a00::/46", + "2603:1040:a05::/48", + "2603:1040:a06::/47", + "2603:1046:a00:c::/63", + "2603:1046:a00:e::/64", + "2603:1046:a00:36::/64", + "2603:1046:1400::/48", + "2603:1046:1500:8::/64", + "2603:1046:2000:80::/59", + "2603:1047:1:80::/59", + "2603:1061:1310::/54", + "2603:1062:6:4200::1600/119", + "2603:1062:6:4200::1:380/121", + "2603:1063:10::/56", + "2603:1063:10f::/55", + "2603:1063:20f::/55", + "2603:1063:2202:14::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.centraluseuap", + "id": "AzureCloud.centraluseuap", + "properties": { + "changeNumber": 44, + "region": "centraluseuap", + "regionId": 48, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "13.67.153.16/28", + "13.67.154.0/24", + "13.104.129.0/26", + "13.104.159.192/26", + "13.104.208.0/26", + "13.105.98.208/28", + "13.105.99.0/26", + "20.45.192.0/18", + "20.46.0.0/19", + "20.47.5.0/24", + "20.47.105.0/24", + "20.51.24.0/21", + "20.60.24.0/23", + "20.112.128.0/19", + "20.135.68.0/23", + "20.150.23.0/24", + "20.150.47.0/25", + "20.157.96.0/24", + "20.157.235.0/24", + "20.190.138.128/25", + "20.190.150.0/24", + "20.209.124.0/23", + "20.228.0.0/18", + "40.66.120.0/21", + "40.78.200.0/21", + "40.78.208.16/28", + "40.79.232.0/21", + "40.82.0.0/22", + "40.83.24.96/27", + "40.87.180.6/31", + "40.87.180.8/30", + "40.87.180.12/31", + "40.87.180.22/31", + "40.87.180.24/30", + "40.87.180.40/31", + "40.87.180.68/30", + "40.87.180.72/31", + "40.87.180.196/30", + "40.87.180.200/31", + "40.87.180.252/30", + "40.87.181.0/30", + "40.87.181.154/31", + "40.87.181.156/30", + "40.87.181.160/31", + "40.87.182.0/30", + "40.87.182.16/29", + "40.87.182.60/31", + "40.87.183.28/30", + "40.87.183.32/31", + "40.87.183.40/31", + "40.87.183.48/30", + "40.87.183.52/31", + "40.87.183.128/28", + "40.87.183.238/31", + "40.87.183.240/30", + "40.89.32.0/19", + "40.90.132.80/28", + "40.90.142.32/27", + "40.90.149.0/27", + "40.93.17.0/24", + "40.93.208.0/22", + "40.93.212.0/24", + "40.96.52.0/24", + "40.97.60.0/26", + "40.122.0.0/20", + "40.123.169.4/31", + "40.123.169.106/31", + "40.123.169.128/29", + "40.123.169.136/30", + "40.123.170.14/31", + "40.123.170.16/30", + "40.123.170.20/31", + "40.123.170.48/30", + "40.123.170.56/29", + "40.123.170.64/28", + "40.123.170.80/30", + "40.123.170.84/31", + "40.123.170.110/31", + "40.123.170.112/30", + "40.123.170.128/31", + "40.123.170.186/31", + "40.123.170.188/30", + "40.126.10.128/25", + "40.126.22.0/24", + "52.102.143.0/24", + "52.103.17.0/24", + "52.103.143.0/24", + "52.106.1.0/24", + "52.108.113.0/24", + "52.109.140.0/22", + "52.123.192.0/24", + "52.123.194.0/24", + "52.141.224.0/20", + "52.143.198.0/24", + "52.158.176.0/20", + "52.165.104.128/26", + "52.176.225.0/24", + "52.176.232.0/21", + "52.176.240.0/20", + "52.180.160.0/20", + "52.180.176.0/21", + "52.185.56.112/28", + "52.185.112.64/27", + "52.239.177.0/27", + "52.239.238.0/24", + "52.245.69.0/27", + "52.253.156.0/22", + "52.253.232.0/21", + "104.208.48.0/20", + "168.61.136.0/21", + "168.61.224.0/19", + "2603:1030:8::/48", + "2603:1030:9::/63", + "2603:1030:9:16::/64", + "2603:1030:9:b0::/63", + "2603:1030:9:b2::/64", + "2603:1030:9:b6::/64", + "2603:1030:9:ba::/63", + "2603:1030:9:bc::/64", + "2603:1030:9:101::/64", + "2603:1030:9:102::/63", + "2603:1030:9:10d::/64", + "2603:1030:9:10e::/63", + "2603:1030:9:110::/64", + "2603:1030:9:115::/64", + "2603:1030:9:116::/63", + "2603:1030:9:11e::/64", + "2603:1030:9:12c::/63", + "2603:1030:9:12e::/64", + "2603:1030:9:16c::/63", + "2603:1030:9:16e::/64", + "2603:1030:9:188::/62", + "2603:1030:9:1d7::/64", + "2603:1030:9:1d8::/63", + "2603:1030:9:1da::/64", + "2603:1030:9:28c::/64", + "2603:1030:9:2c3::/64", + "2603:1030:9:2ce::/63", + "2603:1030:9:2d0::/62", + "2603:1030:9:315::/64", + "2603:1030:9:316::/63", + "2603:1030:9:318::/64", + "2603:1030:9:326::/63", + "2603:1030:9:32a::/63", + "2603:1030:9:32c::/62", + "2603:1030:9:330::/61", + "2603:1030:9:338::/64", + "2603:1030:9:345::/64", + "2603:1030:9:346::/63", + "2603:1030:9:351::/64", + "2603:1030:9:36b::/64", + "2603:1030:9:36c::/63", + "2603:1030:e::/48", + "2603:1030:f::/48", + "2603:1030:12::/48", + "2603:1030:13:100::/56", + "2603:1036:903:2::/64", + "2603:1036:903:39::/64", + "2603:1036:240d::/48", + "2603:1036:2500:2c::/64", + "2603:1036:3000:160::/59", + "2603:1037:1:160::/59", + "2603:1061:1312:3400::/54", + "2603:1061:1703::/48", + "2603:1063:39::/48", + "2603:1063:2200:28::/64", + "2a01:111:f403:c114::/64", + "2a01:111:f403:c93c::/62", + "2a01:111:f403:c940::/64", + "2a01:111:f403:d125::/64", + "2a01:111:f403:d915::/64", + "2a01:111:f403:e014::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.centralus", + "id": "AzureCloud.centralus", + "properties": { + "changeNumber": 98, + "region": "centralus", + "regionId": 31, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.150.128.0/18", + "4.150.192.0/19", + "4.249.128.0/17", + "13.67.128.0/20", + "13.67.144.0/21", + "13.67.152.0/24", + "13.67.153.0/28", + "13.67.153.32/27", + "13.67.153.64/26", + "13.67.153.128/25", + "13.67.155.0/24", + "13.67.156.0/22", + "13.67.160.0/19", + "13.67.192.0/18", + "13.86.0.0/17", + "13.89.0.0/16", + "13.104.147.128/25", + "13.104.219.128/25", + "13.105.17.192/26", + "13.105.24.0/24", + "13.105.37.0/26", + "13.105.53.192/26", + "13.105.98.160/27", + "13.105.98.192/28", + "13.105.98.224/27", + "13.105.101.48/28", + "13.105.101.64/26", + "20.9.0.0/17", + "20.12.128.0/17", + "20.15.128.0/17", + "20.29.0.0/17", + "20.33.13.0/24", + "20.33.15.0/24", + "20.33.144.0/24", + "20.33.159.0/24", + "20.37.128.0/18", + "20.38.96.0/23", + "20.38.122.0/23", + "20.38.176.0/21", + "20.40.192.0/18", + "20.44.8.0/21", + "20.46.224.0/19", + "20.47.58.0/23", + "20.47.78.0/23", + "20.60.18.0/24", + "20.60.30.0/23", + "20.60.178.0/23", + "20.60.194.0/23", + "20.60.240.0/23", + "20.60.244.0/23", + "20.80.64.0/18", + "20.83.0.0/18", + "20.84.128.0/17", + "20.95.16.0/24", + "20.95.27.0/24", + "20.95.55.0/24", + "20.98.128.0/18", + "20.106.0.0/18", + "20.109.192.0/18", + "20.112.192.0/18", + "20.118.0.0/18", + "20.118.192.0/18", + "20.135.0.0/22", + "20.135.188.0/22", + "20.135.192.0/23", + "20.136.3.128/25", + "20.136.5.0/24", + "20.143.4.0/24", + "20.150.43.128/25", + "20.150.58.0/24", + "20.150.63.0/24", + "20.150.77.0/24", + "20.150.89.0/24", + "20.150.95.0/24", + "20.157.34.0/23", + "20.157.73.0/24", + "20.157.88.0/24", + "20.157.91.0/24", + "20.157.142.0/23", + "20.157.163.0/24", + "20.157.184.0/24", + "20.157.251.0/24", + "20.184.64.0/18", + "20.186.192.0/18", + "20.190.134.0/24", + "20.190.155.0/24", + "20.209.18.0/23", + "20.209.36.0/23", + "20.209.98.0/23", + "20.209.142.0/23", + "20.209.184.0/23", + "20.221.0.0/17", + "20.236.192.0/18", + "23.99.128.0/17", + "23.100.80.0/21", + "23.100.240.0/20", + "23.101.112.0/20", + "23.102.202.0/24", + "40.64.145.176/28", + "40.67.160.0/19", + "40.69.128.0/18", + "40.77.0.0/17", + "40.77.130.128/26", + "40.77.137.0/25", + "40.77.138.0/25", + "40.77.161.64/26", + "40.77.166.192/26", + "40.77.171.0/24", + "40.77.175.192/27", + "40.77.175.240/28", + "40.77.182.16/28", + "40.77.182.192/26", + "40.77.184.128/25", + "40.77.197.0/24", + "40.77.255.128/26", + "40.78.128.0/18", + "40.78.221.0/24", + "40.82.16.0/22", + "40.82.96.0/22", + "40.83.0.0/20", + "40.83.16.0/21", + "40.83.24.0/26", + "40.83.24.64/27", + "40.83.24.128/25", + "40.83.25.0/24", + "40.83.26.0/23", + "40.83.28.0/22", + "40.83.32.0/19", + "40.86.0.0/17", + "40.87.180.0/30", + "40.87.180.4/31", + "40.87.180.14/31", + "40.87.180.16/30", + "40.87.180.20/31", + "40.87.180.28/30", + "40.87.180.32/29", + "40.87.180.42/31", + "40.87.180.44/30", + "40.87.180.48/28", + "40.87.180.64/30", + "40.87.180.74/31", + "40.87.180.76/30", + "40.87.180.80/28", + "40.87.180.96/27", + "40.87.180.128/26", + "40.87.180.192/30", + "40.87.180.202/31", + "40.87.180.204/30", + "40.87.180.208/28", + "40.87.180.224/28", + "40.87.180.240/29", + "40.87.180.248/30", + "40.87.181.4/30", + "40.87.181.8/29", + "40.87.181.16/28", + "40.87.181.32/27", + "40.87.181.64/26", + "40.87.181.128/28", + "40.87.181.144/29", + "40.87.181.152/31", + "40.87.181.162/31", + "40.87.181.164/30", + "40.87.181.168/29", + "40.87.181.176/28", + "40.87.181.192/26", + "40.87.182.4/30", + "40.87.182.8/29", + "40.87.182.24/29", + "40.87.182.32/28", + "40.87.182.48/29", + "40.87.182.56/30", + "40.87.182.62/31", + "40.87.182.64/26", + "40.87.182.128/25", + "40.87.183.0/28", + "40.87.183.16/29", + "40.87.183.24/30", + "40.87.183.34/31", + "40.87.183.36/30", + "40.87.183.42/31", + "40.87.183.44/30", + "40.87.183.54/31", + "40.87.183.56/29", + "40.87.183.64/26", + "40.87.183.144/28", + "40.87.183.160/27", + "40.87.183.192/27", + "40.87.183.224/29", + "40.87.183.232/30", + "40.87.183.236/31", + "40.87.183.244/30", + "40.87.183.248/29", + "40.89.224.0/19", + "40.90.16.0/27", + "40.90.21.128/25", + "40.90.22.0/25", + "40.90.26.128/25", + "40.90.129.224/27", + "40.90.130.64/28", + "40.90.130.192/28", + "40.90.132.192/26", + "40.90.137.224/27", + "40.90.140.96/27", + "40.90.140.224/27", + "40.90.141.0/27", + "40.90.142.128/27", + "40.90.142.240/28", + "40.90.144.0/27", + "40.90.144.128/26", + "40.90.148.176/28", + "40.90.149.96/27", + "40.90.151.144/28", + "40.90.154.64/26", + "40.90.156.192/26", + "40.90.158.64/26", + "40.93.8.0/24", + "40.93.13.0/24", + "40.93.192.0/24", + "40.97.7.0/24", + "40.97.12.0/24", + "40.97.55.64/26", + "40.97.55.128/25", + "40.113.192.0/18", + "40.122.16.0/20", + "40.122.32.0/19", + "40.122.64.0/18", + "40.122.128.0/17", + "40.123.168.0/24", + "40.123.169.0/30", + "40.123.169.6/31", + "40.123.169.8/29", + "40.123.169.16/28", + "40.123.169.32/27", + "40.123.169.64/27", + "40.123.169.96/29", + "40.123.169.104/31", + "40.123.169.108/30", + "40.123.169.112/28", + "40.123.169.140/30", + "40.123.169.144/28", + "40.123.169.160/27", + "40.123.169.192/26", + "40.123.170.0/29", + "40.123.170.8/30", + "40.123.170.12/31", + "40.123.170.22/31", + "40.123.170.24/29", + "40.123.170.32/28", + "40.123.170.52/30", + "40.123.170.86/31", + "40.123.170.88/29", + "40.123.170.96/29", + "40.123.170.104/30", + "40.123.170.108/31", + "40.123.170.116/30", + "40.123.170.120/29", + "40.123.170.130/31", + "40.123.170.132/30", + "40.123.170.136/29", + "40.123.170.144/28", + "40.123.170.160/28", + "40.123.170.176/29", + "40.123.170.184/31", + "40.126.6.0/24", + "40.126.27.0/24", + "52.101.8.0/24", + "52.101.32.0/22", + "52.101.61.0/24", + "52.101.62.0/23", + "52.101.64.0/24", + "52.102.130.0/24", + "52.102.139.0/24", + "52.103.4.0/24", + "52.103.13.0/24", + "52.103.130.0/24", + "52.103.139.0/24", + "52.106.0.0/24", + "52.108.165.0/24", + "52.108.166.0/23", + "52.108.185.0/24", + "52.108.208.0/21", + "52.109.8.0/22", + "52.111.227.0/24", + "52.112.72.0/24", + "52.112.113.0/24", + "52.113.129.0/24", + "52.114.128.0/22", + "52.115.76.0/22", + "52.115.88.0/22", + "52.115.92.0/24", + "52.123.2.0/24", + "52.123.185.0/24", + "52.123.186.0/24", + "52.125.128.0/22", + "52.136.30.0/24", + "52.141.192.0/19", + "52.141.240.0/20", + "52.143.193.0/24", + "52.143.224.0/19", + "52.154.0.0/18", + "52.154.128.0/17", + "52.158.160.0/20", + "52.158.192.0/19", + "52.165.0.0/19", + "52.165.32.0/20", + "52.165.48.0/28", + "52.165.49.0/24", + "52.165.56.0/21", + "52.165.64.0/19", + "52.165.96.0/21", + "52.165.104.0/25", + "52.165.128.0/17", + "52.173.0.0/16", + "52.176.0.0/17", + "52.176.128.0/19", + "52.176.160.0/21", + "52.176.176.0/20", + "52.176.192.0/19", + "52.176.224.0/24", + "52.180.128.0/19", + "52.180.184.0/27", + "52.180.184.32/28", + "52.180.185.0/24", + "52.182.128.0/17", + "52.185.0.0/19", + "52.185.32.0/20", + "52.185.48.0/21", + "52.185.56.0/26", + "52.185.56.64/27", + "52.185.56.96/28", + "52.185.56.128/27", + "52.185.56.160/28", + "52.185.64.0/19", + "52.185.96.0/20", + "52.185.112.0/26", + "52.185.112.96/27", + "52.185.120.0/21", + "52.189.0.0/17", + "52.228.128.0/17", + "52.230.128.0/17", + "52.232.157.0/24", + "52.238.192.0/18", + "52.239.150.0/23", + "52.239.177.32/27", + "52.239.177.64/26", + "52.239.177.128/25", + "52.239.195.0/24", + "52.239.234.0/23", + "52.242.128.0/17", + "52.245.68.0/24", + "52.245.69.32/27", + "52.245.69.64/27", + "52.245.69.96/28", + "52.245.69.144/28", + "52.245.69.160/27", + "52.245.69.192/26", + "52.245.70.0/23", + "52.255.0.0/19", + "65.55.144.0/23", + "65.55.146.0/24", + "74.249.128.0/17", + "104.43.128.0/17", + "104.44.88.160/27", + "104.44.91.160/27", + "104.44.92.224/27", + "104.44.94.80/28", + "104.208.0.0/19", + "104.208.32.0/20", + "131.253.36.224/27", + "151.206.50.224/27", + "151.206.98.192/26", + "151.206.99.0/24", + "151.206.100.0/24", + "151.206.101.0/25", + "157.55.108.0/23", + "168.61.128.0/25", + "168.61.128.128/28", + "168.61.128.160/27", + "168.61.128.192/26", + "168.61.129.0/25", + "168.61.129.128/26", + "168.61.129.208/28", + "168.61.129.224/27", + "168.61.130.64/26", + "168.61.130.128/25", + "168.61.131.0/26", + "168.61.131.128/25", + "168.61.132.0/26", + "168.61.144.0/20", + "168.61.160.0/19", + "168.61.208.0/20", + "172.168.0.0/15", + "172.170.0.0/16", + "172.171.0.0/19", + "172.173.8.0/21", + "172.173.64.0/18", + "193.149.72.0/21", + "2603:1030::/45", + "2603:1030:9:2::/63", + "2603:1030:9:4::/62", + "2603:1030:9:8::/61", + "2603:1030:9:10::/62", + "2603:1030:9:14::/63", + "2603:1030:9:17::/64", + "2603:1030:9:18::/61", + "2603:1030:9:20::/59", + "2603:1030:9:40::/58", + "2603:1030:9:80::/59", + "2603:1030:9:a0::/60", + "2603:1030:9:b3::/64", + "2603:1030:9:b4::/63", + "2603:1030:9:b7::/64", + "2603:1030:9:b8::/63", + "2603:1030:9:bd::/64", + "2603:1030:9:be::/63", + "2603:1030:9:c0::/58", + "2603:1030:9:100::/64", + "2603:1030:9:104::/62", + "2603:1030:9:108::/62", + "2603:1030:9:10c::/64", + "2603:1030:9:111::/64", + "2603:1030:9:112::/63", + "2603:1030:9:114::/64", + "2603:1030:9:118::/62", + "2603:1030:9:11c::/63", + "2603:1030:9:11f::/64", + "2603:1030:9:120::/61", + "2603:1030:9:128::/62", + "2603:1030:9:12f::/64", + "2603:1030:9:130::/60", + "2603:1030:9:140::/59", + "2603:1030:9:160::/61", + "2603:1030:9:168::/62", + "2603:1030:9:16f::/64", + "2603:1030:9:170::/60", + "2603:1030:9:180::/61", + "2603:1030:9:18c::/62", + "2603:1030:9:190::/60", + "2603:1030:9:1a0::/59", + "2603:1030:9:1c0::/60", + "2603:1030:9:1d0::/62", + "2603:1030:9:1d4::/63", + "2603:1030:9:1d6::/64", + "2603:1030:9:1db::/64", + "2603:1030:9:1dc::/62", + "2603:1030:9:1e0::/59", + "2603:1030:9:200::/57", + "2603:1030:9:280::/61", + "2603:1030:9:288::/62", + "2603:1030:9:28d::/64", + "2603:1030:9:28e::/63", + "2603:1030:9:290::/60", + "2603:1030:9:2a0::/59", + "2603:1030:9:2c0::/63", + "2603:1030:9:2c2::/64", + "2603:1030:9:2c4::/62", + "2603:1030:9:2c8::/62", + "2603:1030:9:2cc::/63", + "2603:1030:9:2d4::/62", + "2603:1030:9:2d8::/61", + "2603:1030:9:2e0::/59", + "2603:1030:9:300::/60", + "2603:1030:9:310::/62", + "2603:1030:9:314::/64", + "2603:1030:9:319::/64", + "2603:1030:9:31a::/63", + "2603:1030:9:31c::/62", + "2603:1030:9:320::/62", + "2603:1030:9:324::/63", + "2603:1030:9:328::/63", + "2603:1030:9:339::/64", + "2603:1030:9:33a::/63", + "2603:1030:9:33c::/62", + "2603:1030:9:340::/62", + "2603:1030:9:344::/64", + "2603:1030:9:348::/61", + "2603:1030:9:350::/64", + "2603:1030:9:352::/63", + "2603:1030:9:354::/62", + "2603:1030:9:358::/61", + "2603:1030:9:360::/61", + "2603:1030:9:368::/63", + "2603:1030:9:36a::/64", + "2603:1030:a::/47", + "2603:1030:d::/48", + "2603:1030:10::/47", + "2603:1030:13::/56", + "2603:1036:903:7::/64", + "2603:1036:903:8::/64", + "2603:1036:903:36::/63", + "2603:1036:903:38::/64", + "2603:1036:2403::/48", + "2603:1036:2500:1c::/64", + "2603:1036:3000:100::/59", + "2603:1037:1:100::/59", + "2603:1061:1312:800::/54", + "2603:1061:1312:3000::/54", + "2603:1062:2:180::/57", + "2603:1062:6:4200::6800/117", + "2603:1062:6:4200::1:a80/121", + "2603:1063:11::/56", + "2603:1063:110::/55", + "2603:1063:210::/55", + "2603:1063:2200:1c::/64", + "2a01:111:f403:c111::/64", + "2a01:111:f403:c904::/62", + "2a01:111:f403:c928::/62", + "2a01:111:f403:c92c::/64", + "2a01:111:f403:d104::/62", + "2a01:111:f403:d904::/62", + "2a01:111:f403:e004::/62", + "2a01:111:f403:f904::/62" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.eastasia", + "id": "AzureCloud.eastasia", + "properties": { + "changeNumber": 42, + "region": "eastasia", + "regionId": 1, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.144.0.0/17", + "4.191.0.0/16", + "4.192.0.0/16", + "4.252.0.0/17", + "13.70.0.0/18", + "13.72.192.0/19", + "13.75.0.0/17", + "13.88.208.0/20", + "13.94.0.0/18", + "13.104.155.64/26", + "13.104.155.192/26", + "13.105.14.192/26", + "13.105.16.0/25", + "13.105.100.16/28", + "13.105.100.64/26", + "13.105.100.128/27", + "13.105.100.160/28", + "13.105.100.192/27", + "20.2.0.0/16", + "20.6.128.0/17", + "20.24.64.0/18", + "20.24.192.0/18", + "20.47.43.0/24", + "20.47.126.0/23", + "20.60.86.0/23", + "20.60.131.0/24", + "20.60.254.0/23", + "20.95.139.0/24", + "20.135.40.0/23", + "20.135.234.0/23", + "20.135.236.0/23", + "20.150.1.128/25", + "20.150.22.0/24", + "20.150.96.0/24", + "20.157.53.0/24", + "20.157.177.0/24", + "20.157.210.0/23", + "20.157.213.0/24", + "20.157.219.0/24", + "20.187.64.0/18", + "20.187.128.0/18", + "20.187.192.0/21", + "20.187.224.0/19", + "20.189.64.0/18", + "20.190.140.128/25", + "20.190.164.0/24", + "20.195.72.0/21", + "20.195.88.0/21", + "20.205.0.0/18", + "20.205.64.0/20", + "20.205.80.0/21", + "20.205.96.0/19", + "20.205.128.0/20", + "20.209.166.0/23", + "20.239.0.0/16", + "20.247.0.0/17", + "20.255.0.0/16", + "23.97.64.0/19", + "23.98.32.0/21", + "23.98.40.0/22", + "23.98.44.0/24", + "23.99.96.0/19", + "23.100.88.0/21", + "23.101.0.0/20", + "23.102.200.0/23", + "23.102.224.0/19", + "40.64.145.192/28", + "40.77.134.0/24", + "40.77.136.16/28", + "40.77.160.32/27", + "40.77.160.64/26", + "40.77.160.128/25", + "40.77.161.0/26", + "40.77.161.128/25", + "40.77.175.128/27", + "40.77.192.0/22", + "40.77.201.0/24", + "40.77.226.0/25", + "40.77.234.128/27", + "40.77.236.192/28", + "40.77.237.128/25", + "40.77.252.0/23", + "40.79.210.0/24", + "40.81.16.0/20", + "40.82.116.0/22", + "40.83.64.0/18", + "40.87.192.0/22", + "40.90.154.192/26", + "40.93.128.0/24", + "40.100.27.192/26", + "40.100.36.0/25", + "40.126.12.128/25", + "40.126.36.0/24", + "52.101.128.0/22", + "52.101.132.0/24", + "52.102.192.0/24", + "52.103.64.0/24", + "52.103.192.0/24", + "52.108.32.0/22", + "52.108.81.0/24", + "52.109.120.0/22", + "52.111.228.0/24", + "52.113.96.0/22", + "52.113.100.0/24", + "52.113.104.0/24", + "52.113.108.0/24", + "52.114.0.0/21", + "52.115.46.0/24", + "52.115.96.0/24", + "52.120.157.0/24", + "52.121.112.0/22", + "52.123.165.0/24", + "52.123.166.0/23", + "52.139.128.0/18", + "52.175.0.0/17", + "52.184.0.0/17", + "52.229.128.0/17", + "52.232.153.0/24", + "52.239.128.0/24", + "52.239.224.0/24", + "52.245.56.0/22", + "52.246.128.0/20", + "52.253.222.0/23", + "65.52.160.0/19", + "104.44.88.192/27", + "104.44.90.224/27", + "104.44.91.192/27", + "104.44.94.96/28", + "104.46.24.0/22", + "104.208.64.0/18", + "104.214.160.0/19", + "111.221.29.0/24", + "111.221.30.0/23", + "131.253.13.100/30", + "131.253.13.104/30", + "131.253.35.192/26", + "134.170.192.0/21", + "137.116.160.0/20", + "168.63.128.0/24", + "168.63.129.0/28", + "168.63.129.32/27", + "168.63.129.64/26", + "168.63.129.128/25", + "168.63.130.0/23", + "168.63.132.0/22", + "168.63.136.0/21", + "168.63.148.0/22", + "168.63.152.0/22", + "168.63.156.0/24", + "168.63.192.0/19", + "191.234.2.0/23", + "191.234.16.0/20", + "191.237.238.0/24", + "204.231.197.0/24", + "207.46.67.160/27", + "207.46.67.192/27", + "207.46.72.0/27", + "207.46.77.224/28", + "207.46.87.0/24", + "207.46.89.16/28", + "207.46.95.32/27", + "207.46.126.0/24", + "207.46.128.0/19", + "207.68.174.208/28", + "2603:1040:200::/46", + "2603:1040:204::/48", + "2603:1040:206::/48", + "2603:1040:207::/48", + "2603:1040:208::/48", + "2603:1046:a00:1e::/63", + "2603:1046:a00:20::/64", + "2603:1046:1401::/48", + "2603:1046:1500:24::/64", + "2603:1046:2000:40::/59", + "2603:1047:1:40::/59", + "2603:1061:1310:400::/54", + "2603:1063:2202:8::/64", + "2a01:111:f100:6000::/64", + "2a01:111:f403:c400::/64", + "2a01:111:f403:cc00::/62", + "2a01:111:f403:cc04::/64", + "2a01:111:f403:d401::/64", + "2a01:111:f403:dc00::/64", + "2a01:111:f403:e400::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.eastus2euap", + "id": "AzureCloud.eastus2euap", + "properties": { + "changeNumber": 65, + "region": "eastus2euap", + "regionId": 49, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "13.104.216.0/24", + "13.105.52.32/27", + "13.105.52.64/28", + "13.105.52.96/27", + "13.105.60.160/27", + "13.105.61.0/28", + "13.105.61.32/27", + "13.105.108.128/27", + "13.105.108.160/28", + "13.105.108.192/27", + "13.105.110.224/27", + "13.105.111.64/27", + "13.105.114.88/29", + "13.105.114.96/27", + "13.105.114.128/26", + "13.105.114.192/28", + "13.105.114.208/29", + "20.1.0.0/17", + "20.33.141.0/24", + "20.33.177.0/24", + "20.39.0.0/19", + "20.47.6.0/24", + "20.47.106.0/24", + "20.47.128.0/17", + "20.51.16.0/21", + "20.60.154.0/23", + "20.60.184.0/23", + "20.60.238.0/23", + "20.102.128.0/18", + "20.135.210.0/23", + "20.135.212.0/22", + "20.143.36.0/23", + "20.150.108.0/24", + "20.157.58.0/24", + "20.157.149.0/24", + "20.168.168.0/21", + "20.187.200.0/21", + "20.190.138.0/25", + "20.190.149.0/24", + "20.201.151.0/24", + "20.209.136.0/23", + "20.209.148.0/23", + "20.221.128.0/18", + "20.252.128.0/17", + "40.64.147.160/30", + "40.70.88.0/28", + "40.74.144.0/20", + "40.75.32.0/21", + "40.78.208.0/28", + "40.79.88.0/27", + "40.79.88.32/28", + "40.79.89.0/24", + "40.79.96.0/19", + "40.87.168.4/30", + "40.87.168.40/29", + "40.87.168.68/31", + "40.87.168.208/31", + "40.87.169.40/30", + "40.87.169.58/31", + "40.87.169.98/31", + "40.87.169.100/31", + "40.87.169.138/31", + "40.87.169.144/28", + "40.87.170.146/31", + "40.87.170.148/30", + "40.87.170.188/30", + "40.87.170.192/31", + "40.87.170.200/29", + "40.87.170.208/30", + "40.87.170.212/31", + "40.87.170.220/30", + "40.87.170.224/30", + "40.87.170.252/30", + "40.87.171.0/31", + "40.87.171.32/30", + "40.87.171.42/31", + "40.87.171.44/30", + "40.87.171.48/28", + "40.87.171.64/29", + "40.87.171.162/31", + "40.87.171.164/31", + "40.87.171.250/31", + "40.87.171.252/30", + "40.89.64.0/18", + "40.90.129.96/27", + "40.90.137.32/27", + "40.90.146.192/27", + "40.91.12.0/28", + "40.91.12.32/28", + "40.91.13.0/28", + "40.93.16.0/24", + "40.93.203.0/24", + "40.93.204.0/22", + "40.96.46.0/24", + "40.96.55.0/24", + "40.97.15.0/24", + "40.97.52.64/26", + "40.97.52.128/25", + "40.123.144.72/29", + "40.123.144.80/28", + "40.123.144.96/29", + "40.123.144.152/30", + "40.123.144.254/31", + "40.123.145.0/30", + "40.123.145.4/31", + "40.123.145.14/31", + "40.123.145.16/30", + "40.123.145.20/31", + "40.123.145.60/30", + "40.123.145.64/30", + "40.123.145.164/31", + "40.123.145.214/31", + "40.123.145.216/30", + "40.123.145.220/31", + "40.123.146.30/31", + "40.123.146.32/29", + "40.123.146.40/31", + "40.123.146.50/31", + "40.123.146.52/31", + "40.123.146.166/31", + "40.123.146.168/29", + "40.123.146.176/30", + "40.123.146.180/31", + "40.123.146.206/31", + "40.123.146.208/31", + "40.123.147.34/31", + "40.123.147.36/31", + "40.123.147.86/31", + "40.123.147.88/29", + "40.123.147.96/29", + "40.123.147.120/29", + "40.123.147.128/29", + "40.123.147.136/31", + "40.123.147.146/31", + "40.123.147.182/31", + "40.123.184.90/31", + "40.123.184.92/30", + "40.123.184.96/31", + "40.123.184.160/29", + "40.123.184.186/31", + "40.123.184.188/30", + "40.123.184.192/31", + "40.123.184.206/31", + "40.123.184.216/29", + "40.123.184.224/30", + "40.123.184.228/31", + "40.123.184.240/28", + "40.123.185.0/29", + "40.123.185.68/30", + "40.123.185.72/29", + "40.123.185.80/28", + "40.123.185.96/30", + "40.123.185.108/31", + "40.123.185.160/27", + "40.126.10.0/25", + "40.126.21.0/24", + "52.102.142.0/24", + "52.103.16.0/24", + "52.103.142.0/24", + "52.108.116.0/24", + "52.109.165.0/24", + "52.111.208.0/24", + "52.123.193.0/24", + "52.138.64.0/20", + "52.138.88.0/21", + "52.143.212.0/23", + "52.147.128.0/19", + "52.184.168.16/28", + "52.184.168.32/28", + "52.225.136.48/28", + "52.225.144.0/20", + "52.225.160.0/19", + "52.232.150.0/24", + "52.239.157.224/27", + "52.239.165.192/26", + "52.239.184.176/28", + "52.239.184.224/27", + "52.239.185.0/28", + "52.239.192.128/27", + "52.239.198.128/27", + "52.239.230.0/24", + "52.239.239.0/24", + "52.245.45.144/28", + "52.245.46.32/28", + "52.245.46.80/28", + "52.245.46.96/28", + "52.253.150.0/23", + "52.253.152.0/23", + "52.253.224.0/21", + "52.254.120.0/21", + "68.220.64.0/20", + "68.220.80.0/21", + "68.220.96.0/19", + "104.44.95.208/28", + "172.173.0.0/21", + "198.180.97.0/24", + "2603:1030:401::/63", + "2603:1030:401:16::/64", + "2603:1030:401:59::/64", + "2603:1030:401:85::/64", + "2603:1030:401:86::/64", + "2603:1030:401:8e::/64", + "2603:1030:401:92::/63", + "2603:1030:401:a6::/64", + "2603:1030:401:121::/64", + "2603:1030:401:122::/63", + "2603:1030:401:136::/63", + "2603:1030:401:138::/64", + "2603:1030:401:13c::/62", + "2603:1030:401:140::/63", + "2603:1030:401:142::/64", + "2603:1030:401:146::/63", + "2603:1030:401:148::/63", + "2603:1030:401:156::/63", + "2603:1030:401:158::/64", + "2603:1030:401:168::/63", + "2603:1030:401:16d::/64", + "2603:1030:401:16e::/63", + "2603:1030:401:170::/61", + "2603:1030:401:178::/62", + "2603:1030:401:1ca::/63", + "2603:1030:401:1f9::/64", + "2603:1030:401:1fa::/63", + "2603:1030:401:1fc::/62", + "2603:1030:401:200::/61", + "2603:1030:401:208::/62", + "2603:1030:401:224::/63", + "2603:1030:401:257::/64", + "2603:1030:401:258::/63", + "2603:1030:401:25a::/64", + "2603:1030:401:25f::/64", + "2603:1030:401:260::/63", + "2603:1030:401:262::/64", + "2603:1030:401:276::/63", + "2603:1030:401:278::/63", + "2603:1030:401:2aa::/64", + "2603:1030:401:2c3::/64", + "2603:1030:401:2c4::/63", + "2603:1030:401:2c6::/64", + "2603:1030:401:2e7::/64", + "2603:1030:401:2e8::/62", + "2603:1030:401:2ec::/64", + "2603:1030:401:2f1::/64", + "2603:1030:401:2f2::/64", + "2603:1030:401:32b::/64", + "2603:1030:401:32c::/62", + "2603:1030:401:330::/63", + "2603:1030:401:332::/64", + "2603:1030:401:33f::/64", + "2603:1030:401:340::/64", + "2603:1030:401:369::/64", + "2603:1030:401:36a::/64", + "2603:1030:401:383::/64", + "2603:1030:401:384::/62", + "2603:1030:401:388::/62", + "2603:1030:401:394::/62", + "2603:1030:401:398::/62", + "2603:1030:401:39c::/64", + "2603:1030:401:3a1::/64", + "2603:1030:401:3b3::/64", + "2603:1030:401:405::/64", + "2603:1030:401:406::/63", + "2603:1030:401:408::/64", + "2603:1030:401:428::/62", + "2603:1030:401:435::/64", + "2603:1030:401:436::/63", + "2603:1030:401:438::/64", + "2603:1030:401:43f::/64", + "2603:1030:401:444::/62", + "2603:1030:401:448::/63", + "2603:1030:401:44a::/64", + "2603:1030:401:450::/61", + "2603:1030:401:458::/62", + "2603:1030:401:47a::/63", + "2603:1030:401:47c::/62", + "2603:1030:401:480::/61", + "2603:1030:401:488::/63", + "2603:1030:401:48e::/64", + "2603:1030:401:4a8::/61", + "2603:1030:401:4b0::/61", + "2603:1030:405::/48", + "2603:1030:409::/48", + "2603:1030:40a::/64", + "2603:1030:40a:3::/64", + "2603:1030:40a:4::/62", + "2603:1030:40a:8::/63", + "2603:1030:40b::/48", + "2603:1030:40d::/60", + "2603:1030:40d:4000::/50", + "2603:1030:40e:100::/56", + "2603:1030:410::/47", + "2603:1036:903:1::/64", + "2603:1036:903:3::/64", + "2603:1036:903:b::/64", + "2603:1036:903:2a::/63", + "2603:1036:903:2c::/64", + "2603:1036:240a::/48", + "2603:1036:240f::/48", + "2603:1036:2500:4::/64", + "2603:1036:3000:20::/59", + "2603:1037:1:20::/59", + "2603:1061:1702::/48", + "2603:1063:26::/56", + "2603:1063:126::/55", + "2603:1063:226::/55", + "2603:1063:2200:4::/64", + "2a01:111:f403:c113::/64", + "2a01:111:f403:c937::/64", + "2a01:111:f403:c938::/62", + "2a01:111:f403:d124::/64", + "2a01:111:f403:d914::/64", + "2a01:111:f403:e003::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.eastus2", + "id": "AzureCloud.eastus2", + "properties": { + "changeNumber": 118, + "region": "eastus2", + "regionId": 33, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.150.64.0/18", + "4.152.0.0/15", + "13.68.0.0/17", + "13.77.64.0/18", + "13.104.147.0/25", + "13.104.208.64/27", + "13.105.18.192/26", + "13.105.23.64/26", + "13.105.28.0/28", + "13.105.28.128/25", + "13.105.67.128/25", + "13.105.74.128/26", + "13.105.75.0/27", + "13.105.75.32/28", + "13.105.75.64/27", + "13.105.101.32/28", + "20.1.128.0/17", + "20.7.0.0/16", + "20.10.0.0/16", + "20.12.0.0/17", + "20.14.128.0/17", + "20.15.0.0/17", + "20.22.0.0/16", + "20.33.157.0/24", + "20.36.128.0/17", + "20.38.100.0/23", + "20.38.208.0/22", + "20.41.0.0/18", + "20.44.16.0/21", + "20.44.64.0/18", + "20.47.60.0/23", + "20.47.76.0/23", + "20.49.0.0/18", + "20.49.96.0/21", + "20.55.192.0/18", + "20.57.0.0/17", + "20.60.56.0/22", + "20.60.88.0/22", + "20.60.132.0/23", + "20.60.180.0/23", + "20.60.224.0/23", + "20.60.236.0/23", + "20.62.0.0/17", + "20.65.0.0/17", + "20.69.192.0/18", + "20.72.64.0/18", + "20.75.0.0/17", + "20.80.192.0/18", + "20.81.128.0/17", + "20.85.0.0/17", + "20.88.96.0/19", + "20.94.0.0/17", + "20.95.22.0/24", + "20.95.25.0/24", + "20.95.35.0/24", + "20.95.36.0/24", + "20.95.53.0/24", + "20.95.56.0/24", + "20.95.255.0/29", + "20.96.0.0/16", + "20.97.128.0/17", + "20.98.192.0/18", + "20.109.0.0/17", + "20.110.0.0/16", + "20.114.128.0/17", + "20.119.128.0/17", + "20.122.0.0/16", + "20.135.16.0/23", + "20.135.200.0/22", + "20.135.204.0/23", + "20.136.0.0/25", + "20.136.1.0/24", + "20.143.2.0/24", + "20.143.5.0/24", + "20.150.29.0/24", + "20.150.36.0/24", + "20.150.50.0/23", + "20.150.72.0/24", + "20.150.82.0/24", + "20.150.88.0/24", + "20.152.6.0/23", + "20.157.17.0/24", + "20.157.29.0/24", + "20.157.36.0/23", + "20.157.48.0/23", + "20.157.62.0/23", + "20.157.64.0/21", + "20.157.76.0/22", + "20.157.80.0/22", + "20.157.84.0/24", + "20.157.114.0/24", + "20.157.122.0/24", + "20.157.167.0/24", + "20.157.185.0/24", + "20.157.239.0/24", + "20.157.248.0/24", + "20.157.250.0/24", + "20.161.0.0/16", + "20.186.0.0/17", + "20.186.128.0/18", + "20.190.131.0/24", + "20.190.152.0/24", + "20.190.192.0/18", + "20.201.224.0/23", + "20.202.21.0/24", + "20.202.31.0/24", + "20.202.32.0/23", + "20.202.34.0/24", + "20.202.84.0/24", + "20.202.89.0/24", + "20.202.93.0/24", + "20.202.97.0/24", + "20.202.125.0/24", + "20.202.194.0/23", + "20.202.196.0/22", + "20.202.200.0/23", + "20.209.68.0/23", + "20.209.90.0/23", + "20.209.110.0/23", + "20.209.112.0/23", + "20.209.178.0/23", + "20.230.0.0/17", + "20.242.0.0/17", + "20.246.0.0/17", + "23.100.64.0/21", + "23.101.32.0/21", + "23.101.80.0/21", + "23.101.144.0/20", + "23.102.96.0/19", + "23.102.204.0/22", + "23.102.208.0/20", + "40.64.144.192/29", + "40.64.145.0/28", + "40.65.192.0/18", + "40.67.128.0/19", + "40.70.0.0/18", + "40.70.64.0/20", + "40.70.80.0/21", + "40.70.128.0/17", + "40.75.0.0/19", + "40.75.64.0/18", + "40.77.128.128/25", + "40.77.129.0/24", + "40.77.130.0/25", + "40.77.132.0/24", + "40.77.136.48/28", + "40.77.137.128/26", + "40.77.138.128/25", + "40.77.163.0/24", + "40.77.166.160/27", + "40.77.167.0/24", + "40.77.168.0/24", + "40.77.170.0/24", + "40.77.175.96/27", + "40.77.177.0/24", + "40.77.178.0/23", + "40.77.182.0/28", + "40.77.182.32/27", + "40.77.184.0/25", + "40.77.198.0/26", + "40.77.199.192/26", + "40.77.224.128/25", + "40.77.228.0/24", + "40.77.233.0/24", + "40.77.234.192/27", + "40.77.236.80/28", + "40.77.237.64/26", + "40.77.240.0/25", + "40.77.245.0/24", + "40.77.248.0/25", + "40.77.251.0/24", + "40.78.208.48/28", + "40.78.220.0/24", + "40.79.0.0/21", + "40.79.8.0/27", + "40.79.8.32/28", + "40.79.8.64/27", + "40.79.8.96/28", + "40.79.9.0/24", + "40.79.16.0/20", + "40.79.32.0/20", + "40.79.48.0/27", + "40.79.48.32/28", + "40.79.49.0/24", + "40.79.56.0/21", + "40.79.64.0/20", + "40.79.80.0/21", + "40.79.90.0/24", + "40.79.91.0/28", + "40.79.92.0/24", + "40.79.93.0/28", + "40.79.94.0/24", + "40.79.95.0/28", + "40.79.206.64/27", + "40.79.240.0/20", + "40.82.4.0/22", + "40.82.44.0/22", + "40.84.0.0/17", + "40.87.168.0/30", + "40.87.168.8/29", + "40.87.168.16/28", + "40.87.168.32/29", + "40.87.168.48/28", + "40.87.168.64/30", + "40.87.168.70/31", + "40.87.168.72/29", + "40.87.168.80/28", + "40.87.168.96/27", + "40.87.168.128/26", + "40.87.168.192/28", + "40.87.168.210/31", + "40.87.168.212/30", + "40.87.168.216/29", + "40.87.168.224/27", + "40.87.169.0/27", + "40.87.169.32/29", + "40.87.169.44/30", + "40.87.169.48/29", + "40.87.169.56/31", + "40.87.169.60/30", + "40.87.169.64/27", + "40.87.169.96/31", + "40.87.169.102/31", + "40.87.169.104/29", + "40.87.169.112/28", + "40.87.169.128/29", + "40.87.169.136/31", + "40.87.169.140/30", + "40.87.169.160/27", + "40.87.169.192/26", + "40.87.170.0/25", + "40.87.170.128/28", + "40.87.170.144/31", + "40.87.170.152/29", + "40.87.170.160/28", + "40.87.170.176/29", + "40.87.170.184/30", + "40.87.170.194/31", + "40.87.170.196/30", + "40.87.170.214/31", + "40.87.170.216/30", + "40.87.170.228/30", + "40.87.170.232/29", + "40.87.170.240/29", + "40.87.170.248/30", + "40.87.171.2/31", + "40.87.171.4/30", + "40.87.171.8/29", + "40.87.171.16/28", + "40.87.171.36/30", + "40.87.171.40/31", + "40.87.171.72/29", + "40.87.171.80/28", + "40.87.171.96/27", + "40.87.171.128/27", + "40.87.171.160/31", + "40.87.171.166/31", + "40.87.171.168/29", + "40.87.171.176/28", + "40.87.171.192/27", + "40.87.171.224/28", + "40.87.171.240/29", + "40.87.171.248/31", + "40.90.19.128/25", + "40.90.20.0/25", + "40.90.130.160/27", + "40.90.132.128/26", + "40.90.133.112/28", + "40.90.134.192/26", + "40.90.136.0/28", + "40.90.138.160/27", + "40.90.140.160/27", + "40.90.140.192/27", + "40.90.143.192/26", + "40.90.144.64/26", + "40.90.145.32/27", + "40.90.145.64/27", + "40.90.148.96/27", + "40.90.155.128/26", + "40.90.157.128/26", + "40.90.158.128/25", + "40.91.12.16/28", + "40.91.12.48/28", + "40.91.12.64/26", + "40.91.12.128/28", + "40.91.12.160/27", + "40.91.12.208/28", + "40.91.12.240/28", + "40.91.13.64/27", + "40.91.13.96/28", + "40.91.13.128/27", + "40.91.13.240/28", + "40.91.14.0/24", + "40.93.3.0/24", + "40.93.12.0/24", + "40.97.47.128/25", + "40.97.52.0/26", + "40.123.0.0/17", + "40.123.144.0/26", + "40.123.144.64/29", + "40.123.144.104/29", + "40.123.144.112/28", + "40.123.144.128/28", + "40.123.144.144/29", + "40.123.144.156/30", + "40.123.144.160/27", + "40.123.144.192/27", + "40.123.144.224/28", + "40.123.144.240/29", + "40.123.144.248/30", + "40.123.144.252/31", + "40.123.145.6/31", + "40.123.145.8/30", + "40.123.145.12/31", + "40.123.145.22/31", + "40.123.145.24/29", + "40.123.145.32/28", + "40.123.145.48/29", + "40.123.145.56/30", + "40.123.145.68/30", + "40.123.145.72/29", + "40.123.145.80/28", + "40.123.145.96/27", + "40.123.145.128/27", + "40.123.145.160/30", + "40.123.145.166/31", + "40.123.145.168/29", + "40.123.145.176/28", + "40.123.145.192/28", + "40.123.145.208/30", + "40.123.145.212/31", + "40.123.145.222/31", + "40.123.145.224/27", + "40.123.146.0/28", + "40.123.146.16/29", + "40.123.146.24/30", + "40.123.146.28/31", + "40.123.146.42/31", + "40.123.146.44/30", + "40.123.146.48/31", + "40.123.146.54/31", + "40.123.146.56/29", + "40.123.146.64/26", + "40.123.146.128/27", + "40.123.146.160/30", + "40.123.146.164/31", + "40.123.146.182/31", + "40.123.146.184/29", + "40.123.146.192/29", + "40.123.146.200/30", + "40.123.146.204/31", + "40.123.146.210/31", + "40.123.146.212/30", + "40.123.146.216/29", + "40.123.146.224/27", + "40.123.147.0/27", + "40.123.147.32/31", + "40.123.147.38/31", + "40.123.147.40/29", + "40.123.147.48/28", + "40.123.147.64/28", + "40.123.147.80/30", + "40.123.147.84/31", + "40.123.147.104/29", + "40.123.147.112/29", + "40.123.147.138/31", + "40.123.147.140/30", + "40.123.147.144/31", + "40.123.147.148/30", + "40.123.147.152/29", + "40.123.147.160/28", + "40.123.147.176/30", + "40.123.147.180/31", + "40.123.147.184/29", + "40.123.147.192/26", + "40.123.184.0/26", + "40.123.184.64/28", + "40.123.184.80/29", + "40.123.184.88/31", + "40.123.184.98/31", + "40.123.184.100/30", + "40.123.184.104/29", + "40.123.184.112/28", + "40.123.184.128/27", + "40.123.184.168/29", + "40.123.184.176/29", + "40.123.184.184/31", + "40.123.184.194/31", + "40.123.184.196/30", + "40.123.184.200/30", + "40.123.184.204/31", + "40.123.184.208/29", + "40.123.184.230/31", + "40.123.184.232/29", + "40.123.185.8/29", + "40.123.185.16/28", + "40.123.185.32/27", + "40.123.185.64/30", + "40.123.185.100/30", + "40.123.185.104/30", + "40.123.185.110/31", + "40.123.185.112/28", + "40.123.185.128/27", + "40.123.185.192/27", + "40.123.185.224/28", + "40.123.185.240/30", + "40.123.185.244/31", + "40.126.3.0/24", + "40.126.24.0/24", + "52.101.10.0/24", + "52.101.36.0/22", + "52.101.56.0/22", + "52.101.60.0/24", + "52.102.131.0/24", + "52.102.138.0/24", + "52.103.5.0/24", + "52.103.12.0/24", + "52.103.131.0/24", + "52.103.138.0/24", + "52.106.3.0/24", + "52.108.186.0/24", + "52.108.216.0/22", + "52.109.4.0/22", + "52.111.230.0/24", + "52.112.39.0/24", + "52.112.76.0/22", + "52.112.95.0/24", + "52.112.104.0/24", + "52.112.108.0/24", + "52.112.116.0/24", + "52.114.136.0/21", + "52.114.180.0/22", + "52.114.186.0/23", + "52.114.206.0/23", + "52.114.208.0/24", + "52.115.160.0/19", + "52.115.230.0/24", + "52.120.64.0/19", + "52.121.32.0/22", + "52.122.12.0/22", + "52.122.56.0/21", + "52.122.64.0/21", + "52.123.4.0/24", + "52.123.189.0/24", + "52.125.136.0/24", + "52.136.29.0/24", + "52.138.80.0/21", + "52.138.96.0/19", + "52.143.192.0/24", + "52.147.160.0/19", + "52.167.0.0/16", + "52.177.0.0/16", + "52.179.128.0/17", + "52.184.128.0/19", + "52.184.160.0/21", + "52.184.168.0/28", + "52.184.168.80/28", + "52.184.168.96/27", + "52.184.168.128/28", + "52.184.169.0/24", + "52.184.170.0/24", + "52.184.176.0/20", + "52.184.192.0/18", + "52.225.128.0/21", + "52.225.136.0/27", + "52.225.136.32/28", + "52.225.136.64/28", + "52.225.137.0/24", + "52.225.192.0/18", + "52.232.151.0/24", + "52.232.160.0/19", + "52.232.192.0/18", + "52.239.156.0/24", + "52.239.157.0/25", + "52.239.157.128/26", + "52.239.157.192/27", + "52.239.172.0/22", + "52.239.184.0/25", + "52.239.184.160/28", + "52.239.184.192/27", + "52.239.185.32/27", + "52.239.192.0/26", + "52.239.192.64/28", + "52.239.192.96/27", + "52.239.192.160/27", + "52.239.192.192/26", + "52.239.198.0/25", + "52.239.198.192/26", + "52.239.206.0/24", + "52.239.207.32/28", + "52.239.207.64/26", + "52.239.207.128/27", + "52.239.222.0/23", + "52.242.64.0/18", + "52.245.44.0/24", + "52.245.45.0/25", + "52.245.45.128/28", + "52.245.45.160/27", + "52.245.45.192/26", + "52.245.46.0/27", + "52.245.46.48/28", + "52.245.46.64/28", + "52.245.46.112/28", + "52.245.46.128/28", + "52.245.46.160/27", + "52.245.46.192/26", + "52.247.0.0/17", + "52.250.128.0/18", + "52.251.0.0/17", + "52.252.0.0/17", + "52.253.64.0/20", + "52.253.148.0/23", + "52.253.154.0/23", + "52.254.0.0/18", + "52.254.64.0/19", + "52.254.96.0/20", + "52.254.112.0/21", + "65.52.108.0/23", + "65.52.110.0/24", + "65.55.44.16/28", + "65.55.44.32/27", + "65.55.44.64/27", + "65.55.44.96/28", + "65.55.44.128/27", + "65.55.60.188/30", + "65.55.105.0/26", + "65.55.105.96/27", + "65.55.105.224/27", + "65.55.106.0/26", + "65.55.106.64/27", + "65.55.106.128/26", + "65.55.107.48/28", + "65.55.107.64/27", + "65.55.108.0/24", + "65.55.209.128/26", + "65.55.211.32/27", + "65.55.213.64/26", + "65.55.213.128/26", + "65.55.217.0/24", + "65.55.219.32/27", + "65.55.219.128/25", + "68.220.0.0/19", + "68.220.128.0/17", + "74.249.0.0/17", + "104.44.88.32/27", + "104.44.88.96/27", + "104.44.91.96/27", + "104.44.93.160/27", + "104.44.94.48/28", + "104.46.0.0/21", + "104.46.96.0/19", + "104.46.192.0/20", + "104.47.200.0/21", + "104.208.128.0/17", + "104.209.128.0/17", + "104.210.0.0/20", + "131.253.12.208/28", + "131.253.12.224/30", + "131.253.13.16/29", + "131.253.13.48/28", + "131.253.13.72/29", + "131.253.13.80/29", + "131.253.13.96/30", + "131.253.14.16/28", + "131.253.14.208/28", + "131.253.14.224/28", + "131.253.15.8/29", + "131.253.15.16/28", + "131.253.24.0/28", + "131.253.24.192/26", + "131.253.34.224/27", + "131.253.38.0/27", + "131.253.38.128/26", + "131.253.40.0/28", + "134.170.220.0/23", + "137.116.0.0/18", + "137.116.64.0/19", + "137.116.96.0/22", + "151.206.50.48/28", + "151.206.103.0/24", + "151.206.104.0/24", + "157.55.7.128/26", + "157.55.10.192/26", + "157.55.11.128/25", + "157.55.37.0/24", + "157.55.38.0/24", + "157.55.48.0/24", + "157.55.50.0/25", + "157.55.55.100/30", + "157.55.55.104/29", + "157.55.55.136/29", + "157.55.55.144/29", + "157.55.55.160/28", + "157.56.2.128/25", + "157.56.3.0/25", + "172.172.0.0/17", + "172.175.0.0/16", + "172.176.0.0/15", + "191.236.192.0/18", + "191.237.128.0/18", + "191.239.224.0/20", + "193.149.64.0/21", + "199.30.16.0/24", + "199.30.18.0/23", + "199.30.20.0/24", + "199.30.22.0/24", + "199.30.28.64/26", + "199.30.28.128/25", + "199.30.29.0/24", + "2603:1030:400::/48", + "2603:1030:401:2::/63", + "2603:1030:401:4::/62", + "2603:1030:401:8::/61", + "2603:1030:401:10::/62", + "2603:1030:401:14::/63", + "2603:1030:401:17::/64", + "2603:1030:401:18::/61", + "2603:1030:401:20::/59", + "2603:1030:401:40::/60", + "2603:1030:401:50::/61", + "2603:1030:401:58::/64", + "2603:1030:401:5a::/63", + "2603:1030:401:5c::/62", + "2603:1030:401:60::/59", + "2603:1030:401:80::/62", + "2603:1030:401:84::/64", + "2603:1030:401:87::/64", + "2603:1030:401:88::/62", + "2603:1030:401:8c::/63", + "2603:1030:401:8f::/64", + "2603:1030:401:90::/63", + "2603:1030:401:94::/62", + "2603:1030:401:98::/61", + "2603:1030:401:a0::/62", + "2603:1030:401:a4::/63", + "2603:1030:401:a7::/64", + "2603:1030:401:a8::/61", + "2603:1030:401:b0::/60", + "2603:1030:401:c0::/58", + "2603:1030:401:100::/59", + "2603:1030:401:120::/64", + "2603:1030:401:124::/62", + "2603:1030:401:128::/61", + "2603:1030:401:130::/62", + "2603:1030:401:134::/63", + "2603:1030:401:139::/64", + "2603:1030:401:13a::/63", + "2603:1030:401:143::/64", + "2603:1030:401:144::/63", + "2603:1030:401:14a::/63", + "2603:1030:401:14c::/62", + "2603:1030:401:150::/62", + "2603:1030:401:154::/63", + "2603:1030:401:159::/64", + "2603:1030:401:15a::/63", + "2603:1030:401:15c::/62", + "2603:1030:401:160::/61", + "2603:1030:401:16a::/63", + "2603:1030:401:16c::/64", + "2603:1030:401:17c::/62", + "2603:1030:401:180::/58", + "2603:1030:401:1c0::/61", + "2603:1030:401:1c8::/63", + "2603:1030:401:1cc::/62", + "2603:1030:401:1d0::/60", + "2603:1030:401:1e0::/60", + "2603:1030:401:1f0::/61", + "2603:1030:401:1f8::/64", + "2603:1030:401:20c::/62", + "2603:1030:401:210::/60", + "2603:1030:401:220::/62", + "2603:1030:401:226::/63", + "2603:1030:401:228::/61", + "2603:1030:401:230::/60", + "2603:1030:401:240::/60", + "2603:1030:401:250::/62", + "2603:1030:401:254::/63", + "2603:1030:401:256::/64", + "2603:1030:401:25b::/64", + "2603:1030:401:25c::/63", + "2603:1030:401:25e::/64", + "2603:1030:401:263::/64", + "2603:1030:401:264::/62", + "2603:1030:401:268::/61", + "2603:1030:401:270::/62", + "2603:1030:401:274::/63", + "2603:1030:401:27a::/63", + "2603:1030:401:27c::/62", + "2603:1030:401:280::/59", + "2603:1030:401:2a0::/61", + "2603:1030:401:2a8::/63", + "2603:1030:401:2ab::/64", + "2603:1030:401:2ac::/62", + "2603:1030:401:2b0::/60", + "2603:1030:401:2c0::/63", + "2603:1030:401:2c2::/64", + "2603:1030:401:2c7::/64", + "2603:1030:401:2c8::/61", + "2603:1030:401:2d0::/60", + "2603:1030:401:2e0::/62", + "2603:1030:401:2e4::/63", + "2603:1030:401:2e6::/64", + "2603:1030:401:2ed::/64", + "2603:1030:401:2ee::/63", + "2603:1030:401:2f0::/64", + "2603:1030:401:2f3::/64", + "2603:1030:401:2f4::/62", + "2603:1030:401:2f8::/61", + "2603:1030:401:300::/59", + "2603:1030:401:320::/61", + "2603:1030:401:328::/63", + "2603:1030:401:32a::/64", + "2603:1030:401:333::/64", + "2603:1030:401:334::/62", + "2603:1030:401:338::/62", + "2603:1030:401:33c::/63", + "2603:1030:401:33e::/64", + "2603:1030:401:341::/64", + "2603:1030:401:342::/63", + "2603:1030:401:344::/62", + "2603:1030:401:348::/61", + "2603:1030:401:350::/60", + "2603:1030:401:360::/61", + "2603:1030:401:368::/64", + "2603:1030:401:36b::/64", + "2603:1030:401:36c::/62", + "2603:1030:401:370::/60", + "2603:1030:401:380::/63", + "2603:1030:401:382::/64", + "2603:1030:401:38c::/62", + "2603:1030:401:390::/62", + "2603:1030:401:39d::/64", + "2603:1030:401:39e::/63", + "2603:1030:401:3a0::/64", + "2603:1030:401:3a2::/63", + "2603:1030:401:3a4::/62", + "2603:1030:401:3a8::/61", + "2603:1030:401:3b0::/63", + "2603:1030:401:3b2::/64", + "2603:1030:401:3b4::/62", + "2603:1030:401:3b8::/61", + "2603:1030:401:3c0::/58", + "2603:1030:401:400::/62", + "2603:1030:401:404::/64", + "2603:1030:401:409::/64", + "2603:1030:401:40a::/63", + "2603:1030:401:40c::/62", + "2603:1030:401:410::/60", + "2603:1030:401:420::/61", + "2603:1030:401:42c::/62", + "2603:1030:401:430::/62", + "2603:1030:401:434::/64", + "2603:1030:401:439::/64", + "2603:1030:401:43a::/63", + "2603:1030:401:43c::/63", + "2603:1030:401:43e::/64", + "2603:1030:401:440::/62", + "2603:1030:401:44b::/64", + "2603:1030:401:44c::/62", + "2603:1030:401:45c::/62", + "2603:1030:401:460::/60", + "2603:1030:401:470::/61", + "2603:1030:401:478::/63", + "2603:1030:401:48a::/63", + "2603:1030:401:48c::/63", + "2603:1030:401:48f::/64", + "2603:1030:401:490::/60", + "2603:1030:401:4a0::/61", + "2603:1030:401:4b8::/61", + "2603:1030:401:4c0::/60", + "2603:1030:401:4d0::/63", + "2603:1030:401:4d2::/64", + "2603:1030:402::/47", + "2603:1030:406::/47", + "2603:1030:408::/48", + "2603:1030:40a:1::/64", + "2603:1030:40a:2::/64", + "2603:1030:40c::/48", + "2603:1030:40d:8000::/49", + "2603:1030:40e::/56", + "2603:1030:40f::/48", + "2603:1036:903:27::/64", + "2603:1036:903:28::/63", + "2603:1036:2405::/48", + "2603:1036:2500::/64", + "2603:1036:3000::/59", + "2603:1037:1::/59", + "2603:1039:205::/48", + "2603:1061:1312:1000::/54", + "2603:1062:2::/57", + "2603:1062:6:4200::7000/117", + "2603:1062:6:4200::1:b00/121", + "2603:1063:9::/56", + "2603:1063:109::/55", + "2603:1063:209::/55", + "2603:1063:2200::/64", + "2a01:111:f403:c110::/64", + "2a01:111:f403:c803::/64", + "2a01:111:f403:c908::/62", + "2a01:111:f403:c923::/64", + "2a01:111:f403:c924::/62", + "2a01:111:f403:d101::/64", + "2a01:111:f403:d108::/62", + "2a01:111:f403:d901::/64", + "2a01:111:f403:d908::/62", + "2a01:111:f403:e008::/62", + "2a01:111:f403:e018::/64", + "2a01:111:f403:f908::/62" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.usstagee", + "id": "AzureCloud.usstagee", + "properties": { + "changeNumber": 1, + "region": "usstagee", + "regionId": 68, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "13.105.102.176/28", + "13.105.103.176/28", + "13.105.103.224/27", + "13.105.104.0/27", + "20.33.142.0/24", + "20.38.119.0/24", + "20.47.13.0/24", + "20.49.64.0/20", + "20.49.80.0/21", + "20.60.5.0/24", + "20.60.198.0/23", + "20.99.0.0/17", + "20.135.206.0/23", + "20.135.208.0/23", + "20.150.57.0/24", + "20.190.191.128/26", + "40.67.0.0/18", + "40.67.64.0/19", + "40.67.96.0/20", + "40.67.112.0/21", + "40.82.80.0/22", + "40.90.18.16/28", + "40.90.31.32/27", + "40.90.31.64/27", + "40.90.129.0/27", + "40.90.129.32/28", + "40.90.129.64/27", + "40.97.62.128/25", + "40.119.100.0/27", + "40.119.100.32/28", + "40.119.100.48/30", + "40.119.100.80/28", + "40.119.100.96/27", + "40.119.100.128/29", + "40.119.100.136/30", + "40.119.100.142/31", + "40.119.100.144/31", + "40.126.63.128/26", + "40.126.199.0/24", + "52.108.118.0/24", + "52.253.164.0/24", + "52.253.199.0/24", + "2603:1030:100::/61", + "2603:1030:100:8::/62", + "2603:1030:100:c::/63", + "2603:1030:100:10::/60", + "2603:1030:100:20::/61", + "2603:1030:100:28::/62", + "2603:1030:100:2c::/63", + "2603:1030:100:2f::/64", + "2603:1030:100:30::/64", + "2603:1030:101::/48", + "2603:1030:103::/48", + "2603:1030:104::/48", + "2603:1030:108::/48", + "2603:1036:903:43::/64", + "2603:1036:903:44::/64", + "2603:1036:240b::/48", + "2603:1036:2500:c::/64", + "2603:1036:3000:a0::/59", + "2603:1037:1:a0::/59", + "2603:1061:1700::/48" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.eastus", + "id": "AzureCloud.eastus", + "properties": { + "changeNumber": 94, + "region": "eastus", + "regionId": 32, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.156.0.0/15", + "4.227.128.0/17", + "4.236.128.0/17", + "4.246.128.0/17", + "4.255.0.0/17", + "13.68.128.0/17", + "13.72.64.0/18", + "13.82.0.0/16", + "13.87.112.0/21", + "13.90.0.0/16", + "13.92.0.0/16", + "13.104.144.128/27", + "13.104.152.128/25", + "13.104.192.0/21", + "13.104.211.0/25", + "13.104.214.128/25", + "13.104.215.0/25", + "13.105.17.0/26", + "13.105.19.0/25", + "13.105.20.192/26", + "13.105.27.0/25", + "13.105.27.192/27", + "13.105.36.192/26", + "13.105.74.48/28", + "13.105.98.48/28", + "13.105.98.96/27", + "13.105.98.128/27", + "13.105.104.32/27", + "13.105.104.64/28", + "13.105.104.96/27", + "13.105.106.0/27", + "13.105.106.32/28", + "13.105.106.64/27", + "20.25.0.0/17", + "20.33.3.0/24", + "20.33.8.0/24", + "20.33.12.0/24", + "20.33.14.0/24", + "20.33.143.0/24", + "20.33.150.0/24", + "20.38.98.0/24", + "20.39.32.0/19", + "20.42.0.0/17", + "20.47.1.0/24", + "20.47.16.0/23", + "20.47.31.0/24", + "20.47.108.0/23", + "20.47.113.0/24", + "20.49.104.0/21", + "20.51.128.0/17", + "20.55.0.0/17", + "20.60.0.0/24", + "20.60.2.0/23", + "20.60.6.0/23", + "20.60.60.0/22", + "20.60.128.0/23", + "20.60.134.0/23", + "20.60.146.0/23", + "20.60.220.0/23", + "20.62.128.0/17", + "20.72.128.0/18", + "20.75.128.0/17", + "20.81.0.0/17", + "20.83.128.0/18", + "20.84.0.0/17", + "20.85.128.0/17", + "20.88.128.0/18", + "20.95.0.0/24", + "20.95.2.0/24", + "20.95.4.0/24", + "20.95.6.0/24", + "20.95.19.0/24", + "20.95.21.0/24", + "20.95.31.0/24", + "20.95.33.0/24", + "20.95.34.0/24", + "20.95.54.0/24", + "20.95.58.0/24", + "20.102.0.0/17", + "20.106.128.0/17", + "20.115.0.0/17", + "20.119.0.0/17", + "20.120.0.0/17", + "20.121.0.0/16", + "20.124.0.0/16", + "20.127.0.0/16", + "20.135.4.0/23", + "20.135.194.0/23", + "20.135.196.0/22", + "20.136.3.0/25", + "20.136.4.0/24", + "20.143.12.0/24", + "20.143.34.0/23", + "20.143.52.0/23", + "20.150.32.0/23", + "20.150.90.0/24", + "20.152.0.0/23", + "20.157.6.0/23", + "20.157.19.0/24", + "20.157.24.0/24", + "20.157.39.0/24", + "20.157.59.0/24", + "20.157.61.0/24", + "20.157.93.0/24", + "20.157.104.0/24", + "20.157.109.0/24", + "20.157.116.0/24", + "20.157.124.0/24", + "20.157.132.0/24", + "20.157.147.0/24", + "20.157.171.0/24", + "20.157.215.0/24", + "20.157.216.0/24", + "20.157.231.0/24", + "20.157.240.0/24", + "20.157.252.0/24", + "20.163.128.0/17", + "20.168.192.0/18", + "20.169.128.0/17", + "20.172.128.0/17", + "20.185.0.0/16", + "20.190.130.0/24", + "20.190.151.0/24", + "20.202.20.0/24", + "20.202.39.0/24", + "20.202.106.0/24", + "20.202.110.0/24", + "20.202.114.0/24", + "20.202.118.0/24", + "20.202.120.0/22", + "20.202.124.0/24", + "20.202.130.0/24", + "20.202.134.0/24", + "20.202.138.0/24", + "20.202.184.0/21", + "20.202.192.0/23", + "20.209.0.0/23", + "20.209.40.0/23", + "20.209.52.0/23", + "20.209.74.0/23", + "20.209.84.0/23", + "20.209.106.0/23", + "20.209.146.0/23", + "20.209.162.0/23", + "20.228.128.0/17", + "20.231.0.0/17", + "20.231.192.0/18", + "20.232.0.0/16", + "20.237.0.0/17", + "20.241.128.0/17", + "20.242.128.0/17", + "20.246.128.0/17", + "20.253.0.0/17", + "23.96.0.0/17", + "23.98.45.0/24", + "23.100.16.0/20", + "23.101.128.0/20", + "40.64.146.80/28", + "40.71.0.0/16", + "40.76.0.0/16", + "40.78.219.0/24", + "40.78.224.0/21", + "40.79.152.0/21", + "40.80.144.0/21", + "40.82.24.0/22", + "40.82.60.0/22", + "40.85.160.0/19", + "40.87.0.0/17", + "40.87.164.0/22", + "40.88.0.0/16", + "40.90.23.128/25", + "40.90.24.128/25", + "40.90.25.0/26", + "40.90.30.192/26", + "40.90.129.128/26", + "40.90.130.96/28", + "40.90.131.224/27", + "40.90.136.16/28", + "40.90.136.32/27", + "40.90.137.96/27", + "40.90.139.224/27", + "40.90.143.0/27", + "40.90.146.64/26", + "40.90.147.0/27", + "40.90.148.64/27", + "40.90.150.32/27", + "40.90.224.0/19", + "40.91.4.0/22", + "40.93.2.0/24", + "40.93.4.0/24", + "40.93.11.0/24", + "40.97.4.0/24", + "40.97.46.192/26", + "40.97.47.0/25", + "40.112.48.0/20", + "40.114.0.0/17", + "40.117.32.0/19", + "40.117.64.0/18", + "40.117.128.0/17", + "40.121.0.0/16", + "40.123.132.0/22", + "40.123.176.0/22", + "40.126.2.0/24", + "40.126.23.0/24", + "52.101.4.0/22", + "52.101.9.0/24", + "52.101.20.0/22", + "52.101.51.0/24", + "52.101.52.0/22", + "52.102.129.0/24", + "52.102.137.0/24", + "52.102.159.0/24", + "52.103.1.0/24", + "52.103.3.0/24", + "52.103.11.0/24", + "52.103.129.0/24", + "52.103.137.0/24", + "52.106.2.0/24", + "52.108.16.0/21", + "52.108.79.0/24", + "52.108.105.0/24", + "52.108.106.0/23", + "52.109.12.0/22", + "52.111.229.0/24", + "52.112.23.0/24", + "52.112.112.0/24", + "52.112.123.0/24", + "52.112.127.0/24", + "52.113.16.0/20", + "52.114.132.0/22", + "52.115.54.0/24", + "52.115.62.0/23", + "52.115.192.0/19", + "52.120.32.0/19", + "52.120.224.0/20", + "52.122.0.0/24", + "52.122.2.0/23", + "52.122.4.0/23", + "52.122.6.0/24", + "52.122.148.0/22", + "52.122.152.0/21", + "52.122.160.0/22", + "52.123.0.0/24", + "52.123.10.0/24", + "52.123.187.0/24", + "52.123.188.0/24", + "52.125.132.0/22", + "52.136.64.0/18", + "52.142.0.0/18", + "52.143.207.0/24", + "52.146.0.0/17", + "52.147.192.0/18", + "52.149.128.0/17", + "52.150.0.0/17", + "52.151.128.0/17", + "52.152.128.0/17", + "52.154.64.0/18", + "52.168.0.0/16", + "52.170.0.0/16", + "52.179.0.0/17", + "52.186.0.0/16", + "52.188.0.0/16", + "52.190.0.0/17", + "52.191.0.0/17", + "52.191.192.0/18", + "52.224.0.0/16", + "52.226.0.0/16", + "52.232.146.0/24", + "52.234.128.0/17", + "52.239.152.0/22", + "52.239.168.0/22", + "52.239.207.192/26", + "52.239.214.0/23", + "52.239.220.0/23", + "52.239.246.0/23", + "52.239.252.0/24", + "52.240.0.0/17", + "52.245.8.0/22", + "52.245.104.0/22", + "52.249.128.0/17", + "52.253.160.0/24", + "52.255.128.0/17", + "65.54.19.128/27", + "68.220.88.0/21", + "74.235.0.0/16", + "104.41.128.0/19", + "104.44.91.32/27", + "104.44.94.16/28", + "104.44.95.160/27", + "104.44.95.240/28", + "104.45.128.0/18", + "104.45.192.0/20", + "104.211.0.0/18", + "137.116.112.0/20", + "137.117.32.0/19", + "137.117.64.0/18", + "137.135.64.0/18", + "138.91.96.0/19", + "151.206.50.192/27", + "151.206.96.0/23", + "151.206.98.0/25", + "151.206.98.128/26", + "157.56.176.0/21", + "168.61.32.0/20", + "168.61.48.0/21", + "168.62.32.0/19", + "168.62.160.0/19", + "172.171.32.0/19", + "172.171.64.0/19", + "172.171.128.0/17", + "172.172.128.0/17", + "172.173.128.0/17", + "172.174.0.0/16", + "172.178.0.0/17", + "172.190.0.0/16", + "191.234.32.0/19", + "191.236.0.0/18", + "191.237.0.0/17", + "191.238.0.0/18", + "204.152.18.0/31", + "204.152.18.8/29", + "204.152.18.32/27", + "204.152.18.64/26", + "204.152.19.0/24", + "2602:fd5e:1::/63", + "2602:fd5e:1:2::/64", + "2603:1030:20c::/47", + "2603:1030:20e::/48", + "2603:1030:210::/47", + "2603:1030:212::/56", + "2603:1030:213::/48", + "2603:1036:903:4::/64", + "2603:1036:903:24::/63", + "2603:1036:903:26::/64", + "2603:1036:120d::/48", + "2603:1036:2404::/48", + "2603:1036:3000:120::/59", + "2603:1037:1:120::/59", + "2603:1061:1312:c00::/54", + "2603:1061:1312:3800::/54", + "2603:1061:2000::/64", + "2603:1061:2000:2::/64", + "2603:1061:2000:100::/60", + "2603:1062:2:100::/57", + "2603:1062:6:4200::6000/117", + "2603:1062:6:4200::1:a00/121", + "2603:1063:8::/56", + "2603:1063:108::/55", + "2603:1063:208::/55", + "2603:1063:2200:20::/64", + "2a01:111:f100:2000::/52", + "2a01:111:f403:c003::/64", + "2a01:111:f403:c100::/63", + "2a01:111:f403:c900::/63", + "2a01:111:f403:c91e::/63", + "2a01:111:f403:c920::/63", + "2a01:111:f403:c922::/64", + "2a01:111:f403:d003::/64", + "2a01:111:f403:d100::/64", + "2a01:111:f403:d803::/64", + "2a01:111:f403:d900::/64", + "2a01:111:f403:e015::/64", + "2a01:111:f403:f000::/64", + "2a01:111:f403:f900::/62" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.centralfrance", + "id": "AzureCloud.centralfrance", + "properties": { + "changeNumber": 45, + "region": "centralfrance", + "regionId": 19, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.176.0.0/16", + "4.178.0.0/17", + "4.211.0.0/16", + "4.212.0.0/16", + "4.233.0.0/16", + "4.251.128.0/18", + "4.251.192.0/20", + "13.104.156.0/24", + "20.19.0.0/16", + "20.33.132.0/24", + "20.38.196.0/22", + "20.39.232.0/21", + "20.39.240.0/20", + "20.40.128.0/19", + "20.43.32.0/19", + "20.47.44.0/24", + "20.47.80.0/23", + "20.60.13.0/24", + "20.60.156.0/23", + "20.74.0.0/17", + "20.95.85.0/24", + "20.111.0.0/18", + "20.135.146.0/23", + "20.135.148.0/22", + "20.150.61.0/24", + "20.157.129.0/24", + "20.188.32.0/19", + "20.190.147.0/25", + "20.190.177.0/24", + "20.199.0.0/17", + "20.202.0.0/24", + "20.202.5.0/24", + "20.202.6.0/23", + "20.202.8.0/22", + "20.202.104.0/24", + "20.202.108.0/24", + "20.202.112.0/24", + "20.202.116.0/24", + "20.202.128.0/24", + "20.202.132.0/24", + "20.202.136.0/24", + "20.202.169.0/24", + "20.209.8.0/23", + "20.209.214.0/23", + "20.216.128.0/18", + "20.216.192.0/19", + "40.64.145.224/28", + "40.66.32.0/19", + "40.79.128.0/20", + "40.79.144.0/21", + "40.79.205.0/26", + "40.79.222.0/24", + "40.80.24.0/22", + "40.89.128.0/18", + "40.90.130.240/28", + "40.90.132.0/27", + "40.90.136.64/26", + "40.90.136.128/27", + "40.90.147.128/26", + "40.90.147.192/27", + "40.101.57.0/25", + "40.101.57.128/26", + "40.126.19.0/25", + "40.126.49.0/24", + "51.11.192.0/18", + "51.103.0.0/17", + "51.138.192.0/19", + "52.108.52.0/23", + "52.108.89.0/24", + "52.108.168.0/23", + "52.108.170.0/24", + "52.109.68.0/22", + "52.111.231.0/24", + "52.112.103.0/24", + "52.112.126.0/24", + "52.112.172.0/22", + "52.112.190.0/24", + "52.112.213.0/24", + "52.112.214.0/23", + "52.114.104.0/22", + "52.114.114.0/23", + "52.115.112.0/23", + "52.115.128.0/21", + "52.115.136.0/22", + "52.121.88.0/21", + "52.121.96.0/22", + "52.121.178.0/23", + "52.121.180.0/23", + "52.122.28.0/22", + "52.122.144.0/22", + "52.123.144.0/23", + "52.143.128.0/18", + "52.143.215.0/24", + "52.143.216.0/23", + "52.239.134.0/24", + "52.239.194.0/24", + "52.239.241.0/24", + "52.245.116.0/22", + "98.66.128.0/17", + "151.206.49.96/27", + "151.206.78.128/25", + "151.206.79.0/24", + "151.206.80.0/24", + "151.206.81.0/26", + "2603:1020:800::/47", + "2603:1020:802::/48", + "2603:1020:804::/48", + "2603:1020:805::/48", + "2603:1020:806::/48", + "2603:1026:900:10::/63", + "2603:1026:900:12::/64", + "2603:1026:2400::/48", + "2603:1026:2500:1c::/64", + "2603:1026:3000:100::/59", + "2603:1027:1:100::/59", + "2603:1061:1311:c00::/54", + "2603:1062:6:4200::2c00/118", + "2603:1062:6:4200::3000/118", + "2603:1062:6:4200::1:600/121", + "2603:1063:12::/56", + "2603:1063:111::/55", + "2603:1063:211::/55", + "2603:1063:2206:1c::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.southfrance", + "id": "AzureCloud.southfrance", + "properties": { + "changeNumber": 18, + "region": "southfrance", + "regionId": 20, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.251.208.0/20", + "4.251.224.0/19", + "13.104.150.192/26", + "13.104.151.0/26", + "20.38.188.0/22", + "20.39.80.0/20", + "20.47.28.0/24", + "20.47.102.0/24", + "20.60.11.0/24", + "20.60.188.0/23", + "20.111.64.0/18", + "20.135.28.0/23", + "20.150.19.0/24", + "20.157.156.0/24", + "20.190.147.128/25", + "20.190.178.0/24", + "40.79.176.0/21", + "40.79.223.0/24", + "40.80.20.0/22", + "40.80.96.0/20", + "40.82.224.0/20", + "40.90.132.32/28", + "40.90.136.192/27", + "40.90.147.224/27", + "40.101.115.128/26", + "40.126.19.128/25", + "40.126.50.0/24", + "51.105.88.0/21", + "51.138.128.0/19", + "51.138.160.0/21", + "52.108.188.0/24", + "52.108.222.0/23", + "52.109.72.0/22", + "52.111.253.0/24", + "52.114.108.0/22", + "52.123.146.0/24", + "52.136.8.0/21", + "52.136.28.0/24", + "52.136.128.0/18", + "52.239.135.0/26", + "52.239.196.0/24", + "52.245.120.0/22", + "98.65.0.0/16", + "98.66.0.0/17", + "2603:1020:900::/47", + "2603:1020:902::/48", + "2603:1020:904::/48", + "2603:1020:905::/48", + "2603:1020:906::/48", + "2603:1026:900:47::/64", + "2603:1026:2401::/48", + "2603:1026:2500:2c::/64", + "2603:1026:3000:1a0::/59", + "2603:1027:1:1a0::/59", + "2603:1061:1311:1000::/54", + "2603:1063:13::/56", + "2603:1063:112::/55", + "2603:1063:212::/55", + "2603:1063:2206:2c::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.germanyn", + "id": "AzureCloud.germanyn", + "properties": { + "changeNumber": 18, + "region": "germanyn", + "regionId": 72, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "13.104.144.96/27", + "13.104.212.64/26", + "20.38.115.0/24", + "20.47.45.0/24", + "20.47.84.0/23", + "20.52.72.0/21", + "20.52.80.32/27", + "20.113.192.0/18", + "20.135.56.0/23", + "20.150.60.0/24", + "20.150.112.0/24", + "20.157.229.0/24", + "20.170.160.0/19", + "20.170.192.0/18", + "20.190.189.0/26", + "20.209.206.0/23", + "20.218.0.0/18", + "40.82.72.0/22", + "40.90.31.0/27", + "40.90.128.240/28", + "40.101.24.192/26", + "40.119.96.0/22", + "40.126.61.0/26", + "40.126.198.0/24", + "51.116.0.0/18", + "51.116.64.0/19", + "51.116.200.0/21", + "51.116.208.0/20", + "52.108.76.0/24", + "52.108.97.0/24", + "52.109.102.0/23", + "52.111.254.0/24", + "52.114.240.0/24", + "52.253.172.0/24", + "98.67.0.0/18", + "98.67.64.0/21", + "2603:1020:d00::/47", + "2603:1020:d03::/48", + "2603:1020:d04::/47", + "2603:1026:900:2c::/64", + "2603:1026:2411::/48", + "2603:1026:2500:34::/64", + "2603:1026:3000:220::/59", + "2603:1027:1:220::/59", + "2603:1061:1311:1400::/54", + "2603:1063:2206:38::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.germanywc", + "id": "AzureCloud.germanywc", + "properties": { + "changeNumber": 45, + "region": "germanywc", + "regionId": 71, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.182.0.0/16", + "4.184.56.0/21", + "4.184.64.0/18", + "4.184.128.0/17", + "4.185.0.0/16", + "13.104.144.224/27", + "13.104.145.128/27", + "13.104.212.128/26", + "13.105.61.128/25", + "13.105.66.0/27", + "13.105.74.96/27", + "13.105.74.192/26", + "20.38.118.0/24", + "20.47.27.0/24", + "20.47.65.0/24", + "20.47.112.0/24", + "20.52.0.0/18", + "20.52.64.0/21", + "20.52.80.0/27", + "20.52.80.64/27", + "20.52.88.0/21", + "20.52.96.0/19", + "20.52.128.0/17", + "20.60.22.0/23", + "20.79.0.0/16", + "20.95.70.0/24", + "20.95.78.0/23", + "20.95.80.0/24", + "20.95.102.0/24", + "20.113.0.0/17", + "20.113.128.0/18", + "20.135.152.0/22", + "20.135.156.0/23", + "20.150.54.0/24", + "20.150.125.0/24", + "20.157.75.0/24", + "20.157.89.0/24", + "20.157.94.0/24", + "20.157.160.0/24", + "20.157.183.0/24", + "20.170.0.0/17", + "20.170.128.0/19", + "20.190.190.64/26", + "20.209.32.0/23", + "20.209.176.0/23", + "20.218.64.0/18", + "20.218.128.0/17", + "40.64.145.240/28", + "40.82.68.0/22", + "40.90.129.48/28", + "40.90.140.0/27", + "40.90.147.32/27", + "40.90.151.160/27", + "40.101.25.0/25", + "40.101.25.128/26", + "40.101.56.64/26", + "40.101.56.128/25", + "40.119.92.0/22", + "40.126.62.64/26", + "40.126.197.0/24", + "51.116.96.0/19", + "51.116.128.0/18", + "51.116.192.0/21", + "51.116.224.0/19", + "52.108.178.0/24", + "52.108.199.0/24", + "52.109.104.0/23", + "52.111.255.0/24", + "52.114.244.0/24", + "52.253.169.0/24", + "52.253.170.0/23", + "98.67.128.0/17", + "151.206.49.128/27", + "151.206.81.64/26", + "151.206.81.128/25", + "151.206.82.0/23", + "2603:1020:c00::/47", + "2603:1020:c03::/48", + "2603:1020:c04::/47", + "2603:1026:900:d::/64", + "2603:1026:900:e::/63", + "2603:1026:900:2d::/64", + "2603:1026:900:2e::/63", + "2603:1026:240a::/48", + "2603:1026:2500:14::/64", + "2603:1026:3000:a0::/59", + "2603:1027:1:a0::/59", + "2603:1061:1311:1800::/54", + "2603:1062:6:4200::3400/118", + "2603:1062:6:4200::3800/118", + "2603:1062:6:4200::1:680/121", + "2603:1063:28::/56", + "2603:1063:2206:10::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.italynorth", + "id": "AzureCloud.italynorth", + "properties": { + "changeNumber": 1, + "region": "italynorth", + "regionId": 93, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.232.0.0/17", + "4.232.128.0/18", + "4.232.192.0/21", + "13.105.105.144/28", + "13.105.105.192/26", + "13.105.107.64/27", + "13.105.107.96/28", + "13.105.107.128/27", + "13.105.108.16/28", + "13.105.108.64/26", + "20.20.35.0/24", + "20.33.128.0/24", + "20.38.22.0/24", + "20.143.14.0/23", + "20.143.24.0/23", + "20.152.8.0/23", + "20.157.200.0/24", + "20.157.237.0/24", + "20.157.255.0/24", + "20.209.80.0/23", + "20.209.86.0/23", + "20.209.120.0/23", + "20.231.131.0/24", + "40.101.113.0/25", + "40.101.113.128/26", + "40.120.132.0/25", + "40.120.132.128/27", + "40.120.132.160/28", + "52.108.122.0/24", + "52.108.145.0/24", + "52.109.80.0/23", + "52.111.193.0/24", + "52.112.51.0/24", + "52.253.216.0/23", + "52.253.218.0/24", + "2603:1020:1200::/47", + "2603:1020:1204::/48", + "2603:1020:1205::/48", + "2603:1026:900:3d::/64", + "2603:1026:900:3e::/63", + "2603:1026:2412::/48", + "2603:1026:2500:3c::/64", + "2603:1026:3000:240::/59", + "2603:1061:100b::/58", + "2603:1061:100b:40::/61", + "2603:1061:100b:48::/62", + "2603:1061:1311:1c00::/54", + "2603:1063:2206:40::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.japaneast", + "id": "AzureCloud.japaneast", + "properties": { + "changeNumber": 50, + "region": "japaneast", + "regionId": 24, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.189.0.0/16", + "4.190.0.0/17", + "4.214.0.0/15", + "4.216.0.0/16", + "4.241.0.0/16", + "13.71.128.0/19", + "13.73.0.0/19", + "13.78.0.0/17", + "13.104.149.64/26", + "13.104.150.128/26", + "13.104.221.0/24", + "13.105.18.64/26", + "20.18.0.0/17", + "20.18.144.0/20", + "20.18.192.0/18", + "20.27.0.0/18", + "20.27.128.0/18", + "20.33.152.0/24", + "20.37.96.0/19", + "20.38.116.0/23", + "20.40.88.0/21", + "20.40.96.0/21", + "20.43.64.0/19", + "20.44.128.0/18", + "20.46.112.0/20", + "20.46.160.0/19", + "20.47.12.0/24", + "20.47.101.0/24", + "20.48.0.0/17", + "20.60.172.0/23", + "20.60.248.0/23", + "20.63.128.0/18", + "20.78.0.0/17", + "20.78.192.0/18", + "20.89.0.0/17", + "20.89.128.0/18", + "20.95.138.0/24", + "20.135.102.0/23", + "20.135.104.0/22", + "20.150.85.0/24", + "20.150.105.0/24", + "20.157.12.0/22", + "20.157.38.0/24", + "20.157.108.0/24", + "20.157.144.0/24", + "20.157.224.0/24", + "20.188.0.0/19", + "20.190.141.128/25", + "20.190.166.0/24", + "20.191.160.0/19", + "20.194.128.0/17", + "20.202.54.0/23", + "20.202.58.0/24", + "20.202.66.0/23", + "20.202.78.0/24", + "20.202.86.0/24", + "20.202.91.0/24", + "20.202.95.0/24", + "20.202.127.0/24", + "20.202.181.0/24", + "20.209.22.0/23", + "20.209.170.0/23", + "20.210.0.0/17", + "20.210.192.0/18", + "20.222.0.0/16", + "20.243.0.0/16", + "23.98.57.64/26", + "23.100.96.0/21", + "23.102.64.0/19", + "40.64.146.32/28", + "40.79.184.0/21", + "40.79.192.0/21", + "40.79.206.96/27", + "40.79.208.0/24", + "40.81.192.0/19", + "40.82.48.0/22", + "40.87.200.0/22", + "40.90.16.160/27", + "40.90.128.80/28", + "40.90.132.64/28", + "40.90.142.0/27", + "40.90.142.192/28", + "40.90.148.224/27", + "40.90.152.192/27", + "40.90.158.0/26", + "40.100.24.64/26", + "40.100.24.128/25", + "40.115.128.0/17", + "40.126.13.128/25", + "40.126.38.0/24", + "52.108.191.0/24", + "52.108.228.0/23", + "52.109.52.0/22", + "52.111.232.0/24", + "52.112.74.0/24", + "52.112.125.0/24", + "52.112.176.0/21", + "52.112.184.0/22", + "52.113.78.0/23", + "52.113.102.0/24", + "52.113.107.0/24", + "52.113.133.0/24", + "52.113.154.0/24", + "52.114.32.0/22", + "52.115.47.0/24", + "52.121.120.0/23", + "52.121.152.0/21", + "52.121.160.0/22", + "52.121.164.0/24", + "52.122.32.0/22", + "52.122.220.0/22", + "52.122.224.0/22", + "52.123.9.0/24", + "52.123.168.0/23", + "52.136.31.0/24", + "52.140.192.0/18", + "52.155.96.0/19", + "52.156.32.0/19", + "52.185.128.0/18", + "52.232.155.0/24", + "52.239.144.0/23", + "52.243.32.0/19", + "52.245.36.0/22", + "52.246.160.0/19", + "52.253.96.0/19", + "52.253.161.0/24", + "104.41.160.0/19", + "104.44.88.224/27", + "104.44.91.224/27", + "104.44.94.112/28", + "104.46.208.0/20", + "138.91.0.0/20", + "151.206.48.128/27", + "151.206.65.0/24", + "151.206.66.0/25", + "191.237.240.0/23", + "2603:1040:400::/46", + "2603:1040:404::/48", + "2603:1040:406::/48", + "2603:1040:407::/48", + "2603:1040:408::/48", + "2603:1046:a00:f::/64", + "2603:1046:a00:10::/63", + "2603:1046:a00:26::/64", + "2603:1046:1402::/48", + "2603:1046:1500:18::/64", + "2603:1046:2000:140::/59", + "2603:1047:1:140::/59", + "2603:1061:1310:c00::/54", + "2603:1062:6:4200::400/118", + "2603:1062:6:4200::1:80/121", + "2603:1063:14::/56", + "2603:1063:113::/55", + "2603:1063:213::/55", + "2603:1063:2202:2c::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.japanwest", + "id": "AzureCloud.japanwest", + "properties": { + "changeNumber": 43, + "region": "japanwest", + "regionId": 25, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.190.128.0/17", + "13.73.232.0/21", + "13.105.106.160/27", + "13.105.106.192/28", + "13.105.106.224/27", + "20.18.128.0/20", + "20.18.160.0/20", + "20.18.176.0/21", + "20.27.64.0/18", + "20.27.192.0/18", + "20.39.176.0/21", + "20.47.10.0/24", + "20.47.66.0/24", + "20.47.99.0/24", + "20.60.12.0/24", + "20.60.105.0/24", + "20.60.186.0/23", + "20.63.192.0/18", + "20.78.128.0/18", + "20.89.192.0/18", + "20.95.128.0/24", + "20.135.48.0/23", + "20.150.10.0/23", + "20.152.10.0/23", + "20.157.56.0/24", + "20.157.103.0/24", + "20.157.242.0/24", + "20.189.192.0/18", + "20.190.141.0/25", + "20.190.165.0/24", + "20.201.149.0/24", + "20.201.150.0/24", + "20.202.42.0/24", + "20.202.50.0/23", + "20.202.52.0/23", + "20.202.79.0/24", + "20.202.87.0/24", + "20.202.88.0/24", + "20.202.92.0/24", + "20.202.96.0/24", + "20.202.182.0/24", + "20.209.16.0/23", + "20.210.128.0/18", + "23.98.56.0/24", + "23.100.104.0/21", + "40.64.146.48/28", + "40.74.64.0/18", + "40.74.128.0/20", + "40.79.209.0/24", + "40.80.56.0/21", + "40.80.176.0/21", + "40.81.176.0/20", + "40.82.100.0/22", + "40.87.204.0/22", + "40.90.18.32/27", + "40.90.27.192/26", + "40.90.28.0/26", + "40.90.137.0/27", + "40.90.142.208/28", + "40.90.156.0/26", + "40.100.6.64/26", + "40.100.38.0/25", + "40.100.38.128/26", + "40.126.13.0/25", + "40.126.37.0/24", + "52.108.46.0/23", + "52.108.86.0/24", + "52.109.132.0/22", + "52.111.233.0/24", + "52.112.73.0/24", + "52.112.88.0/22", + "52.113.14.0/24", + "52.113.72.0/22", + "52.113.87.0/24", + "52.113.106.0/24", + "52.113.155.0/24", + "52.114.36.0/22", + "52.114.209.0/24", + "52.115.100.0/22", + "52.115.104.0/23", + "52.115.114.0/24", + "52.115.235.0/24", + "52.115.236.0/23", + "52.121.80.0/22", + "52.121.84.0/23", + "52.121.116.0/22", + "52.121.165.0/24", + "52.121.168.0/22", + "52.122.40.0/22", + "52.122.204.0/22", + "52.122.208.0/22", + "52.123.8.0/24", + "52.123.170.0/23", + "52.123.172.0/24", + "52.147.64.0/19", + "52.175.128.0/18", + "52.232.158.0/24", + "52.239.146.0/23", + "52.245.92.0/22", + "74.226.0.0/17", + "104.44.92.0/27", + "104.44.94.128/28", + "104.46.224.0/20", + "104.214.128.0/19", + "104.215.0.0/18", + "138.91.16.0/20", + "151.206.48.96/27", + "151.206.64.0/24", + "191.233.32.0/20", + "191.237.236.0/24", + "191.238.68.0/24", + "191.238.80.0/21", + "191.238.88.0/22", + "191.238.92.0/23", + "191.239.96.0/20", + "2603:1040:600::/46", + "2603:1040:605::/48", + "2603:1040:606::/47", + "2603:1046:a00:7::/64", + "2603:1046:a00:27::/64", + "2603:1046:a00:28::/63", + "2603:1046:1403::/48", + "2603:1046:1500:14::/64", + "2603:1046:2000:a0::/59", + "2603:1047:1:a0::/59", + "2603:1061:1310:1000::/54", + "2603:1062:6:4200::/118", + "2603:1062:6:4200::1:0/121", + "2603:1063:15::/56", + "2603:1063:114::/55", + "2603:1063:214::/55", + "2603:1063:2202:18::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.jioindiacentral", + "id": "AzureCloud.jioindiacentral", + "properties": { + "changeNumber": 11, + "region": "jioindiacentral", + "regionId": 64, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.240.128.0/17", + "20.60.170.0/23", + "20.135.38.0/23", + "20.135.46.0/23", + "20.150.64.0/24", + "20.150.109.0/24", + "20.157.152.0/24", + "20.157.201.0/24", + "20.157.233.0/24", + "20.190.191.0/26", + "20.192.32.0/21", + "20.192.48.0/21", + "20.192.104.0/21", + "20.192.112.0/20", + "20.192.176.0/21", + "20.192.192.0/19", + "20.192.224.0/20", + "20.193.208.0/20", + "20.207.0.0/18", + "40.79.205.80/28", + "40.79.205.128/26", + "40.100.64.128/26", + "40.119.120.0/22", + "40.126.63.0/26", + "40.126.205.0/24", + "52.108.123.0/24", + "52.253.192.0/24", + "74.225.64.0/18", + "2603:1040:1100::/47", + "2603:1040:1103::/48", + "2603:1040:1104::/48", + "2603:1046:a00:49::/64", + "2603:1046:1500:c::/64", + "2603:1046:2000:1a0::/59", + "2603:1047:1:1a0::/59", + "2603:1061:1000::/48", + "2603:1061:1310:1400::/54", + "2603:1063:2202:3c::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.jioindiawest", + "id": "AzureCloud.jioindiawest", + "properties": { + "changeNumber": 11, + "region": "jioindiawest", + "regionId": 65, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.187.0.0/18", + "13.105.75.48/28", + "13.105.75.96/27", + "13.105.75.128/27", + "20.60.54.0/23", + "20.135.96.0/22", + "20.135.100.0/23", + "20.150.65.0/24", + "20.150.97.0/24", + "20.157.153.0/24", + "20.157.202.0/24", + "20.157.234.0/24", + "20.190.191.64/26", + "20.192.56.0/21", + "20.192.160.0/21", + "20.192.240.0/20", + "20.193.160.0/19", + "20.193.192.0/20", + "20.207.224.0/19", + "20.244.128.0/17", + "40.64.0.0/18", + "40.100.63.192/26", + "40.100.64.0/25", + "40.119.124.0/22", + "40.126.63.64/26", + "40.126.206.0/24", + "40.127.32.0/24", + "52.108.124.0/24", + "52.253.193.0/24", + "52.253.194.0/23", + "2603:1040:d00::/47", + "2603:1040:d03::/48", + "2603:1040:d04::/48", + "2603:1046:a00:46::/63", + "2603:1046:a00:48::/64", + "2603:1046:1500:10::/64", + "2603:1046:2000:1c0::/59", + "2603:1047:1:1c0::/59", + "2603:1061:1001::/48", + "2603:1061:1310:1800::/54", + "2603:1063:2202:40::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.koreacentral", + "id": "AzureCloud.koreacentral", + "properties": { + "changeNumber": 42, + "region": "koreacentral", + "regionId": 26, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.181.0.0/16", + "4.183.0.0/16", + "4.217.0.0/16", + "4.218.0.0/16", + "4.230.0.0/16", + "13.104.129.192/26", + "13.104.223.128/26", + "13.105.20.0/25", + "13.105.96.112/28", + "13.105.97.32/27", + "13.105.97.64/27", + "20.33.7.0/24", + "20.33.154.0/24", + "20.39.184.0/21", + "20.39.192.0/20", + "20.41.64.0/18", + "20.44.24.0/21", + "20.47.46.0/24", + "20.47.90.0/24", + "20.60.16.0/24", + "20.60.200.0/23", + "20.95.140.0/24", + "20.135.108.0/22", + "20.135.112.0/23", + "20.150.4.0/23", + "20.157.140.0/24", + "20.190.144.128/25", + "20.190.148.128/25", + "20.190.180.0/24", + "20.194.0.0/18", + "20.194.64.0/20", + "20.194.80.0/21", + "20.194.96.0/19", + "20.196.64.0/18", + "20.196.128.0/17", + "20.200.192.0/18", + "20.209.46.0/23", + "20.214.64.0/18", + "20.214.128.0/17", + "20.249.0.0/16", + "40.64.147.0/28", + "40.79.221.0/24", + "40.80.36.0/22", + "40.82.128.0/19", + "40.90.17.224/27", + "40.90.128.176/28", + "40.90.131.128/27", + "40.90.139.128/27", + "40.90.156.64/27", + "40.100.25.64/26", + "40.100.25.128/25", + "40.126.16.128/25", + "40.126.20.128/25", + "40.126.52.0/24", + "51.53.200.0/21", + "52.108.48.0/23", + "52.108.87.0/24", + "52.109.44.0/22", + "52.111.194.0/24", + "52.113.157.0/24", + "52.114.44.0/22", + "52.115.106.0/23", + "52.115.108.0/22", + "52.121.172.0/22", + "52.121.176.0/23", + "52.122.36.0/22", + "52.122.212.0/22", + "52.122.216.0/22", + "52.123.173.0/24", + "52.141.0.0/18", + "52.231.0.0/17", + "52.232.145.0/24", + "52.239.148.0/27", + "52.239.164.192/26", + "52.239.190.128/26", + "52.245.112.0/22", + "52.253.173.0/24", + "52.253.174.0/24", + "74.227.136.0/21", + "104.44.90.160/27", + "151.206.48.224/28", + "151.206.69.0/24", + "2603:1040:f00::/47", + "2603:1040:f02::/48", + "2603:1040:f04::/48", + "2603:1040:f05::/48", + "2603:1040:f06::/48", + "2603:1046:a00:13::/64", + "2603:1046:a00:14::/63", + "2603:1046:1404::/48", + "2603:1046:1500:20::/64", + "2603:1046:2000:160::/59", + "2603:1047:1:160::/59", + "2603:1061:1310:1c00::/54", + "2603:1062:6:4200::1000/119", + "2603:1062:6:4200::1:200/121", + "2603:1063::/56", + "2603:1063:115::/55", + "2603:1063:215::/55", + "2603:1063:2202:34::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.koreasouth", + "id": "AzureCloud.koreasouth", + "properties": { + "changeNumber": 24, + "region": "koreasouth", + "regionId": 50, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.243.0.0/16", + "13.104.157.0/25", + "20.39.168.0/21", + "20.47.47.0/24", + "20.47.91.0/24", + "20.60.45.0/24", + "20.60.202.0/23", + "20.135.26.0/23", + "20.135.30.0/23", + "20.150.14.0/23", + "20.157.137.0/24", + "20.190.148.0/25", + "20.190.179.0/24", + "20.194.88.0/21", + "20.200.128.0/18", + "20.202.40.0/24", + "20.214.0.0/18", + "40.64.147.16/28", + "40.79.220.0/24", + "40.80.32.0/22", + "40.80.168.0/21", + "40.80.224.0/20", + "40.89.192.0/19", + "40.90.131.160/27", + "40.90.139.160/27", + "40.90.157.32/27", + "40.100.25.0/26", + "40.100.60.0/26", + "40.126.20.0/25", + "40.126.51.0/24", + "52.108.190.0/24", + "52.108.226.0/23", + "52.109.48.0/22", + "52.111.234.0/24", + "52.113.110.0/23", + "52.113.156.0/24", + "52.114.48.0/22", + "52.123.174.0/24", + "52.147.96.0/19", + "52.231.128.0/17", + "52.232.144.0/24", + "52.239.165.0/26", + "52.239.165.160/27", + "52.239.190.192/26", + "52.239.204.0/24", + "52.245.100.0/22", + "74.227.0.0/17", + "74.227.128.0/21", + "104.44.94.224/27", + "151.206.48.192/27", + "151.206.68.0/24", + "2603:1040:e00::/47", + "2603:1040:e02::/48", + "2603:1040:e04::/48", + "2603:1040:e05::/48", + "2603:1040:e06::/48", + "2603:1046:a00:12::/64", + "2603:1046:a00:37::/64", + "2603:1046:1405::/48", + "2603:1046:1500:1c::/64", + "2603:1046:2000:e0::/59", + "2603:1047:1:e0::/59", + "2603:1061:1310:2000::/54", + "2603:1062:6:4200::c00/118", + "2603:1062:6:4200::1:180/121", + "2603:1063:1::/56", + "2603:1063:100::/55", + "2603:1063:200::/55", + "2603:1063:2202:1c::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.northcentralus", + "id": "AzureCloud.northcentralus", + "properties": { + "changeNumber": 44, + "region": "northcentralus", + "regionId": 34, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "13.105.26.0/24", + "13.105.28.16/28", + "13.105.29.0/25", + "13.105.37.64/26", + "13.105.37.128/26", + "13.105.102.16/28", + "13.105.102.64/26", + "20.25.192.0/18", + "20.33.0.0/24", + "20.33.147.0/24", + "20.36.96.0/21", + "20.41.128.0/18", + "20.47.3.0/24", + "20.47.15.0/24", + "20.47.107.0/24", + "20.47.119.0/24", + "20.49.112.0/21", + "20.51.0.0/21", + "20.59.192.0/18", + "20.60.28.0/23", + "20.60.82.0/23", + "20.66.128.0/17", + "20.72.32.0/19", + "20.80.0.0/18", + "20.88.0.0/18", + "20.95.7.0/24", + "20.95.8.0/21", + "20.95.18.0/24", + "20.98.0.0/18", + "20.102.192.0/18", + "20.112.160.0/20", + "20.112.176.0/21", + "20.125.160.0/19", + "20.125.192.0/19", + "20.125.224.0/20", + "20.135.12.0/22", + "20.135.70.0/23", + "20.135.254.0/23", + "20.143.8.0/23", + "20.150.17.0/25", + "20.150.25.0/24", + "20.150.49.0/24", + "20.150.67.0/24", + "20.150.126.0/24", + "20.157.47.0/24", + "20.157.99.0/24", + "20.157.172.0/24", + "20.190.135.0/24", + "20.190.156.0/24", + "20.201.135.0/24", + "20.201.136.0/24", + "20.209.38.0/23", + "20.209.114.0/23", + "20.209.218.0/24", + "20.221.192.0/18", + "20.236.64.0/18", + "20.241.0.0/17", + "23.96.128.0/17", + "23.98.48.0/21", + "23.100.72.0/21", + "23.100.224.0/20", + "23.101.160.0/20", + "40.64.146.96/28", + "40.77.131.224/28", + "40.77.136.96/28", + "40.77.137.192/27", + "40.77.139.0/25", + "40.77.175.0/27", + "40.77.176.0/24", + "40.77.182.128/27", + "40.77.183.0/24", + "40.77.188.0/22", + "40.77.196.0/24", + "40.77.198.64/26", + "40.77.200.128/25", + "40.77.224.0/28", + "40.77.224.32/27", + "40.77.231.0/24", + "40.77.234.0/25", + "40.77.236.32/27", + "40.77.236.160/28", + "40.77.237.0/26", + "40.77.248.128/25", + "40.77.254.0/26", + "40.77.255.192/26", + "40.78.208.64/28", + "40.78.222.0/24", + "40.80.184.0/21", + "40.81.32.0/20", + "40.87.172.0/22", + "40.90.19.64/26", + "40.90.132.96/27", + "40.90.133.128/28", + "40.90.135.64/26", + "40.90.140.128/27", + "40.90.144.32/27", + "40.90.155.192/26", + "40.91.24.0/22", + "40.97.53.0/25", + "40.97.53.128/26", + "40.116.0.0/16", + "40.126.7.0/24", + "40.126.28.0/24", + "52.108.182.0/24", + "52.108.203.0/24", + "52.109.16.0/22", + "52.111.235.0/24", + "52.112.94.0/24", + "52.113.198.0/24", + "52.114.168.0/22", + "52.123.190.0/23", + "52.141.128.0/18", + "52.159.64.0/18", + "52.162.0.0/16", + "52.232.156.0/24", + "52.237.128.0/18", + "52.239.149.0/24", + "52.239.186.0/24", + "52.239.253.0/24", + "52.240.128.0/17", + "52.245.72.0/22", + "52.252.128.0/17", + "65.52.0.0/19", + "65.52.48.0/20", + "65.52.104.0/24", + "65.52.106.0/24", + "65.52.192.0/19", + "65.52.232.0/21", + "65.52.240.0/21", + "65.55.60.176/29", + "65.55.105.192/27", + "65.55.106.208/28", + "65.55.106.224/28", + "65.55.109.0/24", + "65.55.211.0/27", + "65.55.212.0/27", + "65.55.212.128/25", + "65.55.213.0/27", + "65.55.218.0/24", + "65.55.219.0/27", + "104.44.88.128/27", + "104.44.91.128/27", + "104.44.94.64/28", + "104.47.220.0/22", + "131.253.12.16/28", + "131.253.12.40/29", + "131.253.12.48/29", + "131.253.12.192/28", + "131.253.12.248/29", + "131.253.13.0/28", + "131.253.13.32/28", + "131.253.14.32/27", + "131.253.14.160/27", + "131.253.14.248/29", + "131.253.15.32/27", + "131.253.15.208/28", + "131.253.15.224/27", + "131.253.25.0/24", + "131.253.27.0/24", + "131.253.36.128/26", + "131.253.38.32/27", + "131.253.38.224/27", + "131.253.40.16/28", + "131.253.40.32/28", + "131.253.40.96/27", + "131.253.40.192/26", + "151.206.50.160/27", + "151.206.94.0/23", + "157.55.24.0/21", + "157.55.55.0/27", + "157.55.55.32/28", + "157.55.55.152/29", + "157.55.55.176/29", + "157.55.55.200/29", + "157.55.55.216/29", + "157.55.60.224/27", + "157.55.64.0/20", + "157.55.106.128/25", + "157.55.110.0/23", + "157.55.115.0/25", + "157.55.136.0/21", + "157.55.151.0/28", + "157.55.160.0/20", + "157.55.208.0/21", + "157.55.248.0/21", + "157.56.8.0/21", + "157.56.24.160/27", + "157.56.24.192/28", + "157.56.28.0/22", + "157.56.216.0/26", + "168.62.96.0/19", + "168.62.224.0/19", + "172.183.0.0/16", + "191.233.144.0/20", + "191.236.128.0/18", + "199.30.31.0/25", + "204.79.180.0/24", + "207.46.193.192/28", + "207.46.193.224/27", + "207.46.198.128/25", + "207.46.200.96/27", + "207.46.200.176/28", + "207.46.202.128/28", + "207.46.205.0/24", + "207.68.174.40/29", + "207.68.174.184/29", + "2603:1030:600::/46", + "2603:1030:604::/47", + "2603:1030:607::/48", + "2603:1030:608::/47", + "2603:1036:903:f::/64", + "2603:1036:903:10::/63", + "2603:1036:2406::/48", + "2603:1036:2500:8::/64", + "2603:1036:3000:60::/59", + "2603:1037:1:60::/59", + "2603:1061:1312:1800::/54", + "2603:1062:6:4200::5c00/118", + "2603:1062:6:4200::1:980/121", + "2603:1063:2::/56", + "2603:1063:101::/55", + "2603:1063:201::/55", + "2603:1063:2200:c::/64", + "2a01:111:f100:1000::/62", + "2a01:111:f100:1004::/63" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.northeurope2", + "id": "AzureCloud.northeurope2", + "properties": { + "changeNumber": 2, + "region": "northeurope2", + "regionId": 16, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "40.78.212.0/24", + "40.80.4.0/22", + "52.108.128.0/24", + "2603:1020:500::/47", + "2603:1020:503::/48", + "2603:1020:504::/48", + "2603:1026:240d::/48", + "2603:1026:3000:160::/59", + "2603:1027:1:160::/59", + "2603:1061:1311:2400::/54" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.northeurope", + "id": "AzureCloud.northeurope", + "properties": { + "changeNumber": 71, + "region": "northeurope", + "regionId": 17, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.207.0.0/16", + "4.208.0.0/15", + "4.210.0.0/17", + "4.231.128.0/17", + "4.245.128.0/17", + "13.69.128.0/17", + "13.70.192.0/18", + "13.74.0.0/16", + "13.79.0.0/16", + "13.94.64.0/18", + "13.104.148.0/25", + "13.104.149.128/25", + "13.104.150.0/25", + "13.104.208.160/28", + "13.104.210.0/24", + "13.105.18.0/26", + "13.105.21.0/24", + "13.105.28.48/28", + "13.105.37.192/26", + "13.105.60.192/26", + "13.105.67.0/25", + "13.105.96.128/25", + "20.13.128.0/17", + "20.33.17.0/24", + "20.33.149.0/24", + "20.38.64.0/19", + "20.38.102.0/23", + "20.47.8.0/24", + "20.47.20.0/23", + "20.47.32.0/24", + "20.47.111.0/24", + "20.47.117.0/24", + "20.50.64.0/20", + "20.50.80.0/21", + "20.54.0.0/17", + "20.60.19.0/24", + "20.60.40.0/23", + "20.60.144.0/23", + "20.60.204.0/23", + "20.60.246.0/23", + "20.67.128.0/17", + "20.82.128.0/17", + "20.93.0.0/17", + "20.95.88.0/21", + "20.105.0.0/17", + "20.107.128.0/17", + "20.123.0.0/17", + "20.135.20.0/23", + "20.135.134.0/23", + "20.135.136.0/22", + "20.143.3.0/24", + "20.143.13.0/24", + "20.143.46.0/23", + "20.150.26.0/24", + "20.150.47.128/25", + "20.150.48.0/24", + "20.150.75.0/24", + "20.150.84.0/24", + "20.150.104.0/24", + "20.157.27.0/24", + "20.157.60.0/24", + "20.157.100.0/24", + "20.157.111.0/24", + "20.157.119.0/24", + "20.157.127.0/24", + "20.157.159.0/24", + "20.157.179.0/24", + "20.157.217.0/24", + "20.157.244.0/24", + "20.157.247.0/24", + "20.166.0.0/16", + "20.190.129.0/24", + "20.190.159.0/24", + "20.191.0.0/18", + "20.202.1.0/24", + "20.202.119.0/24", + "20.202.141.0/24", + "20.202.142.0/23", + "20.202.144.0/22", + "20.202.148.0/23", + "20.202.151.0/24", + "20.202.153.0/24", + "20.202.155.0/24", + "20.202.157.0/24", + "20.202.159.0/24", + "20.202.161.0/24", + "20.202.163.0/24", + "20.202.165.0/24", + "20.202.167.0/24", + "20.209.14.0/23", + "20.209.58.0/23", + "20.209.96.0/23", + "20.209.104.0/23", + "20.209.160.0/23", + "20.223.0.0/16", + "20.234.0.0/17", + "20.238.0.0/17", + "23.100.48.0/20", + "23.100.128.0/18", + "23.101.48.0/20", + "23.102.0.0/18", + "40.64.144.64/27", + "40.67.224.0/19", + "40.69.0.0/18", + "40.69.64.0/19", + "40.69.192.0/19", + "40.77.133.0/24", + "40.77.136.32/28", + "40.77.136.80/28", + "40.77.165.0/24", + "40.77.174.0/24", + "40.77.175.160/27", + "40.77.182.96/27", + "40.77.226.128/25", + "40.77.229.0/24", + "40.77.234.160/27", + "40.77.236.0/27", + "40.77.236.176/28", + "40.77.255.0/25", + "40.78.211.0/24", + "40.79.204.0/27", + "40.79.204.32/28", + "40.79.204.64/27", + "40.85.0.0/17", + "40.85.128.0/20", + "40.87.128.0/19", + "40.87.188.0/22", + "40.90.17.192/27", + "40.90.25.64/26", + "40.90.25.128/26", + "40.90.31.128/25", + "40.90.128.16/28", + "40.90.129.192/27", + "40.90.130.224/28", + "40.90.133.64/27", + "40.90.136.176/28", + "40.90.137.192/27", + "40.90.140.64/27", + "40.90.141.96/27", + "40.90.141.128/27", + "40.90.145.0/27", + "40.90.145.224/27", + "40.90.147.96/27", + "40.90.148.160/28", + "40.90.149.128/25", + "40.90.153.128/25", + "40.91.20.0/22", + "40.91.32.0/22", + "40.93.64.0/24", + "40.101.2.0/25", + "40.101.2.128/26", + "40.101.21.0/25", + "40.101.21.128/26", + "40.112.36.0/25", + "40.112.37.64/26", + "40.112.64.0/19", + "40.113.0.0/18", + "40.113.64.0/19", + "40.115.96.0/19", + "40.120.160.0/22", + "40.123.156.0/22", + "40.126.1.0/24", + "40.126.31.0/24", + "40.127.96.0/20", + "40.127.128.0/17", + "51.104.64.0/18", + "51.104.128.0/18", + "51.138.176.0/20", + "51.138.224.0/20", + "52.101.65.0/24", + "52.101.66.0/23", + "52.101.68.0/24", + "52.101.84.0/24", + "52.102.160.0/24", + "52.103.32.0/24", + "52.103.160.0/24", + "52.108.174.0/23", + "52.108.176.0/24", + "52.108.196.0/24", + "52.108.240.0/21", + "52.109.76.0/22", + "52.111.236.0/24", + "52.112.101.0/24", + "52.112.191.0/24", + "52.112.228.0/25", + "52.112.229.0/24", + "52.112.232.0/24", + "52.112.236.0/24", + "52.113.40.0/21", + "52.113.48.0/20", + "52.113.112.0/20", + "52.113.136.0/21", + "52.113.205.0/24", + "52.114.76.0/22", + "52.114.231.0/24", + "52.114.233.0/24", + "52.114.248.0/22", + "52.120.136.0/21", + "52.120.192.0/20", + "52.121.16.0/21", + "52.121.48.0/20", + "52.122.24.0/22", + "52.122.72.0/21", + "52.122.80.0/20", + "52.123.6.0/24", + "52.123.136.0/22", + "52.123.140.0/24", + "52.125.138.0/23", + "52.138.128.0/17", + "52.142.64.0/18", + "52.143.195.0/24", + "52.143.209.0/24", + "52.146.128.0/17", + "52.155.64.0/19", + "52.155.128.0/17", + "52.156.192.0/18", + "52.158.0.0/17", + "52.164.0.0/16", + "52.169.0.0/16", + "52.178.128.0/17", + "52.232.148.0/24", + "52.236.0.0/17", + "52.239.136.0/22", + "52.239.205.0/24", + "52.239.248.0/24", + "52.245.40.0/22", + "52.245.88.0/22", + "65.52.64.0/20", + "65.52.224.0/21", + "68.219.0.0/17", + "68.219.128.0/19", + "68.219.192.0/18", + "74.234.0.0/17", + "94.245.88.0/21", + "94.245.104.0/21", + "94.245.117.96/27", + "94.245.118.0/27", + "94.245.120.128/28", + "94.245.122.0/24", + "94.245.123.144/28", + "94.245.123.176/28", + "98.71.0.0/17", + "104.41.64.0/18", + "104.41.192.0/18", + "104.44.88.64/27", + "104.44.91.64/27", + "104.44.92.192/27", + "104.44.94.32/28", + "104.45.80.0/20", + "104.45.96.0/19", + "104.46.8.0/21", + "104.46.64.0/19", + "104.47.218.0/23", + "131.253.40.80/28", + "134.170.80.64/28", + "137.116.224.0/19", + "137.135.128.0/17", + "138.91.48.0/20", + "151.206.49.64/27", + "151.206.75.192/26", + "151.206.76.0/23", + "151.206.78.0/25", + "157.55.3.0/24", + "157.55.10.160/29", + "157.55.10.176/28", + "157.55.13.128/26", + "157.55.107.0/24", + "157.55.204.128/25", + "168.61.80.0/20", + "168.61.96.0/19", + "168.63.32.0/19", + "168.63.64.0/20", + "168.63.80.0/21", + "168.63.92.0/22", + "191.235.128.0/18", + "191.235.192.0/22", + "191.235.208.0/20", + "191.235.255.0/24", + "191.237.192.0/23", + "191.237.194.0/24", + "191.237.196.0/24", + "191.237.208.0/20", + "191.238.96.0/19", + "191.239.208.0/20", + "193.149.88.0/21", + "2603:1020::/47", + "2603:1020:2::/48", + "2603:1020:4::/48", + "2603:1020:5::/48", + "2603:1020:6::/48", + "2603:1026:900:4::/63", + "2603:1026:900:6::/64", + "2603:1026:900:1d::/64", + "2603:1026:900:1e::/63", + "2603:1026:2404::/48", + "2603:1026:3000:c0::/59", + "2603:1027:1:c0::/59", + "2603:1061:1311:2000::/54", + "2603:1062:6:4200::2400/118", + "2603:1062:6:4200::2800/118", + "2603:1062:6:4200::1:580/121", + "2603:1063:20::/56", + "2603:1063:102::/55", + "2603:1063:202::/55", + "2603:1063:2206:14::/64", + "2a01:111:f100:a000::/63", + "2a01:111:f100:a002::/64", + "2a01:111:f100:a004::/64", + "2a01:111:f403:c200::/64", + "2a01:111:f403:ca00::/62", + "2a01:111:f403:ca04::/64", + "2a01:111:f403:d200::/64", + "2a01:111:f403:da00::/64", + "2a01:111:f403:e200::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.norwaye", + "id": "AzureCloud.norwaye", + "properties": { + "changeNumber": 30, + "region": "norwaye", + "regionId": 63, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.177.0.0/16", + "4.179.0.0/16", + "4.219.0.0/16", + "4.220.0.0/17", + "4.235.0.0/16", + "13.104.155.32/27", + "13.104.158.0/28", + "13.104.158.32/27", + "13.104.218.0/25", + "13.105.97.96/27", + "13.105.97.128/25", + "20.38.120.0/24", + "20.47.48.0/24", + "20.60.206.0/23", + "20.95.65.0/24", + "20.100.0.0/18", + "20.100.128.0/17", + "20.135.158.0/23", + "20.135.160.0/22", + "20.150.53.0/24", + "20.150.121.0/24", + "20.157.2.0/24", + "20.157.165.0/24", + "20.190.185.0/24", + "20.209.24.0/23", + "20.251.0.0/16", + "40.64.146.224/28", + "40.82.84.0/22", + "40.101.25.192/26", + "40.101.26.0/25", + "40.101.58.128/25", + "40.101.59.0/26", + "40.119.104.0/22", + "40.126.57.0/24", + "40.126.200.0/24", + "51.13.0.0/21", + "51.13.16.0/20", + "51.13.32.0/19", + "51.13.64.0/18", + "51.13.160.0/19", + "51.107.208.0/20", + "51.120.0.0/17", + "51.120.208.0/21", + "51.120.232.0/21", + "51.120.240.0/20", + "52.108.77.0/24", + "52.108.98.0/24", + "52.109.86.0/23", + "52.111.197.0/24", + "52.114.234.0/24", + "52.123.147.0/24", + "52.253.168.0/24", + "52.253.177.0/24", + "52.253.178.0/24", + "2603:1020:e00::/47", + "2603:1020:e03::/48", + "2603:1020:e04::/47", + "2603:1026:900:16::/63", + "2603:1026:900:18::/64", + "2603:1026:900:30::/63", + "2603:1026:900:32::/64", + "2603:1026:240e::/48", + "2603:1026:2500:28::/64", + "2603:1026:3000:180::/59", + "2603:1027:1:180::/59", + "2603:1061:1311:2800::/54", + "2603:1063:3::/56", + "2603:1063:103::/55", + "2603:1063:203::/55", + "2603:1063:2206:28::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.norwayw", + "id": "AzureCloud.norwayw", + "properties": { + "changeNumber": 19, + "region": "norwayw", + "regionId": 74, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.220.128.0/17", + "13.104.153.48/28", + "13.104.153.96/27", + "13.104.155.0/27", + "13.104.217.128/25", + "20.33.170.0/24", + "20.47.49.0/24", + "20.60.15.0/24", + "20.100.64.0/18", + "20.135.58.0/23", + "20.150.0.0/24", + "20.150.56.0/24", + "20.157.3.0/24", + "20.190.186.0/24", + "40.101.26.128/25", + "40.101.27.0/26", + "40.119.108.0/22", + "40.126.58.0/24", + "40.126.201.0/24", + "51.13.128.0/19", + "51.120.128.0/18", + "51.120.192.0/20", + "51.120.216.0/21", + "51.120.224.0/21", + "52.108.177.0/24", + "52.108.198.0/24", + "52.109.144.0/23", + "52.111.198.0/24", + "52.114.238.0/24", + "52.123.148.0/24", + "52.253.167.0/24", + "74.240.0.0/17", + "74.240.128.0/21", + "2603:1020:f00::/47", + "2603:1020:f03::/48", + "2603:1020:f04::/47", + "2603:1026:900:33::/64", + "2603:1026:900:34::/63", + "2603:1026:2409::/48", + "2603:1026:2500:10::/64", + "2603:1026:3000:80::/59", + "2603:1027:1:80::/59", + "2603:1061:1311:2c00::/54", + "2603:1063:4::/56", + "2603:1063:104::/55", + "2603:1063:204::/55", + "2603:1063:2206:c::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.polandcentral", + "id": "AzureCloud.polandcentral", + "properties": { + "changeNumber": 8, + "region": "polandcentral", + "regionId": 52, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "13.105.104.80/28", + "13.105.104.128/26", + "20.20.34.0/24", + "20.33.174.0/24", + "20.38.17.0/24", + "20.60.92.0/23", + "20.135.248.0/23", + "20.143.6.0/23", + "20.143.20.0/22", + "20.157.168.0/24", + "20.157.206.0/24", + "20.157.225.0/24", + "20.209.60.0/23", + "20.209.94.0/23", + "20.215.0.0/16", + "20.231.130.0/24", + "40.101.112.64/26", + "40.101.112.128/25", + "40.123.172.0/25", + "40.123.172.128/27", + "40.123.172.160/28", + "40.123.172.176/29", + "40.123.172.184/30", + "40.123.172.188/31", + "52.108.129.0/24", + "52.108.144.0/24", + "52.109.146.0/23", + "52.111.199.0/24", + "52.112.100.0/24", + "52.253.204.0/23", + "52.253.206.0/24", + "74.248.0.0/17", + "151.206.49.160/28", + "151.206.84.0/24", + "151.206.85.0/25", + "2603:1020:1300::/47", + "2603:1020:1302::/48", + "2603:1020:1303::/48", + "2603:1026:900:3a::/63", + "2603:1026:900:3c::/64", + "2603:1026:2413::/48", + "2603:1026:3000:260::/59", + "2603:1061:1006::/58", + "2603:1061:1006:40::/60", + "2603:1061:1006:50::/63", + "2603:1061:1006:52::/64", + "2603:1061:1311:3000::/54", + "2603:1062:6:4200::3c00/118", + "2603:1062:6:4200::1:700/121", + "2603:1063:2206:48::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.qatarcentral", + "id": "AzureCloud.qatarcentral", + "properties": { + "changeNumber": 38, + "region": "qatarcentral", + "regionId": 84, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.170.0.0/15", + "4.244.0.0/16", + "13.105.99.64/27", + "13.105.99.96/28", + "13.105.99.128/27", + "13.105.101.128/27", + "13.105.101.160/28", + "13.105.101.192/27", + "13.105.103.16/28", + "13.105.103.64/26", + "20.21.0.0/16", + "20.33.176.0/24", + "20.38.16.0/24", + "20.60.208.0/23", + "20.95.129.0/24", + "20.135.238.0/23", + "20.135.242.0/23", + "20.135.244.0/22", + "20.157.154.0/24", + "20.157.190.0/24", + "20.157.207.0/24", + "20.173.0.0/16", + "20.190.191.192/26", + "20.209.2.0/23", + "20.209.54.0/23", + "20.209.202.0/23", + "40.100.64.192/26", + "40.100.65.0/25", + "40.123.148.0/25", + "40.123.148.128/26", + "40.123.148.192/29", + "40.123.148.200/30", + "40.123.148.204/31", + "40.126.63.192/26", + "52.108.130.0/24", + "52.109.148.0/23", + "52.111.200.0/24", + "52.114.204.0/23", + "52.123.149.0/24", + "52.123.150.0/24", + "52.253.200.0/23", + "52.253.202.0/24", + "2603:1040:1001::/48", + "2603:1040:1002::/48", + "2603:1040:1003::/48", + "2603:1040:1004::/48", + "2603:1046:a00:4a::/63", + "2603:1046:a00:4c::/64", + "2603:1046:140c::/48", + "2603:1046:1500:34::/64", + "2603:1046:2000:1e0::/59", + "2603:1047:1:1e0::/59", + "2603:1061:1004::/58", + "2603:1061:1004:40::/60", + "2603:1061:1004:50::/61", + "2603:1061:1004:58::/63", + "2603:1061:1004:5a::/64", + "2603:1061:1310:2800::/54", + "2603:1063:2202:44::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.southafricanorth", + "id": "AzureCloud.southafricanorth", + "properties": { + "changeNumber": 37, + "region": "southafricanorth", + "regionId": 82, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.167.0.0/16", + "4.168.0.0/16", + "4.221.0.0/16", + "4.222.0.0/16", + "4.253.0.0/16", + "13.104.158.128/27", + "13.104.158.160/28", + "13.104.158.192/27", + "13.105.27.224/27", + "20.33.10.0/23", + "20.33.16.0/24", + "20.33.137.0/24", + "20.33.173.0/24", + "20.38.114.128/25", + "20.45.128.0/21", + "20.47.50.0/24", + "20.47.92.0/24", + "20.60.190.0/23", + "20.87.0.0/17", + "20.87.192.0/18", + "20.95.224.0/24", + "20.135.78.0/23", + "20.135.80.0/22", + "20.150.21.0/24", + "20.150.62.0/24", + "20.150.101.0/24", + "20.157.162.0/24", + "20.164.0.0/16", + "20.190.190.0/26", + "20.202.71.0/24", + "20.202.100.0/23", + "20.202.183.0/24", + "20.209.130.0/23", + "20.209.208.0/23", + "40.64.146.112/28", + "40.79.203.0/24", + "40.82.20.0/22", + "40.82.120.0/22", + "40.90.19.0/27", + "40.90.128.144/28", + "40.90.130.144/28", + "40.90.133.160/27", + "40.90.143.128/27", + "40.90.151.64/27", + "40.90.157.224/27", + "40.100.61.0/25", + "40.100.61.128/26", + "40.119.64.0/22", + "40.120.16.0/20", + "40.123.240.0/20", + "40.126.62.0/26", + "40.127.0.0/19", + "52.108.54.0/23", + "52.108.90.0/24", + "52.109.150.0/23", + "52.111.237.0/24", + "52.114.112.0/23", + "52.114.120.0/24", + "52.114.214.0/23", + "52.114.224.0/24", + "52.121.86.0/23", + "52.121.182.0/24", + "52.123.151.0/24", + "52.143.204.0/23", + "52.143.206.0/24", + "52.239.232.0/25", + "102.37.0.0/20", + "102.37.16.0/21", + "102.37.24.0/23", + "102.37.26.32/27", + "102.37.32.0/19", + "102.37.72.0/21", + "102.37.96.0/19", + "102.37.128.0/19", + "102.37.160.0/21", + "102.37.176.0/20", + "102.37.192.0/18", + "102.133.120.0/21", + "102.133.128.0/18", + "102.133.192.0/19", + "102.133.224.0/20", + "102.133.240.0/25", + "102.133.240.128/26", + "102.133.248.0/21", + "2603:1000:100::/47", + "2603:1000:103::/48", + "2603:1000:104::/47", + "2603:1006:1400::/48", + "2603:1006:1500:4::/64", + "2603:1006:2000::/59", + "2603:1007:200::/59", + "2603:1046:a00:3b::/64", + "2603:1046:a00:3c::/63", + "2603:1061:1313::/54", + "2603:1063:22::/56", + "2603:1063:105::/55", + "2603:1063:205::/55", + "2603:1063:2206:30::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.southafricawest", + "id": "AzureCloud.southafricawest", + "properties": { + "changeNumber": 21, + "region": "southafricawest", + "regionId": 83, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "13.104.144.160/27", + "20.38.121.0/25", + "20.45.136.0/21", + "20.47.51.0/24", + "20.47.93.0/24", + "20.60.8.0/24", + "20.60.210.0/23", + "20.87.128.0/18", + "20.135.32.0/23", + "20.150.20.0/25", + "20.157.228.0/24", + "20.190.189.192/26", + "40.64.146.128/28", + "40.78.209.0/24", + "40.82.64.0/22", + "40.90.17.0/27", + "40.90.128.96/28", + "40.90.152.224/27", + "40.100.61.192/26", + "40.117.0.0/19", + "40.119.68.0/22", + "40.126.61.192/26", + "52.108.187.0/24", + "52.108.220.0/23", + "52.109.152.0/23", + "52.111.238.0/24", + "52.114.228.0/24", + "52.123.152.0/24", + "52.143.203.0/24", + "52.239.232.128/25", + "102.37.26.0/27", + "102.37.64.0/21", + "102.37.80.0/20", + "102.133.0.0/18", + "102.133.64.0/19", + "102.133.96.0/20", + "102.133.112.0/28", + "2603:1000::/47", + "2603:1000:3::/48", + "2603:1000:4::/47", + "2603:1006:1401::/48", + "2603:1006:1500::/64", + "2603:1006:2000:20::/59", + "2603:1007:200:20::/59", + "2603:1046:a00:3e::/64", + "2603:1061:1313:400::/54", + "2603:1063:23::/56", + "2603:1063:106::/55", + "2603:1063:206::/55", + "2603:1063:2206:3c::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.usstagec", + "id": "AzureCloud.usstagec", + "properties": { + "changeNumber": 11, + "region": "usstagec", + "regionId": 69, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "13.105.16.128/26", + "20.38.110.0/23", + "20.43.112.0/21", + "20.44.0.0/21", + "20.45.96.0/20", + "20.45.112.0/21", + "20.46.64.0/19", + "20.46.128.0/20", + "20.47.14.0/24", + "20.60.9.0/24", + "20.135.34.0/23", + "20.209.150.0/23", + "23.100.192.0/19", + "40.82.76.0/22", + "40.87.176.168/30", + "40.87.176.172/31", + "40.87.176.176/29", + "40.87.176.188/30", + "40.87.176.208/29", + "40.87.176.234/31", + "40.87.176.236/30", + "40.87.177.0/28", + "40.87.177.122/31", + "40.87.177.154/31", + "40.87.177.204/30", + "40.87.177.208/30", + "40.87.179.194/31", + "40.87.179.196/30", + "40.87.179.200/31", + "40.90.16.32/27", + "40.90.128.32/28", + "40.90.151.192/27", + "40.97.63.0/26", + "40.123.164.138/31", + "40.123.164.140/30", + "40.123.164.144/30", + "40.123.164.148/31", + "40.123.165.0/30", + "40.123.165.28/31", + "40.123.165.62/31", + "40.123.165.64/30", + "40.123.165.76/31", + "40.126.196.0/24", + "52.108.132.0/24", + "52.143.220.0/24", + "2603:1030:301::/48", + "2603:1030:302::/48", + "2603:1030:303::/48", + "2603:1030:804:50::/63", + "2603:1030:804:52::/64", + "2603:1030:804:55::/64", + "2603:1030:804:56::/63", + "2603:1030:804:58::/63", + "2603:1030:804:5a::/64", + "2603:1030:804:64::/63", + "2603:1030:804:66::/64", + "2603:1030:804:a5::/64", + "2603:1030:804:b5::/64", + "2603:1030:804:ce::/63", + "2603:1030:804:d0::/63", + "2603:1030:804:1c9::/64", + "2603:1030:804:1ca::/63", + "2603:1030:804:1cc::/64", + "2603:1030:804:22d::/64", + "2603:1030:804:22e::/63", + "2603:1030:804:230::/63", + "2603:1030:804:232::/64", + "2603:1030:804:268::/63", + "2603:1030:804:276::/64", + "2603:1030:804:287::/64", + "2603:1030:804:288::/63", + "2603:1030:804:28f::/64", + "2603:1030:80c::/48", + "2603:1036:903:45::/64", + "2603:1036:240e::/48", + "2603:1036:2500:28::/64", + "2603:1036:3000:1a0::/59", + "2603:1037:1:1a0::/59", + "2603:1061:1701::/48" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.southcentralus", + "id": "AzureCloud.southcentralus", + "properties": { + "changeNumber": 105, + "region": "southcentralus", + "regionId": 35, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.149.96.0/19", + "4.150.0.0/18", + "4.151.0.0/16", + "13.65.0.0/16", + "13.66.0.0/17", + "13.73.240.0/20", + "13.84.0.0/15", + "13.104.144.64/27", + "13.104.208.128/27", + "13.104.217.0/25", + "13.104.220.128/25", + "13.105.23.0/26", + "13.105.25.0/24", + "13.105.53.0/25", + "13.105.60.0/27", + "13.105.60.32/28", + "13.105.60.64/27", + "13.105.66.192/26", + "13.105.103.128/27", + "13.105.103.160/28", + "13.105.103.192/27", + "20.33.4.0/24", + "20.33.165.0/24", + "20.33.167.0/24", + "20.38.104.0/23", + "20.45.0.0/18", + "20.45.120.0/21", + "20.47.0.0/24", + "20.47.24.0/23", + "20.47.29.0/24", + "20.47.69.0/24", + "20.47.100.0/24", + "20.49.88.0/21", + "20.60.48.0/22", + "20.60.64.0/22", + "20.60.140.0/23", + "20.60.148.0/23", + "20.60.160.0/23", + "20.64.0.0/17", + "20.65.128.0/17", + "20.88.192.0/18", + "20.94.128.0/18", + "20.95.5.0/24", + "20.95.26.0/24", + "20.95.51.0/24", + "20.95.57.0/24", + "20.97.0.0/17", + "20.114.64.0/18", + "20.118.64.0/18", + "20.135.8.0/22", + "20.135.216.0/22", + "20.135.220.0/23", + "20.136.0.128/25", + "20.136.2.0/24", + "20.150.20.128/25", + "20.150.38.0/23", + "20.150.70.0/24", + "20.150.79.0/24", + "20.150.93.0/24", + "20.150.94.0/24", + "20.157.43.0/24", + "20.157.54.0/24", + "20.157.86.0/24", + "20.157.134.0/24", + "20.157.164.0/24", + "20.157.166.0/24", + "20.157.181.0/24", + "20.157.209.0/24", + "20.157.253.0/24", + "20.165.0.0/17", + "20.188.64.0/19", + "20.189.0.0/18", + "20.190.128.0/24", + "20.190.157.0/24", + "20.202.24.0/24", + "20.202.35.0/24", + "20.202.36.0/23", + "20.202.38.0/24", + "20.202.85.0/24", + "20.202.90.0/24", + "20.202.94.0/24", + "20.202.98.0/24", + "20.202.126.0/24", + "20.202.202.0/23", + "20.202.204.0/22", + "20.202.208.0/24", + "20.209.26.0/23", + "20.209.34.0/23", + "20.209.62.0/23", + "20.209.116.0/23", + "20.209.194.0/23", + "20.209.196.0/23", + "20.225.0.0/16", + "20.236.128.0/18", + "23.98.128.0/17", + "23.100.120.0/21", + "23.101.176.0/20", + "23.102.128.0/18", + "40.64.144.0/27", + "40.74.160.0/19", + "40.74.192.0/18", + "40.77.130.192/26", + "40.77.131.0/25", + "40.77.131.128/26", + "40.77.172.0/24", + "40.77.199.0/25", + "40.77.225.0/24", + "40.78.214.0/24", + "40.79.206.160/27", + "40.79.206.192/27", + "40.79.207.80/28", + "40.79.207.128/25", + "40.80.192.0/19", + "40.84.128.0/17", + "40.86.128.0/19", + "40.87.176.0/25", + "40.87.176.128/27", + "40.87.176.160/29", + "40.87.176.174/31", + "40.87.176.184/30", + "40.87.176.192/28", + "40.87.176.216/29", + "40.87.176.224/29", + "40.87.176.232/31", + "40.87.176.240/28", + "40.87.177.16/28", + "40.87.177.32/27", + "40.87.177.64/27", + "40.87.177.96/28", + "40.87.177.112/29", + "40.87.177.120/31", + "40.87.177.124/30", + "40.87.177.128/28", + "40.87.177.144/29", + "40.87.177.152/31", + "40.87.177.156/30", + "40.87.177.160/27", + "40.87.177.192/29", + "40.87.177.200/30", + "40.87.177.212/30", + "40.87.177.216/29", + "40.87.177.224/27", + "40.87.178.0/24", + "40.87.179.0/25", + "40.87.179.128/26", + "40.87.179.192/31", + "40.87.179.202/31", + "40.87.179.204/30", + "40.87.179.208/28", + "40.87.179.224/27", + "40.90.16.128/27", + "40.90.18.64/26", + "40.90.27.64/26", + "40.90.27.128/26", + "40.90.28.64/26", + "40.90.28.128/26", + "40.90.30.160/27", + "40.90.128.224/28", + "40.90.133.96/28", + "40.90.135.128/25", + "40.90.136.160/28", + "40.90.145.160/27", + "40.90.148.0/26", + "40.90.152.160/27", + "40.90.155.0/26", + "40.91.16.0/22", + "40.93.5.0/24", + "40.93.14.0/24", + "40.93.193.0/24", + "40.93.194.0/23", + "40.93.196.0/23", + "40.97.6.0/24", + "40.97.14.0/26", + "40.97.20.0/24", + "40.97.22.0/23", + "40.97.32.0/22", + "40.97.44.0/24", + "40.119.0.0/18", + "40.123.164.0/25", + "40.123.164.128/29", + "40.123.164.136/31", + "40.123.164.150/31", + "40.123.164.152/29", + "40.123.164.160/27", + "40.123.164.192/26", + "40.123.165.4/30", + "40.123.165.8/29", + "40.123.165.16/29", + "40.123.165.24/30", + "40.123.165.30/31", + "40.123.165.32/28", + "40.123.165.48/29", + "40.123.165.56/30", + "40.123.165.60/31", + "40.123.165.68/30", + "40.123.165.72/30", + "40.123.165.78/31", + "40.123.165.80/28", + "40.123.165.96/27", + "40.123.165.128/28", + "40.123.165.144/30", + "40.123.165.148/31", + "40.124.0.0/16", + "40.126.0.0/24", + "40.126.29.0/24", + "52.101.11.0/24", + "52.101.12.0/22", + "52.102.132.0/24", + "52.102.140.0/24", + "52.103.6.0/24", + "52.103.14.0/24", + "52.103.132.0/24", + "52.103.140.0/24", + "52.108.102.0/23", + "52.108.104.0/24", + "52.108.197.0/24", + "52.108.248.0/21", + "52.109.20.0/22", + "52.111.239.0/24", + "52.112.24.0/21", + "52.112.84.0/23", + "52.112.117.0/24", + "52.113.160.0/19", + "52.113.206.0/24", + "52.114.144.0/22", + "52.114.210.0/23", + "52.114.212.0/23", + "52.115.68.0/22", + "52.115.84.0/22", + "52.115.224.0/23", + "52.115.233.0/24", + "52.115.234.0/24", + "52.120.0.0/19", + "52.120.152.0/22", + "52.121.0.0/21", + "52.122.16.0/22", + "52.122.164.0/22", + "52.122.168.0/21", + "52.122.176.0/22", + "52.123.3.0/24", + "52.125.137.0/24", + "52.141.64.0/18", + "52.152.0.0/17", + "52.153.64.0/18", + "52.153.192.0/18", + "52.171.0.0/16", + "52.183.192.0/18", + "52.185.192.0/18", + "52.189.128.0/18", + "52.232.159.0/24", + "52.239.158.0/23", + "52.239.178.0/23", + "52.239.180.0/22", + "52.239.199.0/24", + "52.239.200.0/23", + "52.239.203.0/24", + "52.239.208.0/23", + "52.245.24.0/22", + "52.248.0.0/17", + "52.249.0.0/18", + "52.253.0.0/18", + "52.253.179.0/24", + "52.253.180.0/24", + "52.255.64.0/18", + "65.52.32.0/21", + "70.37.48.0/20", + "70.37.64.0/18", + "70.37.160.0/21", + "104.44.89.0/27", + "104.44.89.64/27", + "104.44.92.64/27", + "104.44.94.160/27", + "104.44.128.0/18", + "104.47.208.0/23", + "104.210.128.0/19", + "104.210.176.0/20", + "104.210.192.0/19", + "104.214.0.0/17", + "104.215.64.0/18", + "131.253.40.64/28", + "151.206.50.96/27", + "151.206.89.0/24", + "151.206.90.0/24", + "151.206.91.0/25", + "157.55.51.224/28", + "157.55.80.0/21", + "157.55.103.32/27", + "157.55.153.224/28", + "157.55.176.0/20", + "157.55.192.0/21", + "157.55.200.0/22", + "157.55.204.1/32", + "157.55.204.2/31", + "157.55.204.33/32", + "157.55.204.34/31", + "168.62.128.0/19", + "191.238.144.0/20", + "191.238.160.0/19", + "191.238.224.0/19", + "2603:1030:800::/48", + "2603:1030:802::/47", + "2603:1030:804::/58", + "2603:1030:804:40::/60", + "2603:1030:804:53::/64", + "2603:1030:804:54::/64", + "2603:1030:804:5b::/64", + "2603:1030:804:5c::/62", + "2603:1030:804:60::/62", + "2603:1030:804:67::/64", + "2603:1030:804:68::/61", + "2603:1030:804:70::/60", + "2603:1030:804:80::/59", + "2603:1030:804:a0::/62", + "2603:1030:804:a4::/64", + "2603:1030:804:a6::/63", + "2603:1030:804:a8::/61", + "2603:1030:804:b0::/62", + "2603:1030:804:b4::/64", + "2603:1030:804:b6::/63", + "2603:1030:804:b8::/61", + "2603:1030:804:c0::/61", + "2603:1030:804:c8::/62", + "2603:1030:804:cc::/63", + "2603:1030:804:d2::/63", + "2603:1030:804:d4::/62", + "2603:1030:804:d8::/61", + "2603:1030:804:e0::/59", + "2603:1030:804:100::/57", + "2603:1030:804:180::/58", + "2603:1030:804:1c0::/61", + "2603:1030:804:1c8::/64", + "2603:1030:804:1cd::/64", + "2603:1030:804:1ce::/63", + "2603:1030:804:1d0::/60", + "2603:1030:804:1e0::/59", + "2603:1030:804:200::/59", + "2603:1030:804:220::/61", + "2603:1030:804:228::/62", + "2603:1030:804:22c::/64", + "2603:1030:804:233::/64", + "2603:1030:804:234::/62", + "2603:1030:804:238::/61", + "2603:1030:804:240::/59", + "2603:1030:804:260::/61", + "2603:1030:804:26a::/63", + "2603:1030:804:26c::/62", + "2603:1030:804:270::/62", + "2603:1030:804:274::/63", + "2603:1030:804:277::/64", + "2603:1030:804:278::/61", + "2603:1030:804:280::/62", + "2603:1030:804:284::/63", + "2603:1030:804:286::/64", + "2603:1030:804:28a::/63", + "2603:1030:804:28c::/63", + "2603:1030:804:28e::/64", + "2603:1030:804:290::/60", + "2603:1030:804:2a0::/60", + "2603:1030:804:2b0::/63", + "2603:1030:804:2b2::/64", + "2603:1030:805::/48", + "2603:1030:806::/48", + "2603:1030:807::/48", + "2603:1030:809::/48", + "2603:1030:80a::/56", + "2603:1030:80b::/48", + "2603:1036:903:6::/64", + "2603:1036:903:c::/63", + "2603:1036:903:e::/64", + "2603:1036:903:12::/63", + "2603:1036:903:14::/62", + "2603:1036:903:18::/64", + "2603:1036:2407::/48", + "2603:1036:2500:24::/64", + "2603:1036:3000:140::/59", + "2603:1037:1:140::/59", + "2603:1061:1312:1c00::/54", + "2603:1062:2:80::/57", + "2603:1062:6:4200::4c00/118", + "2603:1062:6:4200::5000/118", + "2603:1062:6:4200::1:880/121", + "2603:1063:16::/56", + "2603:1063:116::/55", + "2603:1063:216::/55", + "2603:1063:2200:24::/64", + "2a01:111:f100:4002::/64", + "2a01:111:f100:5000::/52", + "2a01:111:f403:c102::/64", + "2a01:111:f403:c10c::/62", + "2a01:111:f403:c801::/64", + "2a01:111:f403:c90c::/62", + "2a01:111:f403:c92d::/64", + "2a01:111:f403:c92e::/63", + "2a01:111:f403:c930::/63", + "2a01:111:f403:d10c::/62", + "2a01:111:f403:d903::/64", + "2a01:111:f403:d90c::/62", + "2a01:111:f403:e00c::/62", + "2a01:111:f403:e016::/64", + "2a01:111:f403:f90c::/62" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.southindia", + "id": "AzureCloud.southindia", + "properties": { + "changeNumber": 24, + "region": "southindia", + "regionId": 22, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.247.0.0/17", + "13.71.64.0/18", + "13.104.153.128/26", + "20.33.162.0/24", + "20.40.0.0/21", + "20.41.192.0/18", + "20.44.32.0/19", + "20.47.52.0/24", + "20.47.72.0/23", + "20.60.10.0/24", + "20.60.226.0/23", + "20.95.141.0/24", + "20.135.42.0/23", + "20.150.24.0/24", + "20.157.135.0/24", + "20.190.145.128/25", + "20.190.174.0/24", + "20.192.128.0/19", + "20.192.184.0/21", + "20.202.170.0/24", + "20.209.182.0/23", + "20.219.64.0/18", + "20.235.0.0/18", + "20.235.128.0/18", + "40.64.144.208/29", + "40.64.145.32/28", + "40.78.192.0/21", + "40.79.213.0/24", + "40.81.64.0/20", + "40.87.216.0/22", + "40.90.26.64/26", + "40.90.137.160/27", + "40.100.27.0/26", + "40.126.17.128/25", + "40.126.46.0/24", + "52.108.192.0/24", + "52.108.230.0/23", + "52.109.60.0/22", + "52.111.241.0/24", + "52.113.15.0/24", + "52.114.24.0/22", + "52.115.244.0/23", + "52.115.246.0/24", + "52.121.15.0/24", + "52.123.175.0/24", + "52.123.176.0/24", + "52.136.17.0/24", + "52.140.0.0/18", + "52.172.0.0/17", + "52.239.135.128/26", + "52.239.188.0/24", + "52.245.84.0/22", + "74.224.0.0/16", + "74.225.0.0/18", + "104.44.92.160/27", + "104.44.94.208/28", + "104.47.214.0/23", + "104.211.192.0/18", + "151.206.48.32/27", + "151.206.71.192/26", + "151.206.72.0/25", + "2603:1040:c00::/46", + "2603:1040:c05::/48", + "2603:1040:c06::/47", + "2603:1046:a00:1a::/63", + "2603:1046:1407::/48", + "2603:1046:1500:4::/64", + "2603:1046:2000:60::/59", + "2603:1047:1:60::/59", + "2603:1061:1310:2c00::/54", + "2603:1062:6:4200::1800/119", + "2603:1062:6:4200::1:400/121", + "2603:1063:5::/56", + "2603:1063:107::/55", + "2603:1063:207::/55", + "2603:1063:2202:10::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.southeastasia", + "id": "AzureCloud.southeastasia", + "properties": { + "changeNumber": 61, + "region": "southeastasia", + "regionId": 2, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.144.128.0/17", + "4.145.0.0/16", + "4.146.0.0/16", + "4.193.0.0/16", + "4.194.0.0/16", + "13.67.0.0/17", + "13.76.0.0/16", + "13.104.149.0/26", + "13.104.153.0/27", + "13.104.153.32/28", + "13.104.153.64/27", + "13.104.153.192/26", + "13.104.154.0/25", + "13.104.213.128/25", + "20.6.0.0/17", + "20.24.0.0/18", + "20.24.128.0/18", + "20.33.136.0/24", + "20.33.158.0/24", + "20.43.128.0/18", + "20.44.192.0/18", + "20.47.9.0/24", + "20.47.33.0/24", + "20.47.64.0/24", + "20.47.98.0/24", + "20.60.136.0/24", + "20.60.138.0/23", + "20.95.137.0/24", + "20.135.84.0/22", + "20.135.88.0/23", + "20.136.128.0/24", + "20.136.129.0/25", + "20.150.17.128/25", + "20.150.28.0/24", + "20.150.86.0/24", + "20.150.127.0/24", + "20.157.16.0/24", + "20.157.23.0/24", + "20.157.31.0/24", + "20.157.98.0/24", + "20.157.117.0/24", + "20.157.126.0/24", + "20.157.128.0/24", + "20.157.176.0/24", + "20.157.218.0/24", + "20.184.0.0/18", + "20.188.96.0/19", + "20.190.64.0/19", + "20.190.140.0/25", + "20.190.163.0/24", + "20.191.128.0/19", + "20.195.0.0/18", + "20.195.64.0/21", + "20.195.80.0/21", + "20.195.96.0/19", + "20.197.64.0/18", + "20.198.128.0/17", + "20.202.43.0/24", + "20.202.44.0/22", + "20.202.48.0/23", + "20.202.59.0/24", + "20.202.99.0/24", + "20.202.107.0/24", + "20.202.111.0/24", + "20.202.115.0/24", + "20.202.131.0/24", + "20.202.135.0/24", + "20.202.139.0/24", + "20.205.144.0/20", + "20.205.160.0/19", + "20.205.192.0/18", + "20.209.20.0/23", + "20.209.126.0/23", + "20.209.188.0/23", + "20.212.0.0/16", + "20.247.128.0/17", + "23.97.48.0/20", + "23.98.64.0/18", + "23.100.112.0/21", + "23.101.16.0/20", + "40.64.144.216/29", + "40.64.145.144/28", + "40.65.128.0/18", + "40.78.223.0/24", + "40.78.232.0/21", + "40.79.206.32/27", + "40.82.28.0/22", + "40.87.196.0/22", + "40.90.133.192/26", + "40.90.134.0/26", + "40.90.137.64/27", + "40.90.138.96/27", + "40.90.146.160/27", + "40.90.146.224/27", + "40.90.154.128/26", + "40.90.160.0/19", + "40.93.129.0/24", + "40.100.4.0/25", + "40.100.36.128/25", + "40.100.37.0/26", + "40.119.192.0/18", + "40.123.188.0/22", + "40.126.12.0/25", + "40.126.35.0/24", + "52.101.133.0/24", + "52.101.134.0/23", + "52.101.136.0/23", + "52.102.193.0/24", + "52.103.65.0/24", + "52.103.193.0/24", + "52.108.68.0/23", + "52.108.91.0/24", + "52.108.184.0/24", + "52.108.195.0/24", + "52.108.206.0/23", + "52.108.236.0/22", + "52.109.124.0/22", + "52.111.240.0/24", + "52.112.40.0/21", + "52.113.101.0/24", + "52.113.105.0/24", + "52.113.109.0/24", + "52.113.131.0/24", + "52.113.153.0/24", + "52.114.8.0/21", + "52.114.54.0/23", + "52.114.56.0/23", + "52.114.80.0/22", + "52.114.216.0/22", + "52.115.32.0/22", + "52.115.97.0/24", + "52.120.144.0/21", + "52.120.156.0/24", + "52.121.128.0/20", + "52.121.144.0/21", + "52.122.196.0/22", + "52.122.200.0/22", + "52.123.178.0/23", + "52.123.180.0/24", + "52.136.26.0/24", + "52.139.192.0/18", + "52.143.196.0/24", + "52.143.210.0/24", + "52.148.64.0/18", + "52.163.0.0/16", + "52.187.0.0/17", + "52.187.128.0/18", + "52.230.0.0/17", + "52.237.64.0/18", + "52.239.129.0/24", + "52.239.197.0/24", + "52.239.227.0/24", + "52.239.249.0/24", + "52.245.80.0/22", + "52.253.80.0/20", + "104.43.0.0/17", + "104.44.89.32/27", + "104.44.90.128/27", + "104.44.92.32/27", + "104.44.94.144/28", + "104.44.95.192/28", + "104.44.95.224/28", + "104.215.128.0/17", + "111.221.80.0/20", + "111.221.96.0/20", + "137.116.128.0/19", + "138.91.32.0/20", + "151.206.48.160/27", + "151.206.66.128/25", + "151.206.67.0/24", + "168.63.90.0/24", + "168.63.91.0/26", + "168.63.160.0/19", + "168.63.224.0/19", + "172.188.0.0/17", + "191.238.64.0/23", + "207.46.50.128/28", + "207.46.59.64/27", + "207.46.63.64/27", + "207.46.63.128/25", + "207.46.224.0/20", + "2602:fd5e:2::/57", + "2603:1036:903:a::/64", + "2603:1040::/47", + "2603:1040:2::/48", + "2603:1040:4::/48", + "2603:1040:5::/48", + "2603:1040:6::/48", + "2603:1040:7::/56", + "2603:1046:a00:21::/64", + "2603:1046:a00:22::/63", + "2603:1046:1406::/48", + "2603:1046:1500:28::/64", + "2603:1046:2000:180::/59", + "2603:1047:1:180::/59", + "2603:1061:1310:3000::/54", + "2603:1062:6:4200::800/118", + "2603:1062:6:4200::1:100/121", + "2603:1063:6::/56", + "2603:1063:117::/55", + "2603:1063:217::/55", + "2603:1063:2202:38::/64", + "2a01:111:f403:c401::/64", + "2a01:111:f403:cc05::/64", + "2a01:111:f403:cc06::/63", + "2a01:111:f403:cc08::/63", + "2a01:111:f403:d402::/64", + "2a01:111:f403:dc01::/64", + "2a01:111:f403:e401::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.swedencentral", + "id": "AzureCloud.swedencentral", + "properties": { + "changeNumber": 25, + "region": "swedencentral", + "regionId": 76, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.165.0.0/16", + "4.166.0.0/16", + "4.223.0.0/16", + "4.225.0.0/16", + "13.105.75.208/28", + "13.105.96.0/26", + "13.105.99.112/28", + "13.105.99.160/27", + "13.105.99.192/26", + "13.105.100.0/28", + "13.105.100.32/27", + "20.20.32.64/26", + "20.20.33.0/25", + "20.33.171.0/24", + "20.60.78.0/23", + "20.60.234.0/23", + "20.60.252.0/23", + "20.91.128.0/17", + "20.95.87.0/24", + "20.135.164.0/22", + "20.135.168.0/23", + "20.150.44.0/24", + "20.150.120.0/24", + "20.157.151.0/24", + "20.157.195.0/24", + "20.157.232.0/24", + "20.190.181.0/24", + "20.202.68.0/24", + "20.202.211.0/24", + "20.202.212.0/22", + "20.202.216.0/21", + "20.202.224.0/23", + "20.209.216.0/23", + "20.231.128.64/26", + "20.231.129.0/25", + "20.240.0.0/18", + "20.240.64.0/19", + "20.240.128.0/17", + "40.93.214.0/24", + "40.101.1.0/24", + "40.101.27.64/26", + "40.101.27.128/25", + "40.119.112.0/22", + "40.126.53.0/24", + "40.126.203.0/24", + "51.12.24.0/21", + "51.12.32.0/19", + "51.12.64.0/19", + "51.12.96.0/21", + "51.12.104.32/27", + "51.12.128.0/21", + "51.12.144.0/20", + "51.12.208.0/20", + "51.12.224.0/19", + "51.107.176.0/20", + "52.101.75.0/24", + "52.101.80.0/22", + "52.102.163.0/24", + "52.103.35.0/24", + "52.103.163.0/24", + "52.108.134.0/24", + "52.111.209.0/24", + "52.112.120.0/24", + "52.112.122.0/24", + "52.112.139.0/24", + "52.112.140.0/22", + "52.112.164.0/22", + "52.112.224.0/22", + "52.112.234.0/23", + "52.112.239.0/24", + "52.114.225.0/24", + "52.114.227.0/24", + "52.114.229.0/24", + "52.114.235.0/24", + "52.114.237.0/24", + "52.114.239.0/24", + "52.114.243.0/24", + "52.121.192.0/20", + "52.122.44.0/22", + "52.122.120.0/21", + "52.122.128.0/20", + "52.123.159.0/24", + "52.253.187.0/24", + "52.253.188.0/23", + "132.245.230.0/23", + "172.160.0.0/16", + "2603:1020:1000::/47", + "2603:1020:1003::/48", + "2603:1020:1004::/47", + "2603:1026:900::/64", + "2603:1026:900:2::/63", + "2603:1026:900:36::/63", + "2603:1026:900:38::/64", + "2603:1026:2402::/48", + "2603:1026:2500:4::/64", + "2603:1026:3000:20::/59", + "2603:1027:1:20::/59", + "2603:1061:1311:3800::/54", + "2603:1063:7::/56", + "2603:1063:118::/55", + "2603:1063:218::/55", + "2603:1063:2206:4::/64", + "2a01:111:f403:c202::/64", + "2a01:111:f403:ca10::/64", + "2a01:111:f403:ca12::/63", + "2a01:111:f403:ca14::/63", + "2a01:111:f403:d202::/64", + "2a01:111:f403:da02::/64", + "2a01:111:f403:e202::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.swedensouth", + "id": "AzureCloud.swedensouth", + "properties": { + "changeNumber": 14, + "region": "swedensouth", + "regionId": 75, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "13.105.75.160/27", + "13.105.75.192/28", + "13.105.75.224/27", + "20.33.175.0/24", + "20.60.76.0/23", + "20.60.192.0/23", + "20.91.0.0/17", + "20.135.60.0/23", + "20.150.45.0/24", + "20.150.99.0/24", + "20.157.150.0/24", + "20.157.196.0/24", + "20.190.182.0/24", + "40.93.213.0/24", + "40.101.0.0/24", + "40.101.112.0/26", + "40.119.116.0/22", + "40.126.54.0/24", + "40.126.204.0/24", + "51.12.0.0/20", + "51.12.16.0/21", + "51.12.104.0/27", + "51.12.112.0/20", + "51.12.136.0/21", + "51.12.160.0/19", + "51.12.192.0/20", + "52.101.74.0/24", + "52.101.76.0/22", + "52.102.162.0/24", + "52.103.34.0/24", + "52.103.162.0/24", + "52.108.135.0/24", + "52.111.210.0/24", + "52.112.119.0/24", + "52.112.121.0/24", + "52.253.190.0/24", + "74.241.0.0/17", + "2603:1020:1100::/47", + "2603:1020:1103::/48", + "2603:1020:1104::/46", + "2603:1026:900:1::/64", + "2603:1026:900:39::/64", + "2603:1026:2408::/48", + "2603:1026:2500::/64", + "2603:1026:3000::/59", + "2603:1027:1::/59", + "2603:1061:1311:3c00::/54", + "2603:1063:17::/56", + "2603:1063:119::/55", + "2603:1063:219::/55", + "2603:1063:2206::/64", + "2a01:111:f403:c203::/64", + "2a01:111:f403:ca11::/64", + "2a01:111:f403:ca16::/63", + "2a01:111:f403:ca18::/63", + "2a01:111:f403:d203::/64", + "2a01:111:f403:da03::/64", + "2a01:111:f403:e203::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.switzerlandn", + "id": "AzureCloud.switzerlandn", + "properties": { + "changeNumber": 36, + "region": "switzerlandn", + "regionId": 66, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.163.0.0/16", + "4.164.0.0/16", + "4.226.0.0/17", + "13.104.144.32/27", + "13.104.211.192/26", + "13.105.100.176/28", + "13.105.100.224/27", + "13.105.101.0/27", + "13.105.101.224/27", + "13.105.102.0/28", + "13.105.102.32/27", + "20.33.155.0/24", + "20.47.53.0/24", + "20.47.71.0/24", + "20.60.174.0/23", + "20.95.96.0/24", + "20.135.170.0/23", + "20.135.172.0/22", + "20.150.59.0/24", + "20.150.118.0/24", + "20.157.175.0/24", + "20.190.183.0/24", + "20.199.128.0/18", + "20.203.128.0/17", + "20.208.0.0/17", + "20.208.128.0/18", + "20.209.28.0/23", + "20.209.174.0/23", + "20.250.0.0/16", + "40.64.147.32/28", + "40.90.30.128/27", + "40.90.128.208/28", + "40.101.3.128/25", + "40.101.56.0/26", + "40.119.80.0/22", + "40.126.55.0/24", + "40.126.194.0/24", + "51.103.128.0/18", + "51.103.192.32/27", + "51.103.200.0/21", + "51.103.208.0/20", + "51.103.224.0/19", + "51.107.0.0/18", + "51.107.64.0/19", + "51.107.128.0/21", + "51.107.200.0/21", + "51.107.240.0/21", + "52.108.75.0/24", + "52.108.96.0/24", + "52.109.156.0/23", + "52.111.202.0/24", + "52.114.226.0/24", + "52.123.153.0/24", + "52.239.251.0/24", + "52.253.165.0/24", + "52.253.175.0/24", + "52.253.176.0/24", + "151.206.49.176/28", + "151.206.85.128/25", + "151.206.86.0/24", + "172.161.0.0/16", + "172.162.0.0/16", + "2603:1020:a00::/47", + "2603:1020:a03::/48", + "2603:1020:a04::/47", + "2603:1026:900:a::/63", + "2603:1026:900:c::/64", + "2603:1026:240b::/48", + "2603:1026:2500:c::/64", + "2603:1026:3000:60::/59", + "2603:1027:1:60::/59", + "2603:1061:1311:4000::/54", + "2603:1062:6:4200::4000/118", + "2603:1062:6:4200::1:780/121", + "2603:1063:18::/56", + "2603:1063:11a::/55", + "2603:1063:21a::/55", + "2603:1063:2206:8::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.switzerlandw", + "id": "AzureCloud.switzerlandw", + "properties": { + "changeNumber": 19, + "region": "switzerlandw", + "regionId": 67, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.226.128.0/17", + "13.104.144.0/27", + "13.104.212.0/26", + "20.47.26.0/24", + "20.47.67.0/24", + "20.47.103.0/24", + "20.60.176.0/23", + "20.95.97.0/24", + "20.135.62.0/23", + "20.150.55.0/24", + "20.150.116.0/24", + "20.157.133.0/24", + "20.190.184.0/24", + "20.199.192.0/18", + "20.208.192.0/18", + "40.90.19.32/27", + "40.90.128.192/28", + "40.119.84.0/22", + "40.126.56.0/24", + "40.126.195.0/24", + "51.103.192.0/27", + "51.107.96.0/19", + "51.107.136.0/21", + "51.107.144.0/20", + "51.107.160.0/20", + "51.107.192.0/21", + "51.107.224.0/20", + "51.107.248.0/21", + "52.108.179.0/24", + "52.108.200.0/24", + "52.109.158.0/23", + "52.111.203.0/24", + "52.114.230.0/24", + "52.123.154.0/24", + "52.239.250.0/24", + "52.253.166.0/24", + "74.242.0.0/18", + "2603:1020:b00::/47", + "2603:1020:b03::/48", + "2603:1020:b04::/47", + "2603:1026:240c::/48", + "2603:1026:2500:20::/64", + "2603:1026:3000:120::/59", + "2603:1027:1:120::/59", + "2603:1061:1311:4400::/54", + "2603:1063:19::/56", + "2603:1063:11b::/55", + "2603:1063:21b::/55", + "2603:1063:2206:20::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.uaecentral", + "id": "AzureCloud.uaecentral", + "properties": { + "changeNumber": 23, + "region": "uaecentral", + "regionId": 61, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "13.104.159.128/26", + "20.37.64.0/19", + "20.45.64.0/19", + "20.46.200.0/21", + "20.46.208.0/20", + "20.47.54.0/24", + "20.47.94.0/24", + "20.60.108.0/24", + "20.135.36.0/23", + "20.143.54.0/23", + "20.150.6.0/23", + "20.150.115.0/24", + "20.157.131.0/24", + "20.190.188.0/24", + "20.201.161.0/24", + "20.203.88.0/21", + "20.209.200.0/23", + "20.209.219.0/24", + "20.216.64.0/18", + "40.64.146.144/28", + "40.90.16.64/27", + "40.90.128.48/28", + "40.90.151.224/27", + "40.100.62.0/25", + "40.100.62.128/26", + "40.119.76.0/22", + "40.120.0.0/20", + "40.125.0.0/19", + "40.126.60.0/24", + "40.126.193.0/24", + "40.126.208.0/20", + "52.108.183.0/24", + "52.108.204.0/23", + "52.109.160.0/23", + "52.111.247.0/24", + "52.114.232.0/24", + "52.123.157.0/24", + "52.143.221.0/24", + "52.239.233.0/25", + "74.243.0.0/17", + "74.243.128.0/21", + "2603:1040:b00::/47", + "2603:1040:b03::/48", + "2603:1040:b04::/47", + "2603:1046:a00:3f::/64", + "2603:1046:a00:40::/63", + "2603:1046:140b::/48", + "2603:1046:1500:30::/64", + "2603:1046:2000:120::/59", + "2603:1047:1:120::/59", + "2603:1061:1310:3c00::/54", + "2603:1063:1a::/56", + "2603:1063:11c::/55", + "2603:1063:21c::/55", + "2603:1063:2202:24::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.uaenorth", + "id": "AzureCloud.uaenorth", + "properties": { + "changeNumber": 40, + "region": "uaenorth", + "regionId": 60, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.161.0.0/16", + "4.162.0.0/16", + "13.104.151.64/26", + "13.104.151.128/26", + "13.105.61.16/28", + "13.105.61.64/26", + "13.105.102.128/27", + "13.105.102.160/28", + "13.105.102.192/27", + "20.33.139.0/24", + "20.38.124.0/23", + "20.38.136.0/21", + "20.38.152.0/21", + "20.46.32.0/19", + "20.46.144.0/20", + "20.46.192.0/21", + "20.47.55.0/24", + "20.47.95.0/24", + "20.60.21.0/24", + "20.60.212.0/23", + "20.74.128.0/17", + "20.135.114.0/23", + "20.135.116.0/22", + "20.157.20.0/24", + "20.157.74.0/24", + "20.157.141.0/24", + "20.174.0.0/16", + "20.190.187.0/24", + "20.196.0.0/18", + "20.202.72.0/24", + "20.202.102.0/23", + "20.203.0.0/18", + "20.203.64.0/20", + "20.203.80.0/21", + "20.203.96.0/19", + "20.209.50.0/23", + "20.216.0.0/18", + "20.233.0.0/16", + "40.64.145.112/28", + "40.90.16.96/27", + "40.90.128.64/28", + "40.90.152.128/27", + "40.100.62.192/26", + "40.100.63.0/25", + "40.119.72.0/22", + "40.119.160.0/19", + "40.120.64.0/18", + "40.123.192.0/19", + "40.123.224.0/20", + "40.126.59.0/24", + "40.126.192.0/24", + "52.108.70.0/23", + "52.108.92.0/24", + "52.109.162.0/23", + "52.111.204.0/24", + "52.112.200.0/22", + "52.112.204.0/23", + "52.112.207.0/24", + "52.114.236.0/24", + "52.121.100.0/22", + "52.121.104.0/23", + "52.123.158.0/24", + "52.143.202.0/24", + "52.143.222.0/23", + "52.239.233.128/25", + "65.52.248.0/21", + "151.206.48.240/28", + "151.206.70.0/25", + "172.163.0.0/16", + "172.164.0.0/16", + "2603:1040:900::/47", + "2603:1040:903::/48", + "2603:1040:904::/47", + "2603:1046:a00:42::/63", + "2603:1046:a00:44::/64", + "2603:1046:140a::/48", + "2603:1046:1500:2c::/64", + "2603:1046:2000:100::/59", + "2603:1047:1:100::/59", + "2603:1061:1310:4000::/54", + "2603:1062:6:4200::1200/119", + "2603:1062:6:4200::1:280/121", + "2603:1063:1b::/56", + "2603:1063:11d::/55", + "2603:1063:21d::/55", + "2603:1063:2202:20::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.uknorth", + "id": "AzureCloud.uknorth", + "properties": { + "changeNumber": 12, + "region": "uknorth", + "regionId": 29, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "13.87.120.0/22", + "13.87.124.0/25", + "13.87.124.128/29", + "13.87.124.136/31", + "13.87.124.144/28", + "13.87.124.160/27", + "13.87.124.192/27", + "13.87.125.0/24", + "13.87.126.0/24", + "13.87.127.224/27", + "20.39.144.0/20", + "20.45.160.0/20", + "20.150.46.0/24", + "20.190.143.128/25", + "20.190.170.0/24", + "40.79.202.0/24", + "40.80.16.0/22", + "40.81.96.0/20", + "40.90.130.112/28", + "40.90.143.32/27", + "40.90.150.64/27", + "40.126.15.128/25", + "40.126.42.0/24", + "51.11.64.0/19", + "51.105.80.0/21", + "52.108.137.0/24", + "52.109.36.0/22", + "52.136.19.0/24", + "2603:1020:300::/47", + "2603:1020:302::/48", + "2603:1020:304::/48", + "2603:1020:305::/48", + "2603:1026:240f::/48", + "2603:1026:2500:30::/64", + "2603:1026:3000:1c0::/59", + "2603:1027:1:1c0::/59", + "2603:1061:1311:4800::/54" + ], + "networkFeatures": [] + } + }, + { + "name": "AzureCloud.uksouth2", + "id": "AzureCloud.uksouth2", + "properties": { + "changeNumber": 10, + "region": "uksouth2", + "regionId": 30, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "13.87.0.0/18", + "20.150.27.0/24", + "20.190.172.0/24", + "40.79.201.0/24", + "40.80.12.0/22", + "40.81.160.0/20", + "40.90.130.128/28", + "40.90.143.64/27", + "40.90.150.96/27", + "40.126.44.0/24", + "51.141.129.192/26", + "51.141.156.0/22", + "51.142.40.11/32", + "51.142.47.249/32", + "51.142.47.252/32", + "51.143.192.0/21", + "51.143.200.0/28", + "51.143.201.0/24", + "52.108.138.0/24", + "52.109.40.0/22", + "52.136.18.0/24", + "2603:1020:400::/47", + "2603:1020:402::/48", + "2603:1020:404::/48", + "2603:1020:405::/48", + "2603:1026:2403::/48", + "2603:1026:2500:8::/64", + "2603:1026:3000:40::/59", + "2603:1027:1:40::/59", + "2603:1061:1311:5000::/54" + ], + "networkFeatures": [] + } + }, + { + "name": "AzureCloud.uksouth", + "id": "AzureCloud.uksouth", + "properties": { + "changeNumber": 60, + "region": "uksouth", + "regionId": 27, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.158.0.0/15", + "4.234.0.0/16", + "4.250.0.0/16", + "13.87.64.0/19", + "13.87.96.0/20", + "13.104.129.128/26", + "13.104.145.160/27", + "13.104.146.64/26", + "13.104.159.0/25", + "20.0.0.0/16", + "20.26.0.0/16", + "20.33.148.0/24", + "20.33.168.0/24", + "20.38.106.0/23", + "20.39.208.0/20", + "20.39.224.0/21", + "20.47.11.0/24", + "20.47.34.0/24", + "20.47.68.0/24", + "20.47.114.0/24", + "20.49.128.0/17", + "20.50.96.0/19", + "20.58.0.0/18", + "20.60.17.0/24", + "20.60.166.0/23", + "20.68.0.0/18", + "20.68.128.0/17", + "20.77.0.0/17", + "20.77.128.0/18", + "20.90.64.0/18", + "20.90.128.0/17", + "20.95.67.0/24", + "20.95.71.0/24", + "20.95.74.0/23", + "20.95.82.0/23", + "20.95.84.0/24", + "20.95.99.0/24", + "20.95.100.0/23", + "20.108.0.0/16", + "20.117.64.0/18", + "20.117.128.0/17", + "20.135.176.0/22", + "20.135.180.0/23", + "20.150.18.0/25", + "20.150.40.0/25", + "20.150.41.0/24", + "20.150.69.0/24", + "20.157.28.0/24", + "20.157.112.0/24", + "20.157.120.0/24", + "20.157.157.0/24", + "20.157.182.0/24", + "20.157.246.0/24", + "20.162.128.0/17", + "20.190.143.0/25", + "20.190.169.0/24", + "20.202.4.0/24", + "20.209.6.0/23", + "20.209.30.0/23", + "20.209.88.0/23", + "20.209.128.0/23", + "20.209.158.0/23", + "20.254.0.0/17", + "40.64.144.200/29", + "40.64.145.16/28", + "40.79.215.0/24", + "40.80.0.0/22", + "40.81.128.0/19", + "40.90.17.32/27", + "40.90.17.160/27", + "40.90.29.192/26", + "40.90.128.112/28", + "40.90.128.160/28", + "40.90.131.64/27", + "40.90.139.64/27", + "40.90.141.192/26", + "40.90.153.64/27", + "40.90.154.0/26", + "40.93.67.0/24", + "40.101.57.192/26", + "40.101.58.0/25", + "40.120.32.0/19", + "40.120.136.0/22", + "40.126.15.0/25", + "40.126.41.0/24", + "51.11.0.0/18", + "51.11.128.0/18", + "51.104.0.0/19", + "51.104.192.0/18", + "51.105.0.0/18", + "51.105.64.0/20", + "51.132.0.0/18", + "51.132.128.0/17", + "51.140.0.0/17", + "51.140.128.0/18", + "51.141.128.32/27", + "51.141.129.64/26", + "51.141.130.0/25", + "51.141.135.0/24", + "51.141.192.0/18", + "51.142.64.0/18", + "51.142.192.0/18", + "51.143.128.0/18", + "51.143.208.0/20", + "51.143.224.0/19", + "51.145.0.0/17", + "52.101.88.0/23", + "52.101.95.0/24", + "52.101.96.0/23", + "52.102.164.0/24", + "52.103.37.0/24", + "52.103.165.0/24", + "52.108.50.0/23", + "52.108.88.0/24", + "52.108.99.0/24", + "52.108.100.0/23", + "52.109.28.0/22", + "52.111.242.0/24", + "52.112.231.0/24", + "52.112.240.0/20", + "52.113.128.0/24", + "52.113.200.0/22", + "52.113.204.0/24", + "52.113.224.0/19", + "52.114.88.0/22", + "52.120.160.0/19", + "52.120.240.0/20", + "52.123.141.0/24", + "52.123.142.0/23", + "52.136.21.0/24", + "52.151.64.0/18", + "52.239.187.0/25", + "52.239.231.0/24", + "52.245.64.0/22", + "52.253.162.0/23", + "104.44.89.224/27", + "151.206.50.16/28", + "151.206.108.128/25", + "172.165.0.0/16", + "172.166.0.0/15", + "172.187.128.0/17", + "2603:1020:700::/47", + "2603:1020:702::/48", + "2603:1020:704::/48", + "2603:1020:705::/48", + "2603:1020:706::/48", + "2603:1026:900:13::/64", + "2603:1026:900:14::/63", + "2603:1026:2406::/48", + "2603:1026:2500:18::/64", + "2603:1026:3000:e0::/59", + "2603:1027:1:e0::/59", + "2603:1061:1311:4c00::/54", + "2603:1062:6:4200::8600/119", + "2603:1062:6:4200::1:d80/121", + "2603:1063:1c::/56", + "2603:1063:11e::/55", + "2603:1063:21e::/55", + "2603:1063:2206:18::/64", + "2a01:111:f403:c205::/64", + "2a01:111:f403:ca0a::/63", + "2a01:111:f403:ca0c::/63", + "2a01:111:f403:ca0e::/64", + "2a01:111:f403:d204::/64", + "2a01:111:f403:da04::/64", + "2a01:111:f403:e204::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.ukwest", + "id": "AzureCloud.ukwest", + "properties": { + "changeNumber": 35, + "region": "ukwest", + "regionId": 28, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "20.33.134.0/24", + "20.33.166.0/24", + "20.39.160.0/21", + "20.40.104.0/21", + "20.45.176.0/20", + "20.47.56.0/24", + "20.47.82.0/23", + "20.58.64.0/18", + "20.60.164.0/23", + "20.68.64.0/18", + "20.77.192.0/18", + "20.90.0.0/18", + "20.95.86.0/24", + "20.117.0.0/18", + "20.135.64.0/23", + "20.150.2.0/23", + "20.150.52.0/24", + "20.150.110.0/24", + "20.157.46.0/24", + "20.162.0.0/17", + "20.190.144.0/25", + "20.190.171.0/24", + "20.202.3.0/24", + "20.209.132.0/23", + "20.209.198.0/23", + "20.254.128.0/17", + "40.64.144.240/29", + "40.64.145.96/28", + "40.79.218.0/24", + "40.81.112.0/20", + "40.87.228.0/22", + "40.90.28.192/26", + "40.90.29.0/26", + "40.90.131.96/27", + "40.90.139.96/27", + "40.90.157.192/27", + "40.93.68.0/24", + "40.101.20.0/26", + "40.101.115.64/26", + "40.126.16.0/25", + "40.126.43.0/24", + "51.11.96.0/19", + "51.104.32.0/19", + "51.132.64.0/18", + "51.137.128.0/18", + "51.140.192.0/18", + "51.141.0.0/17", + "51.141.128.0/27", + "51.141.128.64/26", + "51.141.128.128/25", + "51.141.129.128/26", + "51.141.134.0/24", + "51.141.136.0/22", + "51.142.128.0/18", + "52.101.98.0/23", + "52.101.100.0/23", + "52.101.102.0/24", + "52.102.166.0/24", + "52.103.38.0/24", + "52.103.166.0/24", + "52.108.189.0/24", + "52.108.224.0/23", + "52.109.32.0/22", + "52.111.205.0/24", + "52.112.168.0/22", + "52.112.212.0/24", + "52.112.230.0/24", + "52.114.84.0/22", + "52.114.92.0/22", + "52.123.155.0/24", + "52.123.156.0/24", + "52.136.20.0/24", + "52.142.128.0/18", + "52.239.240.0/24", + "104.44.90.0/27", + "151.206.50.0/28", + "151.206.108.0/25", + "172.186.0.0/16", + "172.187.0.0/18", + "2603:1020:600::/47", + "2603:1020:602::/48", + "2603:1020:604::/48", + "2603:1020:605::/48", + "2603:1020:606::/48", + "2603:1026:900:19::/64", + "2603:1026:900:46::/64", + "2603:1026:2407::/48", + "2603:1026:3000:200::/59", + "2603:1027:1:200::/59", + "2603:1061:1311:5400::/54", + "2603:1062:6:4200::8400/119", + "2603:1062:6:4200::1:d00/121", + "2603:1063:1d::/56", + "2603:1063:11f::/55", + "2603:1063:21f::/55", + "2603:1063:2206:34::/64", + "2a01:111:f403:c206::/64", + "2a01:111:f403:ca0f::/64", + "2a01:111:f403:ca1a::/63", + "2a01:111:f403:ca1c::/63", + "2a01:111:f403:d206::/64", + "2a01:111:f403:da06::/64", + "2a01:111:f403:e206::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.westcentralus", + "id": "AzureCloud.westcentralus", + "properties": { + "changeNumber": 33, + "region": "westcentralus", + "regionId": 36, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.255.128.0/17", + "13.71.192.0/18", + "13.77.192.0/19", + "13.78.128.0/17", + "13.104.145.64/26", + "13.104.215.128/25", + "13.104.219.0/25", + "13.105.107.224/27", + "13.105.108.0/28", + "13.105.108.32/27", + "20.33.133.0/24", + "20.47.4.0/24", + "20.47.70.0/24", + "20.47.104.0/24", + "20.51.32.0/19", + "20.55.128.0/18", + "20.57.224.0/19", + "20.59.128.0/18", + "20.60.4.0/24", + "20.60.218.0/23", + "20.69.0.0/18", + "20.95.23.0/24", + "20.95.24.0/24", + "20.95.28.0/24", + "20.95.48.0/24", + "20.95.50.0/24", + "20.135.22.0/23", + "20.135.72.0/23", + "20.150.81.0/24", + "20.150.98.0/24", + "20.157.41.0/24", + "20.165.128.0/17", + "20.168.176.0/20", + "20.190.136.0/24", + "20.190.158.0/24", + "40.64.146.160/28", + "40.67.120.0/21", + "40.77.128.0/25", + "40.77.131.192/27", + "40.77.131.240/28", + "40.77.135.0/24", + "40.77.136.128/25", + "40.77.166.0/25", + "40.77.166.128/28", + "40.77.173.0/24", + "40.77.175.32/27", + "40.77.182.160/27", + "40.77.185.0/25", + "40.77.224.16/28", + "40.77.224.64/27", + "40.77.227.0/24", + "40.77.232.0/25", + "40.77.235.0/24", + "40.77.236.96/27", + "40.77.246.0/24", + "40.78.218.0/24", + "40.79.205.240/28", + "40.79.206.224/27", + "40.79.207.0/27", + "40.90.131.0/27", + "40.90.138.192/28", + "40.90.139.0/27", + "40.90.143.96/27", + "40.90.151.0/26", + "40.90.151.128/28", + "40.90.152.0/25", + "40.93.6.0/24", + "40.93.15.0/24", + "40.93.198.0/23", + "40.93.200.0/23", + "40.93.202.0/24", + "40.96.255.0/24", + "40.97.13.0/24", + "40.97.61.192/26", + "40.97.62.0/25", + "40.123.136.0/24", + "40.126.8.0/24", + "40.126.30.0/24", + "52.101.24.0/22", + "52.101.40.0/24", + "52.102.133.0/24", + "52.102.141.0/24", + "52.103.7.0/24", + "52.103.15.0/24", + "52.103.133.0/24", + "52.103.141.0/24", + "52.108.181.0/24", + "52.108.202.0/24", + "52.109.136.0/22", + "52.111.206.0/24", + "52.112.75.0/24", + "52.112.93.0/24", + "52.113.207.0/24", + "52.136.4.0/22", + "52.143.214.0/24", + "52.148.0.0/18", + "52.150.128.0/17", + "52.153.128.0/18", + "52.159.0.0/18", + "52.161.0.0/16", + "52.239.164.0/25", + "52.239.167.0/24", + "52.239.244.0/23", + "52.245.60.0/22", + "52.253.128.0/20", + "64.4.8.0/24", + "64.4.54.0/24", + "65.55.209.192/26", + "104.44.89.96/27", + "104.47.224.0/20", + "131.253.24.160/27", + "131.253.40.160/28", + "157.55.12.128/26", + "157.55.103.128/25", + "207.68.174.48/29", + "2603:1030:b00::/47", + "2603:1030:b03::/48", + "2603:1030:b04::/48", + "2603:1030:b05::/48", + "2603:1030:b06::/48", + "2603:1030:b07::/56", + "2603:1036:903:9::/64", + "2603:1036:903:40::/63", + "2603:1036:903:42::/64", + "2603:1036:9ff:ffff::/64", + "2603:1036:2408::/48", + "2603:1036:2500:20::/64", + "2603:1036:3000:180::/59", + "2603:1037:1:180::/59", + "2603:1061:1312:2000::/54", + "2603:1063:1e::/56", + "2603:1063:120::/55", + "2603:1063:220::/55", + "2603:1063:2200:2c::/64", + "2a01:111:f403:c112::/64", + "2a01:111:f403:c802::/64", + "2a01:111:f403:c910::/62", + "2a01:111:f403:c932::/63", + "2a01:111:f403:c934::/63", + "2a01:111:f403:c936::/64", + "2a01:111:f403:d102::/64", + "2a01:111:f403:d120::/62", + "2a01:111:f403:d902::/64", + "2a01:111:f403:d910::/62", + "2a01:111:f403:e010::/62", + "2a01:111:f403:e017::/64", + "2a01:111:f403:f910::/62" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.westeurope", + "id": "AzureCloud.westeurope", + "properties": { + "changeNumber": 81, + "region": "westeurope", + "regionId": 18, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.175.0.0/16", + "4.180.0.0/16", + "4.210.128.0/17", + "4.231.0.0/17", + "4.245.0.0/17", + "13.69.0.0/17", + "13.73.128.0/18", + "13.73.224.0/21", + "13.80.0.0/15", + "13.88.200.0/21", + "13.93.0.0/17", + "13.94.128.0/17", + "13.95.0.0/16", + "13.104.145.192/26", + "13.104.146.0/26", + "13.104.146.128/25", + "13.104.158.176/28", + "13.104.209.0/24", + "13.104.214.0/25", + "13.104.218.128/25", + "13.105.22.0/24", + "13.105.23.128/25", + "13.105.28.32/28", + "13.105.29.128/25", + "13.105.60.48/28", + "13.105.60.96/27", + "13.105.60.128/27", + "13.105.66.144/28", + "13.105.105.96/27", + "13.105.105.128/28", + "13.105.105.160/27", + "20.4.0.0/16", + "20.8.0.0/16", + "20.13.0.0/17", + "20.16.0.0/16", + "20.23.0.0/16", + "20.31.0.0/16", + "20.33.1.0/24", + "20.33.2.0/24", + "20.33.6.0/24", + "20.33.145.0/24", + "20.33.163.0/24", + "20.38.108.0/23", + "20.38.200.0/22", + "20.47.7.0/24", + "20.47.18.0/23", + "20.47.30.0/24", + "20.47.96.0/23", + "20.47.115.0/24", + "20.47.118.0/24", + "20.50.0.0/18", + "20.50.88.0/21", + "20.50.128.0/17", + "20.54.128.0/17", + "20.56.0.0/16", + "20.60.26.0/23", + "20.60.130.0/24", + "20.60.150.0/23", + "20.60.196.0/23", + "20.60.222.0/23", + "20.60.250.0/23", + "20.61.0.0/16", + "20.67.0.0/17", + "20.71.0.0/16", + "20.73.0.0/16", + "20.76.0.0/16", + "20.82.0.0/17", + "20.86.0.0/16", + "20.93.128.0/17", + "20.95.64.0/24", + "20.95.66.0/24", + "20.95.68.0/23", + "20.95.72.0/23", + "20.95.76.0/23", + "20.95.81.0/24", + "20.95.98.0/24", + "20.95.103.0/24", + "20.101.0.0/16", + "20.103.0.0/16", + "20.105.128.0/17", + "20.107.0.0/17", + "20.123.128.0/17", + "20.126.0.0/16", + "20.135.24.0/23", + "20.135.140.0/22", + "20.135.144.0/23", + "20.143.1.0/24", + "20.143.32.0/23", + "20.143.50.0/23", + "20.150.8.0/23", + "20.150.37.0/24", + "20.150.42.0/24", + "20.150.74.0/24", + "20.150.76.0/24", + "20.150.83.0/24", + "20.150.122.0/24", + "20.157.18.0/24", + "20.157.21.0/24", + "20.157.22.0/24", + "20.157.30.0/24", + "20.157.33.0/24", + "20.157.97.0/24", + "20.157.115.0/24", + "20.157.123.0/24", + "20.157.146.0/24", + "20.157.158.0/24", + "20.157.170.0/24", + "20.157.186.0/24", + "20.157.212.0/24", + "20.157.221.0/24", + "20.157.223.0/24", + "20.157.230.0/24", + "20.157.245.0/24", + "20.160.0.0/16", + "20.190.137.0/24", + "20.190.160.0/24", + "20.202.2.0/24", + "20.202.12.0/22", + "20.202.16.0/22", + "20.202.140.0/24", + "20.202.150.0/24", + "20.202.152.0/24", + "20.202.154.0/24", + "20.202.156.0/24", + "20.202.158.0/24", + "20.202.160.0/24", + "20.202.162.0/24", + "20.202.164.0/24", + "20.202.166.0/24", + "20.202.168.0/24", + "20.209.10.0/23", + "20.209.48.0/23", + "20.209.72.0/23", + "20.209.76.0/23", + "20.209.108.0/23", + "20.209.192.0/23", + "20.224.0.0/16", + "20.229.0.0/16", + "20.234.128.0/17", + "20.238.128.0/17", + "23.97.128.0/17", + "23.98.46.0/24", + "23.100.0.0/20", + "23.101.64.0/20", + "40.64.144.32/27", + "40.67.192.0/19", + "40.68.0.0/16", + "40.74.0.0/18", + "40.78.210.0/24", + "40.79.205.192/27", + "40.79.205.224/28", + "40.79.206.0/27", + "40.82.92.0/22", + "40.87.184.0/22", + "40.90.17.64/27", + "40.90.18.192/26", + "40.90.20.128/25", + "40.90.21.0/25", + "40.90.130.0/27", + "40.90.133.0/27", + "40.90.134.64/26", + "40.90.134.128/26", + "40.90.138.0/27", + "40.90.141.32/27", + "40.90.141.160/27", + "40.90.142.224/28", + "40.90.144.192/27", + "40.90.145.192/27", + "40.90.146.16/28", + "40.90.146.128/27", + "40.90.150.128/25", + "40.90.157.64/26", + "40.90.159.0/24", + "40.91.28.0/22", + "40.91.192.0/18", + "40.93.65.0/24", + "40.101.2.192/26", + "40.101.3.0/25", + "40.101.20.64/26", + "40.101.20.128/25", + "40.112.36.128/25", + "40.112.37.0/26", + "40.112.38.192/26", + "40.112.96.0/19", + "40.113.96.0/19", + "40.113.128.0/18", + "40.114.128.0/17", + "40.115.0.0/18", + "40.118.0.0/17", + "40.119.128.0/19", + "40.123.140.0/22", + "40.123.180.0/22", + "40.126.9.0/24", + "40.126.32.0/24", + "51.105.96.0/19", + "51.105.128.0/17", + "51.124.0.0/16", + "51.136.0.0/16", + "51.137.0.0/17", + "51.137.192.0/18", + "51.138.0.0/17", + "51.144.0.0/16", + "51.145.128.0/17", + "52.101.69.0/24", + "52.101.70.0/23", + "52.101.72.0/23", + "52.102.161.0/24", + "52.103.33.0/24", + "52.103.161.0/24", + "52.108.24.0/21", + "52.108.56.0/21", + "52.108.80.0/24", + "52.108.108.0/23", + "52.108.110.0/24", + "52.109.88.0/22", + "52.111.243.0/24", + "52.112.14.0/23", + "52.112.17.0/24", + "52.112.18.0/23", + "52.112.22.0/24", + "52.112.83.0/24", + "52.112.97.0/24", + "52.112.98.0/23", + "52.112.102.0/24", + "52.112.110.0/24", + "52.112.124.0/24", + "52.112.144.0/20", + "52.112.197.0/24", + "52.112.216.0/21", + "52.112.228.128/25", + "52.112.233.0/24", + "52.112.237.0/24", + "52.112.238.0/24", + "52.113.9.0/24", + "52.113.12.0/24", + "52.113.37.0/24", + "52.113.38.0/23", + "52.113.69.0/24", + "52.113.83.0/24", + "52.113.85.0/24", + "52.113.86.0/24", + "52.113.130.0/24", + "52.113.144.0/21", + "52.113.199.0/24", + "52.114.72.0/22", + "52.114.241.0/24", + "52.114.242.0/24", + "52.114.252.0/22", + "52.115.226.0/23", + "52.115.228.0/23", + "52.120.128.0/21", + "52.120.208.0/20", + "52.121.24.0/21", + "52.121.64.0/20", + "52.122.20.0/22", + "52.122.96.0/20", + "52.122.112.0/21", + "52.123.7.0/24", + "52.123.133.0/24", + "52.123.134.0/23", + "52.125.140.0/23", + "52.136.192.0/18", + "52.137.0.0/18", + "52.142.192.0/18", + "52.143.0.0/18", + "52.143.194.0/24", + "52.143.208.0/24", + "52.148.192.0/18", + "52.149.64.0/18", + "52.157.64.0/18", + "52.157.128.0/17", + "52.166.0.0/16", + "52.174.0.0/16", + "52.178.0.0/17", + "52.232.0.0/17", + "52.232.147.0/24", + "52.233.128.0/17", + "52.236.128.0/17", + "52.239.140.0/22", + "52.239.212.0/23", + "52.239.242.0/23", + "52.245.48.0/22", + "52.245.124.0/22", + "65.52.128.0/19", + "68.219.160.0/19", + "74.234.128.0/17", + "98.64.0.0/16", + "98.71.128.0/17", + "104.40.128.0/17", + "104.44.89.160/27", + "104.44.90.192/27", + "104.44.93.0/27", + "104.44.93.192/27", + "104.44.95.80/28", + "104.44.95.96/28", + "104.45.0.0/18", + "104.45.64.0/20", + "104.46.32.0/19", + "104.47.128.0/18", + "104.47.216.64/26", + "104.214.192.0/18", + "108.141.0.0/16", + "108.142.0.0/15", + "137.116.192.0/19", + "137.117.128.0/17", + "151.206.49.16/28", + "151.206.49.32/27", + "151.206.73.0/24", + "151.206.74.0/24", + "151.206.75.0/25", + "151.206.75.128/26", + "157.55.8.64/26", + "157.55.8.144/28", + "157.56.117.64/27", + "168.61.56.0/21", + "168.63.0.0/19", + "168.63.96.0/19", + "191.233.64.0/18", + "191.237.232.0/22", + "191.239.200.0/22", + "193.149.80.0/21", + "213.199.128.0/20", + "213.199.180.32/28", + "213.199.180.96/27", + "213.199.180.192/27", + "213.199.183.0/24", + "2603:1020:200::/46", + "2603:1020:205::/48", + "2603:1020:206::/47", + "2603:1020:208::/56", + "2603:1026:900:7::/64", + "2603:1026:900:8::/63", + "2603:1026:900:1a::/63", + "2603:1026:900:1c::/64", + "2603:1026:2405::/48", + "2603:1026:2500:24::/64", + "2603:1026:3000:140::/59", + "2603:1027:1:140::/59", + "2603:1061:1311:5800::/54", + "2603:1062:6:4200::1c00/118", + "2603:1062:6:4200::2000/118", + "2603:1062:6:4200::1:500/121", + "2603:1063:21::/56", + "2603:1063:121::/55", + "2603:1063:221::/55", + "2603:1063:2206:24::/64", + "2a01:111:f403:c201::/64", + "2a01:111:f403:ca05::/64", + "2a01:111:f403:ca06::/63", + "2a01:111:f403:ca08::/63", + "2a01:111:f403:d201::/64", + "2a01:111:f403:da01::/64", + "2a01:111:f403:e201::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.westindia", + "id": "AzureCloud.westindia", + "properties": { + "changeNumber": 22, + "region": "westindia", + "regionId": 23, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.187.64.0/18", + "13.104.157.128/25", + "20.38.128.0/21", + "20.40.8.0/21", + "20.47.57.0/24", + "20.47.124.0/23", + "20.60.106.0/24", + "20.60.216.0/23", + "20.135.44.0/23", + "20.150.18.128/25", + "20.150.43.0/25", + "20.150.106.0/24", + "20.157.102.0/24", + "20.157.136.0/24", + "20.190.146.128/25", + "20.190.176.0/24", + "20.192.64.0/19", + "20.207.128.0/18", + "40.64.146.0/28", + "40.79.219.0/24", + "40.81.80.0/20", + "40.87.220.0/22", + "40.90.26.0/26", + "40.90.138.224/27", + "40.100.26.192/26", + "40.126.18.128/25", + "40.126.48.0/24", + "52.108.73.0/24", + "52.108.94.0/24", + "52.109.64.0/22", + "52.111.244.0/24", + "52.113.134.0/24", + "52.114.28.0/22", + "52.123.177.0/24", + "52.136.16.0/24", + "52.136.32.0/19", + "52.140.128.0/18", + "52.183.128.0/18", + "52.239.135.192/26", + "52.239.187.128/25", + "52.245.76.0/22", + "52.249.64.0/19", + "104.44.93.224/27", + "104.44.95.112/28", + "104.47.212.0/23", + "104.211.128.0/18", + "151.206.48.64/27", + "151.206.72.128/25", + "2603:1040:800::/46", + "2603:1040:805::/48", + "2603:1040:806::/47", + "2603:1046:a00:19::/64", + "2603:1046:1408::/48", + "2603:1046:1500::/64", + "2603:1046:2000:20::/59", + "2603:1047:1:20::/59", + "2603:1061:1310:4400::/54", + "2603:1062:6:4200::1a00/119", + "2603:1062:6:4200::1:480/121", + "2603:1063:1f::/56", + "2603:1063:122::/55", + "2603:1063:222::/55", + "2603:1063:2202:4::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.westus2", + "id": "AzureCloud.westus2", + "properties": { + "changeNumber": 61, + "region": "westus2", + "regionId": 38, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.149.64.0/19", + "4.149.128.0/17", + "4.154.0.0/15", + "4.242.0.0/17", + "4.246.0.0/17", + "13.66.128.0/17", + "13.77.128.0/18", + "13.104.129.64/26", + "13.104.145.0/26", + "13.104.208.192/26", + "13.104.213.0/25", + "13.104.220.0/25", + "13.105.14.0/25", + "13.105.14.128/26", + "13.105.18.160/27", + "13.105.36.0/27", + "13.105.36.32/28", + "13.105.36.64/27", + "13.105.36.128/26", + "13.105.66.64/26", + "13.105.101.176/28", + "13.105.104.240/28", + "13.105.105.32/27", + "13.105.105.64/27", + "13.105.107.112/28", + "13.105.107.160/27", + "13.105.107.192/27", + "20.3.0.0/16", + "20.9.128.0/17", + "20.29.128.0/17", + "20.33.160.0/24", + "20.36.0.0/19", + "20.38.99.0/24", + "20.42.128.0/19", + "20.42.160.0/23", + "20.42.168.0/21", + "20.42.176.0/20", + "20.47.62.0/23", + "20.47.120.0/23", + "20.51.8.0/21", + "20.51.64.0/18", + "20.57.128.0/18", + "20.59.0.0/18", + "20.60.20.0/24", + "20.60.68.0/22", + "20.60.152.0/23", + "20.60.228.0/23", + "20.64.128.0/17", + "20.69.64.0/18", + "20.69.128.0/18", + "20.72.192.0/18", + "20.80.128.0/18", + "20.83.64.0/18", + "20.83.192.0/18", + "20.94.192.0/18", + "20.95.3.0/24", + "20.95.37.0/24", + "20.95.38.0/23", + "20.98.64.0/18", + "20.99.128.0/17", + "20.109.128.0/18", + "20.112.0.0/17", + "20.114.0.0/18", + "20.115.128.0/17", + "20.120.128.0/17", + "20.125.0.0/18", + "20.135.18.0/23", + "20.135.228.0/22", + "20.135.232.0/23", + "20.150.68.0/24", + "20.150.78.0/24", + "20.150.87.0/24", + "20.150.107.0/24", + "20.152.4.0/23", + "20.157.25.0/24", + "20.157.50.0/23", + "20.157.106.0/24", + "20.157.110.0/24", + "20.157.118.0/24", + "20.157.125.0/24", + "20.157.180.0/24", + "20.157.249.0/24", + "20.187.0.0/18", + "20.190.0.0/18", + "20.190.133.0/24", + "20.190.154.0/24", + "20.191.64.0/18", + "20.201.223.0/24", + "20.201.231.0/24", + "20.202.23.0/24", + "20.209.100.0/23", + "20.209.154.0/23", + "20.209.186.0/23", + "20.230.128.0/17", + "20.236.0.0/18", + "20.252.0.0/17", + "23.98.47.0/24", + "23.102.192.0/21", + "23.102.203.0/24", + "23.103.64.32/27", + "23.103.64.64/27", + "40.64.64.0/18", + "40.64.128.0/21", + "40.64.145.160/28", + "40.65.64.0/18", + "40.77.136.0/28", + "40.77.136.64/28", + "40.77.139.128/25", + "40.77.160.0/27", + "40.77.162.0/24", + "40.77.164.0/24", + "40.77.169.0/24", + "40.77.175.64/27", + "40.77.180.0/23", + "40.77.182.64/27", + "40.77.185.128/25", + "40.77.186.0/23", + "40.77.198.128/25", + "40.77.199.128/26", + "40.77.200.0/25", + "40.77.202.0/24", + "40.77.224.96/27", + "40.77.230.0/24", + "40.77.232.128/25", + "40.77.234.224/27", + "40.77.236.128/27", + "40.77.240.128/25", + "40.77.241.0/24", + "40.77.242.0/23", + "40.77.244.0/25", + "40.77.247.0/24", + "40.77.249.0/24", + "40.77.250.0/24", + "40.77.254.128/25", + "40.78.208.32/30", + "40.78.217.0/24", + "40.78.240.0/20", + "40.79.206.128/27", + "40.80.160.0/24", + "40.82.36.0/22", + "40.87.232.0/21", + "40.90.16.192/26", + "40.90.131.32/27", + "40.90.132.48/28", + "40.90.136.224/27", + "40.90.138.208/28", + "40.90.139.32/27", + "40.90.146.32/27", + "40.90.148.192/27", + "40.90.153.0/26", + "40.90.192.0/19", + "40.91.0.0/22", + "40.91.64.0/18", + "40.91.160.0/19", + "40.93.7.0/24", + "40.93.10.0/24", + "40.96.50.0/24", + "40.96.61.0/24", + "40.96.63.0/24", + "40.97.5.0/24", + "40.97.53.192/26", + "40.97.54.0/25", + "40.123.160.0/22", + "40.125.64.0/18", + "40.126.5.0/24", + "40.126.26.0/24", + "51.141.160.0/19", + "51.143.0.0/17", + "52.96.11.0/24", + "52.101.28.0/22", + "52.101.42.0/24", + "52.101.46.0/23", + "52.101.48.0/23", + "52.101.50.0/24", + "52.102.134.0/24", + "52.102.136.0/24", + "52.103.8.0/24", + "52.103.10.0/24", + "52.103.134.0/24", + "52.103.136.0/24", + "52.108.72.0/24", + "52.108.93.0/24", + "52.109.24.0/22", + "52.111.246.0/24", + "52.112.92.0/24", + "52.112.105.0/24", + "52.112.109.0/24", + "52.112.115.0/24", + "52.113.135.0/24", + "52.114.148.0/22", + "52.115.55.0/24", + "52.121.166.0/24", + "52.123.5.0/24", + "52.136.0.0/22", + "52.137.64.0/18", + "52.143.64.0/18", + "52.143.197.0/24", + "52.143.211.0/24", + "52.148.128.0/18", + "52.149.0.0/18", + "52.151.0.0/18", + "52.156.64.0/18", + "52.156.128.0/19", + "52.158.224.0/19", + "52.175.192.0/18", + "52.183.0.0/17", + "52.191.128.0/18", + "52.229.0.0/18", + "52.232.152.0/24", + "52.233.64.0/18", + "52.235.64.0/18", + "52.239.148.128/25", + "52.239.176.128/25", + "52.239.193.0/24", + "52.239.210.0/23", + "52.239.236.0/23", + "52.245.52.0/22", + "52.246.192.0/18", + "52.247.192.0/18", + "52.250.0.0/17", + "65.52.111.0/24", + "65.55.32.128/28", + "65.55.32.192/27", + "65.55.32.224/28", + "65.55.33.176/28", + "65.55.33.192/28", + "65.55.35.192/27", + "65.55.44.8/29", + "65.55.44.112/28", + "65.55.51.0/24", + "65.55.105.160/27", + "65.55.106.192/28", + "65.55.106.240/28", + "65.55.107.0/28", + "65.55.107.96/27", + "65.55.110.0/24", + "65.55.120.0/24", + "65.55.207.0/24", + "65.55.209.0/25", + "65.55.210.0/24", + "65.55.219.64/26", + "65.55.250.0/24", + "65.55.252.0/24", + "70.37.0.0/21", + "70.37.8.0/22", + "70.37.16.0/20", + "70.37.32.0/20", + "104.44.89.128/27", + "104.44.89.192/27", + "104.44.95.0/28", + "131.253.12.160/28", + "131.253.12.228/30", + "131.253.13.24/29", + "131.253.13.88/30", + "131.253.13.128/27", + "131.253.14.4/30", + "131.253.14.8/31", + "131.253.14.96/27", + "131.253.14.128/27", + "131.253.14.192/29", + "131.253.15.192/28", + "131.253.35.128/26", + "131.253.40.128/27", + "131.253.41.0/24", + "134.170.222.0/24", + "137.116.176.0/21", + "151.206.50.64/27", + "151.206.87.0/24", + "151.206.88.0/24", + "157.55.2.128/26", + "157.55.12.64/26", + "157.55.13.64/26", + "157.55.39.0/24", + "157.55.55.228/30", + "157.55.55.232/29", + "157.55.55.240/28", + "157.55.106.0/26", + "157.55.154.128/25", + "157.56.2.0/25", + "157.56.3.128/25", + "157.56.19.224/27", + "157.56.21.160/27", + "157.56.21.192/27", + "157.56.80.0/25", + "168.62.64.0/19", + "172.171.96.0/19", + "172.179.0.0/16", + "199.30.24.0/23", + "199.30.27.0/25", + "199.30.27.144/28", + "199.30.27.160/27", + "199.30.31.192/26", + "207.46.13.0/24", + "209.240.212.0/23", + "2603:1030:c00::/48", + "2603:1030:c02::/47", + "2603:1030:c04::/48", + "2603:1030:c05::/48", + "2603:1030:c06::/48", + "2603:1030:c07::/48", + "2603:1030:d00::/47", + "2603:1030:e01:2::/64", + "2603:1036:903::/64", + "2603:1036:903:30::/63", + "2603:1036:903:32::/64", + "2603:1036:d20::/64", + "2603:1036:2409::/48", + "2603:1036:2500:14::/64", + "2603:1036:3000:c0::/59", + "2603:1037:1:c0::/59", + "2603:1061:1312:2800::/54", + "2603:1062:6:4200::4400/118", + "2603:1062:6:4200::4800/118", + "2603:1062:6:4200::1:800/121", + "2603:1063:25::/56", + "2603:1063:123::/55", + "2603:1063:223::/55", + "2603:1063:2200:14::/64", + "2a01:111:f403:c002::/64", + "2a01:111:f403:c004::/62", + "2a01:111:f403:c804::/62", + "2a01:111:f403:c903::/64", + "2a01:111:f403:c919::/64", + "2a01:111:f403:c91a::/63", + "2a01:111:f403:c91c::/63", + "2a01:111:f403:d002::/64", + "2a01:111:f403:d004::/62", + "2a01:111:f403:d802::/64", + "2a01:111:f403:d804::/62", + "2a01:111:f403:e002::/64", + "2a01:111:f403:f804::/62" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.westus3", + "id": "AzureCloud.westus3", + "properties": { + "changeNumber": 34, + "region": "westus3", + "regionId": 79, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.148.0.0/16", + "4.149.0.0/18", + "4.227.0.0/17", + "4.236.0.0/17", + "4.242.128.0/17", + "4.249.0.0/17", + "13.105.66.32/27", + "13.105.66.128/28", + "13.105.66.160/27", + "13.105.74.0/27", + "13.105.74.32/28", + "13.105.74.64/27", + "13.105.102.224/27", + "13.105.103.0/28", + "13.105.103.32/27", + "20.14.0.0/17", + "20.17.72.0/21", + "20.18.184.0/21", + "20.25.128.0/18", + "20.33.138.0/24", + "20.33.164.0/24", + "20.38.0.0/20", + "20.38.32.0/20", + "20.38.160.0/20", + "20.40.24.0/21", + "20.60.14.0/24", + "20.60.38.0/23", + "20.60.162.0/23", + "20.95.30.0/24", + "20.106.64.0/18", + "20.118.128.0/18", + "20.125.64.0/18", + "20.125.128.0/19", + "20.135.6.0/23", + "20.135.222.0/23", + "20.135.224.0/22", + "20.143.0.0/24", + "20.150.30.0/24", + "20.150.128.0/17", + "20.157.40.0/24", + "20.157.145.0/24", + "20.157.191.0/24", + "20.157.194.0/24", + "20.163.0.0/17", + "20.168.0.0/17", + "20.169.0.0/17", + "20.171.0.0/16", + "20.172.0.0/17", + "20.190.190.128/25", + "20.209.4.0/23", + "20.209.92.0/23", + "20.209.138.0/23", + "20.209.190.0/23", + "40.64.146.192/28", + "40.79.204.160/27", + "40.79.205.64/28", + "40.79.205.96/27", + "40.97.45.64/26", + "40.97.45.128/25", + "40.97.63.128/25", + "40.97.72.0/26", + "40.119.88.0/22", + "40.126.62.128/25", + "40.126.202.0/24", + "52.108.139.0/24", + "52.111.211.0/24", + "52.112.53.0/24", + "52.253.182.0/23", + "52.253.184.0/24", + "172.173.16.0/20", + "172.180.0.0/15", + "172.182.0.0/16", + "2603:1030:500::/47", + "2603:1030:503::/48", + "2603:1030:504::/47", + "2603:1036:903:1e::/63", + "2603:1036:903:20::/64", + "2603:1036:903:47::/64", + "2603:1036:903:48::/63", + "2603:1036:240c::/48", + "2603:1036:2410::/48", + "2603:1036:2500:18::/63", + "2603:1036:2500:38::/64", + "2603:1036:3000:e0::/59", + "2603:1037:1:e0::/59", + "2603:1061:1312:2c00::/54", + "2603:1063:30::/64", + "2603:1063:2200:18::/64" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud.westus", + "id": "AzureCloud.westus", + "properties": { + "changeNumber": 68, + "region": "westus", + "regionId": 37, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.150.224.0/19", + "13.64.0.0/16", + "13.73.32.0/19", + "13.83.0.0/16", + "13.86.128.0/17", + "13.87.128.0/17", + "13.88.0.0/17", + "13.88.128.0/18", + "13.91.0.0/16", + "13.93.128.0/17", + "13.104.144.192/27", + "13.104.158.16/28", + "13.104.158.64/26", + "13.104.208.96/27", + "13.104.222.0/24", + "13.104.223.0/25", + "13.105.17.64/26", + "13.105.17.128/26", + "13.105.19.128/25", + "13.105.96.64/27", + "13.105.96.96/28", + "13.105.97.0/27", + "20.33.135.0/24", + "20.33.156.0/24", + "20.43.192.0/18", + "20.47.2.0/24", + "20.47.22.0/23", + "20.47.110.0/24", + "20.47.116.0/24", + "20.49.120.0/21", + "20.57.192.0/19", + "20.59.64.0/18", + "20.60.1.0/24", + "20.60.34.0/23", + "20.60.52.0/23", + "20.60.80.0/23", + "20.60.168.0/23", + "20.60.230.0/23", + "20.60.232.0/23", + "20.66.0.0/17", + "20.95.1.0/24", + "20.95.32.0/24", + "20.95.52.0/24", + "20.112.184.0/21", + "20.125.240.0/20", + "20.135.74.0/23", + "20.136.6.0/24", + "20.136.7.0/25", + "20.143.10.0/23", + "20.143.38.0/24", + "20.150.34.0/23", + "20.150.91.0/24", + "20.150.102.0/24", + "20.152.2.0/23", + "20.157.32.0/24", + "20.157.57.0/24", + "20.157.72.0/24", + "20.157.87.0/24", + "20.157.90.0/24", + "20.157.95.0/24", + "20.157.105.0/24", + "20.157.130.0/24", + "20.157.236.0/24", + "20.168.128.0/19", + "20.168.160.0/21", + "20.184.128.0/17", + "20.189.128.0/18", + "20.190.132.0/24", + "20.190.153.0/24", + "20.201.147.0/24", + "20.201.148.0/24", + "20.202.22.0/24", + "20.202.25.0/24", + "20.202.26.0/23", + "20.202.28.0/23", + "20.202.30.0/24", + "20.202.105.0/24", + "20.202.109.0/24", + "20.202.113.0/24", + "20.202.117.0/24", + "20.202.129.0/24", + "20.202.133.0/24", + "20.202.137.0/24", + "20.202.209.0/24", + "20.202.210.0/24", + "20.209.102.0/23", + "20.209.180.0/23", + "20.228.64.0/18", + "20.237.128.0/17", + "20.245.0.0/16", + "20.253.128.0/17", + "23.99.0.0/18", + "23.99.64.0/19", + "23.100.32.0/20", + "23.101.192.0/20", + "40.64.146.176/28", + "40.65.0.0/18", + "40.75.128.0/17", + "40.78.0.0/17", + "40.78.216.0/24", + "40.79.204.48/28", + "40.79.204.96/27", + "40.79.204.128/27", + "40.80.152.0/21", + "40.81.0.0/20", + "40.82.248.0/21", + "40.83.128.0/17", + "40.85.144.0/20", + "40.86.160.0/19", + "40.87.160.0/22", + "40.90.17.96/27", + "40.90.18.128/26", + "40.90.22.128/25", + "40.90.23.0/25", + "40.90.25.192/26", + "40.90.128.128/28", + "40.90.131.192/27", + "40.90.135.0/26", + "40.90.139.192/27", + "40.90.146.0/28", + "40.90.148.128/27", + "40.90.153.96/27", + "40.90.156.128/26", + "40.93.0.0/23", + "40.93.9.0/24", + "40.97.45.0/26", + "40.97.46.0/25", + "40.97.46.128/26", + "40.112.128.0/17", + "40.118.128.0/17", + "40.123.152.0/22", + "40.125.32.0/19", + "40.126.4.0/24", + "40.126.25.0/24", + "52.101.0.0/22", + "52.101.16.0/22", + "52.101.41.0/24", + "52.101.43.0/24", + "52.101.44.0/23", + "52.101.85.0/24", + "52.101.86.0/23", + "52.102.128.0/24", + "52.102.135.0/24", + "52.102.158.0/24", + "52.103.0.0/24", + "52.103.2.0/24", + "52.103.9.0/24", + "52.103.128.0/24", + "52.106.4.0/24", + "52.108.0.0/21", + "52.108.78.0/24", + "52.109.0.0/22", + "52.111.245.0/24", + "52.112.38.0/24", + "52.112.86.0/23", + "52.112.106.0/23", + "52.112.114.0/24", + "52.113.208.0/20", + "52.114.152.0/21", + "52.114.172.0/22", + "52.114.184.0/23", + "52.115.93.0/24", + "52.115.140.0/22", + "52.115.144.0/20", + "52.115.231.0/24", + "52.115.232.0/24", + "52.115.242.0/23", + "52.120.96.0/19", + "52.121.36.0/22", + "52.122.1.0/24", + "52.122.7.0/24", + "52.122.8.0/22", + "52.122.180.0/22", + "52.122.184.0/21", + "52.122.192.0/22", + "52.123.1.0/24", + "52.123.11.0/24", + "52.137.128.0/17", + "52.153.0.0/18", + "52.155.32.0/19", + "52.157.0.0/18", + "52.159.128.0/17", + "52.160.0.0/16", + "52.180.0.0/17", + "52.190.128.0/17", + "52.225.0.0/17", + "52.232.149.0/24", + "52.234.0.0/17", + "52.238.0.0/18", + "52.239.0.0/17", + "52.239.160.0/22", + "52.239.228.0/23", + "52.239.254.0/23", + "52.241.0.0/16", + "52.245.12.0/22", + "52.245.108.0/22", + "52.246.0.0/17", + "52.248.128.0/17", + "52.250.192.0/18", + "52.254.128.0/17", + "65.52.112.0/20", + "68.220.32.0/19", + "104.40.0.0/17", + "104.42.0.0/16", + "104.44.88.0/27", + "104.44.91.0/27", + "104.44.92.96/27", + "104.44.94.0/28", + "104.44.95.128/27", + "104.45.208.0/20", + "104.45.224.0/19", + "104.209.0.0/18", + "104.210.32.0/19", + "137.116.184.0/21", + "137.117.0.0/19", + "137.135.0.0/18", + "138.91.64.0/19", + "138.91.128.0/17", + "151.206.50.128/27", + "151.206.91.128/25", + "151.206.92.0/23", + "157.56.160.0/21", + "168.61.0.0/19", + "168.61.64.0/20", + "168.62.0.0/19", + "168.62.192.0/19", + "168.63.88.0/23", + "172.178.128.0/17", + "172.184.0.0/15", + "191.236.64.0/18", + "191.238.70.0/23", + "191.239.0.0/18", + "2603:1030:a00::/46", + "2603:1030:a04::/48", + "2603:1030:a06::/48", + "2603:1030:a07::/48", + "2603:1030:a08::/48", + "2603:1030:a09::/56", + "2603:1030:a0a::/47", + "2603:1030:a0c::/48", + "2603:1036:903:1d::/64", + "2603:1036:903:21::/64", + "2603:1036:903:22::/63", + "2603:1036:2400::/48", + "2603:1036:2500:10::/64", + "2603:1036:3000:1c0::/59", + "2603:1037:1:1c0::/59", + "2603:1061:1312:2400::/54", + "2603:1061:2000:1::/64", + "2603:1061:2000:3::/64", + "2603:1061:2000:110::/60", + "2603:1062:2:200::/57", + "2603:1062:6:4200::5400/118", + "2603:1062:6:4200::5800/118", + "2603:1062:6:4200::1:900/121", + "2603:1063:24::/56", + "2603:1063:124::/55", + "2603:1063:224::/55", + "2603:1063:2200:30::/64", + "2a01:111:f100:3000::/52", + "2a01:111:f403:c000::/63", + "2a01:111:f403:c800::/64", + "2a01:111:f403:c902::/64", + "2a01:111:f403:c914::/62", + "2a01:111:f403:c918::/64", + "2a01:111:f403:d000::/63", + "2a01:111:f403:d800::/63", + "2a01:111:f403:e000::/63", + "2a01:111:f403:f800::/62" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + }, + { + "name": "AzureCloud", + "id": "AzureCloud", + "properties": { + "changeNumber": 175, + "region": "", + "regionId": 0, + "platform": "Azure", + "systemService": "", + "addressPrefixes": [ + "4.144.0.0/17", + "4.144.128.0/17", + "4.145.0.0/16", + "4.146.0.0/16", + "4.147.0.0/16", + "4.148.0.0/16", + "4.149.0.0/18", + "4.149.64.0/19", + "4.149.96.0/19", + "4.149.128.0/17", + "4.150.0.0/18", + "4.150.64.0/18", + "4.150.128.0/18", + "4.150.192.0/19", + "4.150.224.0/19", + "4.151.0.0/16", + "4.152.0.0/15", + "4.154.0.0/15", + "4.156.0.0/15", + "4.158.0.0/15", + "4.160.0.0/16", + "4.161.0.0/16", + "4.162.0.0/16", + "4.163.0.0/16", + "4.164.0.0/16", + "4.165.0.0/16", + "4.166.0.0/16", + "4.167.0.0/16", + "4.168.0.0/16", + "4.169.0.0/16", + "4.170.0.0/15", + "4.172.0.0/15", + "4.174.0.0/16", + "4.175.0.0/16", + "4.176.0.0/16", + "4.177.0.0/16", + "4.178.0.0/17", + "4.179.0.0/16", + "4.180.0.0/16", + "4.181.0.0/16", + "4.182.0.0/16", + "4.183.0.0/16", + "4.184.56.0/21", + "4.184.64.0/18", + "4.184.128.0/17", + "4.185.0.0/16", + "4.186.0.0/16", + "4.187.0.0/18", + "4.187.64.0/18", + "4.187.128.0/17", + "4.188.0.0/16", + "4.189.0.0/16", + "4.190.0.0/17", + "4.190.128.0/17", + "4.191.0.0/16", + "4.192.0.0/16", + "4.193.0.0/16", + "4.194.0.0/16", + "4.195.0.0/16", + "4.196.0.0/15", + "4.198.0.0/19", + "4.198.32.0/19", + "4.198.64.0/18", + "4.198.128.0/19", + "4.198.160.0/21", + "4.199.0.0/17", + "4.200.128.0/17", + "4.201.0.0/16", + "4.202.0.0/16", + "4.203.0.0/18", + "4.203.64.0/19", + "4.204.128.0/17", + "4.205.0.0/16", + "4.206.0.0/16", + "4.207.0.0/16", + "4.208.0.0/15", + "4.210.0.0/17", + "4.210.128.0/17", + "4.211.0.0/16", + "4.212.0.0/16", + "4.213.0.0/16", + "4.214.0.0/15", + "4.216.0.0/16", + "4.217.0.0/16", + "4.218.0.0/16", + "4.219.0.0/16", + "4.220.0.0/17", + "4.220.128.0/17", + "4.221.0.0/16", + "4.222.0.0/16", + "4.223.0.0/16", + "4.224.0.0/16", + "4.225.0.0/16", + "4.226.0.0/17", + "4.226.128.0/17", + "4.227.0.0/17", + "4.227.128.0/17", + "4.228.0.0/16", + "4.229.0.0/17", + "4.229.128.0/17", + "4.230.0.0/16", + "4.231.0.0/17", + "4.231.128.0/17", + "4.232.0.0/17", + "4.232.128.0/18", + "4.232.192.0/21", + "4.233.0.0/16", + "4.234.0.0/16", + "4.235.0.0/16", + "4.236.0.0/17", + "4.236.128.0/17", + "4.237.0.0/17", + "4.238.0.0/17", + "4.238.128.0/17", + "4.239.0.0/17", + "4.239.128.0/17", + "4.240.0.0/17", + "4.240.128.0/17", + "4.241.0.0/16", + "4.242.0.0/17", + "4.242.128.0/17", + "4.243.0.0/16", + "4.244.0.0/16", + "4.245.0.0/17", + "4.245.128.0/17", + "4.246.0.0/17", + "4.246.128.0/17", + "4.247.0.0/17", + "4.247.128.0/17", + "4.248.0.0/17", + "4.249.0.0/17", + "4.249.128.0/17", + "4.250.0.0/16", + "4.251.128.0/18", + "4.251.192.0/20", + "4.251.208.0/20", + "4.251.224.0/19", + "4.252.0.0/17", + "4.253.0.0/16", + "4.254.128.0/17", + "4.255.0.0/17", + "4.255.128.0/17", + "13.64.0.0/16", + "13.65.0.0/16", + "13.66.0.0/17", + "13.66.128.0/17", + "13.67.0.0/17", + "13.67.128.0/20", + "13.67.144.0/21", + "13.67.152.0/24", + "13.67.153.0/28", + "13.67.153.16/28", + "13.67.153.32/27", + "13.67.153.64/26", + "13.67.153.128/25", + "13.67.154.0/24", + "13.67.155.0/24", + "13.67.156.0/22", + "13.67.160.0/19", + "13.67.192.0/18", + "13.68.0.0/17", + "13.68.128.0/17", + "13.69.0.0/17", + "13.69.128.0/17", + "13.70.0.0/18", + "13.70.64.0/18", + "13.70.128.0/18", + "13.70.192.0/18", + "13.71.0.0/18", + "13.71.64.0/18", + "13.71.128.0/19", + "13.71.160.0/19", + "13.71.192.0/18", + "13.72.64.0/18", + "13.72.192.0/19", + "13.72.224.0/19", + "13.73.0.0/19", + "13.73.32.0/19", + "13.73.96.0/19", + "13.73.128.0/18", + "13.73.192.0/20", + "13.73.224.0/21", + "13.73.232.0/21", + "13.73.240.0/20", + "13.74.0.0/16", + "13.75.0.0/17", + "13.75.128.0/17", + "13.76.0.0/16", + "13.77.0.0/18", + "13.77.64.0/18", + "13.77.128.0/18", + "13.77.192.0/19", + "13.78.0.0/17", + "13.78.128.0/17", + "13.79.0.0/16", + "13.80.0.0/15", + "13.82.0.0/16", + "13.83.0.0/16", + "13.84.0.0/15", + "13.86.0.0/17", + "13.86.128.0/17", + "13.87.0.0/18", + "13.87.64.0/19", + "13.87.96.0/20", + "13.87.112.0/21", + "13.87.120.0/22", + "13.87.124.0/25", + "13.87.124.128/29", + "13.87.124.136/31", + "13.87.124.144/28", + "13.87.124.160/27", + "13.87.124.192/27", + "13.87.125.0/24", + "13.87.126.0/24", + "13.87.127.224/27", + "13.87.128.0/17", + "13.88.0.0/17", + "13.88.128.0/18", + "13.88.200.0/21", + "13.88.208.0/20", + "13.88.224.0/19", + "13.89.0.0/16", + "13.90.0.0/16", + "13.91.0.0/16", + "13.92.0.0/16", + "13.93.0.0/17", + "13.93.128.0/17", + "13.94.0.0/18", + "13.94.64.0/18", + "13.94.128.0/17", + "13.95.0.0/16", + "13.104.129.0/26", + "13.104.129.64/26", + "13.104.129.128/26", + "13.104.129.192/26", + "13.104.144.0/27", + "13.104.144.32/27", + "13.104.144.64/27", + "13.104.144.96/27", + "13.104.144.128/27", + "13.104.144.160/27", + "13.104.144.192/27", + "13.104.144.224/27", + "13.104.145.0/26", + "13.104.145.64/26", + "13.104.145.128/27", + "13.104.145.160/27", + "13.104.145.192/26", + "13.104.146.0/26", + "13.104.146.64/26", + "13.104.146.128/25", + "13.104.147.0/25", + "13.104.147.128/25", + "13.104.148.0/25", + "13.104.148.128/25", + "13.104.149.0/26", + "13.104.149.64/26", + "13.104.149.128/25", + "13.104.150.0/25", + "13.104.150.128/26", + "13.104.150.192/26", + "13.104.151.0/26", + "13.104.151.64/26", + "13.104.151.128/26", + "13.104.151.192/26", + "13.104.152.0/25", + "13.104.152.128/25", + "13.104.153.0/27", + "13.104.153.32/28", + "13.104.153.48/28", + "13.104.153.64/27", + "13.104.153.96/27", + "13.104.153.128/26", + "13.104.153.192/26", + "13.104.154.0/25", + "13.104.154.128/25", + "13.104.155.0/27", + "13.104.155.32/27", + "13.104.155.64/26", + "13.104.155.128/26", + "13.104.155.192/26", + "13.104.156.0/24", + "13.104.157.0/25", + "13.104.157.128/25", + "13.104.158.0/28", + "13.104.158.16/28", + "13.104.158.32/27", + "13.104.158.64/26", + "13.104.158.128/27", + "13.104.158.160/28", + "13.104.158.176/28", + "13.104.158.192/27", + "13.104.158.224/27", + "13.104.159.0/25", + "13.104.159.128/26", + "13.104.159.192/26", + "13.104.192.0/21", + "13.104.208.0/26", + "13.104.208.64/27", + "13.104.208.96/27", + "13.104.208.128/27", + "13.104.208.160/28", + "13.104.208.176/28", + "13.104.208.192/26", + "13.104.209.0/24", + "13.104.210.0/24", + "13.104.211.0/25", + "13.104.211.128/26", + "13.104.211.192/26", + "13.104.212.0/26", + "13.104.212.64/26", + "13.104.212.128/26", + "13.104.212.192/26", + "13.104.213.0/25", + "13.104.213.128/25", + "13.104.214.0/25", + "13.104.214.128/25", + "13.104.215.0/25", + "13.104.215.128/25", + "13.104.216.0/24", + "13.104.217.0/25", + "13.104.217.128/25", + "13.104.218.0/25", + "13.104.218.128/25", + "13.104.219.0/25", + "13.104.219.128/25", + "13.104.220.0/25", + "13.104.220.128/25", + "13.104.221.0/24", + "13.104.222.0/24", + "13.104.223.0/25", + "13.104.223.128/26", + "13.104.223.192/26", + "13.105.14.0/25", + "13.105.14.128/26", + "13.105.14.192/26", + "13.105.16.0/25", + "13.105.16.128/26", + "13.105.16.192/26", + "13.105.17.0/26", + "13.105.17.64/26", + "13.105.17.128/26", + "13.105.17.192/26", + "13.105.18.0/26", + "13.105.18.64/26", + "13.105.18.160/27", + "13.105.18.192/26", + "13.105.19.0/25", + "13.105.19.128/25", + "13.105.20.0/25", + "13.105.20.128/26", + "13.105.20.192/26", + "13.105.21.0/24", + "13.105.22.0/24", + "13.105.23.0/26", + "13.105.23.64/26", + "13.105.23.128/25", + "13.105.24.0/24", + "13.105.25.0/24", + "13.105.26.0/24", + "13.105.27.0/25", + "13.105.27.128/27", + "13.105.27.160/27", + "13.105.27.192/27", + "13.105.27.224/27", + "13.105.28.0/28", + "13.105.28.16/28", + "13.105.28.32/28", + "13.105.28.48/28", + "13.105.28.128/25", + "13.105.29.0/25", + "13.105.29.128/25", + "13.105.36.0/27", + "13.105.36.32/28", + "13.105.36.48/28", + "13.105.36.64/27", + "13.105.36.96/27", + "13.105.36.128/26", + "13.105.36.192/26", + "13.105.37.0/26", + "13.105.37.64/26", + "13.105.37.128/26", + "13.105.37.192/26", + "13.105.52.0/27", + "13.105.52.32/27", + "13.105.52.64/28", + "13.105.52.80/28", + "13.105.52.96/27", + "13.105.52.128/26", + "13.105.52.192/26", + "13.105.53.0/25", + "13.105.53.128/26", + "13.105.53.192/26", + "13.105.60.0/27", + "13.105.60.32/28", + "13.105.60.48/28", + "13.105.60.64/27", + "13.105.60.96/27", + "13.105.60.128/27", + "13.105.60.160/27", + "13.105.60.192/26", + "13.105.61.0/28", + "13.105.61.16/28", + "13.105.61.32/27", + "13.105.61.64/26", + "13.105.61.128/25", + "13.105.66.0/27", + "13.105.66.32/27", + "13.105.66.64/26", + "13.105.66.128/28", + "13.105.66.144/28", + "13.105.66.160/27", + "13.105.66.192/26", + "13.105.67.0/25", + "13.105.67.128/25", + "13.105.74.0/27", + "13.105.74.32/28", + "13.105.74.48/28", + "13.105.74.64/27", + "13.105.74.96/27", + "13.105.74.128/26", + "13.105.74.192/26", + "13.105.75.0/27", + "13.105.75.32/28", + "13.105.75.48/28", + "13.105.75.64/27", + "13.105.75.96/27", + "13.105.75.128/27", + "13.105.75.160/27", + "13.105.75.192/28", + "13.105.75.208/28", + "13.105.75.224/27", + "13.105.96.0/26", + "13.105.96.64/27", + "13.105.96.96/28", + "13.105.96.112/28", + "13.105.96.128/25", + "13.105.97.0/27", + "13.105.97.32/27", + "13.105.97.64/27", + "13.105.97.96/27", + "13.105.97.128/25", + "13.105.98.0/27", + "13.105.98.32/28", + "13.105.98.48/28", + "13.105.98.64/27", + "13.105.98.96/27", + "13.105.98.128/27", + "13.105.98.160/27", + "13.105.98.192/28", + "13.105.98.208/28", + "13.105.98.224/27", + "13.105.99.0/26", + "13.105.99.64/27", + "13.105.99.96/28", + "13.105.99.112/28", + "13.105.99.128/27", + "13.105.99.160/27", + "13.105.99.192/26", + "13.105.100.0/28", + "13.105.100.16/28", + "13.105.100.32/27", + "13.105.100.64/26", + "13.105.100.128/27", + "13.105.100.160/28", + "13.105.100.176/28", + "13.105.100.192/27", + "13.105.100.224/27", + "13.105.101.0/27", + "13.105.101.32/28", + "13.105.101.48/28", + "13.105.101.64/26", + "13.105.101.128/27", + "13.105.101.160/28", + "13.105.101.176/28", + "13.105.101.192/27", + "13.105.101.224/27", + "13.105.102.0/28", + "13.105.102.16/28", + "13.105.102.32/27", + "13.105.102.64/26", + "13.105.102.128/27", + "13.105.102.160/28", + "13.105.102.176/28", + "13.105.102.192/27", + "13.105.102.224/27", + "13.105.103.0/28", + "13.105.103.16/28", + "13.105.103.32/27", + "13.105.103.64/26", + "13.105.103.128/27", + "13.105.103.160/28", + "13.105.103.176/28", + "13.105.103.192/27", + "13.105.103.224/27", + "13.105.104.0/27", + "13.105.104.32/27", + "13.105.104.64/28", + "13.105.104.80/28", + "13.105.104.96/27", + "13.105.104.128/26", + "13.105.104.192/27", + "13.105.104.224/28", + "13.105.104.240/28", + "13.105.105.0/27", + "13.105.105.32/27", + "13.105.105.64/27", + "13.105.105.96/27", + "13.105.105.128/28", + "13.105.105.144/28", + "13.105.105.160/27", + "13.105.105.192/26", + "13.105.106.0/27", + "13.105.106.32/28", + "13.105.106.48/28", + "13.105.106.64/27", + "13.105.106.96/27", + "13.105.106.128/27", + "13.105.106.160/27", + "13.105.106.192/28", + "13.105.106.208/28", + "13.105.106.224/27", + "13.105.107.0/26", + "13.105.107.64/27", + "13.105.107.96/28", + "13.105.107.112/28", + "13.105.107.128/27", + "13.105.107.160/27", + "13.105.107.192/27", + "13.105.107.224/27", + "13.105.108.0/28", + "13.105.108.16/28", + "13.105.108.32/27", + "13.105.108.64/26", + "13.105.108.128/27", + "13.105.108.160/28", + "13.105.108.176/28", + "13.105.108.192/27", + "13.105.108.224/28", + "13.105.108.240/28", + "13.105.109.0/24", + "13.105.110.0/25", + "13.105.110.128/26", + "13.105.110.192/28", + "13.105.110.208/28", + "13.105.110.224/27", + "13.105.111.0/26", + "13.105.111.64/27", + "13.105.111.96/27", + "13.105.111.128/25", + "13.105.114.88/29", + "13.105.114.96/27", + "13.105.114.128/26", + "13.105.114.192/28", + "13.105.114.208/29", + "13.105.116.0/25", + "20.0.0.0/16", + "20.1.0.0/17", + "20.1.128.0/17", + "20.2.0.0/16", + "20.3.0.0/16", + "20.4.0.0/16", + "20.5.0.0/16", + "20.6.0.0/17", + "20.6.128.0/17", + "20.7.0.0/16", + "20.8.0.0/16", + "20.9.0.0/17", + "20.9.128.0/17", + "20.10.0.0/16", + "20.11.0.0/17", + "20.11.128.0/17", + "20.12.0.0/17", + "20.12.128.0/17", + "20.13.0.0/17", + "20.13.128.0/17", + "20.14.0.0/17", + "20.14.128.0/17", + "20.15.0.0/17", + "20.15.128.0/17", + "20.16.0.0/16", + "20.17.0.0/18", + "20.17.64.0/21", + "20.17.72.0/21", + "20.17.80.0/20", + "20.17.96.0/19", + "20.17.128.0/20", + "20.17.144.0/22", + "20.17.192.0/18", + "20.18.0.0/17", + "20.18.128.0/20", + "20.18.144.0/20", + "20.18.160.0/20", + "20.18.176.0/21", + "20.18.184.0/21", + "20.18.192.0/18", + "20.19.0.0/16", + "20.20.32.0/26", + "20.20.32.64/26", + "20.20.32.128/25", + "20.20.33.0/25", + "20.20.33.128/25", + "20.20.34.0/24", + "20.20.35.0/24", + "20.20.36.0/24", + "20.20.37.0/24", + "20.20.38.0/25", + "20.20.38.128/25", + "20.20.39.0/24", + "20.21.0.0/16", + "20.22.0.0/16", + "20.23.0.0/16", + "20.24.0.0/18", + "20.24.64.0/18", + "20.24.128.0/18", + "20.24.192.0/18", + "20.25.0.0/17", + "20.25.128.0/18", + "20.25.192.0/18", + "20.26.0.0/16", + "20.27.0.0/18", + "20.27.64.0/18", + "20.27.128.0/18", + "20.27.192.0/18", + "20.28.0.0/17", + "20.28.128.0/17", + "20.29.0.0/17", + "20.29.128.0/17", + "20.31.0.0/16", + "20.33.0.0/24", + "20.33.1.0/24", + "20.33.2.0/24", + "20.33.3.0/24", + "20.33.4.0/24", + "20.33.5.0/24", + "20.33.6.0/24", + "20.33.7.0/24", + "20.33.8.0/24", + "20.33.9.0/24", + "20.33.10.0/23", + "20.33.12.0/24", + "20.33.13.0/24", + "20.33.14.0/24", + "20.33.15.0/24", + "20.33.16.0/24", + "20.33.17.0/24", + "20.33.128.0/24", + "20.33.129.0/24", + "20.33.130.0/24", + "20.33.131.0/24", + "20.33.132.0/24", + "20.33.133.0/24", + "20.33.134.0/24", + "20.33.135.0/24", + "20.33.136.0/24", + "20.33.137.0/24", + "20.33.138.0/24", + "20.33.139.0/24", + "20.33.140.0/24", + "20.33.141.0/24", + "20.33.142.0/24", + "20.33.143.0/24", + "20.33.144.0/24", + "20.33.145.0/24", + "20.33.146.0/24", + "20.33.147.0/24", + "20.33.148.0/24", + "20.33.149.0/24", + "20.33.150.0/24", + "20.33.151.0/24", + "20.33.152.0/24", + "20.33.153.0/24", + "20.33.154.0/24", + "20.33.155.0/24", + "20.33.156.0/24", + "20.33.157.0/24", + "20.33.158.0/24", + "20.33.159.0/24", + "20.33.160.0/24", + "20.33.161.0/24", + "20.33.162.0/24", + "20.33.163.0/24", + "20.33.164.0/24", + "20.33.165.0/24", + "20.33.166.0/24", + "20.33.167.0/24", + "20.33.168.0/24", + "20.33.169.0/24", + "20.33.170.0/24", + "20.33.171.0/24", + "20.33.172.0/24", + "20.33.173.0/24", + "20.33.174.0/24", + "20.33.175.0/24", + "20.33.176.0/24", + "20.33.177.0/24", + "20.36.0.0/19", + "20.36.32.0/19", + "20.36.64.0/19", + "20.36.96.0/21", + "20.36.104.0/21", + "20.36.112.0/20", + "20.36.128.0/17", + "20.37.0.0/18", + "20.37.64.0/19", + "20.37.96.0/19", + "20.37.128.0/18", + "20.37.192.0/19", + "20.37.224.0/19", + "20.38.0.0/20", + "20.38.16.0/24", + "20.38.17.0/24", + "20.38.18.0/24", + "20.38.19.0/24", + "20.38.20.0/24", + "20.38.21.0/24", + "20.38.22.0/24", + "20.38.23.0/24", + "20.38.24.0/24", + "20.38.25.0/24", + "20.38.32.0/20", + "20.38.64.0/19", + "20.38.96.0/23", + "20.38.98.0/24", + "20.38.99.0/24", + "20.38.100.0/23", + "20.38.102.0/23", + "20.38.104.0/23", + "20.38.106.0/23", + "20.38.108.0/23", + "20.38.110.0/23", + "20.38.112.0/23", + "20.38.114.0/25", + "20.38.114.128/25", + "20.38.115.0/24", + "20.38.116.0/23", + "20.38.118.0/24", + "20.38.119.0/24", + "20.38.120.0/24", + "20.38.121.0/25", + "20.38.121.128/25", + "20.38.122.0/23", + "20.38.124.0/23", + "20.38.126.0/23", + "20.38.128.0/21", + "20.38.136.0/21", + "20.38.144.0/21", + "20.38.152.0/21", + "20.38.160.0/20", + "20.38.176.0/21", + "20.38.184.0/22", + "20.38.188.0/22", + "20.38.196.0/22", + "20.38.200.0/22", + "20.38.208.0/22", + "20.39.0.0/19", + "20.39.32.0/19", + "20.39.64.0/21", + "20.39.72.0/21", + "20.39.80.0/20", + "20.39.96.0/19", + "20.39.128.0/20", + "20.39.144.0/20", + "20.39.160.0/21", + "20.39.168.0/21", + "20.39.176.0/21", + "20.39.184.0/21", + "20.39.192.0/20", + "20.39.208.0/20", + "20.39.224.0/21", + "20.39.232.0/21", + "20.39.240.0/20", + "20.40.0.0/21", + "20.40.8.0/21", + "20.40.16.0/21", + "20.40.24.0/21", + "20.40.32.0/21", + "20.40.40.0/21", + "20.40.48.0/20", + "20.40.64.0/20", + "20.40.80.0/21", + "20.40.88.0/21", + "20.40.96.0/21", + "20.40.104.0/21", + "20.40.112.0/21", + "20.40.120.0/21", + "20.40.128.0/19", + "20.40.160.0/20", + "20.40.176.0/20", + "20.40.192.0/18", + "20.41.0.0/18", + "20.41.64.0/18", + "20.41.128.0/18", + "20.41.192.0/18", + "20.42.0.0/17", + "20.42.128.0/19", + "20.42.160.0/23", + "20.42.168.0/21", + "20.42.176.0/20", + "20.42.192.0/19", + "20.42.224.0/19", + "20.43.0.0/19", + "20.43.32.0/19", + "20.43.64.0/19", + "20.43.96.0/20", + "20.43.112.0/21", + "20.43.120.0/21", + "20.43.128.0/18", + "20.43.192.0/18", + "20.44.0.0/21", + "20.44.8.0/21", + "20.44.16.0/21", + "20.44.24.0/21", + "20.44.32.0/19", + "20.44.64.0/18", + "20.44.128.0/18", + "20.44.192.0/18", + "20.45.0.0/18", + "20.45.64.0/19", + "20.45.96.0/20", + "20.45.112.0/21", + "20.45.120.0/21", + "20.45.128.0/21", + "20.45.136.0/21", + "20.45.144.0/20", + "20.45.160.0/20", + "20.45.176.0/20", + "20.45.192.0/18", + "20.46.0.0/19", + "20.46.32.0/19", + "20.46.64.0/19", + "20.46.96.0/20", + "20.46.112.0/20", + "20.46.128.0/20", + "20.46.144.0/20", + "20.46.160.0/19", + "20.46.192.0/21", + "20.46.200.0/21", + "20.46.208.0/20", + "20.46.224.0/19", + "20.47.0.0/24", + "20.47.1.0/24", + "20.47.2.0/24", + "20.47.3.0/24", + "20.47.4.0/24", + "20.47.5.0/24", + "20.47.6.0/24", + "20.47.7.0/24", + "20.47.8.0/24", + "20.47.9.0/24", + "20.47.10.0/24", + "20.47.11.0/24", + "20.47.12.0/24", + "20.47.13.0/24", + "20.47.14.0/24", + "20.47.15.0/24", + "20.47.16.0/23", + "20.47.18.0/23", + "20.47.20.0/23", + "20.47.22.0/23", + "20.47.24.0/23", + "20.47.26.0/24", + "20.47.27.0/24", + "20.47.28.0/24", + "20.47.29.0/24", + "20.47.30.0/24", + "20.47.31.0/24", + "20.47.32.0/24", + "20.47.33.0/24", + "20.47.34.0/24", + "20.47.35.0/24", + "20.47.36.0/24", + "20.47.37.0/24", + "20.47.38.0/24", + "20.47.39.0/24", + "20.47.40.0/24", + "20.47.41.0/24", + "20.47.42.0/24", + "20.47.43.0/24", + "20.47.44.0/24", + "20.47.45.0/24", + "20.47.46.0/24", + "20.47.47.0/24", + "20.47.48.0/24", + "20.47.49.0/24", + "20.47.50.0/24", + "20.47.51.0/24", + "20.47.52.0/24", + "20.47.53.0/24", + "20.47.54.0/24", + "20.47.55.0/24", + "20.47.56.0/24", + "20.47.57.0/24", + "20.47.58.0/23", + "20.47.60.0/23", + "20.47.62.0/23", + "20.47.64.0/24", + "20.47.65.0/24", + "20.47.66.0/24", + "20.47.67.0/24", + "20.47.68.0/24", + "20.47.69.0/24", + "20.47.70.0/24", + "20.47.71.0/24", + "20.47.72.0/23", + "20.47.74.0/23", + "20.47.76.0/23", + "20.47.78.0/23", + "20.47.80.0/23", + "20.47.82.0/23", + "20.47.84.0/23", + "20.47.86.0/24", + "20.47.87.0/24", + "20.47.88.0/24", + "20.47.89.0/24", + "20.47.90.0/24", + "20.47.91.0/24", + "20.47.92.0/24", + "20.47.93.0/24", + "20.47.94.0/24", + "20.47.95.0/24", + "20.47.96.0/23", + "20.47.98.0/24", + "20.47.99.0/24", + "20.47.100.0/24", + "20.47.101.0/24", + "20.47.102.0/24", + "20.47.103.0/24", + "20.47.104.0/24", + "20.47.105.0/24", + "20.47.106.0/24", + "20.47.107.0/24", + "20.47.108.0/23", + "20.47.110.0/24", + "20.47.111.0/24", + "20.47.112.0/24", + "20.47.113.0/24", + "20.47.114.0/24", + "20.47.115.0/24", + "20.47.116.0/24", + "20.47.117.0/24", + "20.47.118.0/24", + "20.47.119.0/24", + "20.47.120.0/23", + "20.47.122.0/23", + "20.47.124.0/23", + "20.47.126.0/23", + "20.47.128.0/17", + "20.48.0.0/17", + "20.48.128.0/18", + "20.48.192.0/20", + "20.48.208.0/21", + "20.48.224.0/19", + "20.49.0.0/18", + "20.49.64.0/20", + "20.49.80.0/21", + "20.49.88.0/21", + "20.49.96.0/21", + "20.49.104.0/21", + "20.49.112.0/21", + "20.49.120.0/21", + "20.49.128.0/17", + "20.50.0.0/18", + "20.50.64.0/20", + "20.50.80.0/21", + "20.50.88.0/21", + "20.50.96.0/19", + "20.50.128.0/17", + "20.51.0.0/21", + "20.51.8.0/21", + "20.51.16.0/21", + "20.51.24.0/21", + "20.51.32.0/19", + "20.51.64.0/18", + "20.51.128.0/17", + "20.52.0.0/18", + "20.52.64.0/21", + "20.52.72.0/21", + "20.52.80.0/27", + "20.52.80.32/27", + "20.52.80.64/27", + "20.52.88.0/21", + "20.52.96.0/19", + "20.52.128.0/17", + "20.53.0.0/19", + "20.53.32.0/28", + "20.53.40.0/21", + "20.53.48.0/21", + "20.53.56.0/21", + "20.53.64.0/18", + "20.53.128.0/17", + "20.54.0.0/17", + "20.54.128.0/17", + "20.55.0.0/17", + "20.55.128.0/18", + "20.55.192.0/18", + "20.56.0.0/16", + "20.57.0.0/17", + "20.57.128.0/18", + "20.57.192.0/19", + "20.57.224.0/19", + "20.58.0.0/18", + "20.58.64.0/18", + "20.58.128.0/18", + "20.58.192.0/18", + "20.59.0.0/18", + "20.59.64.0/18", + "20.59.128.0/18", + "20.59.192.0/18", + "20.60.0.0/24", + "20.60.1.0/24", + "20.60.2.0/23", + "20.60.4.0/24", + "20.60.5.0/24", + "20.60.6.0/23", + "20.60.8.0/24", + "20.60.9.0/24", + "20.60.10.0/24", + "20.60.11.0/24", + "20.60.12.0/24", + "20.60.13.0/24", + "20.60.14.0/24", + "20.60.15.0/24", + "20.60.16.0/24", + "20.60.17.0/24", + "20.60.18.0/24", + "20.60.19.0/24", + "20.60.20.0/24", + "20.60.21.0/24", + "20.60.22.0/23", + "20.60.24.0/23", + "20.60.26.0/23", + "20.60.28.0/23", + "20.60.30.0/23", + "20.60.32.0/23", + "20.60.34.0/23", + "20.60.36.0/23", + "20.60.38.0/23", + "20.60.40.0/23", + "20.60.42.0/23", + "20.60.44.0/25", + "20.60.45.0/24", + "20.60.46.0/23", + "20.60.48.0/22", + "20.60.52.0/23", + "20.60.54.0/23", + "20.60.56.0/22", + "20.60.60.0/22", + "20.60.64.0/22", + "20.60.68.0/22", + "20.60.72.0/22", + "20.60.76.0/23", + "20.60.78.0/23", + "20.60.80.0/23", + "20.60.82.0/23", + "20.60.84.0/23", + "20.60.86.0/23", + "20.60.88.0/22", + "20.60.92.0/23", + "20.60.94.0/23", + "20.60.96.0/23", + "20.60.98.0/23", + "20.60.100.0/23", + "20.60.102.0/24", + "20.60.103.0/24", + "20.60.104.0/24", + "20.60.105.0/24", + "20.60.106.0/24", + "20.60.107.0/24", + "20.60.108.0/24", + "20.60.128.0/23", + "20.60.130.0/24", + "20.60.131.0/24", + "20.60.132.0/23", + "20.60.134.0/23", + "20.60.136.0/24", + "20.60.138.0/23", + "20.60.140.0/23", + "20.60.142.0/23", + "20.60.144.0/23", + "20.60.146.0/23", + "20.60.148.0/23", + "20.60.150.0/23", + "20.60.152.0/23", + "20.60.154.0/23", + "20.60.156.0/23", + "20.60.158.0/23", + "20.60.160.0/23", + "20.60.162.0/23", + "20.60.164.0/23", + "20.60.166.0/23", + "20.60.168.0/23", + "20.60.170.0/23", + "20.60.172.0/23", + "20.60.174.0/23", + "20.60.176.0/23", + "20.60.178.0/23", + "20.60.180.0/23", + "20.60.182.0/23", + "20.60.184.0/23", + "20.60.186.0/23", + "20.60.188.0/23", + "20.60.190.0/23", + "20.60.192.0/23", + "20.60.194.0/23", + "20.60.196.0/23", + "20.60.198.0/23", + "20.60.200.0/23", + "20.60.202.0/23", + "20.60.204.0/23", + "20.60.206.0/23", + "20.60.208.0/23", + "20.60.210.0/23", + "20.60.212.0/23", + "20.60.214.0/23", + "20.60.216.0/23", + "20.60.218.0/23", + "20.60.220.0/23", + "20.60.222.0/23", + "20.60.224.0/23", + "20.60.226.0/23", + "20.60.228.0/23", + "20.60.230.0/23", + "20.60.232.0/23", + "20.60.234.0/23", + "20.60.236.0/23", + "20.60.238.0/23", + "20.60.240.0/23", + "20.60.242.0/23", + "20.60.244.0/23", + "20.60.246.0/23", + "20.60.248.0/23", + "20.60.250.0/23", + "20.60.252.0/23", + "20.60.254.0/23", + "20.61.0.0/16", + "20.62.0.0/17", + "20.62.128.0/17", + "20.63.0.0/17", + "20.63.128.0/18", + "20.63.192.0/18", + "20.64.0.0/17", + "20.64.128.0/17", + "20.65.0.0/17", + "20.65.128.0/17", + "20.66.0.0/17", + "20.66.128.0/17", + "20.67.0.0/17", + "20.67.128.0/17", + "20.68.0.0/18", + "20.68.64.0/18", + "20.68.128.0/17", + "20.69.0.0/18", + "20.69.64.0/18", + "20.69.128.0/18", + "20.69.192.0/18", + "20.70.0.0/18", + "20.70.64.0/18", + "20.70.128.0/17", + "20.71.0.0/16", + "20.72.0.0/19", + "20.72.32.0/19", + "20.72.64.0/18", + "20.72.128.0/18", + "20.72.192.0/18", + "20.73.0.0/16", + "20.74.0.0/17", + "20.74.128.0/17", + "20.75.0.0/17", + "20.75.128.0/17", + "20.76.0.0/16", + "20.77.0.0/17", + "20.77.128.0/18", + "20.77.192.0/18", + "20.78.0.0/17", + "20.78.128.0/18", + "20.78.192.0/18", + "20.79.0.0/16", + "20.80.0.0/18", + "20.80.64.0/18", + "20.80.128.0/18", + "20.80.192.0/18", + "20.81.0.0/17", + "20.81.128.0/17", + "20.82.0.0/17", + "20.82.128.0/17", + "20.83.0.0/18", + "20.83.64.0/18", + "20.83.128.0/18", + "20.83.192.0/18", + "20.84.0.0/17", + "20.84.128.0/17", + "20.85.0.0/17", + "20.85.128.0/17", + "20.86.0.0/16", + "20.87.0.0/17", + "20.87.128.0/18", + "20.87.192.0/18", + "20.88.0.0/18", + "20.88.64.0/19", + "20.88.96.0/19", + "20.88.128.0/18", + "20.88.192.0/18", + "20.89.0.0/17", + "20.89.128.0/18", + "20.89.192.0/18", + "20.90.0.0/18", + "20.90.64.0/18", + "20.90.128.0/17", + "20.91.0.0/17", + "20.91.128.0/17", + "20.92.0.0/18", + "20.92.64.0/18", + "20.92.128.0/17", + "20.93.0.0/17", + "20.93.128.0/17", + "20.94.0.0/17", + "20.94.128.0/18", + "20.94.192.0/18", + "20.95.0.0/24", + "20.95.1.0/24", + "20.95.2.0/24", + "20.95.3.0/24", + "20.95.4.0/24", + "20.95.5.0/24", + "20.95.6.0/24", + "20.95.7.0/24", + "20.95.8.0/21", + "20.95.16.0/24", + "20.95.17.0/24", + "20.95.18.0/24", + "20.95.19.0/24", + "20.95.20.0/24", + "20.95.21.0/24", + "20.95.22.0/24", + "20.95.23.0/24", + "20.95.24.0/24", + "20.95.25.0/24", + "20.95.26.0/24", + "20.95.27.0/24", + "20.95.28.0/24", + "20.95.29.0/24", + "20.95.30.0/24", + "20.95.31.0/24", + "20.95.32.0/24", + "20.95.33.0/24", + "20.95.34.0/24", + "20.95.35.0/24", + "20.95.36.0/24", + "20.95.37.0/24", + "20.95.38.0/23", + "20.95.40.0/21", + "20.95.48.0/24", + "20.95.49.0/24", + "20.95.50.0/24", + "20.95.51.0/24", + "20.95.52.0/24", + "20.95.53.0/24", + "20.95.54.0/24", + "20.95.55.0/24", + "20.95.56.0/24", + "20.95.57.0/24", + "20.95.58.0/24", + "20.95.64.0/24", + "20.95.65.0/24", + "20.95.66.0/24", + "20.95.67.0/24", + "20.95.68.0/23", + "20.95.70.0/24", + "20.95.71.0/24", + "20.95.72.0/23", + "20.95.74.0/23", + "20.95.76.0/23", + "20.95.78.0/23", + "20.95.80.0/24", + "20.95.81.0/24", + "20.95.82.0/23", + "20.95.84.0/24", + "20.95.85.0/24", + "20.95.86.0/24", + "20.95.87.0/24", + "20.95.88.0/21", + "20.95.96.0/24", + "20.95.97.0/24", + "20.95.98.0/24", + "20.95.99.0/24", + "20.95.100.0/23", + "20.95.102.0/24", + "20.95.103.0/24", + "20.95.128.0/24", + "20.95.129.0/24", + "20.95.136.0/24", + "20.95.137.0/24", + "20.95.138.0/24", + "20.95.139.0/24", + "20.95.140.0/24", + "20.95.141.0/24", + "20.95.192.0/21", + "20.95.200.0/24", + "20.95.201.0/24", + "20.95.202.0/24", + "20.95.208.0/24", + "20.95.224.0/24", + "20.95.240.0/24", + "20.95.255.0/29", + "20.96.0.0/16", + "20.97.0.0/17", + "20.97.128.0/17", + "20.98.0.0/18", + "20.98.64.0/18", + "20.98.128.0/18", + "20.98.192.0/18", + "20.99.0.0/17", + "20.99.128.0/17", + "20.100.0.0/18", + "20.100.64.0/18", + "20.100.128.0/17", + "20.101.0.0/16", + "20.102.0.0/17", + "20.102.128.0/18", + "20.102.192.0/18", + "20.103.0.0/16", + "20.104.0.0/17", + "20.104.128.0/18", + "20.104.192.0/18", + "20.105.0.0/17", + "20.105.128.0/17", + "20.106.0.0/18", + "20.106.64.0/18", + "20.106.128.0/17", + "20.107.0.0/17", + "20.107.128.0/17", + "20.108.0.0/16", + "20.109.0.0/17", + "20.109.128.0/18", + "20.109.192.0/18", + "20.110.0.0/16", + "20.111.0.0/18", + "20.111.64.0/18", + "20.112.0.0/17", + "20.112.128.0/19", + "20.112.160.0/20", + "20.112.176.0/21", + "20.112.184.0/21", + "20.112.192.0/18", + "20.113.0.0/17", + "20.113.128.0/18", + "20.113.192.0/18", + "20.114.0.0/18", + "20.114.64.0/18", + "20.114.128.0/17", + "20.115.0.0/17", + "20.115.128.0/17", + "20.116.0.0/16", + "20.117.0.0/18", + "20.117.64.0/18", + "20.117.128.0/17", + "20.118.0.0/18", + "20.118.64.0/18", + "20.118.128.0/18", + "20.118.192.0/18", + "20.119.0.0/17", + "20.119.128.0/17", + "20.120.0.0/17", + "20.120.128.0/17", + "20.121.0.0/16", + "20.122.0.0/16", + "20.123.0.0/17", + "20.123.128.0/17", + "20.124.0.0/16", + "20.125.0.0/18", + "20.125.64.0/18", + "20.125.128.0/19", + "20.125.160.0/19", + "20.125.192.0/19", + "20.125.224.0/20", + "20.125.240.0/20", + "20.126.0.0/16", + "20.127.0.0/16", + "20.135.0.0/22", + "20.135.4.0/23", + "20.135.6.0/23", + "20.135.8.0/22", + "20.135.12.0/22", + "20.135.16.0/23", + "20.135.18.0/23", + "20.135.20.0/23", + "20.135.22.0/23", + "20.135.24.0/23", + "20.135.26.0/23", + "20.135.28.0/23", + "20.135.30.0/23", + "20.135.32.0/23", + "20.135.34.0/23", + "20.135.36.0/23", + "20.135.38.0/23", + "20.135.40.0/23", + "20.135.42.0/23", + "20.135.44.0/23", + "20.135.46.0/23", + "20.135.48.0/23", + "20.135.50.0/23", + "20.135.52.0/23", + "20.135.54.0/23", + "20.135.56.0/23", + "20.135.58.0/23", + "20.135.60.0/23", + "20.135.62.0/23", + "20.135.64.0/23", + "20.135.66.0/23", + "20.135.68.0/23", + "20.135.70.0/23", + "20.135.72.0/23", + "20.135.74.0/23", + "20.135.76.0/23", + "20.135.78.0/23", + "20.135.80.0/22", + "20.135.84.0/22", + "20.135.88.0/23", + "20.135.90.0/23", + "20.135.92.0/22", + "20.135.96.0/22", + "20.135.100.0/23", + "20.135.102.0/23", + "20.135.104.0/22", + "20.135.108.0/22", + "20.135.112.0/23", + "20.135.114.0/23", + "20.135.116.0/22", + "20.135.120.0/21", + "20.135.128.0/22", + "20.135.132.0/23", + "20.135.134.0/23", + "20.135.136.0/22", + "20.135.140.0/22", + "20.135.144.0/23", + "20.135.146.0/23", + "20.135.148.0/22", + "20.135.152.0/22", + "20.135.156.0/23", + "20.135.158.0/23", + "20.135.160.0/22", + "20.135.164.0/22", + "20.135.168.0/23", + "20.135.170.0/23", + "20.135.172.0/22", + "20.135.176.0/22", + "20.135.180.0/23", + "20.135.182.0/23", + "20.135.184.0/22", + "20.135.188.0/22", + "20.135.192.0/23", + "20.135.194.0/23", + "20.135.196.0/22", + "20.135.200.0/22", + "20.135.204.0/23", + "20.135.206.0/23", + "20.135.208.0/23", + "20.135.210.0/23", + "20.135.212.0/22", + "20.135.216.0/22", + "20.135.220.0/23", + "20.135.222.0/23", + "20.135.224.0/22", + "20.135.228.0/22", + "20.135.232.0/23", + "20.135.234.0/23", + "20.135.236.0/23", + "20.135.238.0/23", + "20.135.240.0/25", + "20.135.242.0/23", + "20.135.244.0/22", + "20.135.248.0/23", + "20.135.250.0/23", + "20.135.252.0/23", + "20.135.254.0/23", + "20.136.0.0/25", + "20.136.0.128/25", + "20.136.1.0/24", + "20.136.2.0/24", + "20.136.3.0/25", + "20.136.3.128/25", + "20.136.4.0/24", + "20.136.5.0/24", + "20.136.6.0/24", + "20.136.7.0/25", + "20.136.128.0/24", + "20.136.129.0/25", + "20.143.0.0/24", + "20.143.1.0/24", + "20.143.2.0/24", + "20.143.3.0/24", + "20.143.4.0/24", + "20.143.5.0/24", + "20.143.6.0/23", + "20.143.8.0/23", + "20.143.10.0/23", + "20.143.12.0/24", + "20.143.13.0/24", + "20.143.14.0/23", + "20.143.16.0/22", + "20.143.20.0/22", + "20.143.24.0/23", + "20.143.26.0/23", + "20.143.28.0/23", + "20.143.30.0/23", + "20.143.32.0/23", + "20.143.34.0/23", + "20.143.36.0/23", + "20.143.38.0/24", + "20.143.40.0/23", + "20.143.42.0/23", + "20.143.44.0/23", + "20.143.46.0/23", + "20.143.48.0/23", + "20.143.50.0/23", + "20.143.52.0/23", + "20.143.54.0/23", + "20.150.0.0/24", + "20.150.1.0/25", + "20.150.1.128/25", + "20.150.2.0/23", + "20.150.4.0/23", + "20.150.6.0/23", + "20.150.8.0/23", + "20.150.10.0/23", + "20.150.12.0/23", + "20.150.14.0/23", + "20.150.16.0/24", + "20.150.17.0/25", + "20.150.17.128/25", + "20.150.18.0/25", + "20.150.18.128/25", + "20.150.19.0/24", + "20.150.20.0/25", + "20.150.20.128/25", + "20.150.21.0/24", + "20.150.22.0/24", + "20.150.23.0/24", + "20.150.24.0/24", + "20.150.25.0/24", + "20.150.26.0/24", + "20.150.27.0/24", + "20.150.28.0/24", + "20.150.29.0/24", + "20.150.30.0/24", + "20.150.31.0/24", + "20.150.32.0/23", + "20.150.34.0/23", + "20.150.36.0/24", + "20.150.37.0/24", + "20.150.38.0/23", + "20.150.40.0/25", + "20.150.40.128/25", + "20.150.41.0/24", + "20.150.42.0/24", + "20.150.43.0/25", + "20.150.43.128/25", + "20.150.44.0/24", + "20.150.45.0/24", + "20.150.46.0/24", + "20.150.47.0/25", + "20.150.47.128/25", + "20.150.48.0/24", + "20.150.49.0/24", + "20.150.50.0/23", + "20.150.52.0/24", + "20.150.53.0/24", + "20.150.54.0/24", + "20.150.55.0/24", + "20.150.56.0/24", + "20.150.57.0/24", + "20.150.58.0/24", + "20.150.59.0/24", + "20.150.60.0/24", + "20.150.61.0/24", + "20.150.62.0/24", + "20.150.63.0/24", + "20.150.64.0/24", + "20.150.65.0/24", + "20.150.66.0/24", + "20.150.67.0/24", + "20.150.68.0/24", + "20.150.69.0/24", + "20.150.70.0/24", + "20.150.71.0/24", + "20.150.72.0/24", + "20.150.73.0/24", + "20.150.74.0/24", + "20.150.75.0/24", + "20.150.76.0/24", + "20.150.77.0/24", + "20.150.78.0/24", + "20.150.79.0/24", + "20.150.80.0/24", + "20.150.81.0/24", + "20.150.82.0/24", + "20.150.83.0/24", + "20.150.84.0/24", + "20.150.85.0/24", + "20.150.86.0/24", + "20.150.87.0/24", + "20.150.88.0/24", + "20.150.89.0/24", + "20.150.90.0/24", + "20.150.91.0/24", + "20.150.92.0/24", + "20.150.93.0/24", + "20.150.94.0/24", + "20.150.95.0/24", + "20.150.96.0/24", + "20.150.97.0/24", + "20.150.98.0/24", + "20.150.99.0/24", + "20.150.100.0/24", + "20.150.101.0/24", + "20.150.102.0/24", + "20.150.103.0/24", + "20.150.104.0/24", + "20.150.105.0/24", + "20.150.106.0/24", + "20.150.107.0/24", + "20.150.108.0/24", + "20.150.109.0/24", + "20.150.110.0/24", + "20.150.111.0/24", + "20.150.112.0/24", + "20.150.113.0/24", + "20.150.114.0/24", + "20.150.115.0/24", + "20.150.116.0/24", + "20.150.117.0/24", + "20.150.118.0/24", + "20.150.119.0/24", + "20.150.120.0/24", + "20.150.121.0/24", + "20.150.122.0/24", + "20.150.123.0/24", + "20.150.124.0/24", + "20.150.125.0/24", + "20.150.126.0/24", + "20.150.127.0/24", + "20.150.128.0/17", + "20.151.0.0/16", + "20.152.0.0/23", + "20.152.2.0/23", + "20.152.4.0/23", + "20.152.6.0/23", + "20.152.8.0/23", + "20.152.10.0/23", + "20.152.12.0/22", + "20.157.0.0/24", + "20.157.1.0/24", + "20.157.2.0/24", + "20.157.3.0/24", + "20.157.4.0/23", + "20.157.6.0/23", + "20.157.8.0/22", + "20.157.12.0/22", + "20.157.16.0/24", + "20.157.17.0/24", + "20.157.18.0/24", + "20.157.19.0/24", + "20.157.20.0/24", + "20.157.21.0/24", + "20.157.22.0/24", + "20.157.23.0/24", + "20.157.24.0/24", + "20.157.25.0/24", + "20.157.26.0/24", + "20.157.27.0/24", + "20.157.28.0/24", + "20.157.29.0/24", + "20.157.30.0/24", + "20.157.31.0/24", + "20.157.32.0/24", + "20.157.33.0/24", + "20.157.34.0/23", + "20.157.36.0/23", + "20.157.38.0/24", + "20.157.39.0/24", + "20.157.40.0/24", + "20.157.41.0/24", + "20.157.42.0/24", + "20.157.43.0/24", + "20.157.44.0/24", + "20.157.45.0/24", + "20.157.46.0/24", + "20.157.47.0/24", + "20.157.48.0/23", + "20.157.50.0/23", + "20.157.52.0/24", + "20.157.53.0/24", + "20.157.54.0/24", + "20.157.55.0/24", + "20.157.56.0/24", + "20.157.57.0/24", + "20.157.58.0/24", + "20.157.59.0/24", + "20.157.60.0/24", + "20.157.61.0/24", + "20.157.62.0/23", + "20.157.64.0/21", + "20.157.72.0/24", + "20.157.73.0/24", + "20.157.74.0/24", + "20.157.75.0/24", + "20.157.76.0/22", + "20.157.80.0/22", + "20.157.84.0/24", + "20.157.85.0/24", + "20.157.86.0/24", + "20.157.87.0/24", + "20.157.88.0/24", + "20.157.89.0/24", + "20.157.90.0/24", + "20.157.91.0/24", + "20.157.92.0/24", + "20.157.93.0/24", + "20.157.94.0/24", + "20.157.95.0/24", + "20.157.96.0/24", + "20.157.97.0/24", + "20.157.98.0/24", + "20.157.99.0/24", + "20.157.100.0/24", + "20.157.101.0/24", + "20.157.102.0/24", + "20.157.103.0/24", + "20.157.104.0/24", + "20.157.105.0/24", + "20.157.106.0/24", + "20.157.107.0/24", + "20.157.108.0/24", + "20.157.109.0/24", + "20.157.110.0/24", + "20.157.111.0/24", + "20.157.112.0/24", + "20.157.113.0/24", + "20.157.114.0/24", + "20.157.115.0/24", + "20.157.116.0/24", + "20.157.117.0/24", + "20.157.118.0/24", + "20.157.119.0/24", + "20.157.120.0/24", + "20.157.121.0/24", + "20.157.122.0/24", + "20.157.123.0/24", + "20.157.124.0/24", + "20.157.125.0/24", + "20.157.126.0/24", + "20.157.127.0/24", + "20.157.128.0/24", + "20.157.129.0/24", + "20.157.130.0/24", + "20.157.131.0/24", + "20.157.132.0/24", + "20.157.133.0/24", + "20.157.134.0/24", + "20.157.135.0/24", + "20.157.136.0/24", + "20.157.137.0/24", + "20.157.138.0/24", + "20.157.139.0/24", + "20.157.140.0/24", + "20.157.141.0/24", + "20.157.142.0/23", + "20.157.144.0/24", + "20.157.145.0/24", + "20.157.146.0/24", + "20.157.147.0/24", + "20.157.148.0/24", + "20.157.149.0/24", + "20.157.150.0/24", + "20.157.151.0/24", + "20.157.152.0/24", + "20.157.153.0/24", + "20.157.154.0/24", + "20.157.155.0/24", + "20.157.156.0/24", + "20.157.157.0/24", + "20.157.158.0/24", + "20.157.159.0/24", + "20.157.160.0/24", + "20.157.161.0/24", + "20.157.162.0/24", + "20.157.163.0/24", + "20.157.164.0/24", + "20.157.165.0/24", + "20.157.166.0/24", + "20.157.167.0/24", + "20.157.168.0/24", + "20.157.169.0/24", + "20.157.170.0/24", + "20.157.171.0/24", + "20.157.172.0/24", + "20.157.173.0/24", + "20.157.174.0/24", + "20.157.175.0/24", + "20.157.176.0/24", + "20.157.177.0/24", + "20.157.178.0/24", + "20.157.179.0/24", + "20.157.180.0/24", + "20.157.181.0/24", + "20.157.182.0/24", + "20.157.183.0/24", + "20.157.184.0/24", + "20.157.185.0/24", + "20.157.186.0/24", + "20.157.187.0/24", + "20.157.188.0/24", + "20.157.189.0/24", + "20.157.190.0/24", + "20.157.191.0/24", + "20.157.192.0/24", + "20.157.193.0/24", + "20.157.194.0/24", + "20.157.195.0/24", + "20.157.196.0/24", + "20.157.197.0/24", + "20.157.198.0/24", + "20.157.199.0/24", + "20.157.200.0/24", + "20.157.201.0/24", + "20.157.202.0/24", + "20.157.203.0/24", + "20.157.204.0/24", + "20.157.205.0/24", + "20.157.206.0/24", + "20.157.207.0/24", + "20.157.208.0/24", + "20.157.209.0/24", + "20.157.210.0/23", + "20.157.212.0/24", + "20.157.213.0/24", + "20.157.214.0/24", + "20.157.215.0/24", + "20.157.216.0/24", + "20.157.217.0/24", + "20.157.218.0/24", + "20.157.219.0/24", + "20.157.220.0/24", + "20.157.221.0/24", + "20.157.222.0/24", + "20.157.223.0/24", + "20.157.224.0/24", + "20.157.225.0/24", + "20.157.226.0/24", + "20.157.227.0/24", + "20.157.228.0/24", + "20.157.229.0/24", + "20.157.230.0/24", + "20.157.231.0/24", + "20.157.232.0/24", + "20.157.233.0/24", + "20.157.234.0/24", + "20.157.235.0/24", + "20.157.236.0/24", + "20.157.237.0/24", + "20.157.238.0/24", + "20.157.239.0/24", + "20.157.240.0/24", + "20.157.241.0/24", + "20.157.242.0/24", + "20.157.243.0/24", + "20.157.244.0/24", + "20.157.245.0/24", + "20.157.246.0/24", + "20.157.247.0/24", + "20.157.248.0/24", + "20.157.249.0/24", + "20.157.250.0/24", + "20.157.251.0/24", + "20.157.252.0/24", + "20.157.253.0/24", + "20.157.254.0/24", + "20.157.255.0/24", + "20.160.0.0/16", + "20.161.0.0/16", + "20.162.0.0/17", + "20.162.128.0/17", + "20.163.0.0/17", + "20.163.128.0/17", + "20.164.0.0/16", + "20.165.0.0/17", + "20.165.128.0/17", + "20.166.0.0/16", + "20.167.0.0/17", + "20.167.128.0/17", + "20.168.0.0/17", + "20.168.128.0/19", + "20.168.160.0/21", + "20.168.168.0/21", + "20.168.176.0/20", + "20.168.192.0/18", + "20.169.0.0/17", + "20.169.128.0/17", + "20.170.0.0/17", + "20.170.128.0/19", + "20.170.160.0/19", + "20.170.192.0/18", + "20.171.0.0/16", + "20.172.0.0/17", + "20.172.128.0/17", + "20.173.0.0/16", + "20.174.0.0/16", + "20.175.0.0/17", + "20.175.128.0/17", + "20.184.0.0/18", + "20.184.64.0/18", + "20.184.128.0/17", + "20.185.0.0/16", + "20.186.0.0/17", + "20.186.128.0/18", + "20.186.192.0/18", + "20.187.0.0/18", + "20.187.64.0/18", + "20.187.128.0/18", + "20.187.192.0/21", + "20.187.200.0/21", + "20.187.224.0/19", + "20.188.0.0/19", + "20.188.32.0/19", + "20.188.64.0/19", + "20.188.96.0/19", + "20.188.128.0/17", + "20.189.0.0/18", + "20.189.64.0/18", + "20.189.128.0/18", + "20.189.192.0/18", + "20.190.0.0/18", + "20.190.64.0/19", + "20.190.96.0/19", + "20.190.128.0/24", + "20.190.129.0/24", + "20.190.130.0/24", + "20.190.131.0/24", + "20.190.132.0/24", + "20.190.133.0/24", + "20.190.134.0/24", + "20.190.135.0/24", + "20.190.136.0/24", + "20.190.137.0/24", + "20.190.138.0/25", + "20.190.138.128/25", + "20.190.139.0/25", + "20.190.139.128/25", + "20.190.140.0/25", + "20.190.140.128/25", + "20.190.141.0/25", + "20.190.141.128/25", + "20.190.142.0/25", + "20.190.142.128/25", + "20.190.143.0/25", + "20.190.143.128/25", + "20.190.144.0/25", + "20.190.144.128/25", + "20.190.145.0/25", + "20.190.145.128/25", + "20.190.146.0/25", + "20.190.146.128/25", + "20.190.147.0/25", + "20.190.147.128/25", + "20.190.148.0/25", + "20.190.148.128/25", + "20.190.149.0/24", + "20.190.150.0/24", + "20.190.151.0/24", + "20.190.152.0/24", + "20.190.153.0/24", + "20.190.154.0/24", + "20.190.155.0/24", + "20.190.156.0/24", + "20.190.157.0/24", + "20.190.158.0/24", + "20.190.159.0/24", + "20.190.160.0/24", + "20.190.161.0/24", + "20.190.162.0/24", + "20.190.163.0/24", + "20.190.164.0/24", + "20.190.165.0/24", + "20.190.166.0/24", + "20.190.167.0/24", + "20.190.168.0/24", + "20.190.169.0/24", + "20.190.170.0/24", + "20.190.171.0/24", + "20.190.172.0/24", + "20.190.173.0/24", + "20.190.174.0/24", + "20.190.175.0/24", + "20.190.176.0/24", + "20.190.177.0/24", + "20.190.178.0/24", + "20.190.179.0/24", + "20.190.180.0/24", + "20.190.181.0/24", + "20.190.182.0/24", + "20.190.183.0/24", + "20.190.184.0/24", + "20.190.185.0/24", + "20.190.186.0/24", + "20.190.187.0/24", + "20.190.188.0/24", + "20.190.189.0/26", + "20.190.189.64/26", + "20.190.189.128/26", + "20.190.189.192/26", + "20.190.190.0/26", + "20.190.190.64/26", + "20.190.190.128/25", + "20.190.191.0/26", + "20.190.191.64/26", + "20.190.191.128/26", + "20.190.191.192/26", + "20.190.192.0/18", + "20.191.0.0/18", + "20.191.64.0/18", + "20.191.128.0/19", + "20.191.160.0/19", + "20.191.192.0/18", + "20.192.0.0/19", + "20.192.32.0/21", + "20.192.40.0/21", + "20.192.48.0/21", + "20.192.56.0/21", + "20.192.64.0/19", + "20.192.96.0/21", + "20.192.104.0/21", + "20.192.112.0/20", + "20.192.128.0/19", + "20.192.160.0/21", + "20.192.168.0/21", + "20.192.176.0/21", + "20.192.184.0/21", + "20.192.192.0/19", + "20.192.224.0/20", + "20.192.240.0/20", + "20.193.0.0/18", + "20.193.64.0/19", + "20.193.96.0/19", + "20.193.128.0/19", + "20.193.160.0/19", + "20.193.192.0/20", + "20.193.208.0/20", + "20.193.224.0/19", + "20.194.0.0/18", + "20.194.64.0/20", + "20.194.80.0/21", + "20.194.88.0/21", + "20.194.96.0/19", + "20.194.128.0/17", + "20.195.0.0/18", + "20.195.64.0/21", + "20.195.72.0/21", + "20.195.80.0/21", + "20.195.88.0/21", + "20.195.96.0/19", + "20.195.128.0/22", + "20.195.136.0/21", + "20.195.144.0/21", + "20.195.152.0/21", + "20.195.160.0/19", + "20.195.192.0/18", + "20.196.0.0/18", + "20.196.64.0/18", + "20.196.128.0/17", + "20.197.0.0/18", + "20.197.64.0/18", + "20.197.128.0/17", + "20.198.0.0/17", + "20.198.128.0/17", + "20.199.0.0/17", + "20.199.128.0/18", + "20.199.192.0/18", + "20.200.0.0/18", + "20.200.64.0/18", + "20.200.128.0/18", + "20.200.192.0/18", + "20.201.0.0/17", + "20.201.128.0/24", + "20.201.129.0/24", + "20.201.130.0/23", + "20.201.132.0/23", + "20.201.134.0/24", + "20.201.135.0/24", + "20.201.136.0/24", + "20.201.137.0/24", + "20.201.138.0/23", + "20.201.140.0/23", + "20.201.142.0/24", + "20.201.143.0/24", + "20.201.144.0/23", + "20.201.146.0/24", + "20.201.147.0/24", + "20.201.148.0/24", + "20.201.149.0/24", + "20.201.150.0/24", + "20.201.151.0/24", + "20.201.152.0/23", + "20.201.154.0/24", + "20.201.155.0/24", + "20.201.156.0/23", + "20.201.158.0/23", + "20.201.160.0/24", + "20.201.161.0/24", + "20.201.223.0/24", + "20.201.224.0/23", + "20.201.231.0/24", + "20.202.0.0/24", + "20.202.1.0/24", + "20.202.2.0/24", + "20.202.3.0/24", + "20.202.4.0/24", + "20.202.5.0/24", + "20.202.6.0/23", + "20.202.8.0/22", + "20.202.12.0/22", + "20.202.16.0/22", + "20.202.20.0/24", + "20.202.21.0/24", + "20.202.22.0/24", + "20.202.23.0/24", + "20.202.24.0/24", + "20.202.25.0/24", + "20.202.26.0/23", + "20.202.28.0/23", + "20.202.30.0/24", + "20.202.31.0/24", + "20.202.32.0/23", + "20.202.34.0/24", + "20.202.35.0/24", + "20.202.36.0/23", + "20.202.38.0/24", + "20.202.39.0/24", + "20.202.40.0/24", + "20.202.41.0/24", + "20.202.42.0/24", + "20.202.43.0/24", + "20.202.44.0/22", + "20.202.48.0/23", + "20.202.50.0/23", + "20.202.52.0/23", + "20.202.54.0/23", + "20.202.56.0/23", + "20.202.58.0/24", + "20.202.59.0/24", + "20.202.60.0/24", + "20.202.61.0/24", + "20.202.62.0/24", + "20.202.63.0/24", + "20.202.64.0/24", + "20.202.65.0/24", + "20.202.66.0/23", + "20.202.68.0/24", + "20.202.69.0/24", + "20.202.70.0/24", + "20.202.71.0/24", + "20.202.72.0/24", + "20.202.73.0/24", + "20.202.74.0/24", + "20.202.75.0/24", + "20.202.76.0/23", + "20.202.78.0/24", + "20.202.79.0/24", + "20.202.80.0/22", + "20.202.84.0/24", + "20.202.85.0/24", + "20.202.86.0/24", + "20.202.87.0/24", + "20.202.88.0/24", + "20.202.89.0/24", + "20.202.90.0/24", + "20.202.91.0/24", + "20.202.92.0/24", + "20.202.93.0/24", + "20.202.94.0/24", + "20.202.95.0/24", + "20.202.96.0/24", + "20.202.97.0/24", + "20.202.98.0/24", + "20.202.99.0/24", + "20.202.100.0/23", + "20.202.102.0/23", + "20.202.104.0/24", + "20.202.105.0/24", + "20.202.106.0/24", + "20.202.107.0/24", + "20.202.108.0/24", + "20.202.109.0/24", + "20.202.110.0/24", + "20.202.111.0/24", + "20.202.112.0/24", + "20.202.113.0/24", + "20.202.114.0/24", + "20.202.115.0/24", + "20.202.116.0/24", + "20.202.117.0/24", + "20.202.118.0/24", + "20.202.119.0/24", + "20.202.120.0/22", + "20.202.124.0/24", + "20.202.125.0/24", + "20.202.126.0/24", + "20.202.127.0/24", + "20.202.128.0/24", + "20.202.129.0/24", + "20.202.130.0/24", + "20.202.131.0/24", + "20.202.132.0/24", + "20.202.133.0/24", + "20.202.134.0/24", + "20.202.135.0/24", + "20.202.136.0/24", + "20.202.137.0/24", + "20.202.138.0/24", + "20.202.139.0/24", + "20.202.140.0/24", + "20.202.141.0/24", + "20.202.142.0/23", + "20.202.144.0/22", + "20.202.148.0/23", + "20.202.150.0/24", + "20.202.151.0/24", + "20.202.152.0/24", + "20.202.153.0/24", + "20.202.154.0/24", + "20.202.155.0/24", + "20.202.156.0/24", + "20.202.157.0/24", + "20.202.158.0/24", + "20.202.159.0/24", + "20.202.160.0/24", + "20.202.161.0/24", + "20.202.162.0/24", + "20.202.163.0/24", + "20.202.164.0/24", + "20.202.165.0/24", + "20.202.166.0/24", + "20.202.167.0/24", + "20.202.168.0/24", + "20.202.169.0/24", + "20.202.170.0/24", + "20.202.171.0/24", + "20.202.172.0/23", + "20.202.174.0/24", + "20.202.175.0/24", + "20.202.176.0/22", + "20.202.180.0/24", + "20.202.181.0/24", + "20.202.182.0/24", + "20.202.183.0/24", + "20.202.184.0/21", + "20.202.192.0/23", + "20.202.194.0/23", + "20.202.196.0/22", + "20.202.200.0/23", + "20.202.202.0/23", + "20.202.204.0/22", + "20.202.208.0/24", + "20.202.209.0/24", + "20.202.210.0/24", + "20.202.211.0/24", + "20.202.212.0/22", + "20.202.216.0/21", + "20.202.224.0/23", + "20.203.0.0/18", + "20.203.64.0/20", + "20.203.80.0/21", + "20.203.88.0/21", + "20.203.96.0/19", + "20.203.128.0/17", + "20.204.0.0/16", + "20.205.0.0/18", + "20.205.64.0/20", + "20.205.80.0/21", + "20.205.88.0/21", + "20.205.96.0/19", + "20.205.128.0/20", + "20.205.144.0/20", + "20.205.160.0/19", + "20.205.192.0/18", + "20.206.0.0/18", + "20.206.64.0/18", + "20.206.128.0/17", + "20.207.0.0/18", + "20.207.64.0/18", + "20.207.128.0/18", + "20.207.192.0/20", + "20.207.224.0/19", + "20.208.0.0/17", + "20.208.128.0/18", + "20.208.192.0/18", + "20.209.0.0/23", + "20.209.2.0/23", + "20.209.4.0/23", + "20.209.6.0/23", + "20.209.8.0/23", + "20.209.10.0/23", + "20.209.12.0/23", + "20.209.14.0/23", + "20.209.16.0/23", + "20.209.18.0/23", + "20.209.20.0/23", + "20.209.22.0/23", + "20.209.24.0/23", + "20.209.26.0/23", + "20.209.28.0/23", + "20.209.30.0/23", + "20.209.32.0/23", + "20.209.34.0/23", + "20.209.36.0/23", + "20.209.38.0/23", + "20.209.40.0/23", + "20.209.42.0/23", + "20.209.44.0/23", + "20.209.46.0/23", + "20.209.48.0/23", + "20.209.50.0/23", + "20.209.52.0/23", + "20.209.54.0/23", + "20.209.56.0/23", + "20.209.58.0/23", + "20.209.60.0/23", + "20.209.62.0/23", + "20.209.64.0/23", + "20.209.66.0/23", + "20.209.68.0/23", + "20.209.70.0/23", + "20.209.72.0/23", + "20.209.74.0/23", + "20.209.76.0/23", + "20.209.78.0/23", + "20.209.80.0/23", + "20.209.82.0/23", + "20.209.84.0/23", + "20.209.86.0/23", + "20.209.88.0/23", + "20.209.90.0/23", + "20.209.92.0/23", + "20.209.94.0/23", + "20.209.96.0/23", + "20.209.98.0/23", + "20.209.100.0/23", + "20.209.102.0/23", + "20.209.104.0/23", + "20.209.106.0/23", + "20.209.108.0/23", + "20.209.110.0/23", + "20.209.112.0/23", + "20.209.114.0/23", + "20.209.116.0/23", + "20.209.118.0/23", + "20.209.120.0/23", + "20.209.122.0/23", + "20.209.124.0/23", + "20.209.126.0/23", + "20.209.128.0/23", + "20.209.130.0/23", + "20.209.132.0/23", + "20.209.134.0/23", + "20.209.136.0/23", + "20.209.138.0/23", + "20.209.140.0/23", + "20.209.142.0/23", + "20.209.144.0/23", + "20.209.146.0/23", + "20.209.148.0/23", + "20.209.150.0/23", + "20.209.152.0/23", + "20.209.154.0/23", + "20.209.156.0/23", + "20.209.158.0/23", + "20.209.160.0/23", + "20.209.162.0/23", + "20.209.164.0/23", + "20.209.166.0/23", + "20.209.168.0/23", + "20.209.170.0/23", + "20.209.172.0/23", + "20.209.174.0/23", + "20.209.176.0/23", + "20.209.178.0/23", + "20.209.180.0/23", + "20.209.182.0/23", + "20.209.184.0/23", + "20.209.186.0/23", + "20.209.188.0/23", + "20.209.190.0/23", + "20.209.192.0/23", + "20.209.194.0/23", + "20.209.196.0/23", + "20.209.198.0/23", + "20.209.200.0/23", + "20.209.202.0/23", + "20.209.204.0/23", + "20.209.206.0/23", + "20.209.208.0/23", + "20.209.210.0/23", + "20.209.212.0/23", + "20.209.214.0/23", + "20.209.216.0/23", + "20.209.218.0/24", + "20.209.219.0/24", + "20.210.0.0/17", + "20.210.128.0/18", + "20.210.192.0/18", + "20.211.0.0/17", + "20.211.128.0/18", + "20.211.192.0/18", + "20.212.0.0/16", + "20.213.0.0/17", + "20.213.128.0/18", + "20.213.192.0/20", + "20.213.208.0/20", + "20.213.224.0/19", + "20.214.0.0/18", + "20.214.64.0/18", + "20.214.128.0/17", + "20.215.0.0/16", + "20.216.0.0/18", + "20.216.64.0/18", + "20.216.128.0/18", + "20.216.192.0/19", + "20.217.0.0/19", + "20.217.32.0/22", + "20.217.40.0/21", + "20.217.48.0/20", + "20.217.64.0/19", + "20.217.128.0/21", + "20.218.0.0/18", + "20.218.64.0/18", + "20.218.128.0/17", + "20.219.0.0/18", + "20.219.64.0/18", + "20.219.128.0/17", + "20.220.0.0/18", + "20.220.64.0/18", + "20.220.128.0/17", + "20.221.0.0/17", + "20.221.128.0/18", + "20.221.192.0/18", + "20.222.0.0/16", + "20.223.0.0/16", + "20.224.0.0/16", + "20.225.0.0/16", + "20.226.0.0/16", + "20.227.0.0/18", + "20.227.64.0/18", + "20.227.128.0/17", + "20.228.0.0/18", + "20.228.64.0/18", + "20.228.128.0/17", + "20.229.0.0/16", + "20.230.0.0/17", + "20.230.128.0/17", + "20.231.0.0/17", + "20.231.128.0/26", + "20.231.128.64/26", + "20.231.128.128/25", + "20.231.129.0/25", + "20.231.129.128/25", + "20.231.130.0/24", + "20.231.131.0/24", + "20.231.132.0/24", + "20.231.133.0/24", + "20.231.134.0/25", + "20.231.134.128/25", + "20.231.135.0/24", + "20.231.192.0/18", + "20.232.0.0/16", + "20.233.0.0/16", + "20.234.0.0/17", + "20.234.128.0/17", + "20.235.0.0/18", + "20.235.64.0/18", + "20.235.128.0/18", + "20.235.192.0/18", + "20.236.0.0/18", + "20.236.64.0/18", + "20.236.128.0/18", + "20.236.192.0/18", + "20.237.0.0/17", + "20.237.128.0/17", + "20.238.0.0/17", + "20.238.128.0/17", + "20.239.0.0/16", + "20.240.0.0/18", + "20.240.64.0/19", + "20.240.128.0/17", + "20.241.0.0/17", + "20.241.128.0/17", + "20.242.0.0/17", + "20.242.128.0/17", + "20.243.0.0/16", + "20.244.0.0/17", + "20.244.128.0/17", + "20.245.0.0/16", + "20.246.0.0/17", + "20.246.128.0/17", + "20.247.0.0/17", + "20.247.128.0/17", + "20.248.0.0/17", + "20.248.128.0/17", + "20.249.0.0/16", + "20.250.0.0/16", + "20.251.0.0/16", + "20.252.0.0/17", + "20.252.128.0/17", + "20.253.0.0/17", + "20.253.128.0/17", + "20.254.0.0/17", + "20.254.128.0/17", + "20.255.0.0/16", + "23.96.0.0/17", + "23.96.128.0/17", + "23.97.48.0/20", + "23.97.64.0/19", + "23.97.96.0/20", + "23.97.112.0/25", + "23.97.112.128/28", + "23.97.112.160/27", + "23.97.112.192/27", + "23.97.112.224/27", + "23.97.116.0/22", + "23.97.120.0/21", + "23.97.128.0/17", + "23.98.32.0/21", + "23.98.40.0/22", + "23.98.44.0/24", + "23.98.45.0/24", + "23.98.46.0/24", + "23.98.47.0/24", + "23.98.48.0/21", + "23.98.56.0/24", + "23.98.57.64/26", + "23.98.64.0/18", + "23.98.128.0/17", + "23.99.0.0/18", + "23.99.64.0/19", + "23.99.96.0/19", + "23.99.128.0/17", + "23.100.0.0/20", + "23.100.16.0/20", + "23.100.32.0/20", + "23.100.48.0/20", + "23.100.64.0/21", + "23.100.72.0/21", + "23.100.80.0/21", + "23.100.88.0/21", + "23.100.96.0/21", + "23.100.104.0/21", + "23.100.112.0/21", + "23.100.120.0/21", + "23.100.128.0/18", + "23.100.192.0/19", + "23.100.224.0/20", + "23.100.240.0/20", + "23.101.0.0/20", + "23.101.16.0/20", + "23.101.32.0/21", + "23.101.48.0/20", + "23.101.64.0/20", + "23.101.80.0/21", + "23.101.112.0/20", + "23.101.128.0/20", + "23.101.144.0/20", + "23.101.160.0/20", + "23.101.176.0/20", + "23.101.192.0/20", + "23.101.208.0/20", + "23.101.224.0/19", + "23.102.0.0/18", + "23.102.64.0/19", + "23.102.96.0/19", + "23.102.128.0/18", + "23.102.192.0/21", + "23.102.200.0/23", + "23.102.202.0/24", + "23.102.203.0/24", + "23.102.204.0/22", + "23.102.208.0/20", + "23.102.224.0/19", + "23.103.64.32/27", + "23.103.64.64/27", + "40.64.0.0/18", + "40.64.64.0/18", + "40.64.128.0/21", + "40.64.144.0/27", + "40.64.144.32/27", + "40.64.144.64/27", + "40.64.144.192/29", + "40.64.144.200/29", + "40.64.144.208/29", + "40.64.144.216/29", + "40.64.144.224/29", + "40.64.144.232/29", + "40.64.144.240/29", + "40.64.145.0/28", + "40.64.145.16/28", + "40.64.145.32/28", + "40.64.145.64/28", + "40.64.145.80/28", + "40.64.145.96/28", + "40.64.145.112/28", + "40.64.145.144/28", + "40.64.145.160/28", + "40.64.145.176/28", + "40.64.145.192/28", + "40.64.145.208/28", + "40.64.145.224/28", + "40.64.145.240/28", + "40.64.146.0/28", + "40.64.146.16/28", + "40.64.146.32/28", + "40.64.146.48/28", + "40.64.146.64/28", + "40.64.146.80/28", + "40.64.146.96/28", + "40.64.146.112/28", + "40.64.146.128/28", + "40.64.146.144/28", + "40.64.146.160/28", + "40.64.146.176/28", + "40.64.146.192/28", + "40.64.146.208/28", + "40.64.146.224/28", + "40.64.146.240/28", + "40.64.147.0/28", + "40.64.147.16/28", + "40.64.147.32/28", + "40.64.147.160/30", + "40.65.0.0/18", + "40.65.64.0/18", + "40.65.128.0/18", + "40.65.192.0/18", + "40.66.32.0/19", + "40.66.120.0/21", + "40.67.0.0/18", + "40.67.64.0/19", + "40.67.96.0/20", + "40.67.112.0/21", + "40.67.120.0/21", + "40.67.128.0/19", + "40.67.160.0/19", + "40.67.192.0/19", + "40.67.224.0/19", + "40.68.0.0/16", + "40.69.0.0/18", + "40.69.64.0/19", + "40.69.96.0/19", + "40.69.128.0/18", + "40.69.192.0/19", + "40.70.0.0/18", + "40.70.64.0/20", + "40.70.80.0/21", + "40.70.88.0/28", + "40.70.128.0/17", + "40.71.0.0/16", + "40.74.0.0/18", + "40.74.64.0/18", + "40.74.128.0/20", + "40.74.144.0/20", + "40.74.160.0/19", + "40.74.192.0/18", + "40.75.0.0/19", + "40.75.32.0/21", + "40.75.64.0/18", + "40.75.128.0/17", + "40.76.0.0/16", + "40.77.0.0/17", + "40.77.128.0/25", + "40.77.128.128/25", + "40.77.129.0/24", + "40.77.130.0/25", + "40.77.130.128/26", + "40.77.130.192/26", + "40.77.131.0/25", + "40.77.131.128/26", + "40.77.131.192/27", + "40.77.131.224/28", + "40.77.131.240/28", + "40.77.132.0/24", + "40.77.133.0/24", + "40.77.134.0/24", + "40.77.135.0/24", + "40.77.136.0/28", + "40.77.136.16/28", + "40.77.136.32/28", + "40.77.136.48/28", + "40.77.136.64/28", + "40.77.136.80/28", + "40.77.136.96/28", + "40.77.136.112/28", + "40.77.136.128/25", + "40.77.137.0/25", + "40.77.137.128/26", + "40.77.137.192/27", + "40.77.138.0/25", + "40.77.138.128/25", + "40.77.139.0/25", + "40.77.139.128/25", + "40.77.160.0/27", + "40.77.160.32/27", + "40.77.160.64/26", + "40.77.160.128/25", + "40.77.161.0/26", + "40.77.161.64/26", + "40.77.161.128/25", + "40.77.162.0/24", + "40.77.163.0/24", + "40.77.164.0/24", + "40.77.165.0/24", + "40.77.166.0/25", + "40.77.166.128/28", + "40.77.166.160/27", + "40.77.166.192/26", + "40.77.167.0/24", + "40.77.168.0/24", + "40.77.169.0/24", + "40.77.170.0/24", + "40.77.171.0/24", + "40.77.172.0/24", + "40.77.173.0/24", + "40.77.174.0/24", + "40.77.175.0/27", + "40.77.175.32/27", + "40.77.175.64/27", + "40.77.175.96/27", + "40.77.175.128/27", + "40.77.175.160/27", + "40.77.175.192/27", + "40.77.175.240/28", + "40.77.176.0/24", + "40.77.177.0/24", + "40.77.178.0/23", + "40.77.180.0/23", + "40.77.182.0/28", + "40.77.182.16/28", + "40.77.182.32/27", + "40.77.182.64/27", + "40.77.182.96/27", + "40.77.182.128/27", + "40.77.182.160/27", + "40.77.182.192/26", + "40.77.183.0/24", + "40.77.184.0/25", + "40.77.184.128/25", + "40.77.185.0/25", + "40.77.185.128/25", + "40.77.186.0/23", + "40.77.188.0/22", + "40.77.192.0/22", + "40.77.196.0/24", + "40.77.197.0/24", + "40.77.198.0/26", + "40.77.198.64/26", + "40.77.198.128/25", + "40.77.199.0/25", + "40.77.199.128/26", + "40.77.199.192/26", + "40.77.200.0/25", + "40.77.200.128/25", + "40.77.201.0/24", + "40.77.202.0/24", + "40.77.224.0/28", + "40.77.224.16/28", + "40.77.224.32/27", + "40.77.224.64/27", + "40.77.224.96/27", + "40.77.224.128/25", + "40.77.225.0/24", + "40.77.226.0/25", + "40.77.226.128/25", + "40.77.227.0/24", + "40.77.228.0/24", + "40.77.229.0/24", + "40.77.230.0/24", + "40.77.231.0/24", + "40.77.232.0/25", + "40.77.232.128/25", + "40.77.233.0/24", + "40.77.234.0/25", + "40.77.234.128/27", + "40.77.234.160/27", + "40.77.234.192/27", + "40.77.234.224/27", + "40.77.235.0/24", + "40.77.236.0/27", + "40.77.236.32/27", + "40.77.236.80/28", + "40.77.236.96/27", + "40.77.236.128/27", + "40.77.236.160/28", + "40.77.236.176/28", + "40.77.236.192/28", + "40.77.236.224/27", + "40.77.237.0/26", + "40.77.237.64/26", + "40.77.237.128/25", + "40.77.240.0/25", + "40.77.240.128/25", + "40.77.241.0/24", + "40.77.242.0/23", + "40.77.244.0/25", + "40.77.245.0/24", + "40.77.246.0/24", + "40.77.247.0/24", + "40.77.248.0/25", + "40.77.248.128/25", + "40.77.249.0/24", + "40.77.250.0/24", + "40.77.251.0/24", + "40.77.252.0/23", + "40.77.254.0/26", + "40.77.254.64/27", + "40.77.254.128/25", + "40.77.255.0/25", + "40.77.255.128/26", + "40.77.255.192/26", + "40.78.0.0/17", + "40.78.128.0/18", + "40.78.192.0/21", + "40.78.200.0/21", + "40.78.208.0/28", + "40.78.208.16/28", + "40.78.208.32/30", + "40.78.208.48/28", + "40.78.208.64/28", + "40.78.209.0/24", + "40.78.210.0/24", + "40.78.211.0/24", + "40.78.212.0/24", + "40.78.213.0/24", + "40.78.214.0/24", + "40.78.215.0/24", + "40.78.216.0/24", + "40.78.217.0/24", + "40.78.218.0/24", + "40.78.219.0/24", + "40.78.220.0/24", + "40.78.221.0/24", + "40.78.222.0/24", + "40.78.223.0/24", + "40.78.224.0/21", + "40.78.232.0/21", + "40.78.240.0/20", + "40.79.0.0/21", + "40.79.8.0/27", + "40.79.8.32/28", + "40.79.8.64/27", + "40.79.8.96/28", + "40.79.9.0/24", + "40.79.16.0/20", + "40.79.32.0/20", + "40.79.48.0/27", + "40.79.48.32/28", + "40.79.49.0/24", + "40.79.56.0/21", + "40.79.64.0/20", + "40.79.80.0/21", + "40.79.88.0/27", + "40.79.88.32/28", + "40.79.89.0/24", + "40.79.90.0/24", + "40.79.91.0/28", + "40.79.92.0/24", + "40.79.93.0/28", + "40.79.94.0/24", + "40.79.95.0/28", + "40.79.96.0/19", + "40.79.128.0/20", + "40.79.144.0/21", + "40.79.152.0/21", + "40.79.160.0/20", + "40.79.176.0/21", + "40.79.184.0/21", + "40.79.192.0/21", + "40.79.200.0/24", + "40.79.201.0/24", + "40.79.202.0/24", + "40.79.203.0/24", + "40.79.204.0/27", + "40.79.204.32/28", + "40.79.204.48/28", + "40.79.204.64/27", + "40.79.204.96/27", + "40.79.204.128/27", + "40.79.204.160/27", + "40.79.204.192/26", + "40.79.205.0/26", + "40.79.205.64/28", + "40.79.205.80/28", + "40.79.205.96/27", + "40.79.205.128/26", + "40.79.205.192/27", + "40.79.205.224/28", + "40.79.205.240/28", + "40.79.206.0/27", + "40.79.206.32/27", + "40.79.206.64/27", + "40.79.206.96/27", + "40.79.206.128/27", + "40.79.206.160/27", + "40.79.206.192/27", + "40.79.206.224/27", + "40.79.207.0/27", + "40.79.207.32/27", + "40.79.207.64/28", + "40.79.207.80/28", + "40.79.207.96/27", + "40.79.207.128/25", + "40.79.208.0/24", + "40.79.209.0/24", + "40.79.210.0/24", + "40.79.211.0/24", + "40.79.212.0/24", + "40.79.213.0/24", + "40.79.214.0/24", + "40.79.215.0/24", + "40.79.216.0/24", + "40.79.217.0/24", + "40.79.218.0/24", + "40.79.219.0/24", + "40.79.220.0/24", + "40.79.221.0/24", + "40.79.222.0/24", + "40.79.223.0/24", + "40.79.232.0/21", + "40.79.240.0/20", + "40.80.0.0/22", + "40.80.4.0/22", + "40.80.8.0/22", + "40.80.12.0/22", + "40.80.16.0/22", + "40.80.20.0/22", + "40.80.24.0/22", + "40.80.28.0/22", + "40.80.32.0/22", + "40.80.36.0/22", + "40.80.40.0/22", + "40.80.44.0/22", + "40.80.48.0/21", + "40.80.56.0/21", + "40.80.64.0/19", + "40.80.96.0/20", + "40.80.144.0/21", + "40.80.152.0/21", + "40.80.160.0/24", + "40.80.168.0/21", + "40.80.176.0/21", + "40.80.184.0/21", + "40.80.192.0/19", + "40.80.224.0/20", + "40.80.240.0/20", + "40.81.0.0/20", + "40.81.16.0/20", + "40.81.32.0/20", + "40.81.48.0/20", + "40.81.64.0/20", + "40.81.80.0/20", + "40.81.96.0/20", + "40.81.112.0/20", + "40.81.128.0/19", + "40.81.160.0/20", + "40.81.176.0/20", + "40.81.192.0/19", + "40.81.224.0/19", + "40.82.0.0/22", + "40.82.4.0/22", + "40.82.16.0/22", + "40.82.20.0/22", + "40.82.24.0/22", + "40.82.28.0/22", + "40.82.32.0/22", + "40.82.36.0/22", + "40.82.44.0/22", + "40.82.48.0/22", + "40.82.60.0/22", + "40.82.64.0/22", + "40.82.68.0/22", + "40.82.72.0/22", + "40.82.76.0/22", + "40.82.80.0/22", + "40.82.84.0/22", + "40.82.92.0/22", + "40.82.96.0/22", + "40.82.100.0/22", + "40.82.116.0/22", + "40.82.120.0/22", + "40.82.128.0/19", + "40.82.160.0/19", + "40.82.192.0/19", + "40.82.224.0/20", + "40.82.240.0/22", + "40.82.244.0/22", + "40.82.248.0/21", + "40.83.0.0/20", + "40.83.16.0/21", + "40.83.24.0/26", + "40.83.24.64/27", + "40.83.24.96/27", + "40.83.24.128/25", + "40.83.25.0/24", + "40.83.26.0/23", + "40.83.28.0/22", + "40.83.32.0/19", + "40.83.64.0/18", + "40.83.128.0/17", + "40.84.0.0/17", + "40.84.128.0/17", + "40.85.0.0/17", + "40.85.128.0/20", + "40.85.144.0/20", + "40.85.160.0/19", + "40.85.192.0/18", + "40.86.0.0/17", + "40.86.128.0/19", + "40.86.160.0/19", + "40.86.192.0/18", + "40.87.0.0/17", + "40.87.128.0/19", + "40.87.160.0/22", + "40.87.164.0/22", + "40.87.168.0/30", + "40.87.168.4/30", + "40.87.168.8/29", + "40.87.168.16/28", + "40.87.168.32/29", + "40.87.168.40/29", + "40.87.168.48/28", + "40.87.168.64/30", + "40.87.168.68/31", + "40.87.168.70/31", + "40.87.168.72/29", + "40.87.168.80/28", + "40.87.168.96/27", + "40.87.168.128/26", + "40.87.168.192/28", + "40.87.168.208/31", + "40.87.168.210/31", + "40.87.168.212/30", + "40.87.168.216/29", + "40.87.168.224/27", + "40.87.169.0/27", + "40.87.169.32/29", + "40.87.169.40/30", + "40.87.169.44/30", + "40.87.169.48/29", + "40.87.169.56/31", + "40.87.169.58/31", + "40.87.169.60/30", + "40.87.169.64/27", + "40.87.169.96/31", + "40.87.169.98/31", + "40.87.169.100/31", + "40.87.169.102/31", + "40.87.169.104/29", + "40.87.169.112/28", + "40.87.169.128/29", + "40.87.169.136/31", + "40.87.169.138/31", + "40.87.169.140/30", + "40.87.169.144/28", + "40.87.169.160/27", + "40.87.169.192/26", + "40.87.170.0/25", + "40.87.170.128/28", + "40.87.170.144/31", + "40.87.170.146/31", + "40.87.170.148/30", + "40.87.170.152/29", + "40.87.170.160/28", + "40.87.170.176/29", + "40.87.170.184/30", + "40.87.170.188/30", + "40.87.170.192/31", + "40.87.170.194/31", + "40.87.170.196/30", + "40.87.170.200/29", + "40.87.170.208/30", + "40.87.170.212/31", + "40.87.170.214/31", + "40.87.170.216/30", + "40.87.170.220/30", + "40.87.170.224/30", + "40.87.170.228/30", + "40.87.170.232/29", + "40.87.170.240/29", + "40.87.170.248/30", + "40.87.170.252/30", + "40.87.171.0/31", + "40.87.171.2/31", + "40.87.171.4/30", + "40.87.171.8/29", + "40.87.171.16/28", + "40.87.171.32/30", + "40.87.171.36/30", + "40.87.171.40/31", + "40.87.171.42/31", + "40.87.171.44/30", + "40.87.171.48/28", + "40.87.171.64/29", + "40.87.171.72/29", + "40.87.171.80/28", + "40.87.171.96/27", + "40.87.171.128/27", + "40.87.171.160/31", + "40.87.171.162/31", + "40.87.171.164/31", + "40.87.171.166/31", + "40.87.171.168/29", + "40.87.171.176/28", + "40.87.171.192/27", + "40.87.171.224/28", + "40.87.171.240/29", + "40.87.171.248/31", + "40.87.171.250/31", + "40.87.171.252/30", + "40.87.172.0/22", + "40.87.176.0/25", + "40.87.176.128/27", + "40.87.176.160/29", + "40.87.176.168/30", + "40.87.176.172/31", + "40.87.176.174/31", + "40.87.176.176/29", + "40.87.176.184/30", + "40.87.176.188/30", + "40.87.176.192/28", + "40.87.176.208/29", + "40.87.176.216/29", + "40.87.176.224/29", + "40.87.176.232/31", + "40.87.176.234/31", + "40.87.176.236/30", + "40.87.176.240/28", + "40.87.177.0/28", + "40.87.177.16/28", + "40.87.177.32/27", + "40.87.177.64/27", + "40.87.177.96/28", + "40.87.177.112/29", + "40.87.177.120/31", + "40.87.177.122/31", + "40.87.177.124/30", + "40.87.177.128/28", + "40.87.177.144/29", + "40.87.177.152/31", + "40.87.177.154/31", + "40.87.177.156/30", + "40.87.177.160/27", + "40.87.177.192/29", + "40.87.177.200/30", + "40.87.177.204/30", + "40.87.177.208/30", + "40.87.177.212/30", + "40.87.177.216/29", + "40.87.177.224/27", + "40.87.178.0/24", + "40.87.179.0/25", + "40.87.179.128/26", + "40.87.179.192/31", + "40.87.179.194/31", + "40.87.179.196/30", + "40.87.179.200/31", + "40.87.179.202/31", + "40.87.179.204/30", + "40.87.179.208/28", + "40.87.179.224/27", + "40.87.180.0/30", + "40.87.180.4/31", + "40.87.180.6/31", + "40.87.180.8/30", + "40.87.180.12/31", + "40.87.180.14/31", + "40.87.180.16/30", + "40.87.180.20/31", + "40.87.180.22/31", + "40.87.180.24/30", + "40.87.180.28/30", + "40.87.180.32/29", + "40.87.180.40/31", + "40.87.180.42/31", + "40.87.180.44/30", + "40.87.180.48/28", + "40.87.180.64/30", + "40.87.180.68/30", + "40.87.180.72/31", + "40.87.180.74/31", + "40.87.180.76/30", + "40.87.180.80/28", + "40.87.180.96/27", + "40.87.180.128/26", + "40.87.180.192/30", + "40.87.180.196/30", + "40.87.180.200/31", + "40.87.180.202/31", + "40.87.180.204/30", + "40.87.180.208/28", + "40.87.180.224/28", + "40.87.180.240/29", + "40.87.180.248/30", + "40.87.180.252/30", + "40.87.181.0/30", + "40.87.181.4/30", + "40.87.181.8/29", + "40.87.181.16/28", + "40.87.181.32/27", + "40.87.181.64/26", + "40.87.181.128/28", + "40.87.181.144/29", + "40.87.181.152/31", + "40.87.181.154/31", + "40.87.181.156/30", + "40.87.181.160/31", + "40.87.181.162/31", + "40.87.181.164/30", + "40.87.181.168/29", + "40.87.181.176/28", + "40.87.181.192/26", + "40.87.182.0/30", + "40.87.182.4/30", + "40.87.182.8/29", + "40.87.182.16/29", + "40.87.182.24/29", + "40.87.182.32/28", + "40.87.182.48/29", + "40.87.182.56/30", + "40.87.182.60/31", + "40.87.182.62/31", + "40.87.182.64/26", + "40.87.182.128/25", + "40.87.183.0/28", + "40.87.183.16/29", + "40.87.183.24/30", + "40.87.183.28/30", + "40.87.183.32/31", + "40.87.183.34/31", + "40.87.183.36/30", + "40.87.183.40/31", + "40.87.183.42/31", + "40.87.183.44/30", + "40.87.183.48/30", + "40.87.183.52/31", + "40.87.183.54/31", + "40.87.183.56/29", + "40.87.183.64/26", + "40.87.183.128/28", + "40.87.183.144/28", + "40.87.183.160/27", + "40.87.183.192/27", + "40.87.183.224/29", + "40.87.183.232/30", + "40.87.183.236/31", + "40.87.183.238/31", + "40.87.183.240/30", + "40.87.183.244/30", + "40.87.183.248/29", + "40.87.184.0/22", + "40.87.188.0/22", + "40.87.192.0/22", + "40.87.196.0/22", + "40.87.200.0/22", + "40.87.204.0/22", + "40.87.208.0/22", + "40.87.212.0/22", + "40.87.216.0/22", + "40.87.220.0/22", + "40.87.224.0/22", + "40.87.228.0/22", + "40.87.232.0/21", + "40.88.0.0/16", + "40.89.0.0/19", + "40.89.32.0/19", + "40.89.64.0/18", + "40.89.128.0/18", + "40.89.192.0/19", + "40.89.224.0/19", + "40.90.16.0/27", + "40.90.16.32/27", + "40.90.16.64/27", + "40.90.16.96/27", + "40.90.16.128/27", + "40.90.16.160/27", + "40.90.16.192/26", + "40.90.17.0/27", + "40.90.17.32/27", + "40.90.17.64/27", + "40.90.17.96/27", + "40.90.17.128/28", + "40.90.17.144/28", + "40.90.17.160/27", + "40.90.17.192/27", + "40.90.17.224/27", + "40.90.18.0/28", + "40.90.18.16/28", + "40.90.18.32/27", + "40.90.18.64/26", + "40.90.18.128/26", + "40.90.18.192/26", + "40.90.19.0/27", + "40.90.19.32/27", + "40.90.19.64/26", + "40.90.19.128/25", + "40.90.20.0/25", + "40.90.20.128/25", + "40.90.21.0/25", + "40.90.21.128/25", + "40.90.22.0/25", + "40.90.22.128/25", + "40.90.23.0/25", + "40.90.23.128/25", + "40.90.24.0/25", + "40.90.24.128/25", + "40.90.25.0/26", + "40.90.25.64/26", + "40.90.25.128/26", + "40.90.25.192/26", + "40.90.26.0/26", + "40.90.26.64/26", + "40.90.26.128/25", + "40.90.27.0/26", + "40.90.27.64/26", + "40.90.27.128/26", + "40.90.27.192/26", + "40.90.28.0/26", + "40.90.28.64/26", + "40.90.28.128/26", + "40.90.28.192/26", + "40.90.29.0/26", + "40.90.29.64/26", + "40.90.29.128/26", + "40.90.29.192/26", + "40.90.30.0/25", + "40.90.30.128/27", + "40.90.30.160/27", + "40.90.30.192/26", + "40.90.31.0/27", + "40.90.31.32/27", + "40.90.31.64/27", + "40.90.31.96/27", + "40.90.31.128/25", + "40.90.128.0/28", + "40.90.128.16/28", + "40.90.128.32/28", + "40.90.128.48/28", + "40.90.128.64/28", + "40.90.128.80/28", + "40.90.128.96/28", + "40.90.128.112/28", + "40.90.128.128/28", + "40.90.128.144/28", + "40.90.128.160/28", + "40.90.128.176/28", + "40.90.128.192/28", + "40.90.128.208/28", + "40.90.128.224/28", + "40.90.128.240/28", + "40.90.129.0/27", + "40.90.129.32/28", + "40.90.129.48/28", + "40.90.129.64/27", + "40.90.129.96/27", + "40.90.129.128/26", + "40.90.129.192/27", + "40.90.129.224/27", + "40.90.130.0/27", + "40.90.130.32/28", + "40.90.130.48/28", + "40.90.130.64/28", + "40.90.130.80/28", + "40.90.130.96/28", + "40.90.130.112/28", + "40.90.130.128/28", + "40.90.130.144/28", + "40.90.130.160/27", + "40.90.130.192/28", + "40.90.130.208/28", + "40.90.130.224/28", + "40.90.130.240/28", + "40.90.131.0/27", + "40.90.131.32/27", + "40.90.131.64/27", + "40.90.131.96/27", + "40.90.131.128/27", + "40.90.131.160/27", + "40.90.131.192/27", + "40.90.131.224/27", + "40.90.132.0/27", + "40.90.132.32/28", + "40.90.132.48/28", + "40.90.132.64/28", + "40.90.132.80/28", + "40.90.132.96/27", + "40.90.132.128/26", + "40.90.132.192/26", + "40.90.133.0/27", + "40.90.133.32/27", + "40.90.133.64/27", + "40.90.133.96/28", + "40.90.133.112/28", + "40.90.133.128/28", + "40.90.133.144/28", + "40.90.133.160/27", + "40.90.133.192/26", + "40.90.134.0/26", + "40.90.134.64/26", + "40.90.134.128/26", + "40.90.134.192/26", + "40.90.135.0/26", + "40.90.135.64/26", + "40.90.135.128/25", + "40.90.136.0/28", + "40.90.136.16/28", + "40.90.136.32/27", + "40.90.136.64/26", + "40.90.136.128/27", + "40.90.136.160/28", + "40.90.136.176/28", + "40.90.136.192/27", + "40.90.136.224/27", + "40.90.137.0/27", + "40.90.137.32/27", + "40.90.137.64/27", + "40.90.137.96/27", + "40.90.137.128/27", + "40.90.137.160/27", + "40.90.137.192/27", + "40.90.137.224/27", + "40.90.138.0/27", + "40.90.138.32/27", + "40.90.138.64/27", + "40.90.138.96/27", + "40.90.138.128/27", + "40.90.138.160/27", + "40.90.138.192/28", + "40.90.138.208/28", + "40.90.138.224/27", + "40.90.139.0/27", + "40.90.139.32/27", + "40.90.139.64/27", + "40.90.139.96/27", + "40.90.139.128/27", + "40.90.139.160/27", + "40.90.139.192/27", + "40.90.139.224/27", + "40.90.140.0/27", + "40.90.140.32/27", + "40.90.140.64/27", + "40.90.140.96/27", + "40.90.140.128/27", + "40.90.140.160/27", + "40.90.140.192/27", + "40.90.140.224/27", + "40.90.141.0/27", + "40.90.141.32/27", + "40.90.141.64/27", + "40.90.141.96/27", + "40.90.141.128/27", + "40.90.141.160/27", + "40.90.141.192/26", + "40.90.142.0/27", + "40.90.142.32/27", + "40.90.142.64/27", + "40.90.142.96/27", + "40.90.142.128/27", + "40.90.142.160/27", + "40.90.142.192/28", + "40.90.142.208/28", + "40.90.142.224/28", + "40.90.142.240/28", + "40.90.143.0/27", + "40.90.143.32/27", + "40.90.143.64/27", + "40.90.143.96/27", + "40.90.143.128/27", + "40.90.143.160/27", + "40.90.143.192/26", + "40.90.144.0/27", + "40.90.144.32/27", + "40.90.144.64/26", + "40.90.144.128/26", + "40.90.144.192/27", + "40.90.144.224/27", + "40.90.145.0/27", + "40.90.145.32/27", + "40.90.145.64/27", + "40.90.145.96/27", + "40.90.145.128/27", + "40.90.145.160/27", + "40.90.145.192/27", + "40.90.145.224/27", + "40.90.146.0/28", + "40.90.146.16/28", + "40.90.146.32/27", + "40.90.146.64/26", + "40.90.146.128/27", + "40.90.146.160/27", + "40.90.146.192/27", + "40.90.146.224/27", + "40.90.147.0/27", + "40.90.147.32/27", + "40.90.147.64/27", + "40.90.147.96/27", + "40.90.147.128/26", + "40.90.147.192/27", + "40.90.147.224/27", + "40.90.148.0/26", + "40.90.148.64/27", + "40.90.148.96/27", + "40.90.148.128/27", + "40.90.148.160/28", + "40.90.148.176/28", + "40.90.148.192/27", + "40.90.148.224/27", + "40.90.149.0/27", + "40.90.149.32/27", + "40.90.149.64/27", + "40.90.149.96/27", + "40.90.149.128/25", + "40.90.150.0/27", + "40.90.150.32/27", + "40.90.150.64/27", + "40.90.150.96/27", + "40.90.150.128/25", + "40.90.151.0/26", + "40.90.151.64/27", + "40.90.151.96/27", + "40.90.151.128/28", + "40.90.151.144/28", + "40.90.151.160/27", + "40.90.151.192/27", + "40.90.151.224/27", + "40.90.152.0/25", + "40.90.152.128/27", + "40.90.152.160/27", + "40.90.152.192/27", + "40.90.152.224/27", + "40.90.153.0/26", + "40.90.153.64/27", + "40.90.153.96/27", + "40.90.153.128/25", + "40.90.154.0/26", + "40.90.154.64/26", + "40.90.154.128/26", + "40.90.154.192/26", + "40.90.155.0/26", + "40.90.155.64/26", + "40.90.155.128/26", + "40.90.155.192/26", + "40.90.156.0/26", + "40.90.156.64/27", + "40.90.156.96/27", + "40.90.156.128/26", + "40.90.156.192/26", + "40.90.157.0/27", + "40.90.157.32/27", + "40.90.157.64/26", + "40.90.157.128/26", + "40.90.157.192/27", + "40.90.157.224/27", + "40.90.158.0/26", + "40.90.158.64/26", + "40.90.158.128/25", + "40.90.159.0/24", + "40.90.160.0/19", + "40.90.192.0/19", + "40.90.224.0/19", + "40.91.0.0/22", + "40.91.4.0/22", + "40.91.12.0/28", + "40.91.12.16/28", + "40.91.12.32/28", + "40.91.12.48/28", + "40.91.12.64/26", + "40.91.12.128/28", + "40.91.12.160/27", + "40.91.12.208/28", + "40.91.12.240/28", + "40.91.13.0/28", + "40.91.13.64/27", + "40.91.13.96/28", + "40.91.13.128/27", + "40.91.13.240/28", + "40.91.14.0/24", + "40.91.16.0/22", + "40.91.20.0/22", + "40.91.24.0/22", + "40.91.28.0/22", + "40.91.32.0/22", + "40.91.64.0/18", + "40.91.160.0/19", + "40.91.192.0/18", + "40.93.0.0/23", + "40.93.2.0/24", + "40.93.3.0/24", + "40.93.4.0/24", + "40.93.5.0/24", + "40.93.6.0/24", + "40.93.7.0/24", + "40.93.8.0/24", + "40.93.9.0/24", + "40.93.10.0/24", + "40.93.11.0/24", + "40.93.12.0/24", + "40.93.13.0/24", + "40.93.14.0/24", + "40.93.15.0/24", + "40.93.16.0/24", + "40.93.17.0/24", + "40.93.64.0/24", + "40.93.65.0/24", + "40.93.66.0/24", + "40.93.67.0/24", + "40.93.68.0/24", + "40.93.128.0/24", + "40.93.129.0/24", + "40.93.192.0/24", + "40.93.193.0/24", + "40.93.194.0/23", + "40.93.196.0/23", + "40.93.198.0/23", + "40.93.200.0/23", + "40.93.202.0/24", + "40.93.203.0/24", + "40.93.204.0/22", + "40.93.208.0/22", + "40.93.212.0/24", + "40.93.213.0/24", + "40.93.214.0/24", + "40.96.46.0/24", + "40.96.50.0/24", + "40.96.52.0/24", + "40.96.55.0/24", + "40.96.61.0/24", + "40.96.63.0/24", + "40.96.255.0/24", + "40.97.4.0/24", + "40.97.5.0/24", + "40.97.6.0/24", + "40.97.7.0/24", + "40.97.12.0/24", + "40.97.13.0/24", + "40.97.14.0/26", + "40.97.14.64/26", + "40.97.14.128/25", + "40.97.15.0/24", + "40.97.20.0/24", + "40.97.21.0/26", + "40.97.21.64/26", + "40.97.21.128/25", + "40.97.22.0/23", + "40.97.32.0/22", + "40.97.44.0/24", + "40.97.45.0/26", + "40.97.45.64/26", + "40.97.45.128/25", + "40.97.46.0/25", + "40.97.46.128/26", + "40.97.46.192/26", + "40.97.47.0/25", + "40.97.47.128/25", + "40.97.52.0/26", + "40.97.52.64/26", + "40.97.52.128/25", + "40.97.53.0/25", + "40.97.53.128/26", + "40.97.53.192/26", + "40.97.54.0/25", + "40.97.55.64/26", + "40.97.55.128/25", + "40.97.60.0/26", + "40.97.61.0/25", + "40.97.61.128/26", + "40.97.61.192/26", + "40.97.62.0/25", + "40.97.62.128/25", + "40.97.63.0/26", + "40.97.63.64/26", + "40.97.63.128/25", + "40.97.72.0/26", + "40.100.4.0/25", + "40.100.4.128/25", + "40.100.5.0/26", + "40.100.5.64/26", + "40.100.5.128/25", + "40.100.6.0/26", + "40.100.6.64/26", + "40.100.6.128/25", + "40.100.7.0/26", + "40.100.7.64/26", + "40.100.7.128/25", + "40.100.24.0/26", + "40.100.24.64/26", + "40.100.24.128/25", + "40.100.25.0/26", + "40.100.25.64/26", + "40.100.25.128/25", + "40.100.26.0/25", + "40.100.26.128/26", + "40.100.26.192/26", + "40.100.27.0/26", + "40.100.27.64/26", + "40.100.27.128/26", + "40.100.27.192/26", + "40.100.36.0/25", + "40.100.36.128/25", + "40.100.37.0/26", + "40.100.38.0/25", + "40.100.38.128/26", + "40.100.38.192/26", + "40.100.39.0/25", + "40.100.58.64/26", + "40.100.58.128/25", + "40.100.59.0/26", + "40.100.60.0/26", + "40.100.61.0/25", + "40.100.61.128/26", + "40.100.61.192/26", + "40.100.62.0/25", + "40.100.62.128/26", + "40.100.62.192/26", + "40.100.63.0/25", + "40.100.63.128/26", + "40.100.63.192/26", + "40.100.64.0/25", + "40.100.64.128/26", + "40.100.64.192/26", + "40.100.65.0/25", + "40.100.65.128/25", + "40.100.66.0/26", + "40.100.66.64/26", + "40.100.66.128/25", + "40.100.67.0/25", + "40.100.67.128/26", + "40.100.67.192/26", + "40.100.68.0/25", + "40.100.68.128/25", + "40.100.69.0/26", + "40.100.69.64/26", + "40.100.69.128/26", + "40.100.69.192/26", + "40.100.70.0/25", + "40.100.70.128/25", + "40.100.71.0/26", + "40.101.0.0/24", + "40.101.1.0/24", + "40.101.2.0/25", + "40.101.2.128/26", + "40.101.2.192/26", + "40.101.3.0/25", + "40.101.3.128/25", + "40.101.20.0/26", + "40.101.20.64/26", + "40.101.20.128/25", + "40.101.21.0/25", + "40.101.21.128/26", + "40.101.24.192/26", + "40.101.25.0/25", + "40.101.25.128/26", + "40.101.25.192/26", + "40.101.26.0/25", + "40.101.26.128/25", + "40.101.27.0/26", + "40.101.27.64/26", + "40.101.27.128/25", + "40.101.56.0/26", + "40.101.56.64/26", + "40.101.56.128/25", + "40.101.57.0/25", + "40.101.57.128/26", + "40.101.57.192/26", + "40.101.58.0/25", + "40.101.58.128/25", + "40.101.59.0/26", + "40.101.112.0/26", + "40.101.112.64/26", + "40.101.112.128/25", + "40.101.113.0/25", + "40.101.113.128/26", + "40.101.113.192/26", + "40.101.114.0/25", + "40.101.114.128/25", + "40.101.115.0/26", + "40.101.115.64/26", + "40.101.115.128/26", + "40.102.16.0/24", + "40.102.17.0/25", + "40.102.17.128/25", + "40.102.18.0/26", + "40.112.36.0/25", + "40.112.36.128/25", + "40.112.37.0/26", + "40.112.37.64/26", + "40.112.37.128/26", + "40.112.37.192/26", + "40.112.38.192/26", + "40.112.39.0/25", + "40.112.39.128/26", + "40.112.48.0/20", + "40.112.64.0/19", + "40.112.96.0/19", + "40.112.128.0/17", + "40.113.0.0/18", + "40.113.64.0/19", + "40.113.96.0/19", + "40.113.128.0/18", + "40.113.192.0/18", + "40.114.0.0/17", + "40.114.128.0/17", + "40.115.0.0/18", + "40.115.64.0/19", + "40.115.96.0/19", + "40.115.128.0/17", + "40.116.0.0/16", + "40.117.0.0/19", + "40.117.32.0/19", + "40.117.64.0/18", + "40.117.128.0/17", + "40.118.0.0/17", + "40.118.128.0/17", + "40.119.0.0/18", + "40.119.64.0/22", + "40.119.68.0/22", + "40.119.72.0/22", + "40.119.76.0/22", + "40.119.80.0/22", + "40.119.84.0/22", + "40.119.88.0/22", + "40.119.92.0/22", + "40.119.96.0/22", + "40.119.100.0/27", + "40.119.100.32/28", + "40.119.100.48/30", + "40.119.100.52/30", + "40.119.100.56/29", + "40.119.100.64/28", + "40.119.100.80/28", + "40.119.100.96/27", + "40.119.100.128/29", + "40.119.100.136/30", + "40.119.100.140/31", + "40.119.100.142/31", + "40.119.100.144/31", + "40.119.104.0/22", + "40.119.108.0/22", + "40.119.112.0/22", + "40.119.116.0/22", + "40.119.120.0/22", + "40.119.124.0/22", + "40.119.128.0/19", + "40.119.160.0/19", + "40.119.192.0/18", + "40.120.0.0/20", + "40.120.16.0/20", + "40.120.32.0/19", + "40.120.64.0/18", + "40.120.128.0/26", + "40.120.128.64/29", + "40.120.128.72/30", + "40.120.132.0/25", + "40.120.132.128/27", + "40.120.132.160/28", + "40.120.136.0/22", + "40.120.140.0/26", + "40.120.140.64/31", + "40.120.144.0/29", + "40.120.144.16/28", + "40.120.160.0/22", + "40.121.0.0/16", + "40.122.0.0/20", + "40.122.16.0/20", + "40.122.32.0/19", + "40.122.64.0/18", + "40.122.128.0/17", + "40.123.0.0/17", + "40.123.128.0/22", + "40.123.132.0/22", + "40.123.136.0/24", + "40.123.140.0/22", + "40.123.144.0/26", + "40.123.144.64/29", + "40.123.144.72/29", + "40.123.144.80/28", + "40.123.144.96/29", + "40.123.144.104/29", + "40.123.144.112/28", + "40.123.144.128/28", + "40.123.144.144/29", + "40.123.144.152/30", + "40.123.144.156/30", + "40.123.144.160/27", + "40.123.144.192/27", + "40.123.144.224/28", + "40.123.144.240/29", + "40.123.144.248/30", + "40.123.144.252/31", + "40.123.144.254/31", + "40.123.145.0/30", + "40.123.145.4/31", + "40.123.145.6/31", + "40.123.145.8/30", + "40.123.145.12/31", + "40.123.145.14/31", + "40.123.145.16/30", + "40.123.145.20/31", + "40.123.145.22/31", + "40.123.145.24/29", + "40.123.145.32/28", + "40.123.145.48/29", + "40.123.145.56/30", + "40.123.145.60/30", + "40.123.145.64/30", + "40.123.145.68/30", + "40.123.145.72/29", + "40.123.145.80/28", + "40.123.145.96/27", + "40.123.145.128/27", + "40.123.145.160/30", + "40.123.145.164/31", + "40.123.145.166/31", + "40.123.145.168/29", + "40.123.145.176/28", + "40.123.145.192/28", + "40.123.145.208/30", + "40.123.145.212/31", + "40.123.145.214/31", + "40.123.145.216/30", + "40.123.145.220/31", + "40.123.145.222/31", + "40.123.145.224/27", + "40.123.146.0/28", + "40.123.146.16/29", + "40.123.146.24/30", + "40.123.146.28/31", + "40.123.146.30/31", + "40.123.146.32/29", + "40.123.146.40/31", + "40.123.146.42/31", + "40.123.146.44/30", + "40.123.146.48/31", + "40.123.146.50/31", + "40.123.146.52/31", + "40.123.146.54/31", + "40.123.146.56/29", + "40.123.146.64/26", + "40.123.146.128/27", + "40.123.146.160/30", + "40.123.146.164/31", + "40.123.146.166/31", + "40.123.146.168/29", + "40.123.146.176/30", + "40.123.146.180/31", + "40.123.146.182/31", + "40.123.146.184/29", + "40.123.146.192/29", + "40.123.146.200/30", + "40.123.146.204/31", + "40.123.146.206/31", + "40.123.146.208/31", + "40.123.146.210/31", + "40.123.146.212/30", + "40.123.146.216/29", + "40.123.146.224/27", + "40.123.147.0/27", + "40.123.147.32/31", + "40.123.147.34/31", + "40.123.147.36/31", + "40.123.147.38/31", + "40.123.147.40/29", + "40.123.147.48/28", + "40.123.147.64/28", + "40.123.147.80/30", + "40.123.147.84/31", + "40.123.147.86/31", + "40.123.147.88/29", + "40.123.147.96/29", + "40.123.147.104/29", + "40.123.147.112/29", + "40.123.147.120/29", + "40.123.147.128/29", + "40.123.147.136/31", + "40.123.147.138/31", + "40.123.147.140/30", + "40.123.147.144/31", + "40.123.147.146/31", + "40.123.147.148/30", + "40.123.147.152/29", + "40.123.147.160/28", + "40.123.147.176/30", + "40.123.147.180/31", + "40.123.147.182/31", + "40.123.147.184/29", + "40.123.147.192/26", + "40.123.148.0/25", + "40.123.148.128/26", + "40.123.148.192/29", + "40.123.148.200/30", + "40.123.148.204/31", + "40.123.152.0/22", + "40.123.156.0/22", + "40.123.160.0/22", + "40.123.164.0/25", + "40.123.164.128/29", + "40.123.164.136/31", + "40.123.164.138/31", + "40.123.164.140/30", + "40.123.164.144/30", + "40.123.164.148/31", + "40.123.164.150/31", + "40.123.164.152/29", + "40.123.164.160/27", + "40.123.164.192/26", + "40.123.165.0/30", + "40.123.165.4/30", + "40.123.165.8/29", + "40.123.165.16/29", + "40.123.165.24/30", + "40.123.165.28/31", + "40.123.165.30/31", + "40.123.165.32/28", + "40.123.165.48/29", + "40.123.165.56/30", + "40.123.165.60/31", + "40.123.165.62/31", + "40.123.165.64/30", + "40.123.165.68/30", + "40.123.165.72/30", + "40.123.165.76/31", + "40.123.165.78/31", + "40.123.165.80/28", + "40.123.165.96/27", + "40.123.165.128/28", + "40.123.165.144/30", + "40.123.165.148/31", + "40.123.168.0/24", + "40.123.169.0/30", + "40.123.169.4/31", + "40.123.169.6/31", + "40.123.169.8/29", + "40.123.169.16/28", + "40.123.169.32/27", + "40.123.169.64/27", + "40.123.169.96/29", + "40.123.169.104/31", + "40.123.169.106/31", + "40.123.169.108/30", + "40.123.169.112/28", + "40.123.169.128/29", + "40.123.169.136/30", + "40.123.169.140/30", + "40.123.169.144/28", + "40.123.169.160/27", + "40.123.169.192/26", + "40.123.170.0/29", + "40.123.170.8/30", + "40.123.170.12/31", + "40.123.170.14/31", + "40.123.170.16/30", + "40.123.170.20/31", + "40.123.170.22/31", + "40.123.170.24/29", + "40.123.170.32/28", + "40.123.170.48/30", + "40.123.170.52/30", + "40.123.170.56/29", + "40.123.170.64/28", + "40.123.170.80/30", + "40.123.170.84/31", + "40.123.170.86/31", + "40.123.170.88/29", + "40.123.170.96/29", + "40.123.170.104/30", + "40.123.170.108/31", + "40.123.170.110/31", + "40.123.170.112/30", + "40.123.170.116/30", + "40.123.170.120/29", + "40.123.170.128/31", + "40.123.170.130/31", + "40.123.170.132/30", + "40.123.170.136/29", + "40.123.170.144/28", + "40.123.170.160/28", + "40.123.170.176/29", + "40.123.170.184/31", + "40.123.170.186/31", + "40.123.170.188/30", + "40.123.172.0/25", + "40.123.172.128/27", + "40.123.172.160/28", + "40.123.172.176/29", + "40.123.172.184/30", + "40.123.172.188/31", + "40.123.173.0/24", + "40.123.174.0/24", + "40.123.175.0/24", + "40.123.176.0/22", + "40.123.180.0/22", + "40.123.184.0/26", + "40.123.184.64/28", + "40.123.184.80/29", + "40.123.184.88/31", + "40.123.184.90/31", + "40.123.184.92/30", + "40.123.184.96/31", + "40.123.184.98/31", + "40.123.184.100/30", + "40.123.184.104/29", + "40.123.184.112/28", + "40.123.184.128/27", + "40.123.184.160/29", + "40.123.184.168/29", + "40.123.184.176/29", + "40.123.184.184/31", + "40.123.184.186/31", + "40.123.184.188/30", + "40.123.184.192/31", + "40.123.184.194/31", + "40.123.184.196/30", + "40.123.184.200/30", + "40.123.184.204/31", + "40.123.184.206/31", + "40.123.184.208/29", + "40.123.184.216/29", + "40.123.184.224/30", + "40.123.184.228/31", + "40.123.184.230/31", + "40.123.184.232/29", + "40.123.184.240/28", + "40.123.185.0/29", + "40.123.185.8/29", + "40.123.185.16/28", + "40.123.185.32/27", + "40.123.185.64/30", + "40.123.185.68/30", + "40.123.185.72/29", + "40.123.185.80/28", + "40.123.185.96/30", + "40.123.185.100/30", + "40.123.185.104/30", + "40.123.185.108/31", + "40.123.185.110/31", + "40.123.185.112/28", + "40.123.185.128/27", + "40.123.185.160/27", + "40.123.185.192/27", + "40.123.185.224/28", + "40.123.185.240/30", + "40.123.185.244/31", + "40.123.188.0/22", + "40.123.192.0/19", + "40.123.224.0/20", + "40.123.240.0/20", + "40.124.0.0/16", + "40.125.0.0/19", + "40.125.32.0/19", + "40.125.64.0/18", + "40.126.0.0/24", + "40.126.1.0/24", + "40.126.2.0/24", + "40.126.3.0/24", + "40.126.4.0/24", + "40.126.5.0/24", + "40.126.6.0/24", + "40.126.7.0/24", + "40.126.8.0/24", + "40.126.9.0/24", + "40.126.10.0/25", + "40.126.10.128/25", + "40.126.11.0/25", + "40.126.11.128/25", + "40.126.12.0/25", + "40.126.12.128/25", + "40.126.13.0/25", + "40.126.13.128/25", + "40.126.14.0/25", + "40.126.14.128/25", + "40.126.15.0/25", + "40.126.15.128/25", + "40.126.16.0/25", + "40.126.16.128/25", + "40.126.17.0/25", + "40.126.17.128/25", + "40.126.18.0/25", + "40.126.18.128/25", + "40.126.19.0/25", + "40.126.19.128/25", + "40.126.20.0/25", + "40.126.20.128/25", + "40.126.21.0/24", + "40.126.22.0/24", + "40.126.23.0/24", + "40.126.24.0/24", + "40.126.25.0/24", + "40.126.26.0/24", + "40.126.27.0/24", + "40.126.28.0/24", + "40.126.29.0/24", + "40.126.30.0/24", + "40.126.31.0/24", + "40.126.32.0/24", + "40.126.33.0/24", + "40.126.34.0/24", + "40.126.35.0/24", + "40.126.36.0/24", + "40.126.37.0/24", + "40.126.38.0/24", + "40.126.39.0/24", + "40.126.40.0/24", + "40.126.41.0/24", + "40.126.42.0/24", + "40.126.43.0/24", + "40.126.44.0/24", + "40.126.45.0/24", + "40.126.46.0/24", + "40.126.47.0/24", + "40.126.48.0/24", + "40.126.49.0/24", + "40.126.50.0/24", + "40.126.51.0/24", + "40.126.52.0/24", + "40.126.53.0/24", + "40.126.54.0/24", + "40.126.55.0/24", + "40.126.56.0/24", + "40.126.57.0/24", + "40.126.58.0/24", + "40.126.59.0/24", + "40.126.60.0/24", + "40.126.61.0/26", + "40.126.61.64/26", + "40.126.61.128/26", + "40.126.61.192/26", + "40.126.62.0/26", + "40.126.62.64/26", + "40.126.62.128/25", + "40.126.63.0/26", + "40.126.63.64/26", + "40.126.63.128/26", + "40.126.63.192/26", + "40.126.128.0/18", + "40.126.192.0/24", + "40.126.193.0/24", + "40.126.194.0/24", + "40.126.195.0/24", + "40.126.196.0/24", + "40.126.197.0/24", + "40.126.198.0/24", + "40.126.199.0/24", + "40.126.200.0/24", + "40.126.201.0/24", + "40.126.202.0/24", + "40.126.203.0/24", + "40.126.204.0/24", + "40.126.205.0/24", + "40.126.206.0/24", + "40.126.207.0/24", + "40.126.208.0/20", + "40.126.224.0/19", + "40.127.0.0/19", + "40.127.32.0/24", + "40.127.64.0/19", + "40.127.96.0/20", + "40.127.128.0/17", + "51.11.0.0/18", + "51.11.64.0/19", + "51.11.96.0/19", + "51.11.128.0/18", + "51.11.192.0/18", + "51.12.0.0/20", + "51.12.16.0/21", + "51.12.24.0/21", + "51.12.32.0/19", + "51.12.64.0/19", + "51.12.96.0/21", + "51.12.104.0/27", + "51.12.104.32/27", + "51.12.112.0/20", + "51.12.128.0/21", + "51.12.136.0/21", + "51.12.144.0/20", + "51.12.160.0/19", + "51.12.192.0/20", + "51.12.208.0/20", + "51.12.224.0/19", + "51.13.0.0/21", + "51.13.16.0/20", + "51.13.32.0/19", + "51.13.64.0/18", + "51.13.128.0/19", + "51.13.160.0/19", + "51.53.0.0/18", + "51.53.64.0/19", + "51.53.96.0/20", + "51.53.112.0/21", + "51.53.120.0/21", + "51.53.128.0/18", + "51.53.192.0/21", + "51.53.200.0/21", + "51.103.0.0/17", + "51.103.128.0/18", + "51.103.192.0/27", + "51.103.192.32/27", + "51.103.200.0/21", + "51.103.208.0/20", + "51.103.224.0/19", + "51.104.0.0/19", + "51.104.32.0/19", + "51.104.64.0/18", + "51.104.128.0/18", + "51.104.192.0/18", + "51.105.0.0/18", + "51.105.64.0/20", + "51.105.80.0/21", + "51.105.88.0/21", + "51.105.96.0/19", + "51.105.128.0/17", + "51.107.0.0/18", + "51.107.64.0/19", + "51.107.96.0/19", + "51.107.128.0/21", + "51.107.136.0/21", + "51.107.144.0/20", + "51.107.160.0/20", + "51.107.176.0/20", + "51.107.192.0/21", + "51.107.200.0/21", + "51.107.208.0/20", + "51.107.224.0/20", + "51.107.240.0/21", + "51.107.248.0/21", + "51.116.0.0/18", + "51.116.64.0/19", + "51.116.96.0/19", + "51.116.128.0/18", + "51.116.192.0/21", + "51.116.200.0/21", + "51.116.208.0/20", + "51.116.224.0/19", + "51.120.0.0/17", + "51.120.128.0/18", + "51.120.192.0/20", + "51.120.208.0/21", + "51.120.216.0/21", + "51.120.224.0/21", + "51.120.232.0/21", + "51.120.240.0/20", + "51.124.0.0/16", + "51.132.0.0/18", + "51.132.64.0/18", + "51.132.128.0/17", + "51.136.0.0/16", + "51.137.0.0/17", + "51.137.128.0/18", + "51.137.192.0/18", + "51.138.0.0/17", + "51.138.128.0/19", + "51.138.160.0/21", + "51.138.176.0/20", + "51.138.192.0/19", + "51.138.224.0/20", + "51.140.0.0/17", + "51.140.128.0/18", + "51.140.192.0/18", + "51.141.0.0/17", + "51.141.128.0/27", + "51.141.128.32/27", + "51.141.128.64/26", + "51.141.128.128/25", + "51.141.129.64/26", + "51.141.129.128/26", + "51.141.129.192/26", + "51.141.130.0/25", + "51.141.134.0/24", + "51.141.135.0/24", + "51.141.136.0/22", + "51.141.156.0/22", + "51.141.160.0/19", + "51.141.192.0/18", + "51.142.40.11/32", + "51.142.47.249/32", + "51.142.47.252/32", + "51.142.64.0/18", + "51.142.128.0/18", + "51.142.192.0/18", + "51.143.0.0/17", + "51.143.128.0/18", + "51.143.192.0/21", + "51.143.200.0/28", + "51.143.201.0/24", + "51.143.208.0/20", + "51.143.224.0/19", + "51.144.0.0/16", + "51.145.0.0/17", + "51.145.128.0/17", + "52.96.11.0/24", + "52.101.0.0/22", + "52.101.4.0/22", + "52.101.8.0/24", + "52.101.9.0/24", + "52.101.10.0/24", + "52.101.11.0/24", + "52.101.12.0/22", + "52.101.16.0/22", + "52.101.20.0/22", + "52.101.24.0/22", + "52.101.28.0/22", + "52.101.32.0/22", + "52.101.36.0/22", + "52.101.40.0/24", + "52.101.41.0/24", + "52.101.42.0/24", + "52.101.43.0/24", + "52.101.44.0/23", + "52.101.46.0/23", + "52.101.48.0/23", + "52.101.50.0/24", + "52.101.51.0/24", + "52.101.52.0/22", + "52.101.56.0/22", + "52.101.60.0/24", + "52.101.61.0/24", + "52.101.62.0/23", + "52.101.64.0/24", + "52.101.65.0/24", + "52.101.66.0/23", + "52.101.68.0/24", + "52.101.69.0/24", + "52.101.70.0/23", + "52.101.72.0/23", + "52.101.74.0/24", + "52.101.75.0/24", + "52.101.76.0/22", + "52.101.80.0/22", + "52.101.84.0/24", + "52.101.85.0/24", + "52.101.86.0/23", + "52.101.88.0/23", + "52.101.90.0/23", + "52.101.92.0/23", + "52.101.94.0/24", + "52.101.95.0/24", + "52.101.96.0/23", + "52.101.98.0/23", + "52.101.100.0/23", + "52.101.102.0/24", + "52.101.128.0/22", + "52.101.132.0/24", + "52.101.133.0/24", + "52.101.134.0/23", + "52.101.136.0/23", + "52.102.128.0/24", + "52.102.129.0/24", + "52.102.130.0/24", + "52.102.131.0/24", + "52.102.132.0/24", + "52.102.133.0/24", + "52.102.134.0/24", + "52.102.135.0/24", + "52.102.136.0/24", + "52.102.137.0/24", + "52.102.138.0/24", + "52.102.139.0/24", + "52.102.140.0/24", + "52.102.141.0/24", + "52.102.142.0/24", + "52.102.143.0/24", + "52.102.158.0/24", + "52.102.159.0/24", + "52.102.160.0/24", + "52.102.161.0/24", + "52.102.162.0/24", + "52.102.163.0/24", + "52.102.164.0/24", + "52.102.165.0/24", + "52.102.166.0/24", + "52.102.192.0/24", + "52.102.193.0/24", + "52.103.0.0/24", + "52.103.1.0/24", + "52.103.2.0/24", + "52.103.3.0/24", + "52.103.4.0/24", + "52.103.5.0/24", + "52.103.6.0/24", + "52.103.7.0/24", + "52.103.8.0/24", + "52.103.9.0/24", + "52.103.10.0/24", + "52.103.11.0/24", + "52.103.12.0/24", + "52.103.13.0/24", + "52.103.14.0/24", + "52.103.15.0/24", + "52.103.16.0/24", + "52.103.17.0/24", + "52.103.32.0/24", + "52.103.33.0/24", + "52.103.34.0/24", + "52.103.35.0/24", + "52.103.36.0/24", + "52.103.37.0/24", + "52.103.38.0/24", + "52.103.64.0/24", + "52.103.65.0/24", + "52.103.128.0/24", + "52.103.129.0/24", + "52.103.130.0/24", + "52.103.131.0/24", + "52.103.132.0/24", + "52.103.133.0/24", + "52.103.134.0/24", + "52.103.136.0/24", + "52.103.137.0/24", + "52.103.138.0/24", + "52.103.139.0/24", + "52.103.140.0/24", + "52.103.141.0/24", + "52.103.142.0/24", + "52.103.143.0/24", + "52.103.160.0/24", + "52.103.161.0/24", + "52.103.162.0/24", + "52.103.163.0/24", + "52.103.164.0/24", + "52.103.165.0/24", + "52.103.166.0/24", + "52.103.192.0/24", + "52.103.193.0/24", + "52.106.0.0/24", + "52.106.1.0/24", + "52.106.2.0/24", + "52.106.3.0/24", + "52.106.4.0/24", + "52.108.0.0/21", + "52.108.16.0/21", + "52.108.24.0/21", + "52.108.32.0/22", + "52.108.36.0/22", + "52.108.40.0/23", + "52.108.42.0/23", + "52.108.44.0/23", + "52.108.46.0/23", + "52.108.48.0/23", + "52.108.50.0/23", + "52.108.52.0/23", + "52.108.54.0/23", + "52.108.56.0/21", + "52.108.68.0/23", + "52.108.70.0/23", + "52.108.72.0/24", + "52.108.73.0/24", + "52.108.74.0/24", + "52.108.75.0/24", + "52.108.76.0/24", + "52.108.77.0/24", + "52.108.78.0/24", + "52.108.79.0/24", + "52.108.80.0/24", + "52.108.81.0/24", + "52.108.82.0/24", + "52.108.83.0/24", + "52.108.84.0/24", + "52.108.85.0/24", + "52.108.86.0/24", + "52.108.87.0/24", + "52.108.88.0/24", + "52.108.89.0/24", + "52.108.90.0/24", + "52.108.91.0/24", + "52.108.92.0/24", + "52.108.93.0/24", + "52.108.94.0/24", + "52.108.95.0/24", + "52.108.96.0/24", + "52.108.97.0/24", + "52.108.98.0/24", + "52.108.99.0/24", + "52.108.100.0/23", + "52.108.102.0/23", + "52.108.104.0/24", + "52.108.105.0/24", + "52.108.106.0/23", + "52.108.108.0/23", + "52.108.110.0/24", + "52.108.111.0/24", + "52.108.112.0/24", + "52.108.113.0/24", + "52.108.115.0/24", + "52.108.116.0/24", + "52.108.117.0/24", + "52.108.118.0/24", + "52.108.121.0/24", + "52.108.122.0/24", + "52.108.123.0/24", + "52.108.124.0/24", + "52.108.125.0/24", + "52.108.126.0/24", + "52.108.127.0/24", + "52.108.128.0/24", + "52.108.129.0/24", + "52.108.130.0/24", + "52.108.132.0/24", + "52.108.133.0/24", + "52.108.134.0/24", + "52.108.135.0/24", + "52.108.136.0/24", + "52.108.137.0/24", + "52.108.138.0/24", + "52.108.139.0/24", + "52.108.144.0/24", + "52.108.145.0/24", + "52.108.146.0/24", + "52.108.147.0/24", + "52.108.165.0/24", + "52.108.166.0/23", + "52.108.168.0/23", + "52.108.170.0/24", + "52.108.171.0/24", + "52.108.172.0/23", + "52.108.174.0/23", + "52.108.176.0/24", + "52.108.177.0/24", + "52.108.178.0/24", + "52.108.179.0/24", + "52.108.180.0/24", + "52.108.181.0/24", + "52.108.182.0/24", + "52.108.183.0/24", + "52.108.184.0/24", + "52.108.185.0/24", + "52.108.186.0/24", + "52.108.187.0/24", + "52.108.188.0/24", + "52.108.189.0/24", + "52.108.190.0/24", + "52.108.191.0/24", + "52.108.192.0/24", + "52.108.193.0/24", + "52.108.194.0/24", + "52.108.195.0/24", + "52.108.196.0/24", + "52.108.197.0/24", + "52.108.198.0/24", + "52.108.199.0/24", + "52.108.200.0/24", + "52.108.201.0/24", + "52.108.202.0/24", + "52.108.203.0/24", + "52.108.204.0/23", + "52.108.206.0/23", + "52.108.208.0/21", + "52.108.216.0/22", + "52.108.220.0/23", + "52.108.222.0/23", + "52.108.224.0/23", + "52.108.226.0/23", + "52.108.228.0/23", + "52.108.230.0/23", + "52.108.232.0/23", + "52.108.234.0/23", + "52.108.236.0/22", + "52.108.240.0/21", + "52.108.248.0/21", + "52.109.0.0/22", + "52.109.4.0/22", + "52.109.8.0/22", + "52.109.12.0/22", + "52.109.16.0/22", + "52.109.20.0/22", + "52.109.24.0/22", + "52.109.28.0/22", + "52.109.32.0/22", + "52.109.36.0/22", + "52.109.40.0/22", + "52.109.44.0/22", + "52.109.48.0/22", + "52.109.52.0/22", + "52.109.56.0/22", + "52.109.60.0/22", + "52.109.64.0/22", + "52.109.68.0/22", + "52.109.72.0/22", + "52.109.76.0/22", + "52.109.80.0/23", + "52.109.82.0/23", + "52.109.84.0/23", + "52.109.86.0/23", + "52.109.88.0/22", + "52.109.92.0/22", + "52.109.96.0/22", + "52.109.100.0/23", + "52.109.102.0/23", + "52.109.104.0/23", + "52.109.106.0/23", + "52.109.108.0/22", + "52.109.112.0/22", + "52.109.116.0/22", + "52.109.120.0/22", + "52.109.124.0/22", + "52.109.128.0/22", + "52.109.132.0/22", + "52.109.136.0/22", + "52.109.140.0/22", + "52.109.144.0/23", + "52.109.146.0/23", + "52.109.148.0/23", + "52.109.150.0/23", + "52.109.152.0/23", + "52.109.154.0/23", + "52.109.156.0/23", + "52.109.158.0/23", + "52.109.160.0/23", + "52.109.162.0/23", + "52.109.164.0/24", + "52.109.165.0/24", + "52.111.192.0/24", + "52.111.193.0/24", + "52.111.194.0/24", + "52.111.195.0/24", + "52.111.196.0/24", + "52.111.197.0/24", + "52.111.198.0/24", + "52.111.199.0/24", + "52.111.200.0/24", + "52.111.201.0/24", + "52.111.202.0/24", + "52.111.203.0/24", + "52.111.204.0/24", + "52.111.205.0/24", + "52.111.206.0/24", + "52.111.207.0/24", + "52.111.208.0/24", + "52.111.209.0/24", + "52.111.210.0/24", + "52.111.211.0/24", + "52.111.224.0/24", + "52.111.225.0/24", + "52.111.226.0/24", + "52.111.227.0/24", + "52.111.228.0/24", + "52.111.229.0/24", + "52.111.230.0/24", + "52.111.231.0/24", + "52.111.232.0/24", + "52.111.233.0/24", + "52.111.234.0/24", + "52.111.235.0/24", + "52.111.236.0/24", + "52.111.237.0/24", + "52.111.238.0/24", + "52.111.239.0/24", + "52.111.240.0/24", + "52.111.241.0/24", + "52.111.242.0/24", + "52.111.243.0/24", + "52.111.244.0/24", + "52.111.245.0/24", + "52.111.246.0/24", + "52.111.247.0/24", + "52.111.248.0/24", + "52.111.249.0/24", + "52.111.250.0/24", + "52.111.251.0/24", + "52.111.252.0/24", + "52.111.253.0/24", + "52.111.254.0/24", + "52.111.255.0/24", + "52.112.14.0/23", + "52.112.17.0/24", + "52.112.18.0/23", + "52.112.22.0/24", + "52.112.23.0/24", + "52.112.24.0/21", + "52.112.38.0/24", + "52.112.39.0/24", + "52.112.40.0/21", + "52.112.48.0/23", + "52.112.50.0/24", + "52.112.51.0/24", + "52.112.52.0/24", + "52.112.53.0/24", + "52.112.54.0/24", + "52.112.72.0/24", + "52.112.73.0/24", + "52.112.74.0/24", + "52.112.75.0/24", + "52.112.76.0/22", + "52.112.83.0/24", + "52.112.84.0/23", + "52.112.86.0/23", + "52.112.88.0/22", + "52.112.92.0/24", + "52.112.93.0/24", + "52.112.94.0/24", + "52.112.95.0/24", + "52.112.97.0/24", + "52.112.98.0/23", + "52.112.100.0/24", + "52.112.101.0/24", + "52.112.102.0/24", + "52.112.103.0/24", + "52.112.104.0/24", + "52.112.105.0/24", + "52.112.106.0/23", + "52.112.108.0/24", + "52.112.109.0/24", + "52.112.110.0/24", + "52.112.112.0/24", + "52.112.113.0/24", + "52.112.114.0/24", + "52.112.115.0/24", + "52.112.116.0/24", + "52.112.117.0/24", + "52.112.118.0/24", + "52.112.119.0/24", + "52.112.120.0/24", + "52.112.121.0/24", + "52.112.122.0/24", + "52.112.123.0/24", + "52.112.124.0/24", + "52.112.125.0/24", + "52.112.126.0/24", + "52.112.127.0/24", + "52.112.139.0/24", + "52.112.140.0/22", + "52.112.144.0/20", + "52.112.164.0/22", + "52.112.168.0/22", + "52.112.172.0/22", + "52.112.176.0/21", + "52.112.184.0/22", + "52.112.190.0/24", + "52.112.191.0/24", + "52.112.197.0/24", + "52.112.200.0/22", + "52.112.204.0/23", + "52.112.206.0/24", + "52.112.207.0/24", + "52.112.212.0/24", + "52.112.213.0/24", + "52.112.214.0/23", + "52.112.216.0/21", + "52.112.224.0/22", + "52.112.228.0/25", + "52.112.228.128/25", + "52.112.229.0/24", + "52.112.230.0/24", + "52.112.231.0/24", + "52.112.232.0/24", + "52.112.233.0/24", + "52.112.234.0/23", + "52.112.236.0/24", + "52.112.237.0/24", + "52.112.238.0/24", + "52.112.239.0/24", + "52.112.240.0/20", + "52.113.9.0/24", + "52.113.10.0/23", + "52.113.12.0/24", + "52.113.13.0/24", + "52.113.14.0/24", + "52.113.15.0/24", + "52.113.16.0/20", + "52.113.37.0/24", + "52.113.38.0/23", + "52.113.40.0/21", + "52.113.48.0/20", + "52.113.69.0/24", + "52.113.70.0/23", + "52.113.72.0/22", + "52.113.76.0/23", + "52.113.78.0/23", + "52.113.83.0/24", + "52.113.85.0/24", + "52.113.86.0/24", + "52.113.87.0/24", + "52.113.88.0/22", + "52.113.92.0/22", + "52.113.96.0/22", + "52.113.100.0/24", + "52.113.101.0/24", + "52.113.102.0/24", + "52.113.103.0/24", + "52.113.104.0/24", + "52.113.105.0/24", + "52.113.106.0/24", + "52.113.107.0/24", + "52.113.108.0/24", + "52.113.109.0/24", + "52.113.110.0/23", + "52.113.112.0/20", + "52.113.128.0/24", + "52.113.129.0/24", + "52.113.130.0/24", + "52.113.131.0/24", + "52.113.132.0/24", + "52.113.133.0/24", + "52.113.134.0/24", + "52.113.135.0/24", + "52.113.136.0/21", + "52.113.144.0/21", + "52.113.152.0/24", + "52.113.153.0/24", + "52.113.154.0/24", + "52.113.155.0/24", + "52.113.156.0/24", + "52.113.157.0/24", + "52.113.158.0/23", + "52.113.160.0/19", + "52.113.198.0/24", + "52.113.199.0/24", + "52.113.200.0/22", + "52.113.204.0/24", + "52.113.205.0/24", + "52.113.206.0/24", + "52.113.207.0/24", + "52.113.208.0/20", + "52.113.224.0/19", + "52.114.0.0/21", + "52.114.8.0/21", + "52.114.16.0/22", + "52.114.20.0/22", + "52.114.24.0/22", + "52.114.28.0/22", + "52.114.32.0/22", + "52.114.36.0/22", + "52.114.40.0/22", + "52.114.44.0/22", + "52.114.48.0/22", + "52.114.54.0/23", + "52.114.56.0/23", + "52.114.58.0/23", + "52.114.60.0/23", + "52.114.72.0/22", + "52.114.76.0/22", + "52.114.80.0/22", + "52.114.84.0/22", + "52.114.88.0/22", + "52.114.92.0/22", + "52.114.104.0/22", + "52.114.108.0/22", + "52.114.112.0/23", + "52.114.114.0/23", + "52.114.120.0/24", + "52.114.128.0/22", + "52.114.132.0/22", + "52.114.136.0/21", + "52.114.144.0/22", + "52.114.148.0/22", + "52.114.152.0/21", + "52.114.160.0/22", + "52.114.164.0/22", + "52.114.168.0/22", + "52.114.172.0/22", + "52.114.180.0/22", + "52.114.184.0/23", + "52.114.186.0/23", + "52.114.192.0/23", + "52.114.194.0/23", + "52.114.196.0/22", + "52.114.200.0/22", + "52.114.204.0/23", + "52.114.206.0/23", + "52.114.208.0/24", + "52.114.209.0/24", + "52.114.210.0/23", + "52.114.212.0/23", + "52.114.214.0/23", + "52.114.216.0/22", + "52.114.224.0/24", + "52.114.225.0/24", + "52.114.226.0/24", + "52.114.227.0/24", + "52.114.228.0/24", + "52.114.229.0/24", + "52.114.230.0/24", + "52.114.231.0/24", + "52.114.232.0/24", + "52.114.233.0/24", + "52.114.234.0/24", + "52.114.235.0/24", + "52.114.236.0/24", + "52.114.237.0/24", + "52.114.238.0/24", + "52.114.239.0/24", + "52.114.240.0/24", + "52.114.241.0/24", + "52.114.242.0/24", + "52.114.243.0/24", + "52.114.244.0/24", + "52.114.248.0/22", + "52.114.252.0/22", + "52.115.0.0/21", + "52.115.8.0/22", + "52.115.32.0/22", + "52.115.46.0/24", + "52.115.47.0/24", + "52.115.54.0/24", + "52.115.55.0/24", + "52.115.62.0/23", + "52.115.68.0/22", + "52.115.76.0/22", + "52.115.84.0/22", + "52.115.88.0/22", + "52.115.92.0/24", + "52.115.93.0/24", + "52.115.96.0/24", + "52.115.97.0/24", + "52.115.98.0/24", + "52.115.99.0/24", + "52.115.100.0/22", + "52.115.104.0/23", + "52.115.106.0/23", + "52.115.108.0/22", + "52.115.112.0/23", + "52.115.114.0/24", + "52.115.128.0/21", + "52.115.136.0/22", + "52.115.140.0/22", + "52.115.144.0/20", + "52.115.160.0/19", + "52.115.192.0/19", + "52.115.224.0/23", + "52.115.226.0/23", + "52.115.228.0/23", + "52.115.230.0/24", + "52.115.231.0/24", + "52.115.232.0/24", + "52.115.233.0/24", + "52.115.234.0/24", + "52.115.235.0/24", + "52.115.236.0/23", + "52.115.238.0/23", + "52.115.240.0/23", + "52.115.242.0/23", + "52.115.244.0/23", + "52.115.246.0/24", + "52.120.0.0/19", + "52.120.32.0/19", + "52.120.64.0/19", + "52.120.96.0/19", + "52.120.128.0/21", + "52.120.136.0/21", + "52.120.144.0/21", + "52.120.152.0/22", + "52.120.156.0/24", + "52.120.157.0/24", + "52.120.158.0/23", + "52.120.160.0/19", + "52.120.192.0/20", + "52.120.208.0/20", + "52.120.224.0/20", + "52.120.240.0/20", + "52.121.0.0/21", + "52.121.8.0/22", + "52.121.12.0/23", + "52.121.14.0/24", + "52.121.15.0/24", + "52.121.16.0/21", + "52.121.24.0/21", + "52.121.32.0/22", + "52.121.36.0/22", + "52.121.40.0/21", + "52.121.48.0/20", + "52.121.64.0/20", + "52.121.80.0/22", + "52.121.84.0/23", + "52.121.86.0/23", + "52.121.88.0/21", + "52.121.96.0/22", + "52.121.100.0/22", + "52.121.104.0/23", + "52.121.106.0/23", + "52.121.108.0/22", + "52.121.112.0/22", + "52.121.116.0/22", + "52.121.120.0/23", + "52.121.122.0/23", + "52.121.124.0/22", + "52.121.128.0/20", + "52.121.144.0/21", + "52.121.152.0/21", + "52.121.160.0/22", + "52.121.164.0/24", + "52.121.165.0/24", + "52.121.166.0/24", + "52.121.167.0/24", + "52.121.168.0/22", + "52.121.172.0/22", + "52.121.176.0/23", + "52.121.178.0/23", + "52.121.180.0/23", + "52.121.182.0/24", + "52.121.192.0/20", + "52.122.0.0/24", + "52.122.1.0/24", + "52.122.2.0/23", + "52.122.4.0/23", + "52.122.6.0/24", + "52.122.7.0/24", + "52.122.8.0/22", + "52.122.12.0/22", + "52.122.16.0/22", + "52.122.20.0/22", + "52.122.24.0/22", + "52.122.28.0/22", + "52.122.32.0/22", + "52.122.36.0/22", + "52.122.40.0/22", + "52.122.44.0/22", + "52.122.48.0/22", + "52.122.52.0/22", + "52.122.56.0/21", + "52.122.64.0/21", + "52.122.72.0/21", + "52.122.80.0/20", + "52.122.96.0/20", + "52.122.112.0/21", + "52.122.120.0/21", + "52.122.128.0/20", + "52.122.144.0/22", + "52.122.148.0/22", + "52.122.152.0/21", + "52.122.160.0/22", + "52.122.164.0/22", + "52.122.168.0/21", + "52.122.176.0/22", + "52.122.180.0/22", + "52.122.184.0/21", + "52.122.192.0/22", + "52.122.196.0/22", + "52.122.200.0/22", + "52.122.204.0/22", + "52.122.208.0/22", + "52.122.212.0/22", + "52.122.216.0/22", + "52.122.220.0/22", + "52.122.224.0/22", + "52.122.228.0/22", + "52.122.232.0/22", + "52.123.0.0/24", + "52.123.1.0/24", + "52.123.2.0/24", + "52.123.3.0/24", + "52.123.4.0/24", + "52.123.5.0/24", + "52.123.6.0/24", + "52.123.7.0/24", + "52.123.8.0/24", + "52.123.9.0/24", + "52.123.10.0/24", + "52.123.11.0/24", + "52.123.133.0/24", + "52.123.134.0/23", + "52.123.136.0/22", + "52.123.140.0/24", + "52.123.141.0/24", + "52.123.142.0/23", + "52.123.144.0/23", + "52.123.146.0/24", + "52.123.147.0/24", + "52.123.148.0/24", + "52.123.149.0/24", + "52.123.150.0/24", + "52.123.151.0/24", + "52.123.152.0/24", + "52.123.153.0/24", + "52.123.154.0/24", + "52.123.155.0/24", + "52.123.156.0/24", + "52.123.157.0/24", + "52.123.158.0/24", + "52.123.159.0/24", + "52.123.160.0/23", + "52.123.162.0/23", + "52.123.164.0/24", + "52.123.165.0/24", + "52.123.166.0/23", + "52.123.168.0/23", + "52.123.170.0/23", + "52.123.172.0/24", + "52.123.173.0/24", + "52.123.174.0/24", + "52.123.175.0/24", + "52.123.176.0/24", + "52.123.177.0/24", + "52.123.178.0/23", + "52.123.180.0/24", + "52.123.181.0/24", + "52.123.182.0/24", + "52.123.183.0/24", + "52.123.184.0/24", + "52.123.185.0/24", + "52.123.186.0/24", + "52.123.187.0/24", + "52.123.188.0/24", + "52.123.189.0/24", + "52.123.190.0/23", + "52.123.192.0/24", + "52.123.193.0/24", + "52.123.194.0/24", + "52.125.128.0/22", + "52.125.132.0/22", + "52.125.136.0/24", + "52.125.137.0/24", + "52.125.138.0/23", + "52.125.140.0/23", + "52.136.0.0/22", + "52.136.4.0/22", + "52.136.8.0/21", + "52.136.16.0/24", + "52.136.17.0/24", + "52.136.18.0/24", + "52.136.19.0/24", + "52.136.20.0/24", + "52.136.21.0/24", + "52.136.22.0/24", + "52.136.23.0/24", + "52.136.24.0/24", + "52.136.25.0/24", + "52.136.26.0/24", + "52.136.27.0/24", + "52.136.28.0/24", + "52.136.29.0/24", + "52.136.30.0/24", + "52.136.31.0/24", + "52.136.32.0/19", + "52.136.64.0/18", + "52.136.128.0/18", + "52.136.192.0/18", + "52.137.0.0/18", + "52.137.64.0/18", + "52.137.128.0/17", + "52.138.0.0/18", + "52.138.64.0/20", + "52.138.80.0/21", + "52.138.88.0/21", + "52.138.96.0/19", + "52.138.128.0/17", + "52.139.0.0/18", + "52.139.64.0/18", + "52.139.128.0/18", + "52.139.192.0/18", + "52.140.0.0/18", + "52.140.64.0/18", + "52.140.128.0/18", + "52.140.192.0/18", + "52.141.0.0/18", + "52.141.64.0/18", + "52.141.128.0/18", + "52.141.192.0/19", + "52.141.224.0/20", + "52.141.240.0/20", + "52.142.0.0/18", + "52.142.64.0/18", + "52.142.128.0/18", + "52.142.192.0/18", + "52.143.0.0/18", + "52.143.64.0/18", + "52.143.128.0/18", + "52.143.192.0/24", + "52.143.193.0/24", + "52.143.194.0/24", + "52.143.195.0/24", + "52.143.196.0/24", + "52.143.197.0/24", + "52.143.198.0/24", + "52.143.199.0/24", + "52.143.200.0/23", + "52.143.202.0/24", + "52.143.203.0/24", + "52.143.204.0/23", + "52.143.206.0/24", + "52.143.207.0/24", + "52.143.208.0/24", + "52.143.209.0/24", + "52.143.210.0/24", + "52.143.211.0/24", + "52.143.212.0/23", + "52.143.214.0/24", + "52.143.215.0/24", + "52.143.216.0/23", + "52.143.218.0/24", + "52.143.219.0/24", + "52.143.220.0/24", + "52.143.221.0/24", + "52.143.222.0/23", + "52.143.224.0/19", + "52.146.0.0/17", + "52.146.128.0/17", + "52.147.0.0/19", + "52.147.32.0/19", + "52.147.64.0/19", + "52.147.96.0/19", + "52.147.128.0/19", + "52.147.160.0/19", + "52.147.192.0/18", + "52.148.0.0/18", + "52.148.64.0/18", + "52.148.128.0/18", + "52.148.192.0/18", + "52.149.0.0/18", + "52.149.64.0/18", + "52.149.128.0/17", + "52.150.0.0/17", + "52.150.128.0/17", + "52.151.0.0/18", + "52.151.64.0/18", + "52.151.128.0/17", + "52.152.0.0/17", + "52.152.128.0/17", + "52.153.0.0/18", + "52.153.64.0/18", + "52.153.128.0/18", + "52.153.192.0/18", + "52.154.0.0/18", + "52.154.64.0/18", + "52.154.128.0/17", + "52.155.0.0/19", + "52.155.32.0/19", + "52.155.64.0/19", + "52.155.96.0/19", + "52.155.128.0/17", + "52.156.0.0/19", + "52.156.32.0/19", + "52.156.64.0/18", + "52.156.128.0/19", + "52.156.160.0/19", + "52.156.192.0/18", + "52.157.0.0/18", + "52.157.64.0/18", + "52.157.128.0/17", + "52.158.0.0/17", + "52.158.128.0/19", + "52.158.160.0/20", + "52.158.176.0/20", + "52.158.192.0/19", + "52.158.224.0/19", + "52.159.0.0/18", + "52.159.64.0/18", + "52.159.128.0/17", + "52.160.0.0/16", + "52.161.0.0/16", + "52.162.0.0/16", + "52.163.0.0/16", + "52.164.0.0/16", + "52.165.0.0/19", + "52.165.32.0/20", + "52.165.48.0/28", + "52.165.49.0/24", + "52.165.56.0/21", + "52.165.64.0/19", + "52.165.96.0/21", + "52.165.104.0/25", + "52.165.104.128/26", + "52.165.128.0/17", + "52.166.0.0/16", + "52.167.0.0/16", + "52.168.0.0/16", + "52.169.0.0/16", + "52.170.0.0/16", + "52.171.0.0/16", + "52.172.0.0/17", + "52.172.128.0/17", + "52.173.0.0/16", + "52.174.0.0/16", + "52.175.0.0/17", + "52.175.128.0/18", + "52.175.192.0/18", + "52.176.0.0/17", + "52.176.128.0/19", + "52.176.160.0/21", + "52.176.176.0/20", + "52.176.192.0/19", + "52.176.224.0/24", + "52.176.225.0/24", + "52.176.232.0/21", + "52.176.240.0/20", + "52.177.0.0/16", + "52.178.0.0/17", + "52.178.128.0/17", + "52.179.0.0/17", + "52.179.128.0/17", + "52.180.0.0/17", + "52.180.128.0/19", + "52.180.160.0/20", + "52.180.176.0/21", + "52.180.184.0/27", + "52.180.184.32/28", + "52.180.185.0/24", + "52.182.128.0/17", + "52.183.0.0/17", + "52.183.128.0/18", + "52.183.192.0/18", + "52.184.0.0/17", + "52.184.128.0/19", + "52.184.160.0/21", + "52.184.168.0/28", + "52.184.168.16/28", + "52.184.168.32/28", + "52.184.168.80/28", + "52.184.168.96/27", + "52.184.168.128/28", + "52.184.169.0/24", + "52.184.170.0/24", + "52.184.176.0/20", + "52.184.192.0/18", + "52.185.0.0/19", + "52.185.32.0/20", + "52.185.48.0/21", + "52.185.56.0/26", + "52.185.56.64/27", + "52.185.56.96/28", + "52.185.56.112/28", + "52.185.56.128/27", + "52.185.56.160/28", + "52.185.64.0/19", + "52.185.96.0/20", + "52.185.112.0/26", + "52.185.112.64/27", + "52.185.112.96/27", + "52.185.120.0/21", + "52.185.128.0/18", + "52.185.192.0/18", + "52.186.0.0/16", + "52.187.0.0/17", + "52.187.128.0/18", + "52.187.192.0/18", + "52.188.0.0/16", + "52.189.0.0/17", + "52.189.128.0/18", + "52.189.192.0/18", + "52.190.0.0/17", + "52.190.128.0/17", + "52.191.0.0/17", + "52.191.128.0/18", + "52.191.192.0/18", + "52.224.0.0/16", + "52.225.0.0/17", + "52.225.128.0/21", + "52.225.136.0/27", + "52.225.136.32/28", + "52.225.136.48/28", + "52.225.136.64/28", + "52.225.137.0/24", + "52.225.144.0/20", + "52.225.160.0/19", + "52.225.192.0/18", + "52.226.0.0/16", + "52.228.0.0/17", + "52.228.128.0/17", + "52.229.0.0/18", + "52.229.64.0/18", + "52.229.128.0/17", + "52.230.0.0/17", + "52.230.128.0/17", + "52.231.0.0/17", + "52.231.128.0/17", + "52.232.0.0/17", + "52.232.128.0/21", + "52.232.136.0/21", + "52.232.144.0/24", + "52.232.145.0/24", + "52.232.146.0/24", + "52.232.147.0/24", + "52.232.148.0/24", + "52.232.149.0/24", + "52.232.150.0/24", + "52.232.151.0/24", + "52.232.152.0/24", + "52.232.153.0/24", + "52.232.154.0/24", + "52.232.155.0/24", + "52.232.156.0/24", + "52.232.157.0/24", + "52.232.158.0/24", + "52.232.159.0/24", + "52.232.160.0/19", + "52.232.192.0/18", + "52.233.0.0/18", + "52.233.64.0/18", + "52.233.128.0/17", + "52.234.0.0/17", + "52.234.128.0/17", + "52.235.0.0/18", + "52.235.64.0/18", + "52.236.0.0/17", + "52.236.128.0/17", + "52.237.0.0/18", + "52.237.64.0/18", + "52.237.128.0/18", + "52.237.192.0/18", + "52.238.0.0/18", + "52.238.192.0/18", + "52.239.0.0/17", + "52.239.128.0/24", + "52.239.129.0/24", + "52.239.130.0/23", + "52.239.132.0/23", + "52.239.134.0/24", + "52.239.135.0/26", + "52.239.135.64/26", + "52.239.135.128/26", + "52.239.135.192/26", + "52.239.136.0/22", + "52.239.140.0/22", + "52.239.144.0/23", + "52.239.146.0/23", + "52.239.148.0/27", + "52.239.148.64/26", + "52.239.148.128/25", + "52.239.149.0/24", + "52.239.150.0/23", + "52.239.152.0/22", + "52.239.156.0/24", + "52.239.157.0/25", + "52.239.157.128/26", + "52.239.157.192/27", + "52.239.157.224/27", + "52.239.158.0/23", + "52.239.160.0/22", + "52.239.164.0/25", + "52.239.164.128/26", + "52.239.164.192/26", + "52.239.165.0/26", + "52.239.165.160/27", + "52.239.165.192/26", + "52.239.167.0/24", + "52.239.168.0/22", + "52.239.172.0/22", + "52.239.176.128/25", + "52.239.177.0/27", + "52.239.177.32/27", + "52.239.177.64/26", + "52.239.177.128/25", + "52.239.178.0/23", + "52.239.180.0/22", + "52.239.184.0/25", + "52.239.184.160/28", + "52.239.184.176/28", + "52.239.184.192/27", + "52.239.184.224/27", + "52.239.185.0/28", + "52.239.185.32/27", + "52.239.186.0/24", + "52.239.187.0/25", + "52.239.187.128/25", + "52.239.188.0/24", + "52.239.189.0/24", + "52.239.190.0/25", + "52.239.190.128/26", + "52.239.190.192/26", + "52.239.192.0/26", + "52.239.192.64/28", + "52.239.192.96/27", + "52.239.192.128/27", + "52.239.192.160/27", + "52.239.192.192/26", + "52.239.193.0/24", + "52.239.194.0/24", + "52.239.195.0/24", + "52.239.196.0/24", + "52.239.197.0/24", + "52.239.198.0/25", + "52.239.198.128/27", + "52.239.198.192/26", + "52.239.199.0/24", + "52.239.200.0/23", + "52.239.202.0/24", + "52.239.203.0/24", + "52.239.204.0/24", + "52.239.205.0/24", + "52.239.206.0/24", + "52.239.207.32/28", + "52.239.207.64/26", + "52.239.207.128/27", + "52.239.207.192/26", + "52.239.208.0/23", + "52.239.210.0/23", + "52.239.212.0/23", + "52.239.214.0/23", + "52.239.216.0/23", + "52.239.218.0/23", + "52.239.220.0/23", + "52.239.222.0/23", + "52.239.224.0/24", + "52.239.225.0/24", + "52.239.226.0/24", + "52.239.227.0/24", + "52.239.228.0/23", + "52.239.230.0/24", + "52.239.231.0/24", + "52.239.232.0/25", + "52.239.232.128/25", + "52.239.233.0/25", + "52.239.233.128/25", + "52.239.234.0/23", + "52.239.236.0/23", + "52.239.238.0/24", + "52.239.239.0/24", + "52.239.240.0/24", + "52.239.241.0/24", + "52.239.242.0/23", + "52.239.244.0/23", + "52.239.246.0/23", + "52.239.248.0/24", + "52.239.249.0/24", + "52.239.250.0/24", + "52.239.251.0/24", + "52.239.252.0/24", + "52.239.253.0/24", + "52.239.254.0/23", + "52.240.0.0/17", + "52.240.128.0/17", + "52.241.0.0/16", + "52.242.0.0/18", + "52.242.64.0/18", + "52.242.128.0/17", + "52.243.32.0/19", + "52.243.64.0/18", + "52.245.8.0/22", + "52.245.12.0/22", + "52.245.16.0/22", + "52.245.20.0/22", + "52.245.24.0/22", + "52.245.28.0/22", + "52.245.32.0/22", + "52.245.36.0/22", + "52.245.40.0/22", + "52.245.44.0/24", + "52.245.45.0/25", + "52.245.45.128/28", + "52.245.45.144/28", + "52.245.45.160/27", + "52.245.45.192/26", + "52.245.46.0/27", + "52.245.46.32/28", + "52.245.46.48/28", + "52.245.46.64/28", + "52.245.46.80/28", + "52.245.46.96/28", + "52.245.46.112/28", + "52.245.46.128/28", + "52.245.46.160/27", + "52.245.46.192/26", + "52.245.48.0/22", + "52.245.52.0/22", + "52.245.56.0/22", + "52.245.60.0/22", + "52.245.64.0/22", + "52.245.68.0/24", + "52.245.69.0/27", + "52.245.69.32/27", + "52.245.69.64/27", + "52.245.69.96/28", + "52.245.69.144/28", + "52.245.69.160/27", + "52.245.69.192/26", + "52.245.70.0/23", + "52.245.72.0/22", + "52.245.76.0/22", + "52.245.80.0/22", + "52.245.84.0/22", + "52.245.88.0/22", + "52.245.92.0/22", + "52.245.96.0/22", + "52.245.100.0/22", + "52.245.104.0/22", + "52.245.108.0/22", + "52.245.112.0/22", + "52.245.116.0/22", + "52.245.120.0/22", + "52.245.124.0/22", + "52.246.0.0/17", + "52.246.128.0/20", + "52.246.152.0/21", + "52.246.160.0/19", + "52.246.192.0/18", + "52.247.0.0/17", + "52.247.192.0/18", + "52.248.0.0/17", + "52.248.128.0/17", + "52.249.0.0/18", + "52.249.64.0/19", + "52.249.128.0/17", + "52.250.0.0/17", + "52.250.128.0/18", + "52.250.192.0/18", + "52.251.0.0/17", + "52.252.0.0/17", + "52.252.128.0/17", + "52.253.0.0/18", + "52.253.64.0/20", + "52.253.80.0/20", + "52.253.96.0/19", + "52.253.128.0/20", + "52.253.148.0/23", + "52.253.150.0/23", + "52.253.152.0/23", + "52.253.154.0/23", + "52.253.156.0/22", + "52.253.160.0/24", + "52.253.161.0/24", + "52.253.162.0/23", + "52.253.164.0/24", + "52.253.165.0/24", + "52.253.166.0/24", + "52.253.167.0/24", + "52.253.168.0/24", + "52.253.169.0/24", + "52.253.170.0/23", + "52.253.172.0/24", + "52.253.173.0/24", + "52.253.174.0/24", + "52.253.175.0/24", + "52.253.176.0/24", + "52.253.177.0/24", + "52.253.178.0/24", + "52.253.179.0/24", + "52.253.180.0/24", + "52.253.181.0/24", + "52.253.182.0/23", + "52.253.184.0/24", + "52.253.185.0/24", + "52.253.186.0/24", + "52.253.187.0/24", + "52.253.188.0/23", + "52.253.190.0/24", + "52.253.191.0/24", + "52.253.192.0/24", + "52.253.193.0/24", + "52.253.194.0/23", + "52.253.196.0/24", + "52.253.197.0/24", + "52.253.198.0/24", + "52.253.199.0/24", + "52.253.200.0/23", + "52.253.202.0/24", + "52.253.203.0/24", + "52.253.204.0/23", + "52.253.206.0/24", + "52.253.207.0/24", + "52.253.208.0/23", + "52.253.210.0/23", + "52.253.212.0/24", + "52.253.213.0/24", + "52.253.214.0/23", + "52.253.216.0/23", + "52.253.218.0/24", + "52.253.219.0/24", + "52.253.220.0/23", + "52.253.222.0/23", + "52.253.224.0/21", + "52.253.232.0/21", + "52.254.0.0/18", + "52.254.64.0/19", + "52.254.96.0/20", + "52.254.112.0/21", + "52.254.120.0/21", + "52.254.128.0/17", + "52.255.0.0/19", + "52.255.32.0/19", + "52.255.64.0/18", + "52.255.128.0/17", + "64.4.8.0/24", + "64.4.54.0/24", + "65.52.0.0/19", + "65.52.32.0/21", + "65.52.48.0/20", + "65.52.64.0/20", + "65.52.104.0/24", + "65.52.106.0/24", + "65.52.108.0/23", + "65.52.110.0/24", + "65.52.111.0/24", + "65.52.112.0/20", + "65.52.128.0/19", + "65.52.160.0/19", + "65.52.192.0/19", + "65.52.224.0/21", + "65.52.232.0/21", + "65.52.240.0/21", + "65.52.248.0/21", + "65.54.19.128/27", + "65.55.32.128/28", + "65.55.32.192/27", + "65.55.32.224/28", + "65.55.33.176/28", + "65.55.33.192/28", + "65.55.35.192/27", + "65.55.44.8/29", + "65.55.44.16/28", + "65.55.44.32/27", + "65.55.44.64/27", + "65.55.44.96/28", + "65.55.44.112/28", + "65.55.44.128/27", + "65.55.51.0/24", + "65.55.60.176/29", + "65.55.60.184/30", + "65.55.60.188/30", + "65.55.105.0/26", + "65.55.105.96/27", + "65.55.105.160/27", + "65.55.105.192/27", + "65.55.105.224/27", + "65.55.106.0/26", + "65.55.106.64/27", + "65.55.106.128/26", + "65.55.106.192/28", + "65.55.106.208/28", + "65.55.106.224/28", + "65.55.106.240/28", + "65.55.107.0/28", + "65.55.107.48/28", + "65.55.107.64/27", + "65.55.107.96/27", + "65.55.108.0/24", + "65.55.109.0/24", + "65.55.110.0/24", + "65.55.120.0/24", + "65.55.144.0/23", + "65.55.146.0/24", + "65.55.207.0/24", + "65.55.209.0/25", + "65.55.209.128/26", + "65.55.209.192/26", + "65.55.210.0/24", + "65.55.211.0/27", + "65.55.211.32/27", + "65.55.212.0/27", + "65.55.212.128/25", + "65.55.213.0/27", + "65.55.213.64/26", + "65.55.213.128/26", + "65.55.217.0/24", + "65.55.218.0/24", + "65.55.219.0/27", + "65.55.219.32/27", + "65.55.219.64/26", + "65.55.219.128/25", + "65.55.250.0/24", + "65.55.252.0/24", + "68.210.0.0/17", + "68.211.0.0/17", + "68.218.0.0/17", + "68.219.0.0/17", + "68.219.128.0/19", + "68.219.160.0/19", + "68.219.192.0/18", + "68.220.0.0/19", + "68.220.32.0/19", + "68.220.64.0/20", + "68.220.80.0/21", + "68.220.88.0/21", + "68.220.96.0/19", + "68.220.128.0/17", + "68.221.0.0/17", + "68.221.128.0/20", + "68.221.144.0/21", + "68.221.160.0/19", + "70.37.0.0/21", + "70.37.8.0/22", + "70.37.12.0/32", + "70.37.16.0/20", + "70.37.32.0/20", + "70.37.48.0/20", + "70.37.64.0/18", + "70.37.160.0/21", + "74.224.0.0/16", + "74.225.0.0/18", + "74.225.64.0/18", + "74.225.128.0/17", + "74.226.0.0/17", + "74.227.0.0/17", + "74.227.128.0/21", + "74.227.136.0/21", + "74.234.0.0/17", + "74.234.128.0/17", + "74.235.0.0/16", + "74.240.0.0/17", + "74.240.128.0/21", + "74.241.0.0/17", + "74.242.0.0/18", + "74.243.0.0/17", + "74.243.128.0/21", + "74.248.0.0/17", + "74.249.0.0/17", + "74.249.128.0/17", + "94.245.88.0/21", + "94.245.104.0/21", + "94.245.117.96/27", + "94.245.118.0/27", + "94.245.120.128/28", + "94.245.122.0/24", + "94.245.123.144/28", + "94.245.123.176/28", + "98.64.0.0/16", + "98.65.0.0/16", + "98.66.0.0/17", + "98.66.128.0/17", + "98.67.0.0/18", + "98.67.64.0/21", + "98.67.128.0/17", + "98.70.0.0/17", + "98.71.0.0/17", + "98.71.128.0/17", + "102.37.0.0/20", + "102.37.16.0/21", + "102.37.24.0/23", + "102.37.26.0/27", + "102.37.26.32/27", + "102.37.32.0/19", + "102.37.64.0/21", + "102.37.72.0/21", + "102.37.80.0/20", + "102.37.96.0/19", + "102.37.128.0/19", + "102.37.160.0/21", + "102.37.176.0/20", + "102.37.192.0/18", + "102.133.0.0/18", + "102.133.64.0/19", + "102.133.96.0/20", + "102.133.112.0/28", + "102.133.120.0/21", + "102.133.128.0/18", + "102.133.192.0/19", + "102.133.224.0/20", + "102.133.240.0/25", + "102.133.240.128/26", + "102.133.248.0/21", + "103.25.156.0/24", + "103.36.96.0/24", + "103.255.140.0/23", + "104.40.0.0/17", + "104.40.128.0/17", + "104.41.0.0/18", + "104.41.64.0/18", + "104.41.128.0/19", + "104.41.160.0/19", + "104.41.192.0/18", + "104.42.0.0/16", + "104.43.0.0/17", + "104.43.128.0/17", + "104.44.88.0/27", + "104.44.88.32/27", + "104.44.88.64/27", + "104.44.88.96/27", + "104.44.88.128/27", + "104.44.88.160/27", + "104.44.88.192/27", + "104.44.88.224/27", + "104.44.89.0/27", + "104.44.89.32/27", + "104.44.89.64/27", + "104.44.89.96/27", + "104.44.89.128/27", + "104.44.89.160/27", + "104.44.89.192/27", + "104.44.89.224/27", + "104.44.90.0/27", + "104.44.90.32/27", + "104.44.90.64/26", + "104.44.90.128/27", + "104.44.90.160/27", + "104.44.90.192/27", + "104.44.90.224/27", + "104.44.91.0/27", + "104.44.91.32/27", + "104.44.91.64/27", + "104.44.91.96/27", + "104.44.91.128/27", + "104.44.91.160/27", + "104.44.91.192/27", + "104.44.91.224/27", + "104.44.92.0/27", + "104.44.92.32/27", + "104.44.92.64/27", + "104.44.92.96/27", + "104.44.92.128/27", + "104.44.92.160/27", + "104.44.92.192/27", + "104.44.92.224/27", + "104.44.93.0/27", + "104.44.93.32/27", + "104.44.93.64/27", + "104.44.93.96/27", + "104.44.93.128/27", + "104.44.93.160/27", + "104.44.93.192/27", + "104.44.93.224/27", + "104.44.94.0/28", + "104.44.94.16/28", + "104.44.94.32/28", + "104.44.94.48/28", + "104.44.94.64/28", + "104.44.94.80/28", + "104.44.94.96/28", + "104.44.94.112/28", + "104.44.94.128/28", + "104.44.94.144/28", + "104.44.94.160/27", + "104.44.94.192/28", + "104.44.94.208/28", + "104.44.94.224/27", + "104.44.95.0/28", + "104.44.95.16/28", + "104.44.95.32/28", + "104.44.95.48/28", + "104.44.95.64/28", + "104.44.95.80/28", + "104.44.95.96/28", + "104.44.95.112/28", + "104.44.95.128/27", + "104.44.95.160/27", + "104.44.95.192/28", + "104.44.95.208/28", + "104.44.95.224/28", + "104.44.95.240/28", + "104.44.128.0/18", + "104.45.0.0/18", + "104.45.64.0/20", + "104.45.80.0/20", + "104.45.96.0/19", + "104.45.128.0/18", + "104.45.192.0/20", + "104.45.208.0/20", + "104.45.224.0/19", + "104.46.0.0/21", + "104.46.8.0/21", + "104.46.24.0/22", + "104.46.28.0/24", + "104.46.29.0/24", + "104.46.30.0/23", + "104.46.32.0/19", + "104.46.64.0/19", + "104.46.96.0/19", + "104.46.160.0/19", + "104.46.192.0/20", + "104.46.208.0/20", + "104.46.224.0/20", + "104.47.128.0/18", + "104.47.200.0/21", + "104.47.208.0/23", + "104.47.210.0/23", + "104.47.212.0/23", + "104.47.214.0/23", + "104.47.216.64/26", + "104.47.218.0/23", + "104.47.220.0/22", + "104.47.224.0/20", + "104.208.0.0/19", + "104.208.32.0/20", + "104.208.48.0/20", + "104.208.64.0/18", + "104.208.128.0/17", + "104.209.0.0/18", + "104.209.64.0/20", + "104.209.80.0/20", + "104.209.128.0/17", + "104.210.0.0/20", + "104.210.32.0/19", + "104.210.64.0/18", + "104.210.128.0/19", + "104.210.176.0/20", + "104.210.192.0/19", + "104.211.0.0/18", + "104.211.64.0/18", + "104.211.128.0/18", + "104.211.192.0/18", + "104.214.0.0/17", + "104.214.128.0/19", + "104.214.160.0/19", + "104.214.192.0/18", + "104.215.0.0/18", + "104.215.64.0/18", + "104.215.128.0/17", + "108.140.0.0/16", + "108.141.0.0/16", + "108.142.0.0/15", + "111.221.28.0/24", + "111.221.29.0/24", + "111.221.30.0/23", + "111.221.80.0/20", + "111.221.96.0/20", + "131.253.12.0/29", + "131.253.12.16/28", + "131.253.12.40/29", + "131.253.12.48/29", + "131.253.12.80/28", + "131.253.12.160/28", + "131.253.12.192/28", + "131.253.12.208/28", + "131.253.12.224/30", + "131.253.12.228/30", + "131.253.12.240/29", + "131.253.12.248/29", + "131.253.13.0/28", + "131.253.13.16/29", + "131.253.13.24/29", + "131.253.13.32/28", + "131.253.13.48/28", + "131.253.13.72/29", + "131.253.13.80/29", + "131.253.13.88/30", + "131.253.13.96/30", + "131.253.13.100/30", + "131.253.13.104/30", + "131.253.13.128/27", + "131.253.14.4/30", + "131.253.14.8/31", + "131.253.14.16/28", + "131.253.14.32/27", + "131.253.14.96/27", + "131.253.14.128/27", + "131.253.14.160/27", + "131.253.14.192/29", + "131.253.14.208/28", + "131.253.14.224/28", + "131.253.14.248/29", + "131.253.15.8/29", + "131.253.15.16/28", + "131.253.15.32/27", + "131.253.15.192/28", + "131.253.15.208/28", + "131.253.15.224/27", + "131.253.24.0/28", + "131.253.24.160/27", + "131.253.24.192/26", + "131.253.25.0/24", + "131.253.27.0/24", + "131.253.34.224/27", + "131.253.35.128/26", + "131.253.35.192/26", + "131.253.36.128/26", + "131.253.36.224/27", + "131.253.38.0/27", + "131.253.38.32/27", + "131.253.38.128/26", + "131.253.38.224/27", + "131.253.40.0/28", + "131.253.40.16/28", + "131.253.40.32/28", + "131.253.40.64/28", + "131.253.40.80/28", + "131.253.40.96/27", + "131.253.40.128/27", + "131.253.40.160/28", + "131.253.40.192/26", + "131.253.41.0/24", + "132.245.230.0/23", + "134.170.80.64/28", + "134.170.192.0/21", + "134.170.220.0/23", + "134.170.222.0/24", + "137.116.0.0/18", + "137.116.64.0/19", + "137.116.96.0/22", + "137.116.112.0/20", + "137.116.128.0/19", + "137.116.160.0/20", + "137.116.176.0/21", + "137.116.184.0/21", + "137.116.192.0/19", + "137.116.224.0/19", + "137.117.0.0/19", + "137.117.32.0/19", + "137.117.64.0/18", + "137.117.128.0/17", + "137.135.0.0/18", + "137.135.64.0/18", + "137.135.128.0/17", + "138.91.0.0/20", + "138.91.16.0/20", + "138.91.32.0/20", + "138.91.48.0/20", + "138.91.64.0/19", + "138.91.96.0/19", + "138.91.128.0/17", + "151.206.48.0/27", + "151.206.48.32/27", + "151.206.48.64/27", + "151.206.48.96/27", + "151.206.48.128/27", + "151.206.48.160/27", + "151.206.48.192/27", + "151.206.48.224/28", + "151.206.48.240/28", + "151.206.49.0/28", + "151.206.49.16/28", + "151.206.49.32/27", + "151.206.49.64/27", + "151.206.49.96/27", + "151.206.49.128/27", + "151.206.49.160/28", + "151.206.49.176/28", + "151.206.49.192/27", + "151.206.49.224/27", + "151.206.50.0/28", + "151.206.50.16/28", + "151.206.50.32/28", + "151.206.50.48/28", + "151.206.50.64/27", + "151.206.50.96/27", + "151.206.50.128/27", + "151.206.50.160/27", + "151.206.50.192/27", + "151.206.50.224/27", + "151.206.64.0/24", + "151.206.65.0/24", + "151.206.66.0/25", + "151.206.66.128/25", + "151.206.67.0/24", + "151.206.68.0/24", + "151.206.69.0/24", + "151.206.70.0/25", + "151.206.70.128/25", + "151.206.71.0/25", + "151.206.71.192/26", + "151.206.72.0/25", + "151.206.72.128/25", + "151.206.73.0/24", + "151.206.74.0/24", + "151.206.75.0/25", + "151.206.75.128/26", + "151.206.75.192/26", + "151.206.76.0/23", + "151.206.78.0/25", + "151.206.78.128/25", + "151.206.79.0/24", + "151.206.80.0/24", + "151.206.81.0/26", + "151.206.81.64/26", + "151.206.81.128/25", + "151.206.82.0/23", + "151.206.84.0/24", + "151.206.85.0/25", + "151.206.85.128/25", + "151.206.86.0/24", + "151.206.87.0/24", + "151.206.88.0/24", + "151.206.89.0/24", + "151.206.90.0/24", + "151.206.91.0/25", + "151.206.91.128/25", + "151.206.92.0/23", + "151.206.94.0/23", + "151.206.96.0/23", + "151.206.98.0/25", + "151.206.98.128/26", + "151.206.98.192/26", + "151.206.99.0/24", + "151.206.100.0/24", + "151.206.101.0/25", + "151.206.101.128/25", + "151.206.102.0/24", + "151.206.103.0/24", + "151.206.104.0/24", + "151.206.105.0/24", + "151.206.106.0/25", + "151.206.106.128/25", + "151.206.107.0/24", + "151.206.108.0/25", + "151.206.108.128/25", + "157.55.2.128/26", + "157.55.3.0/24", + "157.55.7.128/26", + "157.55.8.64/26", + "157.55.8.144/28", + "157.55.10.160/29", + "157.55.10.176/28", + "157.55.10.192/26", + "157.55.11.128/25", + "157.55.12.64/26", + "157.55.12.128/26", + "157.55.13.64/26", + "157.55.13.128/26", + "157.55.24.0/21", + "157.55.37.0/24", + "157.55.38.0/24", + "157.55.39.0/24", + "157.55.48.0/24", + "157.55.50.0/25", + "157.55.51.224/28", + "157.55.55.0/27", + "157.55.55.32/28", + "157.55.55.100/30", + "157.55.55.104/29", + "157.55.55.136/29", + "157.55.55.144/29", + "157.55.55.152/29", + "157.55.55.160/28", + "157.55.55.176/29", + "157.55.55.200/29", + "157.55.55.216/29", + "157.55.55.228/30", + "157.55.55.232/29", + "157.55.55.240/28", + "157.55.60.224/27", + "157.55.64.0/20", + "157.55.80.0/21", + "157.55.103.32/27", + "157.55.103.128/25", + "157.55.106.0/26", + "157.55.106.128/25", + "157.55.107.0/24", + "157.55.108.0/23", + "157.55.110.0/23", + "157.55.115.0/25", + "157.55.136.0/21", + "157.55.151.0/28", + "157.55.153.224/28", + "157.55.154.128/25", + "157.55.160.0/20", + "157.55.176.0/20", + "157.55.192.0/21", + "157.55.200.0/22", + "157.55.204.1/32", + "157.55.204.2/31", + "157.55.204.33/32", + "157.55.204.34/31", + "157.55.204.128/25", + "157.55.208.0/21", + "157.55.248.0/21", + "157.56.2.0/25", + "157.56.2.128/25", + "157.56.3.0/25", + "157.56.3.128/25", + "157.56.8.0/21", + "157.56.19.224/27", + "157.56.21.160/27", + "157.56.21.192/27", + "157.56.24.160/27", + "157.56.24.192/28", + "157.56.28.0/22", + "157.56.80.0/25", + "157.56.117.64/27", + "157.56.160.0/21", + "157.56.176.0/21", + "157.56.216.0/26", + "158.23.0.0/16", + "167.105.0.0/17", + "168.61.0.0/19", + "168.61.32.0/20", + "168.61.48.0/21", + "168.61.56.0/21", + "168.61.64.0/20", + "168.61.80.0/20", + "168.61.96.0/19", + "168.61.128.0/25", + "168.61.128.128/28", + "168.61.128.160/27", + "168.61.128.192/26", + "168.61.129.0/25", + "168.61.129.128/26", + "168.61.129.208/28", + "168.61.129.224/27", + "168.61.130.64/26", + "168.61.130.128/25", + "168.61.131.0/26", + "168.61.131.128/25", + "168.61.132.0/26", + "168.61.136.0/21", + "168.61.144.0/20", + "168.61.160.0/19", + "168.61.208.0/20", + "168.61.224.0/19", + "168.62.0.0/19", + "168.62.32.0/19", + "168.62.64.0/19", + "168.62.96.0/19", + "168.62.128.0/19", + "168.62.160.0/19", + "168.62.192.0/19", + "168.62.224.0/19", + "168.63.0.0/19", + "168.63.32.0/19", + "168.63.64.0/20", + "168.63.80.0/21", + "168.63.88.0/23", + "168.63.90.0/24", + "168.63.91.0/26", + "168.63.92.0/22", + "168.63.96.0/19", + "168.63.128.0/24", + "168.63.129.0/28", + "168.63.129.32/27", + "168.63.129.64/26", + "168.63.129.128/25", + "168.63.130.0/23", + "168.63.132.0/22", + "168.63.136.0/21", + "168.63.148.0/22", + "168.63.152.0/22", + "168.63.156.0/24", + "168.63.160.0/19", + "168.63.192.0/19", + "168.63.224.0/19", + "172.160.0.0/16", + "172.161.0.0/16", + "172.162.0.0/16", + "172.163.0.0/16", + "172.164.0.0/16", + "172.165.0.0/16", + "172.166.0.0/15", + "172.168.0.0/15", + "172.170.0.0/16", + "172.171.0.0/19", + "172.171.32.0/19", + "172.171.64.0/19", + "172.171.96.0/19", + "172.171.128.0/17", + "172.172.0.0/17", + "172.172.128.0/17", + "172.173.0.0/21", + "172.173.8.0/21", + "172.173.16.0/20", + "172.173.64.0/18", + "172.173.128.0/17", + "172.174.0.0/16", + "172.175.0.0/16", + "172.176.0.0/15", + "172.178.0.0/17", + "172.178.128.0/17", + "172.179.0.0/16", + "172.180.0.0/15", + "172.182.0.0/16", + "172.183.0.0/16", + "172.184.0.0/15", + "172.186.0.0/16", + "172.187.0.0/18", + "172.187.128.0/17", + "172.188.0.0/17", + "172.190.0.0/16", + "191.232.16.0/21", + "191.232.32.0/19", + "191.232.64.0/20", + "191.232.160.0/19", + "191.232.192.0/18", + "191.233.0.0/21", + "191.233.8.0/21", + "191.233.16.0/20", + "191.233.32.0/20", + "191.233.48.0/21", + "191.233.64.0/18", + "191.233.128.0/20", + "191.233.144.0/20", + "191.233.160.0/19", + "191.233.192.0/18", + "191.234.2.0/23", + "191.234.16.0/20", + "191.234.32.0/19", + "191.234.128.0/18", + "191.234.192.0/19", + "191.234.224.0/19", + "191.235.32.0/19", + "191.235.64.0/18", + "191.235.128.0/18", + "191.235.192.0/22", + "191.235.196.0/22", + "191.235.200.0/21", + "191.235.208.0/20", + "191.235.224.0/20", + "191.235.240.0/21", + "191.235.248.0/23", + "191.235.250.0/25", + "191.235.255.0/24", + "191.236.0.0/18", + "191.236.64.0/18", + "191.236.128.0/18", + "191.236.192.0/18", + "191.237.0.0/17", + "191.237.128.0/18", + "191.237.192.0/23", + "191.237.194.0/24", + "191.237.195.0/24", + "191.237.196.0/24", + "191.237.200.0/21", + "191.237.208.0/20", + "191.237.224.0/21", + "191.237.232.0/22", + "191.237.236.0/24", + "191.237.238.0/24", + "191.237.240.0/23", + "191.237.248.0/21", + "191.238.0.0/18", + "191.238.64.0/23", + "191.238.66.0/23", + "191.238.68.0/24", + "191.238.70.0/23", + "191.238.72.0/21", + "191.238.80.0/21", + "191.238.88.0/22", + "191.238.92.0/23", + "191.238.96.0/19", + "191.238.128.0/21", + "191.238.144.0/20", + "191.238.160.0/19", + "191.238.192.0/19", + "191.238.224.0/19", + "191.239.0.0/18", + "191.239.64.0/19", + "191.239.96.0/20", + "191.239.112.0/20", + "191.239.160.0/19", + "191.239.192.0/22", + "191.239.200.0/22", + "191.239.204.0/22", + "191.239.208.0/20", + "191.239.224.0/20", + "191.239.240.0/20", + "193.149.64.0/21", + "193.149.72.0/21", + "193.149.80.0/21", + "193.149.88.0/21", + "198.180.97.0/24", + "199.30.16.0/24", + "199.30.18.0/23", + "199.30.20.0/24", + "199.30.22.0/24", + "199.30.24.0/23", + "199.30.27.0/25", + "199.30.27.144/28", + "199.30.27.160/27", + "199.30.28.64/26", + "199.30.28.128/25", + "199.30.29.0/24", + "199.30.31.0/25", + "199.30.31.192/26", + "202.89.233.64/27", + "202.89.235.128/25", + "204.79.180.0/24", + "204.152.18.0/31", + "204.152.18.8/29", + "204.152.18.32/27", + "204.152.18.64/26", + "204.152.19.0/24", + "204.231.197.0/24", + "207.46.13.0/24", + "207.46.50.128/28", + "207.46.59.64/27", + "207.46.63.64/27", + "207.46.63.128/25", + "207.46.67.160/27", + "207.46.67.192/27", + "207.46.72.0/27", + "207.46.77.224/28", + "207.46.87.0/24", + "207.46.89.16/28", + "207.46.95.32/27", + "207.46.126.0/24", + "207.46.128.0/19", + "207.46.193.192/28", + "207.46.193.224/27", + "207.46.198.128/25", + "207.46.200.96/27", + "207.46.200.176/28", + "207.46.202.128/28", + "207.46.205.0/24", + "207.46.224.0/20", + "207.68.174.8/29", + "207.68.174.40/29", + "207.68.174.48/29", + "207.68.174.184/29", + "207.68.174.208/28", + "209.199.16.0/24", + "209.199.17.0/26", + "209.199.17.64/28", + "209.199.17.128/26", + "209.240.212.0/23", + "213.199.128.0/20", + "213.199.169.0/24", + "213.199.180.32/28", + "213.199.180.96/27", + "213.199.180.192/27", + "213.199.183.0/24", + "2602:fd5e:1::/63", + "2602:fd5e:1:2::/64", + "2602:fd5e:2::/57", + "2603:1000::/47", + "2603:1000:3::/48", + "2603:1000:4::/47", + "2603:1000:100::/47", + "2603:1000:103::/48", + "2603:1000:104::/47", + "2603:1006:1400::/48", + "2603:1006:1401::/48", + "2603:1006:1500::/64", + "2603:1006:1500:4::/64", + "2603:1006:2000::/59", + "2603:1006:2000:20::/59", + "2603:1007:200::/59", + "2603:1007:200:20::/59", + "2603:1010::/46", + "2603:1010:5::/48", + "2603:1010:6::/47", + "2603:1010:100::/40", + "2603:1010:200::/47", + "2603:1010:202::/48", + "2603:1010:204::/48", + "2603:1010:205::/48", + "2603:1010:206::/48", + "2603:1010:300::/47", + "2603:1010:303::/48", + "2603:1010:304::/47", + "2603:1010:400::/47", + "2603:1010:403::/48", + "2603:1010:404::/47", + "2603:1016:1400::/59", + "2603:1016:1400:20::/59", + "2603:1016:1400:40::/59", + "2603:1016:1400:60::/59", + "2603:1016:2400::/48", + "2603:1016:2401::/48", + "2603:1016:2402::/48", + "2603:1016:2403::/48", + "2603:1016:2500::/64", + "2603:1016:2500:4::/64", + "2603:1016:2500:8::/64", + "2603:1016:2500:c::/64", + "2603:1017::/59", + "2603:1017:0:20::/59", + "2603:1017:0:40::/59", + "2603:1017:0:60::/59", + "2603:1020::/47", + "2603:1020:2::/48", + "2603:1020:4::/48", + "2603:1020:5::/48", + "2603:1020:6::/48", + "2603:1020:100::/47", + "2603:1020:103::/48", + "2603:1020:104::/48", + "2603:1020:200::/46", + "2603:1020:205::/48", + "2603:1020:206::/47", + "2603:1020:208::/56", + "2603:1020:300::/47", + "2603:1020:302::/48", + "2603:1020:304::/48", + "2603:1020:305::/48", + "2603:1020:400::/47", + "2603:1020:402::/48", + "2603:1020:404::/48", + "2603:1020:405::/48", + "2603:1020:500::/47", + "2603:1020:503::/48", + "2603:1020:504::/48", + "2603:1020:600::/47", + "2603:1020:602::/48", + "2603:1020:604::/48", + "2603:1020:605::/48", + "2603:1020:606::/48", + "2603:1020:700::/47", + "2603:1020:702::/48", + "2603:1020:704::/48", + "2603:1020:705::/48", + "2603:1020:706::/48", + "2603:1020:800::/47", + "2603:1020:802::/48", + "2603:1020:804::/48", + "2603:1020:805::/48", + "2603:1020:806::/48", + "2603:1020:900::/47", + "2603:1020:902::/48", + "2603:1020:904::/48", + "2603:1020:905::/48", + "2603:1020:906::/48", + "2603:1020:a00::/47", + "2603:1020:a03::/48", + "2603:1020:a04::/47", + "2603:1020:b00::/47", + "2603:1020:b03::/48", + "2603:1020:b04::/47", + "2603:1020:c00::/47", + "2603:1020:c03::/48", + "2603:1020:c04::/47", + "2603:1020:d00::/47", + "2603:1020:d03::/48", + "2603:1020:d04::/47", + "2603:1020:e00::/47", + "2603:1020:e03::/48", + "2603:1020:e04::/47", + "2603:1020:f00::/47", + "2603:1020:f03::/48", + "2603:1020:f04::/47", + "2603:1020:1000::/47", + "2603:1020:1003::/48", + "2603:1020:1004::/47", + "2603:1020:1100::/47", + "2603:1020:1103::/48", + "2603:1020:1104::/46", + "2603:1020:1200::/47", + "2603:1020:1204::/48", + "2603:1020:1205::/48", + "2603:1020:1300::/47", + "2603:1020:1302::/48", + "2603:1020:1303::/48", + "2603:1020:1402::/47", + "2603:1020:1404::/48", + "2603:1020:1405::/48", + "2603:1026:900::/64", + "2603:1026:900:1::/64", + "2603:1026:900:2::/63", + "2603:1026:900:4::/63", + "2603:1026:900:6::/64", + "2603:1026:900:7::/64", + "2603:1026:900:8::/63", + "2603:1026:900:a::/63", + "2603:1026:900:c::/64", + "2603:1026:900:d::/64", + "2603:1026:900:e::/63", + "2603:1026:900:10::/63", + "2603:1026:900:12::/64", + "2603:1026:900:13::/64", + "2603:1026:900:14::/63", + "2603:1026:900:16::/63", + "2603:1026:900:18::/64", + "2603:1026:900:19::/64", + "2603:1026:900:1a::/63", + "2603:1026:900:1c::/64", + "2603:1026:900:1d::/64", + "2603:1026:900:1e::/63", + "2603:1026:900:20::/64", + "2603:1026:900:2c::/64", + "2603:1026:900:2d::/64", + "2603:1026:900:2e::/63", + "2603:1026:900:30::/63", + "2603:1026:900:32::/64", + "2603:1026:900:33::/64", + "2603:1026:900:34::/63", + "2603:1026:900:36::/63", + "2603:1026:900:38::/64", + "2603:1026:900:39::/64", + "2603:1026:900:3a::/63", + "2603:1026:900:3c::/64", + "2603:1026:900:3d::/64", + "2603:1026:900:3e::/63", + "2603:1026:900:40::/63", + "2603:1026:900:42::/64", + "2603:1026:900:43::/64", + "2603:1026:900:44::/63", + "2603:1026:900:46::/64", + "2603:1026:900:47::/64", + "2603:1026:2400::/48", + "2603:1026:2401::/48", + "2603:1026:2402::/48", + "2603:1026:2403::/48", + "2603:1026:2404::/48", + "2603:1026:2405::/48", + "2603:1026:2406::/48", + "2603:1026:2407::/48", + "2603:1026:2408::/48", + "2603:1026:2409::/48", + "2603:1026:240a::/48", + "2603:1026:240b::/48", + "2603:1026:240c::/48", + "2603:1026:240d::/48", + "2603:1026:240e::/48", + "2603:1026:240f::/48", + "2603:1026:2410::/48", + "2603:1026:2411::/48", + "2603:1026:2412::/48", + "2603:1026:2413::/48", + "2603:1026:2500::/64", + "2603:1026:2500:4::/64", + "2603:1026:2500:8::/64", + "2603:1026:2500:c::/64", + "2603:1026:2500:10::/64", + "2603:1026:2500:14::/64", + "2603:1026:2500:18::/64", + "2603:1026:2500:1c::/64", + "2603:1026:2500:20::/64", + "2603:1026:2500:24::/64", + "2603:1026:2500:28::/64", + "2603:1026:2500:2c::/64", + "2603:1026:2500:30::/64", + "2603:1026:2500:34::/64", + "2603:1026:2500:3c::/64", + "2603:1026:3000::/59", + "2603:1026:3000:20::/59", + "2603:1026:3000:40::/59", + "2603:1026:3000:60::/59", + "2603:1026:3000:80::/59", + "2603:1026:3000:a0::/59", + "2603:1026:3000:c0::/59", + "2603:1026:3000:e0::/59", + "2603:1026:3000:100::/59", + "2603:1026:3000:120::/59", + "2603:1026:3000:140::/59", + "2603:1026:3000:160::/59", + "2603:1026:3000:180::/59", + "2603:1026:3000:1a0::/59", + "2603:1026:3000:1c0::/59", + "2603:1026:3000:1e0::/59", + "2603:1026:3000:200::/59", + "2603:1026:3000:220::/59", + "2603:1026:3000:240::/59", + "2603:1026:3000:260::/59", + "2603:1027:1::/59", + "2603:1027:1:20::/59", + "2603:1027:1:40::/59", + "2603:1027:1:60::/59", + "2603:1027:1:80::/59", + "2603:1027:1:a0::/59", + "2603:1027:1:c0::/59", + "2603:1027:1:e0::/59", + "2603:1027:1:100::/59", + "2603:1027:1:120::/59", + "2603:1027:1:140::/59", + "2603:1027:1:160::/59", + "2603:1027:1:180::/59", + "2603:1027:1:1a0::/59", + "2603:1027:1:1c0::/59", + "2603:1027:1:1e0::/59", + "2603:1027:1:200::/59", + "2603:1027:1:220::/59", + "2603:1027:1:240::/59", + "2603:1027:1:260::/59", + "2603:1030::/45", + "2603:1030:8::/48", + "2603:1030:9::/63", + "2603:1030:9:2::/63", + "2603:1030:9:4::/62", + "2603:1030:9:8::/61", + "2603:1030:9:10::/62", + "2603:1030:9:14::/63", + "2603:1030:9:16::/64", + "2603:1030:9:17::/64", + "2603:1030:9:18::/61", + "2603:1030:9:20::/59", + "2603:1030:9:40::/58", + "2603:1030:9:80::/59", + "2603:1030:9:a0::/60", + "2603:1030:9:b0::/63", + "2603:1030:9:b2::/64", + "2603:1030:9:b3::/64", + "2603:1030:9:b4::/63", + "2603:1030:9:b6::/64", + "2603:1030:9:b7::/64", + "2603:1030:9:b8::/63", + "2603:1030:9:ba::/63", + "2603:1030:9:bc::/64", + "2603:1030:9:bd::/64", + "2603:1030:9:be::/63", + "2603:1030:9:c0::/58", + "2603:1030:9:100::/64", + "2603:1030:9:101::/64", + "2603:1030:9:102::/63", + "2603:1030:9:104::/62", + "2603:1030:9:108::/62", + "2603:1030:9:10c::/64", + "2603:1030:9:10d::/64", + "2603:1030:9:10e::/63", + "2603:1030:9:110::/64", + "2603:1030:9:111::/64", + "2603:1030:9:112::/63", + "2603:1030:9:114::/64", + "2603:1030:9:115::/64", + "2603:1030:9:116::/63", + "2603:1030:9:118::/62", + "2603:1030:9:11c::/63", + "2603:1030:9:11e::/64", + "2603:1030:9:11f::/64", + "2603:1030:9:120::/61", + "2603:1030:9:128::/62", + "2603:1030:9:12c::/63", + "2603:1030:9:12e::/64", + "2603:1030:9:12f::/64", + "2603:1030:9:130::/60", + "2603:1030:9:140::/59", + "2603:1030:9:160::/61", + "2603:1030:9:168::/62", + "2603:1030:9:16c::/63", + "2603:1030:9:16e::/64", + "2603:1030:9:16f::/64", + "2603:1030:9:170::/60", + "2603:1030:9:180::/61", + "2603:1030:9:188::/62", + "2603:1030:9:18c::/62", + "2603:1030:9:190::/60", + "2603:1030:9:1a0::/59", + "2603:1030:9:1c0::/60", + "2603:1030:9:1d0::/62", + "2603:1030:9:1d4::/63", + "2603:1030:9:1d6::/64", + "2603:1030:9:1d7::/64", + "2603:1030:9:1d8::/63", + "2603:1030:9:1da::/64", + "2603:1030:9:1db::/64", + "2603:1030:9:1dc::/62", + "2603:1030:9:1e0::/59", + "2603:1030:9:200::/57", + "2603:1030:9:280::/61", + "2603:1030:9:288::/62", + "2603:1030:9:28c::/64", + "2603:1030:9:28d::/64", + "2603:1030:9:28e::/63", + "2603:1030:9:290::/60", + "2603:1030:9:2a0::/59", + "2603:1030:9:2c0::/63", + "2603:1030:9:2c2::/64", + "2603:1030:9:2c3::/64", + "2603:1030:9:2c4::/62", + "2603:1030:9:2c8::/62", + "2603:1030:9:2cc::/63", + "2603:1030:9:2ce::/63", + "2603:1030:9:2d0::/62", + "2603:1030:9:2d4::/62", + "2603:1030:9:2d8::/61", + "2603:1030:9:2e0::/59", + "2603:1030:9:300::/60", + "2603:1030:9:310::/62", + "2603:1030:9:314::/64", + "2603:1030:9:315::/64", + "2603:1030:9:316::/63", + "2603:1030:9:318::/64", + "2603:1030:9:319::/64", + "2603:1030:9:31a::/63", + "2603:1030:9:31c::/62", + "2603:1030:9:320::/62", + "2603:1030:9:324::/63", + "2603:1030:9:326::/63", + "2603:1030:9:328::/63", + "2603:1030:9:32a::/63", + "2603:1030:9:32c::/62", + "2603:1030:9:330::/61", + "2603:1030:9:338::/64", + "2603:1030:9:339::/64", + "2603:1030:9:33a::/63", + "2603:1030:9:33c::/62", + "2603:1030:9:340::/62", + "2603:1030:9:344::/64", + "2603:1030:9:345::/64", + "2603:1030:9:346::/63", + "2603:1030:9:348::/61", + "2603:1030:9:350::/64", + "2603:1030:9:351::/64", + "2603:1030:9:352::/63", + "2603:1030:9:354::/62", + "2603:1030:9:358::/61", + "2603:1030:9:360::/61", + "2603:1030:9:368::/63", + "2603:1030:9:36a::/64", + "2603:1030:9:36b::/64", + "2603:1030:9:36c::/63", + "2603:1030:a::/47", + "2603:1030:d::/48", + "2603:1030:e::/48", + "2603:1030:f::/48", + "2603:1030:10::/47", + "2603:1030:12::/48", + "2603:1030:13::/56", + "2603:1030:13:100::/56", + "2603:1030:100::/61", + "2603:1030:100:8::/62", + "2603:1030:100:c::/63", + "2603:1030:100:e::/63", + "2603:1030:100:10::/60", + "2603:1030:100:20::/61", + "2603:1030:100:28::/62", + "2603:1030:100:2c::/63", + "2603:1030:100:2e::/64", + "2603:1030:100:2f::/64", + "2603:1030:100:30::/64", + "2603:1030:101::/48", + "2603:1030:103::/48", + "2603:1030:104::/48", + "2603:1030:105::/48", + "2603:1030:106::/48", + "2603:1030:107::/48", + "2603:1030:108::/48", + "2603:1030:109::/48", + "2603:1030:208::/47", + "2603:1030:20a::/47", + "2603:1030:20c::/47", + "2603:1030:20e::/48", + "2603:1030:210::/47", + "2603:1030:212::/56", + "2603:1030:213::/48", + "2603:1030:301::/48", + "2603:1030:302::/48", + "2603:1030:303::/48", + "2603:1030:400::/48", + "2603:1030:401::/63", + "2603:1030:401:2::/63", + "2603:1030:401:4::/62", + "2603:1030:401:8::/61", + "2603:1030:401:10::/62", + "2603:1030:401:14::/63", + "2603:1030:401:16::/64", + "2603:1030:401:17::/64", + "2603:1030:401:18::/61", + "2603:1030:401:20::/59", + "2603:1030:401:40::/60", + "2603:1030:401:50::/61", + "2603:1030:401:58::/64", + "2603:1030:401:59::/64", + "2603:1030:401:5a::/63", + "2603:1030:401:5c::/62", + "2603:1030:401:60::/59", + "2603:1030:401:80::/62", + "2603:1030:401:84::/64", + "2603:1030:401:85::/64", + "2603:1030:401:86::/64", + "2603:1030:401:87::/64", + "2603:1030:401:88::/62", + "2603:1030:401:8c::/63", + "2603:1030:401:8e::/64", + "2603:1030:401:8f::/64", + "2603:1030:401:90::/63", + "2603:1030:401:92::/63", + "2603:1030:401:94::/62", + "2603:1030:401:98::/61", + "2603:1030:401:a0::/62", + "2603:1030:401:a4::/63", + "2603:1030:401:a6::/64", + "2603:1030:401:a7::/64", + "2603:1030:401:a8::/61", + "2603:1030:401:b0::/60", + "2603:1030:401:c0::/58", + "2603:1030:401:100::/59", + "2603:1030:401:120::/64", + "2603:1030:401:121::/64", + "2603:1030:401:122::/63", + "2603:1030:401:124::/62", + "2603:1030:401:128::/61", + "2603:1030:401:130::/62", + "2603:1030:401:134::/63", + "2603:1030:401:136::/63", + "2603:1030:401:138::/64", + "2603:1030:401:139::/64", + "2603:1030:401:13a::/63", + "2603:1030:401:13c::/62", + "2603:1030:401:140::/63", + "2603:1030:401:142::/64", + "2603:1030:401:143::/64", + "2603:1030:401:144::/63", + "2603:1030:401:146::/63", + "2603:1030:401:148::/63", + "2603:1030:401:14a::/63", + "2603:1030:401:14c::/62", + "2603:1030:401:150::/62", + "2603:1030:401:154::/63", + "2603:1030:401:156::/63", + "2603:1030:401:158::/64", + "2603:1030:401:159::/64", + "2603:1030:401:15a::/63", + "2603:1030:401:15c::/62", + "2603:1030:401:160::/61", + "2603:1030:401:168::/63", + "2603:1030:401:16a::/63", + "2603:1030:401:16c::/64", + "2603:1030:401:16d::/64", + "2603:1030:401:16e::/63", + "2603:1030:401:170::/61", + "2603:1030:401:178::/62", + "2603:1030:401:17c::/62", + "2603:1030:401:180::/58", + "2603:1030:401:1c0::/61", + "2603:1030:401:1c8::/63", + "2603:1030:401:1ca::/63", + "2603:1030:401:1cc::/62", + "2603:1030:401:1d0::/60", + "2603:1030:401:1e0::/60", + "2603:1030:401:1f0::/61", + "2603:1030:401:1f8::/64", + "2603:1030:401:1f9::/64", + "2603:1030:401:1fa::/63", + "2603:1030:401:1fc::/62", + "2603:1030:401:200::/61", + "2603:1030:401:208::/62", + "2603:1030:401:20c::/62", + "2603:1030:401:210::/60", + "2603:1030:401:220::/62", + "2603:1030:401:224::/63", + "2603:1030:401:226::/63", + "2603:1030:401:228::/61", + "2603:1030:401:230::/60", + "2603:1030:401:240::/60", + "2603:1030:401:250::/62", + "2603:1030:401:254::/63", + "2603:1030:401:256::/64", + "2603:1030:401:257::/64", + "2603:1030:401:258::/63", + "2603:1030:401:25a::/64", + "2603:1030:401:25b::/64", + "2603:1030:401:25c::/63", + "2603:1030:401:25e::/64", + "2603:1030:401:25f::/64", + "2603:1030:401:260::/63", + "2603:1030:401:262::/64", + "2603:1030:401:263::/64", + "2603:1030:401:264::/62", + "2603:1030:401:268::/61", + "2603:1030:401:270::/62", + "2603:1030:401:274::/63", + "2603:1030:401:276::/63", + "2603:1030:401:278::/63", + "2603:1030:401:27a::/63", + "2603:1030:401:27c::/62", + "2603:1030:401:280::/59", + "2603:1030:401:2a0::/61", + "2603:1030:401:2a8::/63", + "2603:1030:401:2aa::/64", + "2603:1030:401:2ab::/64", + "2603:1030:401:2ac::/62", + "2603:1030:401:2b0::/60", + "2603:1030:401:2c0::/63", + "2603:1030:401:2c2::/64", + "2603:1030:401:2c3::/64", + "2603:1030:401:2c4::/63", + "2603:1030:401:2c6::/64", + "2603:1030:401:2c7::/64", + "2603:1030:401:2c8::/61", + "2603:1030:401:2d0::/60", + "2603:1030:401:2e0::/62", + "2603:1030:401:2e4::/63", + "2603:1030:401:2e6::/64", + "2603:1030:401:2e7::/64", + "2603:1030:401:2e8::/62", + "2603:1030:401:2ec::/64", + "2603:1030:401:2ed::/64", + "2603:1030:401:2ee::/63", + "2603:1030:401:2f0::/64", + "2603:1030:401:2f1::/64", + "2603:1030:401:2f2::/64", + "2603:1030:401:2f3::/64", + "2603:1030:401:2f4::/62", + "2603:1030:401:2f8::/61", + "2603:1030:401:300::/59", + "2603:1030:401:320::/61", + "2603:1030:401:328::/63", + "2603:1030:401:32a::/64", + "2603:1030:401:32b::/64", + "2603:1030:401:32c::/62", + "2603:1030:401:330::/63", + "2603:1030:401:332::/64", + "2603:1030:401:333::/64", + "2603:1030:401:334::/62", + "2603:1030:401:338::/62", + "2603:1030:401:33c::/63", + "2603:1030:401:33e::/64", + "2603:1030:401:33f::/64", + "2603:1030:401:340::/64", + "2603:1030:401:341::/64", + "2603:1030:401:342::/63", + "2603:1030:401:344::/62", + "2603:1030:401:348::/61", + "2603:1030:401:350::/60", + "2603:1030:401:360::/61", + "2603:1030:401:368::/64", + "2603:1030:401:369::/64", + "2603:1030:401:36a::/64", + "2603:1030:401:36b::/64", + "2603:1030:401:36c::/62", + "2603:1030:401:370::/60", + "2603:1030:401:380::/63", + "2603:1030:401:382::/64", + "2603:1030:401:383::/64", + "2603:1030:401:384::/62", + "2603:1030:401:388::/62", + "2603:1030:401:38c::/62", + "2603:1030:401:390::/62", + "2603:1030:401:394::/62", + "2603:1030:401:398::/62", + "2603:1030:401:39c::/64", + "2603:1030:401:39d::/64", + "2603:1030:401:39e::/63", + "2603:1030:401:3a0::/64", + "2603:1030:401:3a1::/64", + "2603:1030:401:3a2::/63", + "2603:1030:401:3a4::/62", + "2603:1030:401:3a8::/61", + "2603:1030:401:3b0::/63", + "2603:1030:401:3b2::/64", + "2603:1030:401:3b3::/64", + "2603:1030:401:3b4::/62", + "2603:1030:401:3b8::/61", + "2603:1030:401:3c0::/58", + "2603:1030:401:400::/62", + "2603:1030:401:404::/64", + "2603:1030:401:405::/64", + "2603:1030:401:406::/63", + "2603:1030:401:408::/64", + "2603:1030:401:409::/64", + "2603:1030:401:40a::/63", + "2603:1030:401:40c::/62", + "2603:1030:401:410::/60", + "2603:1030:401:420::/61", + "2603:1030:401:428::/62", + "2603:1030:401:42c::/62", + "2603:1030:401:430::/62", + "2603:1030:401:434::/64", + "2603:1030:401:435::/64", + "2603:1030:401:436::/63", + "2603:1030:401:438::/64", + "2603:1030:401:439::/64", + "2603:1030:401:43a::/63", + "2603:1030:401:43c::/63", + "2603:1030:401:43e::/64", + "2603:1030:401:43f::/64", + "2603:1030:401:440::/62", + "2603:1030:401:444::/62", + "2603:1030:401:448::/63", + "2603:1030:401:44a::/64", + "2603:1030:401:44b::/64", + "2603:1030:401:44c::/62", + "2603:1030:401:450::/61", + "2603:1030:401:458::/62", + "2603:1030:401:45c::/62", + "2603:1030:401:460::/60", + "2603:1030:401:470::/61", + "2603:1030:401:478::/63", + "2603:1030:401:47a::/63", + "2603:1030:401:47c::/62", + "2603:1030:401:480::/61", + "2603:1030:401:488::/63", + "2603:1030:401:48a::/63", + "2603:1030:401:48c::/63", + "2603:1030:401:48e::/64", + "2603:1030:401:48f::/64", + "2603:1030:401:490::/60", + "2603:1030:401:4a0::/61", + "2603:1030:401:4a8::/61", + "2603:1030:401:4b0::/61", + "2603:1030:401:4b8::/61", + "2603:1030:401:4c0::/60", + "2603:1030:401:4d0::/63", + "2603:1030:401:4d2::/64", + "2603:1030:402::/47", + "2603:1030:405::/48", + "2603:1030:406::/47", + "2603:1030:408::/48", + "2603:1030:409::/48", + "2603:1030:40a::/64", + "2603:1030:40a:1::/64", + "2603:1030:40a:2::/64", + "2603:1030:40a:3::/64", + "2603:1030:40a:4::/62", + "2603:1030:40a:8::/63", + "2603:1030:40b::/48", + "2603:1030:40c::/48", + "2603:1030:40d::/60", + "2603:1030:40d:4000::/50", + "2603:1030:40d:8000::/49", + "2603:1030:40e::/56", + "2603:1030:40e:100::/56", + "2603:1030:40f::/48", + "2603:1030:410::/47", + "2603:1030:500::/47", + "2603:1030:503::/48", + "2603:1030:504::/47", + "2603:1030:600::/46", + "2603:1030:604::/47", + "2603:1030:607::/48", + "2603:1030:608::/47", + "2603:1030:701::/48", + "2603:1030:702::/48", + "2603:1030:703::/48", + "2603:1030:704::/48", + "2603:1030:800::/48", + "2603:1030:802::/47", + "2603:1030:804::/58", + "2603:1030:804:40::/60", + "2603:1030:804:50::/63", + "2603:1030:804:52::/64", + "2603:1030:804:53::/64", + "2603:1030:804:54::/64", + "2603:1030:804:55::/64", + "2603:1030:804:56::/63", + "2603:1030:804:58::/63", + "2603:1030:804:5a::/64", + "2603:1030:804:5b::/64", + "2603:1030:804:5c::/62", + "2603:1030:804:60::/62", + "2603:1030:804:64::/63", + "2603:1030:804:66::/64", + "2603:1030:804:67::/64", + "2603:1030:804:68::/61", + "2603:1030:804:70::/60", + "2603:1030:804:80::/59", + "2603:1030:804:a0::/62", + "2603:1030:804:a4::/64", + "2603:1030:804:a5::/64", + "2603:1030:804:a6::/63", + "2603:1030:804:a8::/61", + "2603:1030:804:b0::/62", + "2603:1030:804:b4::/64", + "2603:1030:804:b5::/64", + "2603:1030:804:b6::/63", + "2603:1030:804:b8::/61", + "2603:1030:804:c0::/61", + "2603:1030:804:c8::/62", + "2603:1030:804:cc::/63", + "2603:1030:804:ce::/63", + "2603:1030:804:d0::/63", + "2603:1030:804:d2::/63", + "2603:1030:804:d4::/62", + "2603:1030:804:d8::/61", + "2603:1030:804:e0::/59", + "2603:1030:804:100::/57", + "2603:1030:804:180::/58", + "2603:1030:804:1c0::/61", + "2603:1030:804:1c8::/64", + "2603:1030:804:1c9::/64", + "2603:1030:804:1ca::/63", + "2603:1030:804:1cc::/64", + "2603:1030:804:1cd::/64", + "2603:1030:804:1ce::/63", + "2603:1030:804:1d0::/60", + "2603:1030:804:1e0::/59", + "2603:1030:804:200::/59", + "2603:1030:804:220::/61", + "2603:1030:804:228::/62", + "2603:1030:804:22c::/64", + "2603:1030:804:22d::/64", + "2603:1030:804:22e::/63", + "2603:1030:804:230::/63", + "2603:1030:804:232::/64", + "2603:1030:804:233::/64", + "2603:1030:804:234::/62", + "2603:1030:804:238::/61", + "2603:1030:804:240::/59", + "2603:1030:804:260::/61", + "2603:1030:804:268::/63", + "2603:1030:804:26a::/63", + "2603:1030:804:26c::/62", + "2603:1030:804:270::/62", + "2603:1030:804:274::/63", + "2603:1030:804:276::/64", + "2603:1030:804:277::/64", + "2603:1030:804:278::/61", + "2603:1030:804:280::/62", + "2603:1030:804:284::/63", + "2603:1030:804:286::/64", + "2603:1030:804:287::/64", + "2603:1030:804:288::/63", + "2603:1030:804:28a::/63", + "2603:1030:804:28c::/63", + "2603:1030:804:28e::/64", + "2603:1030:804:28f::/64", + "2603:1030:804:290::/60", + "2603:1030:804:2a0::/60", + "2603:1030:804:2b0::/63", + "2603:1030:804:2b2::/64", + "2603:1030:805::/48", + "2603:1030:806::/48", + "2603:1030:807::/48", + "2603:1030:809::/48", + "2603:1030:80a::/56", + "2603:1030:80b::/48", + "2603:1030:80c::/48", + "2603:1030:a00::/46", + "2603:1030:a04::/48", + "2603:1030:a06::/48", + "2603:1030:a07::/48", + "2603:1030:a08::/48", + "2603:1030:a09::/56", + "2603:1030:a0a::/47", + "2603:1030:a0c::/48", + "2603:1030:b00::/47", + "2603:1030:b03::/48", + "2603:1030:b04::/48", + "2603:1030:b05::/48", + "2603:1030:b06::/48", + "2603:1030:b07::/56", + "2603:1030:c00::/48", + "2603:1030:c02::/47", + "2603:1030:c04::/48", + "2603:1030:c05::/48", + "2603:1030:c06::/48", + "2603:1030:c07::/48", + "2603:1030:d00::/47", + "2603:1030:e01:2::/64", + "2603:1030:f00::/47", + "2603:1030:f02::/48", + "2603:1030:f04::/48", + "2603:1030:f05::/48", + "2603:1030:f06::/48", + "2603:1030:f07::/56", + "2603:1030:f08::/48", + "2603:1030:1000::/47", + "2603:1030:1002::/48", + "2603:1030:1004::/48", + "2603:1030:1005::/48", + "2603:1030:1006::/48", + "2603:1036:903::/64", + "2603:1036:903:1::/64", + "2603:1036:903:2::/64", + "2603:1036:903:3::/64", + "2603:1036:903:4::/64", + "2603:1036:903:6::/64", + "2603:1036:903:7::/64", + "2603:1036:903:8::/64", + "2603:1036:903:9::/64", + "2603:1036:903:a::/64", + "2603:1036:903:b::/64", + "2603:1036:903:c::/63", + "2603:1036:903:e::/64", + "2603:1036:903:f::/64", + "2603:1036:903:10::/63", + "2603:1036:903:12::/63", + "2603:1036:903:14::/62", + "2603:1036:903:18::/64", + "2603:1036:903:19::/64", + "2603:1036:903:1a::/63", + "2603:1036:903:1c::/64", + "2603:1036:903:1d::/64", + "2603:1036:903:1e::/63", + "2603:1036:903:20::/64", + "2603:1036:903:21::/64", + "2603:1036:903:22::/63", + "2603:1036:903:24::/63", + "2603:1036:903:26::/64", + "2603:1036:903:27::/64", + "2603:1036:903:28::/63", + "2603:1036:903:2a::/63", + "2603:1036:903:2c::/64", + "2603:1036:903:30::/63", + "2603:1036:903:32::/64", + "2603:1036:903:36::/63", + "2603:1036:903:38::/64", + "2603:1036:903:39::/64", + "2603:1036:903:3d::/64", + "2603:1036:903:3e::/63", + "2603:1036:903:40::/63", + "2603:1036:903:42::/64", + "2603:1036:903:43::/64", + "2603:1036:903:44::/64", + "2603:1036:903:45::/64", + "2603:1036:903:46::/64", + "2603:1036:903:47::/64", + "2603:1036:903:48::/63", + "2603:1036:9ff:ffff::/64", + "2603:1036:d20::/64", + "2603:1036:120d::/48", + "2603:1036:2400::/48", + "2603:1036:2401::/48", + "2603:1036:2402::/48", + "2603:1036:2403::/48", + "2603:1036:2404::/48", + "2603:1036:2405::/48", + "2603:1036:2406::/48", + "2603:1036:2407::/48", + "2603:1036:2408::/48", + "2603:1036:2409::/48", + "2603:1036:240a::/48", + "2603:1036:240b::/48", + "2603:1036:240c::/48", + "2603:1036:240d::/48", + "2603:1036:240e::/48", + "2603:1036:240f::/48", + "2603:1036:2410::/48", + "2603:1036:2500::/64", + "2603:1036:2500:4::/64", + "2603:1036:2500:8::/64", + "2603:1036:2500:c::/64", + "2603:1036:2500:10::/64", + "2603:1036:2500:14::/64", + "2603:1036:2500:18::/63", + "2603:1036:2500:1c::/64", + "2603:1036:2500:20::/64", + "2603:1036:2500:24::/64", + "2603:1036:2500:28::/64", + "2603:1036:2500:2c::/64", + "2603:1036:2500:30::/64", + "2603:1036:2500:34::/64", + "2603:1036:2500:38::/64", + "2603:1036:2500:3c::/64", + "2603:1036:3000::/59", + "2603:1036:3000:20::/59", + "2603:1036:3000:40::/59", + "2603:1036:3000:60::/59", + "2603:1036:3000:80::/59", + "2603:1036:3000:a0::/59", + "2603:1036:3000:c0::/59", + "2603:1036:3000:e0::/59", + "2603:1036:3000:100::/59", + "2603:1036:3000:120::/59", + "2603:1036:3000:140::/59", + "2603:1036:3000:160::/59", + "2603:1036:3000:180::/59", + "2603:1036:3000:1a0::/59", + "2603:1036:3000:1c0::/59", + "2603:1036:3000:1e0::/59", + "2603:1037:1::/59", + "2603:1037:1:20::/59", + "2603:1037:1:40::/59", + "2603:1037:1:60::/59", + "2603:1037:1:80::/59", + "2603:1037:1:a0::/59", + "2603:1037:1:c0::/59", + "2603:1037:1:e0::/59", + "2603:1037:1:100::/59", + "2603:1037:1:120::/59", + "2603:1037:1:140::/59", + "2603:1037:1:160::/59", + "2603:1037:1:180::/59", + "2603:1037:1:1a0::/59", + "2603:1037:1:1c0::/59", + "2603:1037:1:1e0::/59", + "2603:1039:205::/48", + "2603:1040::/47", + "2603:1040:2::/48", + "2603:1040:4::/48", + "2603:1040:5::/48", + "2603:1040:6::/48", + "2603:1040:7::/56", + "2603:1040:100::/47", + "2603:1040:102::/48", + "2603:1040:103::/48", + "2603:1040:200::/46", + "2603:1040:204::/48", + "2603:1040:206::/48", + "2603:1040:207::/48", + "2603:1040:208::/48", + "2603:1040:400::/46", + "2603:1040:404::/48", + "2603:1040:406::/48", + "2603:1040:407::/48", + "2603:1040:408::/48", + "2603:1040:600::/46", + "2603:1040:605::/48", + "2603:1040:606::/47", + "2603:1040:800::/46", + "2603:1040:805::/48", + "2603:1040:806::/47", + "2603:1040:900::/47", + "2603:1040:903::/48", + "2603:1040:904::/47", + "2603:1040:a00::/46", + "2603:1040:a05::/48", + "2603:1040:a06::/47", + "2603:1040:b00::/47", + "2603:1040:b03::/48", + "2603:1040:b04::/47", + "2603:1040:c00::/46", + "2603:1040:c05::/48", + "2603:1040:c06::/47", + "2603:1040:d00::/47", + "2603:1040:d03::/48", + "2603:1040:d04::/48", + "2603:1040:e00::/47", + "2603:1040:e02::/48", + "2603:1040:e04::/48", + "2603:1040:e05::/48", + "2603:1040:e06::/48", + "2603:1040:f00::/47", + "2603:1040:f02::/48", + "2603:1040:f04::/48", + "2603:1040:f05::/48", + "2603:1040:f06::/48", + "2603:1040:1001::/48", + "2603:1040:1002::/48", + "2603:1040:1003::/48", + "2603:1040:1004::/48", + "2603:1040:1100::/47", + "2603:1040:1103::/48", + "2603:1040:1104::/48", + "2603:1040:1201::/48", + "2603:1040:1202::/47", + "2603:1040:1204::/48", + "2603:1040:1301::/48", + "2603:1040:1302::/47", + "2603:1040:1304::/48", + "2603:1040:1401::/48", + "2603:1040:1402::/47", + "2603:1040:1404::/48", + "2603:1040:1502::/47", + "2603:1040:1504::/48", + "2603:1040:1505::/48", + "2603:1040:1601::/48", + "2603:1040:1602::/47", + "2603:1040:1604::/48", + "2603:1046:a00::/63", + "2603:1046:a00:2::/64", + "2603:1046:a00:3::/64", + "2603:1046:a00:4::/63", + "2603:1046:a00:6::/64", + "2603:1046:a00:7::/64", + "2603:1046:a00:8::/63", + "2603:1046:a00:a::/64", + "2603:1046:a00:b::/64", + "2603:1046:a00:c::/63", + "2603:1046:a00:e::/64", + "2603:1046:a00:f::/64", + "2603:1046:a00:10::/63", + "2603:1046:a00:12::/64", + "2603:1046:a00:13::/64", + "2603:1046:a00:14::/63", + "2603:1046:a00:16::/63", + "2603:1046:a00:18::/64", + "2603:1046:a00:19::/64", + "2603:1046:a00:1a::/63", + "2603:1046:a00:1c::/63", + "2603:1046:a00:1e::/63", + "2603:1046:a00:20::/64", + "2603:1046:a00:21::/64", + "2603:1046:a00:22::/63", + "2603:1046:a00:26::/64", + "2603:1046:a00:27::/64", + "2603:1046:a00:28::/63", + "2603:1046:a00:2a::/63", + "2603:1046:a00:2c::/64", + "2603:1046:a00:30::/63", + "2603:1046:a00:32::/64", + "2603:1046:a00:33::/64", + "2603:1046:a00:36::/64", + "2603:1046:a00:37::/64", + "2603:1046:a00:3b::/64", + "2603:1046:a00:3c::/63", + "2603:1046:a00:3e::/64", + "2603:1046:a00:3f::/64", + "2603:1046:a00:40::/63", + "2603:1046:a00:42::/63", + "2603:1046:a00:44::/64", + "2603:1046:a00:45::/64", + "2603:1046:a00:46::/63", + "2603:1046:a00:48::/64", + "2603:1046:a00:49::/64", + "2603:1046:a00:4a::/63", + "2603:1046:a00:4c::/64", + "2603:1046:a00:4d::/64", + "2603:1046:a00:4e::/63", + "2603:1046:a00:50::/63", + "2603:1046:a00:52::/64", + "2603:1046:a00:53::/64", + "2603:1046:a00:54::/63", + "2603:1046:a00:56::/63", + "2603:1046:a00:58::/64", + "2603:1046:a00:59::/64", + "2603:1046:a00:5a::/63", + "2603:1046:a00:5c::/64", + "2603:1046:a00:5d::/64", + "2603:1046:a00:5e::/63", + "2603:1046:a00:60::/64", + "2603:1046:a00:61::/64", + "2603:1046:a00:62::/63", + "2603:1046:1400::/48", + "2603:1046:1401::/48", + "2603:1046:1402::/48", + "2603:1046:1403::/48", + "2603:1046:1404::/48", + "2603:1046:1405::/48", + "2603:1046:1406::/48", + "2603:1046:1407::/48", + "2603:1046:1408::/48", + "2603:1046:1409::/48", + "2603:1046:140a::/48", + "2603:1046:140b::/48", + "2603:1046:140c::/48", + "2603:1046:1500::/64", + "2603:1046:1500:4::/64", + "2603:1046:1500:8::/64", + "2603:1046:1500:c::/64", + "2603:1046:1500:10::/64", + "2603:1046:1500:14::/64", + "2603:1046:1500:18::/64", + "2603:1046:1500:1c::/64", + "2603:1046:1500:20::/64", + "2603:1046:1500:24::/64", + "2603:1046:1500:28::/64", + "2603:1046:1500:2c::/64", + "2603:1046:1500:30::/64", + "2603:1046:1500:34::/64", + "2603:1046:1500:44::/64", + "2603:1046:2000::/59", + "2603:1046:2000:20::/59", + "2603:1046:2000:40::/59", + "2603:1046:2000:60::/59", + "2603:1046:2000:80::/59", + "2603:1046:2000:a0::/59", + "2603:1046:2000:c0::/59", + "2603:1046:2000:e0::/59", + "2603:1046:2000:100::/59", + "2603:1046:2000:120::/59", + "2603:1046:2000:140::/59", + "2603:1046:2000:160::/59", + "2603:1046:2000:180::/59", + "2603:1046:2000:1a0::/59", + "2603:1046:2000:1c0::/59", + "2603:1046:2000:1e0::/59", + "2603:1046:2000:200::/59", + "2603:1046:2000:220::/59", + "2603:1046:2000:240::/59", + "2603:1047:1::/59", + "2603:1047:1:20::/59", + "2603:1047:1:40::/59", + "2603:1047:1:60::/59", + "2603:1047:1:80::/59", + "2603:1047:1:a0::/59", + "2603:1047:1:c0::/59", + "2603:1047:1:e0::/59", + "2603:1047:1:100::/59", + "2603:1047:1:120::/59", + "2603:1047:1:140::/59", + "2603:1047:1:160::/59", + "2603:1047:1:180::/59", + "2603:1047:1:1a0::/59", + "2603:1047:1:1c0::/59", + "2603:1047:1:1e0::/59", + "2603:1050:1::/48", + "2603:1050:2::/47", + "2603:1050:5::/48", + "2603:1050:6::/47", + "2603:1050:100::/40", + "2603:1050:211::/48", + "2603:1050:300::/40", + "2603:1050:400::/48", + "2603:1050:402::/48", + "2603:1050:403::/48", + "2603:1050:404::/48", + "2603:1056:100::/62", + "2603:1056:100:4::/63", + "2603:1056:100:6::/63", + "2603:1056:100:8::/64", + "2603:1056:1400::/48", + "2603:1056:1401::/48", + "2603:1056:1402::/48", + "2603:1056:1403::/48", + "2603:1056:1500::/64", + "2603:1056:1500:4::/64", + "2603:1056:2000:20::/59", + "2603:1056:2000:60::/59", + "2603:1057:2:20::/59", + "2603:1057:2:60::/59", + "2603:1061:1000::/48", + "2603:1061:1001::/48", + "2603:1061:1002::/48", + "2603:1061:1003::/48", + "2603:1061:1004::/58", + "2603:1061:1004:40::/60", + "2603:1061:1004:50::/61", + "2603:1061:1004:58::/63", + "2603:1061:1004:5a::/64", + "2603:1061:1005::/60", + "2603:1061:1005:10::/61", + "2603:1061:1005:18::/63", + "2603:1061:1006::/58", + "2603:1061:1006:40::/60", + "2603:1061:1006:50::/63", + "2603:1061:1006:52::/64", + "2603:1061:1007::/58", + "2603:1061:1007:40::/60", + "2603:1061:1007:50::/63", + "2603:1061:1009::/60", + "2603:1061:1009:10::/63", + "2603:1061:100a::/60", + "2603:1061:100a:10::/61", + "2603:1061:100a:18::/63", + "2603:1061:100b::/58", + "2603:1061:100b:40::/61", + "2603:1061:100b:48::/62", + "2603:1061:100c::/60", + "2603:1061:100c:10::/62", + "2603:1061:100c:14::/64", + "2603:1061:1310::/54", + "2603:1061:1310:400::/54", + "2603:1061:1310:800::/54", + "2603:1061:1310:c00::/54", + "2603:1061:1310:1000::/54", + "2603:1061:1310:1400::/54", + "2603:1061:1310:1800::/54", + "2603:1061:1310:1c00::/54", + "2603:1061:1310:2000::/54", + "2603:1061:1310:2400::/54", + "2603:1061:1310:2800::/54", + "2603:1061:1310:2c00::/54", + "2603:1061:1310:3000::/54", + "2603:1061:1310:3400::/54", + "2603:1061:1310:3800::/54", + "2603:1061:1310:3c00::/54", + "2603:1061:1310:4000::/54", + "2603:1061:1310:4400::/54", + "2603:1061:1310:4800::/54", + "2603:1061:1310:4c00::/54", + "2603:1061:1311::/54", + "2603:1061:1311:400::/54", + "2603:1061:1311:800::/54", + "2603:1061:1311:c00::/54", + "2603:1061:1311:1000::/54", + "2603:1061:1311:1400::/54", + "2603:1061:1311:1800::/54", + "2603:1061:1311:1c00::/54", + "2603:1061:1311:2000::/54", + "2603:1061:1311:2400::/54", + "2603:1061:1311:2800::/54", + "2603:1061:1311:2c00::/54", + "2603:1061:1311:3000::/54", + "2603:1061:1311:3400::/54", + "2603:1061:1311:3800::/54", + "2603:1061:1311:3c00::/54", + "2603:1061:1311:4000::/54", + "2603:1061:1311:4400::/54", + "2603:1061:1311:4800::/54", + "2603:1061:1311:4c00::/54", + "2603:1061:1311:5000::/54", + "2603:1061:1311:5400::/54", + "2603:1061:1311:5800::/54", + "2603:1061:1312::/54", + "2603:1061:1312:400::/54", + "2603:1061:1312:800::/54", + "2603:1061:1312:c00::/54", + "2603:1061:1312:1000::/54", + "2603:1061:1312:1400::/54", + "2603:1061:1312:1800::/54", + "2603:1061:1312:1c00::/54", + "2603:1061:1312:2000::/54", + "2603:1061:1312:2400::/54", + "2603:1061:1312:2800::/54", + "2603:1061:1312:2c00::/54", + "2603:1061:1312:3000::/54", + "2603:1061:1312:3400::/54", + "2603:1061:1312:3800::/54", + "2603:1061:1313::/54", + "2603:1061:1313:400::/54", + "2603:1061:1314::/54", + "2603:1061:1314:400::/54", + "2603:1061:1314:800::/54", + "2603:1061:1314:c00::/54", + "2603:1061:1314:1000::/54", + "2603:1061:1315::/54", + "2603:1061:1315:400::/54", + "2603:1061:1315:800::/54", + "2603:1061:1315:c00::/54", + "2603:1061:1700::/48", + "2603:1061:1701::/48", + "2603:1061:1702::/48", + "2603:1061:1703::/48", + "2603:1061:2000::/64", + "2603:1061:2000:1::/64", + "2603:1061:2000:2::/64", + "2603:1061:2000:3::/64", + "2603:1061:2000:100::/60", + "2603:1061:2000:110::/60", + "2603:1061:2000:120::/60", + "2603:1062:2::/57", + "2603:1062:2:80::/57", + "2603:1062:2:100::/57", + "2603:1062:2:180::/57", + "2603:1062:2:200::/57", + "2603:1062:6:4200::/118", + "2603:1062:6:4200::400/118", + "2603:1062:6:4200::800/118", + "2603:1062:6:4200::c00/118", + "2603:1062:6:4200::1000/119", + "2603:1062:6:4200::1200/119", + "2603:1062:6:4200::1400/119", + "2603:1062:6:4200::1600/119", + "2603:1062:6:4200::1800/119", + "2603:1062:6:4200::1a00/119", + "2603:1062:6:4200::1c00/118", + "2603:1062:6:4200::2000/118", + "2603:1062:6:4200::2400/118", + "2603:1062:6:4200::2800/118", + "2603:1062:6:4200::2c00/118", + "2603:1062:6:4200::3000/118", + "2603:1062:6:4200::3400/118", + "2603:1062:6:4200::3800/118", + "2603:1062:6:4200::3c00/118", + "2603:1062:6:4200::4000/118", + "2603:1062:6:4200::4400/118", + "2603:1062:6:4200::4800/118", + "2603:1062:6:4200::4c00/118", + "2603:1062:6:4200::5000/118", + "2603:1062:6:4200::5400/118", + "2603:1062:6:4200::5800/118", + "2603:1062:6:4200::5c00/118", + "2603:1062:6:4200::6000/117", + "2603:1062:6:4200::6800/117", + "2603:1062:6:4200::7000/117", + "2603:1062:6:4200::7800/118", + "2603:1062:6:4200::7c00/118", + "2603:1062:6:4200::8000/118", + "2603:1062:6:4200::8400/119", + "2603:1062:6:4200::8600/119", + "2603:1062:6:4200::1:0/121", + "2603:1062:6:4200::1:80/121", + "2603:1062:6:4200::1:100/121", + "2603:1062:6:4200::1:180/121", + "2603:1062:6:4200::1:200/121", + "2603:1062:6:4200::1:280/121", + "2603:1062:6:4200::1:300/121", + "2603:1062:6:4200::1:380/121", + "2603:1062:6:4200::1:400/121", + "2603:1062:6:4200::1:480/121", + "2603:1062:6:4200::1:500/121", + "2603:1062:6:4200::1:580/121", + "2603:1062:6:4200::1:600/121", + "2603:1062:6:4200::1:680/121", + "2603:1062:6:4200::1:700/121", + "2603:1062:6:4200::1:780/121", + "2603:1062:6:4200::1:800/121", + "2603:1062:6:4200::1:880/121", + "2603:1062:6:4200::1:900/121", + "2603:1062:6:4200::1:980/121", + "2603:1062:6:4200::1:a00/121", + "2603:1062:6:4200::1:a80/121", + "2603:1062:6:4200::1:b00/121", + "2603:1062:6:4200::1:b80/121", + "2603:1062:6:4200::1:c00/121", + "2603:1062:6:4200::1:c80/121", + "2603:1062:6:4200::1:d00/121", + "2603:1062:6:4200::1:d80/121", + "2603:1063::/56", + "2603:1063:1::/56", + "2603:1063:2::/56", + "2603:1063:3::/56", + "2603:1063:4::/56", + "2603:1063:5::/56", + "2603:1063:6::/56", + "2603:1063:7::/56", + "2603:1063:8::/56", + "2603:1063:9::/56", + "2603:1063:a::/56", + "2603:1063:b::/56", + "2603:1063:c::/56", + "2603:1063:d::/56", + "2603:1063:e::/56", + "2603:1063:f::/56", + "2603:1063:10::/56", + "2603:1063:11::/56", + "2603:1063:12::/56", + "2603:1063:13::/56", + "2603:1063:14::/56", + "2603:1063:15::/56", + "2603:1063:16::/56", + "2603:1063:17::/56", + "2603:1063:18::/56", + "2603:1063:19::/56", + "2603:1063:1a::/56", + "2603:1063:1b::/56", + "2603:1063:1c::/56", + "2603:1063:1d::/56", + "2603:1063:1e::/56", + "2603:1063:1f::/56", + "2603:1063:20::/56", + "2603:1063:21::/56", + "2603:1063:22::/56", + "2603:1063:23::/56", + "2603:1063:24::/56", + "2603:1063:25::/56", + "2603:1063:26::/56", + "2603:1063:28::/56", + "2603:1063:30::/64", + "2603:1063:37::/64", + "2603:1063:39::/48", + "2603:1063:100::/55", + "2603:1063:101::/55", + "2603:1063:102::/55", + "2603:1063:103::/55", + "2603:1063:104::/55", + "2603:1063:105::/55", + "2603:1063:106::/55", + "2603:1063:107::/55", + "2603:1063:108::/55", + "2603:1063:109::/55", + "2603:1063:10a::/55", + "2603:1063:10b::/55", + "2603:1063:10c::/55", + "2603:1063:10d::/55", + "2603:1063:10e::/55", + "2603:1063:10f::/55", + "2603:1063:110::/55", + "2603:1063:111::/55", + "2603:1063:112::/55", + "2603:1063:113::/55", + "2603:1063:114::/55", + "2603:1063:115::/55", + "2603:1063:116::/55", + "2603:1063:117::/55", + "2603:1063:118::/55", + "2603:1063:119::/55", + "2603:1063:11a::/55", + "2603:1063:11b::/55", + "2603:1063:11c::/55", + "2603:1063:11d::/55", + "2603:1063:11e::/55", + "2603:1063:11f::/55", + "2603:1063:120::/55", + "2603:1063:121::/55", + "2603:1063:122::/55", + "2603:1063:123::/55", + "2603:1063:124::/55", + "2603:1063:125::/55", + "2603:1063:126::/55", + "2603:1063:129::/55", + "2603:1063:200::/55", + "2603:1063:201::/55", + "2603:1063:202::/55", + "2603:1063:203::/55", + "2603:1063:204::/55", + "2603:1063:205::/55", + "2603:1063:206::/55", + "2603:1063:207::/55", + "2603:1063:208::/55", + "2603:1063:209::/55", + "2603:1063:20a::/55", + "2603:1063:20b::/55", + "2603:1063:20c::/55", + "2603:1063:20d::/55", + "2603:1063:20e::/55", + "2603:1063:20f::/55", + "2603:1063:210::/55", + "2603:1063:211::/55", + "2603:1063:212::/55", + "2603:1063:213::/55", + "2603:1063:214::/55", + "2603:1063:215::/55", + "2603:1063:216::/55", + "2603:1063:217::/55", + "2603:1063:218::/55", + "2603:1063:219::/55", + "2603:1063:21a::/55", + "2603:1063:21b::/55", + "2603:1063:21c::/55", + "2603:1063:21d::/55", + "2603:1063:21e::/55", + "2603:1063:21f::/55", + "2603:1063:220::/55", + "2603:1063:221::/55", + "2603:1063:222::/55", + "2603:1063:223::/55", + "2603:1063:224::/55", + "2603:1063:225::/55", + "2603:1063:226::/55", + "2603:1063:2200::/64", + "2603:1063:2200:4::/64", + "2603:1063:2200:8::/64", + "2603:1063:2200:c::/64", + "2603:1063:2200:10::/64", + "2603:1063:2200:14::/64", + "2603:1063:2200:18::/64", + "2603:1063:2200:1c::/64", + "2603:1063:2200:20::/64", + "2603:1063:2200:24::/64", + "2603:1063:2200:28::/64", + "2603:1063:2200:2c::/64", + "2603:1063:2200:30::/64", + "2603:1063:2202::/64", + "2603:1063:2202:4::/64", + "2603:1063:2202:8::/64", + "2603:1063:2202:c::/64", + "2603:1063:2202:10::/64", + "2603:1063:2202:14::/64", + "2603:1063:2202:18::/64", + "2603:1063:2202:1c::/64", + "2603:1063:2202:20::/64", + "2603:1063:2202:24::/64", + "2603:1063:2202:28::/64", + "2603:1063:2202:2c::/64", + "2603:1063:2202:30::/64", + "2603:1063:2202:34::/64", + "2603:1063:2202:38::/64", + "2603:1063:2202:3c::/64", + "2603:1063:2202:40::/64", + "2603:1063:2202:44::/64", + "2603:1063:2202:48::/64", + "2603:1063:2202:4c::/64", + "2603:1063:2202:50::/64", + "2603:1063:2202:54::/64", + "2603:1063:2202:58::/64", + "2603:1063:2202:5c::/64", + "2603:1063:2202:60::/64", + "2603:1063:2204::/64", + "2603:1063:2204:4::/64", + "2603:1063:2206::/64", + "2603:1063:2206:4::/64", + "2603:1063:2206:8::/64", + "2603:1063:2206:c::/64", + "2603:1063:2206:10::/64", + "2603:1063:2206:14::/64", + "2603:1063:2206:18::/64", + "2603:1063:2206:1c::/64", + "2603:1063:2206:20::/64", + "2603:1063:2206:24::/64", + "2603:1063:2206:28::/64", + "2603:1063:2206:2c::/64", + "2603:1063:2206:30::/64", + "2603:1063:2206:34::/64", + "2603:1063:2206:38::/64", + "2603:1063:2206:3c::/64", + "2603:1063:2206:40::/64", + "2603:1063:2206:44::/64", + "2603:1063:2206:48::/64", + "2a01:111:f100:1000::/62", + "2a01:111:f100:1004::/63", + "2a01:111:f100:2000::/52", + "2a01:111:f100:3000::/52", + "2a01:111:f100:4002::/64", + "2a01:111:f100:5000::/52", + "2a01:111:f100:6000::/64", + "2a01:111:f100:a000::/63", + "2a01:111:f100:a002::/64", + "2a01:111:f100:a004::/64", + "2a01:111:f403:c000::/63", + "2a01:111:f403:c002::/64", + "2a01:111:f403:c003::/64", + "2a01:111:f403:c004::/62", + "2a01:111:f403:c100::/63", + "2a01:111:f403:c102::/64", + "2a01:111:f403:c10c::/62", + "2a01:111:f403:c110::/64", + "2a01:111:f403:c111::/64", + "2a01:111:f403:c112::/64", + "2a01:111:f403:c113::/64", + "2a01:111:f403:c114::/64", + "2a01:111:f403:c200::/64", + "2a01:111:f403:c201::/64", + "2a01:111:f403:c202::/64", + "2a01:111:f403:c203::/64", + "2a01:111:f403:c204::/64", + "2a01:111:f403:c205::/64", + "2a01:111:f403:c206::/64", + "2a01:111:f403:c400::/64", + "2a01:111:f403:c401::/64", + "2a01:111:f403:c800::/64", + "2a01:111:f403:c801::/64", + "2a01:111:f403:c802::/64", + "2a01:111:f403:c803::/64", + "2a01:111:f403:c804::/62", + "2a01:111:f403:c900::/63", + "2a01:111:f403:c902::/64", + "2a01:111:f403:c903::/64", + "2a01:111:f403:c904::/62", + "2a01:111:f403:c908::/62", + "2a01:111:f403:c90c::/62", + "2a01:111:f403:c910::/62", + "2a01:111:f403:c914::/62", + "2a01:111:f403:c918::/64", + "2a01:111:f403:c919::/64", + "2a01:111:f403:c91a::/63", + "2a01:111:f403:c91c::/63", + "2a01:111:f403:c91e::/63", + "2a01:111:f403:c920::/63", + "2a01:111:f403:c922::/64", + "2a01:111:f403:c923::/64", + "2a01:111:f403:c924::/62", + "2a01:111:f403:c928::/62", + "2a01:111:f403:c92c::/64", + "2a01:111:f403:c92d::/64", + "2a01:111:f403:c92e::/63", + "2a01:111:f403:c930::/63", + "2a01:111:f403:c932::/63", + "2a01:111:f403:c934::/63", + "2a01:111:f403:c936::/64", + "2a01:111:f403:c937::/64", + "2a01:111:f403:c938::/62", + "2a01:111:f403:c93c::/62", + "2a01:111:f403:c940::/64", + "2a01:111:f403:ca00::/62", + "2a01:111:f403:ca04::/64", + "2a01:111:f403:ca05::/64", + "2a01:111:f403:ca06::/63", + "2a01:111:f403:ca08::/63", + "2a01:111:f403:ca0a::/63", + "2a01:111:f403:ca0c::/63", + "2a01:111:f403:ca0e::/64", + "2a01:111:f403:ca0f::/64", + "2a01:111:f403:ca10::/64", + "2a01:111:f403:ca11::/64", + "2a01:111:f403:ca12::/63", + "2a01:111:f403:ca14::/63", + "2a01:111:f403:ca16::/63", + "2a01:111:f403:ca18::/63", + "2a01:111:f403:ca1a::/63", + "2a01:111:f403:ca1c::/63", + "2a01:111:f403:ca20::/62", + "2a01:111:f403:ca24::/64", + "2a01:111:f403:cc00::/62", + "2a01:111:f403:cc04::/64", + "2a01:111:f403:cc05::/64", + "2a01:111:f403:cc06::/63", + "2a01:111:f403:cc08::/63", + "2a01:111:f403:d000::/63", + "2a01:111:f403:d002::/64", + "2a01:111:f403:d003::/64", + "2a01:111:f403:d004::/62", + "2a01:111:f403:d100::/64", + "2a01:111:f403:d101::/64", + "2a01:111:f403:d102::/64", + "2a01:111:f403:d104::/62", + "2a01:111:f403:d108::/62", + "2a01:111:f403:d10c::/62", + "2a01:111:f403:d120::/62", + "2a01:111:f403:d124::/64", + "2a01:111:f403:d125::/64", + "2a01:111:f403:d200::/64", + "2a01:111:f403:d201::/64", + "2a01:111:f403:d202::/64", + "2a01:111:f403:d203::/64", + "2a01:111:f403:d204::/64", + "2a01:111:f403:d205::/64", + "2a01:111:f403:d206::/64", + "2a01:111:f403:d401::/64", + "2a01:111:f403:d402::/64", + "2a01:111:f403:d800::/63", + "2a01:111:f403:d802::/64", + "2a01:111:f403:d803::/64", + "2a01:111:f403:d804::/62", + "2a01:111:f403:d900::/64", + "2a01:111:f403:d901::/64", + "2a01:111:f403:d902::/64", + "2a01:111:f403:d903::/64", + "2a01:111:f403:d904::/62", + "2a01:111:f403:d908::/62", + "2a01:111:f403:d90c::/62", + "2a01:111:f403:d910::/62", + "2a01:111:f403:d914::/64", + "2a01:111:f403:d915::/64", + "2a01:111:f403:da00::/64", + "2a01:111:f403:da01::/64", + "2a01:111:f403:da02::/64", + "2a01:111:f403:da03::/64", + "2a01:111:f403:da04::/64", + "2a01:111:f403:da05::/64", + "2a01:111:f403:da06::/64", + "2a01:111:f403:dc00::/64", + "2a01:111:f403:dc01::/64", + "2a01:111:f403:e000::/63", + "2a01:111:f403:e002::/64", + "2a01:111:f403:e003::/64", + "2a01:111:f403:e004::/62", + "2a01:111:f403:e008::/62", + "2a01:111:f403:e00c::/62", + "2a01:111:f403:e010::/62", + "2a01:111:f403:e014::/64", + "2a01:111:f403:e015::/64", + "2a01:111:f403:e016::/64", + "2a01:111:f403:e017::/64", + "2a01:111:f403:e018::/64", + "2a01:111:f403:e200::/64", + "2a01:111:f403:e201::/64", + "2a01:111:f403:e202::/64", + "2a01:111:f403:e203::/64", + "2a01:111:f403:e204::/64", + "2a01:111:f403:e205::/64", + "2a01:111:f403:e206::/64", + "2a01:111:f403:e400::/64", + "2a01:111:f403:e401::/64", + "2a01:111:f403:f000::/64", + "2a01:111:f403:f800::/62", + "2a01:111:f403:f804::/62", + "2a01:111:f403:f900::/62", + "2a01:111:f403:f904::/62", + "2a01:111:f403:f908::/62", + "2a01:111:f403:f90c::/62", + "2a01:111:f403:f910::/62" + ], + "networkFeatures": [ + "API", + "NSG" + ] + } + } + ] +} \ No newline at end of file diff --git a/azure/main.go b/azure/main.go new file mode 100644 index 0000000..6c838a9 --- /dev/null +++ b/azure/main.go @@ -0,0 +1,83 @@ +package main + +import ( + "encoding/json" + "fmt" + "math" + "net" + "os" +) + +type Azure struct { + ChangeNumber int `json:"changeNumber"` + Cloud string `json:"cloud"` + Values []struct { + Name string `json:"name"` + ID string `json:"id"` + Properties struct { + ChangeNumber int `json:"changeNumber"` + Region string `json:"region"` + RegionID int `json:"regionId"` + Platform string `json:"platform"` + SystemService string `json:"systemService"` + AddressPrefixes []string `json:"addressPrefixes"` + NetworkFeatures []string `json:"networkFeatures"` + } `json:"properties"` + } `json:"values"` +} + +func main() { + + // https://www.microsoft.com/en-us/download/details.aspx?id=56519 + f, err := os.Open("./ServiceTags_Public_20230724.json") + if err != nil { + panic(err) + } + defer f.Close() + + input := Azure{} + err = json.NewDecoder(f).Decode(&input) + if err != nil { + panic(err) + } + + totalIpv4 := 0 + totalIpv6 := 0 + smallestIpv4Prefix := 32 + smallestIpv6Prefix := 128 + + for _, v := range input.Values { + + for _, addr := range v.Properties.AddressPrefixes { + _, cidr, err := net.ParseCIDR(addr) + if err != nil { + panic(err) + } + + ones, bits := cidr.Mask.Size() + if bits == 128 { + + // Only track /64 blocks + bits = 64 + totalIpv6 += int(math.Pow(2.0, float64(bits-ones))) + + if ones < smallestIpv6Prefix { + smallestIpv6Prefix = ones + } + + } else if bits == 32 { + totalIpv4 += int(math.Pow(2.0, float64(bits-ones))) + if ones < smallestIpv4Prefix { + smallestIpv4Prefix = ones + } + } else { + panic("unknown bits??") + } + + } + + } + + fmt.Println("Total Ipv4 Address Count", totalIpv4, "Smallest Ipv4 Prefix", smallestIpv4Prefix) + fmt.Println("Total Ipv6 Address Count", totalIpv6, "Smallest Ipv6 Prefix", smallestIpv6Prefix) +} diff --git a/gcp/main.go b/gcp/main.go new file mode 100644 index 0000000..8ccf6ef --- /dev/null +++ b/gcp/main.go @@ -0,0 +1,76 @@ +package main + +import ( + "encoding/json" + "fmt" + "math" + "net" + "net/http" +) + +type Gcp struct { + SyncToken string `json:"syncToken"` + CreationTime string `json:"creationTime"` + Prefixes []struct { + Ipv4Prefix string `json:"ipv4Prefix,omitempty"` + Service string `json:"service"` + Scope string `json:"scope"` + Ipv6Prefix string `json:"ipv6Prefix,omitempty"` + } `json:"prefixes"` +} + +func main() { + + resp, err := http.Get("https://www.gstatic.com/ipranges/cloud.json") + if err != nil { + panic(err) + } + defer resp.Body.Close() + + input := Gcp{} + err = json.NewDecoder(resp.Body).Decode(&input) + if err != nil { + panic(err) + } + + total := 0 + smallestPrefix := 32 + for _, l := range input.Prefixes { + if l.Ipv4Prefix == "" { + continue + } + _, cidr, err := net.ParseCIDR(l.Ipv4Prefix) + if err != nil { + panic(err) + } + ones, bits := cidr.Mask.Size() + if ones < smallestPrefix { + smallestPrefix = ones + } + total += int(math.Pow(2.0, float64(bits-ones))) + } + + fmt.Println("Total Ipv4 Address Count", total, "Smallest Ipv4 Prefix", smallestPrefix) + + var totalIpv6 int64 = 0 + smallestPrefix = 128 + for _, l := range input.Prefixes { + if l.Ipv6Prefix == "" { + continue + } + _, cidr, err := net.ParseCIDR(l.Ipv6Prefix) + if err != nil { + panic(err) + } + ones, bits := cidr.Mask.Size() + if ones < smallestPrefix { + smallestPrefix = ones + } + + // Only count /64 blocks + bits = 64 + totalIpv6 += int64(math.Pow(2.0, float64(bits-ones))) + } + + fmt.Println("Total Ipv6 Address Count", totalIpv6, "Smallest Ipv6 Prefix", smallestPrefix) +} diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..7f72682 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module cidr-check + +go 1.20