Skip to content

Commit bd05dd0

Browse files
Removed static IP allocation only from examples (#19858)
* Removed static IP allocation * Removed static only from examples Co-authored-by: Arpit Gagneja <[email protected]>
1 parent 405811c commit bd05dd0

File tree

8 files changed

+14
-16
lines changed

8 files changed

+14
-16
lines changed

specification/dnsresolver/resource-manager/Microsoft.Network/preview/2020-04-01-preview/examples/InboundEndpoint_Get.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"id": "/subscriptions/0403cfa9-9659-4f33-9f30-1f191c51d111/resourceGroups/sampleVnetResourceGroupName/providers/Microsoft.Network/virtualNetworks/sampleVirtualNetwork/subnets/sampleSubnet"
3131
},
3232
"privateIpAddress": "255.255.255.255",
33-
"privateIpAllocationMethod": "Static"
33+
"privateIpAllocationMethod": "Dynamic"
3434
}
3535
],
3636
"provisioningState": "Succeeded",

specification/dnsresolver/resource-manager/Microsoft.Network/preview/2020-04-01-preview/examples/InboundEndpoint_List.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"id": "/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleVnetResourceGroupName/providers/Microsoft.Network/virtualNetworks/sampleVirtualNetwork/subnets/sampleSubnet1"
3232
},
3333
"privateIpAddress": "255.1.255.1",
34-
"privateIpAllocationMethod": "Static"
34+
"privateIpAllocationMethod": "Dynamic"
3535
}
3636
],
3737
"provisioningState": "Succeeded",
@@ -60,7 +60,7 @@
6060
"id": "/subscriptions/0403cfa9-9659-4f33-9f30-1f191c51d111/resourceGroups/sampleVnetResourceGroupName/providers/Microsoft.Network/virtualNetworks/sampleVirtualNetwork/subnets/sampleSubnet1"
6161
},
6262
"privateIpAddress": "1.1.255.1",
63-
"privateIpAllocationMethod": "Static"
63+
"privateIpAllocationMethod": "Dynamic"
6464
}
6565
],
6666
"provisioningState": "Succeeded",

specification/dnsresolver/resource-manager/Microsoft.Network/preview/2020-04-01-preview/examples/InboundEndpoint_Patch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"id": "/subscriptions/0403cfa9-9659-4f33-9f30-1f191c51d111/resourceGroups/sampleVnetResourceGroupName/providers/Microsoft.Network/virtualNetworks/sampleVirtualNetwork/subnets/sampleSubnet"
3636
},
3737
"privateIpAddress": "255.255.255.255",
38-
"privateIpAllocationMethod": "Static"
38+
"privateIpAllocationMethod": "Dynamic"
3939
}
4040
],
4141
"provisioningState": "Succeeded",

specification/dnsresolver/resource-manager/Microsoft.Network/preview/2020-04-01-preview/examples/InboundEndpoint_Put.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"subnet": {
1616
"id": "/subscriptions/0403cfa9-9659-4f33-9f30-1f191c51d111/resourceGroups/sampleVnetResourceGroupName/providers/Microsoft.Network/virtualNetworks/sampleVirtualNetwork/subnets/sampleSubnet"
1717
},
18-
"privateIpAddress": "255.255.255.255",
19-
"privateIpAllocationMethod": "Static"
18+
"privateIpAllocationMethod": "Dynamic"
2019
}
2120
]
2221
}
@@ -47,7 +46,7 @@
4746
"id": "/subscriptions/0403cfa9-9659-4f33-9f30-1f191c51d111/resourceGroups/sampleVnetResourceGroupName/providers/Microsoft.Network/virtualNetworks/sampleVirtualNetwork/subnets/sampleSubnet"
4847
},
4948
"privateIpAddress": "255.255.255.255",
50-
"privateIpAllocationMethod": "Static"
49+
"privateIpAllocationMethod": "Dynamic"
5150
}
5251
],
5352
"provisioningState": "Succeeded",
@@ -78,7 +77,7 @@
7877
"id": "/subscriptions/0403cfa9-9659-4f33-9f30-1f191c51d111/resourceGroups/sampleVnetResourceGroupName/providers/Microsoft.Network/virtualNetworks/sampleVirtualNetwork/subnets/sampleSubnet"
7978
},
8079
"privateIpAddress": "255.255.255.255",
81-
"privateIpAllocationMethod": "Static"
80+
"privateIpAllocationMethod": "Dynamic"
8281
}
8382
],
8483
"provisioningState": "Succeeded",

