Skip to content

Commit

Permalink
Removed static IP allocation only from examples (#19858)
Browse files Browse the repository at this point in the history
* Removed static IP allocation

* Removed static only from examples

Co-authored-by: Arpit Gagneja <[email protected]>
  • Loading branch information
arpit-gagneja and argagnej authored Jul 22, 2022
1 parent 405811c commit bd05dd0
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"id": "/subscriptions/0403cfa9-9659-4f33-9f30-1f191c51d111/resourceGroups/sampleVnetResourceGroupName/providers/Microsoft.Network/virtualNetworks/sampleVirtualNetwork/subnets/sampleSubnet"
},
"privateIpAddress": "255.255.255.255",
"privateIpAllocationMethod": "Static"
"privateIpAllocationMethod": "Dynamic"
}
],
"provisioningState": "Succeeded",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"id": "/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleVnetResourceGroupName/providers/Microsoft.Network/virtualNetworks/sampleVirtualNetwork/subnets/sampleSubnet1"
},
"privateIpAddress": "255.1.255.1",
"privateIpAllocationMethod": "Static"
"privateIpAllocationMethod": "Dynamic"
}
],
"provisioningState": "Succeeded",
Expand Down Expand Up @@ -60,7 +60,7 @@
"id": "/subscriptions/0403cfa9-9659-4f33-9f30-1f191c51d111/resourceGroups/sampleVnetResourceGroupName/providers/Microsoft.Network/virtualNetworks/sampleVirtualNetwork/subnets/sampleSubnet1"
},
"privateIpAddress": "1.1.255.1",
"privateIpAllocationMethod": "Static"
"privateIpAllocationMethod": "Dynamic"
}
],
"provisioningState": "Succeeded",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"id": "/subscriptions/0403cfa9-9659-4f33-9f30-1f191c51d111/resourceGroups/sampleVnetResourceGroupName/providers/Microsoft.Network/virtualNetworks/sampleVirtualNetwork/subnets/sampleSubnet"
},
"privateIpAddress": "255.255.255.255",
"privateIpAllocationMethod": "Static"
"privateIpAllocationMethod": "Dynamic"
}
],
"provisioningState": "Succeeded",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"subnet": {
"id": "/subscriptions/0403cfa9-9659-4f33-9f30-1f191c51d111/resourceGroups/sampleVnetResourceGroupName/providers/Microsoft.Network/virtualNetworks/sampleVirtualNetwork/subnets/sampleSubnet"
},
"privateIpAddress": "255.255.255.255",
"privateIpAllocationMethod": "Static"
"privateIpAllocationMethod": "Dynamic"
}
]
}
Expand Down Expand Up @@ -47,7 +46,7 @@
"id": "/subscriptions/0403cfa9-9659-4f33-9f30-1f191c51d111/resourceGroups/sampleVnetResourceGroupName/providers/Microsoft.Network/virtualNetworks/sampleVirtualNetwork/subnets/sampleSubnet"
},
"privateIpAddress": "255.255.255.255",
"privateIpAllocationMethod": "Static"
"privateIpAllocationMethod": "Dynamic"
}
],
"provisioningState": "Succeeded",
Expand Down Expand Up @@ -78,7 +77,7 @@
"id": "/subscriptions/0403cfa9-9659-4f33-9f30-1f191c51d111/resourceGroups/sampleVnetResourceGroupName/providers/Microsoft.Network/virtualNetworks/sampleVirtualNetwork/subnets/sampleSubnet"
},
"privateIpAddress": "255.255.255.255",
"privateIpAllocationMethod": "Static"
"privateIpAllocationMethod": "Dynamic"
}
],
"provisioningState": "Succeeded",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"id": "/subscriptions/0403cfa9-9659-4f33-9f30-1f191c51d111/resourceGroups/sampleVnetResourceGroupName/providers/Microsoft.Network/virtualNetworks/sampleVirtualNetwork/subnets/sampleSubnet"
},
"privateIpAddress": "255.255.255.255",
"privateIpAllocationMethod": "Static"
"privateIpAllocationMethod": "Dynamic"
}
],
"provisioningState": "Succeeded",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"id": "/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleVnetResourceGroupName/providers/Microsoft.Network/virtualNetworks/sampleVirtualNetwork/subnets/sampleSubnet1"
},
"privateIpAddress": "255.1.255.1",
"privateIpAllocationMethod": "Static"
"privateIpAllocationMethod": "Dynamic"
}
],
"provisioningState": "Succeeded",
Expand Down Expand Up @@ -60,7 +60,7 @@
"id": "/subscriptions/0403cfa9-9659-4f33-9f30-1f191c51d111/resourceGroups/sampleVnetResourceGroupName/providers/Microsoft.Network/virtualNetworks/sampleVirtualNetwork/subnets/sampleSubnet1"
},
"privateIpAddress": "1.1.255.1",
"privateIpAllocationMethod": "Static"
"privateIpAllocationMethod": "Dynamic"
}
],
"provisioningState": "Succeeded",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"id": "/subscriptions/0403cfa9-9659-4f33-9f30-1f191c51d111/resourceGroups/sampleVnetResourceGroupName/providers/Microsoft.Network/virtualNetworks/sampleVirtualNetwork/subnets/sampleSubnet"
},
"privateIpAddress": "255.255.255.255",
"privateIpAllocationMethod": "Static"
"privateIpAllocationMethod": "Dynamic"
}
],
"provisioningState": "Succeeded",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"subnet": {
"id": "/subscriptions/0403cfa9-9659-4f33-9f30-1f191c51d111/resourceGroups/sampleVnetResourceGroupName/providers/Microsoft.Network/virtualNetworks/sampleVirtualNetwork/subnets/sampleSubnet"
},
"privateIpAddress": "255.255.255.255",
"privateIpAllocationMethod": "Static"
"privateIpAllocationMethod": "Dynamic"
}
]
}
Expand Down Expand Up @@ -47,7 +46,7 @@
"id": "/subscriptions/0403cfa9-9659-4f33-9f30-1f191c51d111/resourceGroups/sampleVnetResourceGroupName/providers/Microsoft.Network/virtualNetworks/sampleVirtualNetwork/subnets/sampleSubnet"
},
"privateIpAddress": "255.255.255.255",
"privateIpAllocationMethod": "Static"
"privateIpAllocationMethod": "Dynamic"
}
],
"provisioningState": "Succeeded",
Expand Down Expand Up @@ -78,7 +77,7 @@
"id": "/subscriptions/0403cfa9-9659-4f33-9f30-1f191c51d111/resourceGroups/sampleVnetResourceGroupName/providers/Microsoft.Network/virtualNetworks/sampleVirtualNetwork/subnets/sampleSubnet"
},
"privateIpAddress": "255.255.255.255",
"privateIpAllocationMethod": "Static"
"privateIpAllocationMethod": "Dynamic"
}
],
"provisioningState": "Succeeded",
Expand Down

0 comments on commit bd05dd0

Please sign in to comment.