-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev.json
More file actions
37 lines (37 loc) · 893 Bytes
/
dev.json
File metadata and controls
37 lines (37 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[
{
"label": "ALLOW_EXAMPLE_CORP_NETWORK1",
"list_type": "ALLOW",
"ip_addresses": ["192.168.0.0/23"],
"operation": "CREATE"
},
{
"label": "ALLOW_EXAMPLE_CORP_NETWORK2",
"list_type": "ALLOW",
"ip_addresses": ["172.0.0.0/23"],
"operation": "CREATE"
},
{
"label": "ALLOW_EXAMPLE_EXTERNAL_PUBLIC_IPS",
"list_type": "ALLOW",
"ip_addresses": [
"123.123.123.123/32",
"123.123.123.123/32",
"123.123.123.123/32",
"123.123.123.123/32"
],
"operation": "CREATE"
},
{
"label": "ALLOW_EXAMPLE_AZURE_FW_PUBLIC_IPS",
"list_type": "ALLOW",
"ip_addresses": ["123.123.123.123/32", "123.123.123.123/32"],
"operation": "CREATE"
},
{
"label": "ALLOW_EXAMPLE_AZURE_DATABRICKS_DEV_SUBNETS",
"list_type": "ALLOW",
"ip_addresses": ["10.0.0.0/25", "10.0.100.0/25"],
"operation": "CREATE"
}
]