Open
Description
openedon Oct 27, 2024
Preconditions
- No need to upgrade Python SDK or the Python SDK is ready.
Related command
az network vnet create
az network vnet update
Resource Provider
Microsoft.Network
Description of Feature or Work Requested
Feature request for the vnet create/update
commands to introduce a new parameter: --ipam-pool-prefix-allocations
. This enhancement aims to facilitate the association/disassociation of a VNET with an IP Address Management (IPAM) pool, thereby streamlining the allocation of address prefixes.
This feature support is crucial for IPAM service going GA, which was targeted for mid-November.
- https://learn.microsoft.com/en-us/cli/azure/network/vnet?view=azure-cli-latest#az-network-vnet-create
- https://learn.microsoft.com/en-us/cli/azure/network/vnet?view=azure-cli-latest#az-network-vnet-update
New Parameter details:
- Optional Parameter
- Enables customers to specify an IPAM pool for allocating address prefixes to resources within the VNET, instead of defining an address prefix during VNET creation/update.
- If this parameter is utilized, the
addressPrefixes
array must explicitly be empty. Otherwise, a default address prefix will be used, causing an error.
Bad example:
Minimum API Version Required
2024-05-01
Swagger PR link / SDK link
example PR of changes needed in CLI repo (may not be everything was just testing locally):
#30152
Request Example
Target Date
2024-11-15
PM Contact
LIJAY
Engineer Contact
DANLOPE
Additional context
No response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment