VNet create/update support for IPAM pool association (2024-05-01) #30199
Labels
Auto-Assign
Auto assign by bot
Azure CLI Team
The command of the issue is owned by Azure CLI team
feature-request
Network
az network vnet/lb/nic/dns/etc...
Milestone
Preconditions
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.
New Parameter details:
addressPrefixes
array must explicitly be empty. Otherwise, a default address prefix will be used, causing an error.Good example:
Bad example:
Minimum API Version Required
2024-05-01
Swagger PR link / SDK link
swagger:
https://github.com/Azure/azure-rest-api-specs/pull/30560/files#diff-3865305b0c4c82aae9addc443cc6c5001ea7a833c4332d15f6f7dfe646e300b0
example PR of changes needed in CLI repo (may not be everything was just testing locally):
#30152
Request Example
https://github.com/Azure/azure-rest-api-specs/blob/kamboj-prjwl/release-network-Microsoft.Network-2024-05-01/specification/network/resource-manager/Microsoft.Network/stable/2024-05-01/examples/VirtualNetworkCreateWithIpamPool.json
Target Date
2024-11-15
PM Contact
LIJAY
Engineer Contact
DANLOPE
Additional context
No response
The text was updated successfully, but these errors were encountered: