Skip to content

Commit 0351b51

Browse files
committed
move to new branch
1 parent 8dc4131 commit 0351b51

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

specification/network/resource-manager/Microsoft.Network/stable/2021-05-01/examples/VirtualNetworkGatewayNatRuleGet.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@
1919
"ipConfigurationId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworkGateways/gateway1/ipConfigurations/default",
2020
"internalMappings": [
2121
{
22-
"addressSpace": "10.4.0.0/24"
22+
"addressSpace": "10.4.0.0/24",
23+
"portRange": "100-100"
2324
}
2425
],
2526
"externalMappings": [
2627
{
27-
"addressSpace": "50.4.0.0/24"
28+
"addressSpace": "50.4.0.0/24",
29+
"portRange": "200-200"
2830
}
2931
]
3032
}

specification/network/resource-manager/Microsoft.Network/stable/2021-05-01/examples/VirtualNetworkGatewayNatRulePut.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@
1212
"ipConfigurationId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworkGateways/gateway1/ipConfigurations/default",
1313
"internalMappings": [
1414
{
15-
"addressSpace": "10.4.0.0/24"
15+
"addressSpace": "10.4.0.0/24",
16+
"portRange": "200-300"
1617
}
1718
],
1819
"externalMappings": [
1920
{
20-
"addressSpace": "192.168.21.0/24"
21+
"addressSpace": "192.168.21.0/24",
22+
"portRange": "300-400"
2123
}
2224
]
2325
}
@@ -36,12 +38,14 @@
3638
"ipConfigurationId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworkGateways/gateway1/ipConfigurations/default",
3739
"internalMappings": [
3840
{
39-
"addressSpace": "10.4.0.0/24"
41+
"addressSpace": "10.4.0.0/24",
42+
"portRange": "200-300"
4043
}
4144
],
4245
"externalMappings": [
4346
{
44-
"addressSpace": "192.168.21.0/24"
47+
"addressSpace": "192.168.21.0/24",
48+
"portRange": "300-400"
4549
}
4650
]
4751
}
@@ -59,12 +63,14 @@
5963
"ipConfigurationId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworkGateways/gateway1/ipConfigurations/default",
6064
"internalMappings": [
6165
{
62-
"addressSpace": "10.4.0.0/24"
66+
"addressSpace": "10.4.0.0/24",
67+
"portRange": "200-300"
6368
}
6469
],
6570
"externalMappings": [
6671
{
67-
"addressSpace": "192.168.21.0/24"
72+
"addressSpace": "192.168.21.0/24",
73+
"portRange": "300-400"
6874
}
6975
]
7076
}

specification/network/resource-manager/Microsoft.Network/stable/2021-05-01/virtualWan.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6445,6 +6445,10 @@
64456445
"addressSpace": {
64466446
"type": "string",
64476447
"description": "Address space for Vpn NatRule mapping."
6448+
},
6449+
"portRange": {
6450+
"type": "string",
6451+
"description": "Port range for Vpn NatRule mapping."
64486452
}
64496453
},
64506454
"description": "Vpn NatRule mapping."

0 commit comments

Comments
 (0)