specification/dnsresolver/resource-manager/Microsoft.Network/stable/2022-07-01/examples/InboundEndpoint_Get.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"id": "/subscriptions/0403cfa9-9659-4f33-9f30-1f191c51d111/resourceGroups/sampleVnetResourceGroupName/providers/Microsoft.Network/virtualNetworks/sampleVirtualNetwork/subnets/sampleSubnet"
3131
},
3232
"privateIpAddress": "255.255.255.255",
33-
"privateIpAllocationMethod": "Static"
33+
"privateIpAllocationMethod": "Dynamic"
3434
}
3535
],
3636
"provisioningState": "Succeeded",

specification/dnsresolver/resource-manager/Microsoft.Network/stable/2022-07-01/examples/InboundEndpoint_List.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"id": "/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleVnetResourceGroupName/providers/Microsoft.Network/virtualNetworks/sampleVirtualNetwork/subnets/sampleSubnet1"
3232
},
3333
"privateIpAddress": "255.1.255.1",
34-
"privateIpAllocationMethod": "Static"
34+
"privateIpAllocationMethod": "Dynamic"
3535
}
3636
],
3737
"provisioningState": "Succeeded",
@@ -60,7 +60,7 @@
6060
"id": "/subscriptions/0403cfa9-9659-4f33-9f30-1f191c51d111/resourceGroups/sampleVnetResourceGroupName/providers/Microsoft.Network/virtualNetworks/sampleVirtualNetwork/subnets/sampleSubnet1"
6161
},
6262
"privateIpAddress": "1.1.255.1",
63-
"privateIpAllocationMethod": "Static"
63+
"privateIpAllocationMethod": "Dynamic"
6464
}
6565
],
6666
"provisioningState": "Succeeded",

specification/dnsresolver/resource-manager/Microsoft.Network/stable/2022-07-01/examples/InboundEndpoint_Patch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"id": "/subscriptions/0403cfa9-9659-4f33-9f30-1f191c51d111/resourceGroups/sampleVnetResourceGroupName/providers/Microsoft.Network/virtualNetworks/sampleVirtualNetwork/subnets/sampleSubnet"
3636
},
3737
"privateIpAddress": "255.255.255.255",
38-
"privateIpAllocationMethod": "Static"
38+
"privateIpAllocationMethod": "Dynamic"
3939
}
4040
],
4141
"provisioningState": "Succeeded",

specification/dnsresolver/resource-manager/Microsoft.Network/stable/2022-07-01/examples/InboundEndpoint_Put.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"subnet": {
1616
"id": "/subscriptions/0403cfa9-9659-4f33-9f30-1f191c51d111/resourceGroups/sampleVnetResourceGroupName/providers/Microsoft.Network/virtualNetworks/sampleVirtualNetwork/subnets/sampleSubnet"
1717
},
18-
"privateIpAddress": "255.255.255.255",
19-
"privateIpAllocationMethod": "Static"
18+
"privateIpAllocationMethod": "Dynamic"
2019
}
2120
]
2221
}
@@ -47,7 +46,7 @@
4746
"id": "/subscriptions/0403cfa9-9659-4f33-9f30-1f191c51d111/resourceGroups/sampleVnetResourceGroupName/providers/Microsoft.Network/virtualNetworks/sampleVirtualNetwork/subnets/sampleSubnet"
4847
},
4948
"privateIpAddress": "255.255.255.255",
50-
"privateIpAllocationMethod": "Static"
49+
"privateIpAllocationMethod": "Dynamic"
5150
}
5251
],
5352
"provisioningState": "Succeeded",
@@ -78,7 +77,7 @@
7877
"id": "/subscriptions/0403cfa9-9659-4f33-9f30-1f191c51d111/resourceGroups/sampleVnetResourceGroupName/providers/Microsoft.Network/virtualNetworks/sampleVirtualNetwork/subnets/sampleSubnet"
7978
},
8079
"privateIpAddress": "255.255.255.255",
81-
"privateIpAllocationMethod": "Static"
80+
"privateIpAllocationMethod": "Dynamic"
8281
}
8382
],
8483
"provisioningState": "Succeeded",

0 commit comments

Comments
 (0)