Add IPAM pool allocation size parameters - #30096
Open
Arjun Patel (arjun-d-patel) wants to merge 2 commits into
Open
Add IPAM pool allocation size parameters#30096Arjun Patel (arjun-d-patel) wants to merge 2 commits into
Arjun Patel (arjun-d-patel) wants to merge 2 commits into
Conversation
Pin the 2026-01-01 IPAM pool schema and regenerate the affected SDK models and operations from Azure/azure-rest-api-specs#45650. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Expose minimum and maximum allocation sizes on New-AzNetworkManagerIpamPool and Set-AzNetworkManagerIpamPool, with playback coverage and updated help. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
|
Azure Pipelines: Successfully started running 2 pipeline(s). There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
|
Thank you for your contribution Arjun Patel (@arjun-d-patel)! We will review the pull request and get back to you soon. |
Member
|
/azp run |
Contributor
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 PR Validation —⚠️ Review suggested
️✔️Az.Accounts
️✔️Az.ApplicationInsights
️✔️Az.CognitiveServices
️✔️Az.Compute
️✔️Az.Dns
️✔️Az.Maintenance
️✔️Az.ManagedServiceIdentity
️✔️Az.Monitor
️✔️Az.OperationalInsights
️✔️Az.PrivateDns
️✔️Az.RecoveryServices
️✔️Az.Resources
️✔️Az.Security
️✔️Az.ServiceBus
️✔️Az.Sql
️✔️Az.Storage
️✔️Az.Websites
Description
New-AzNetworkManagerIpamPoolandSet-AzNetworkManagerIpamPooladdMinAllocationSizeandMaxAllocationSizefor Microsoft.Network API2026-01-01. The PowerShell model mapping carries these values through create and update operations, and update supports clearing either bound with an empty string.The Microsoft.Network SDK was generated from Azure/azure-rest-api-specs#45650. This change also adds playback coverage and updates the cmdlet help and changelog.
PS cmdlet design: N/A
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.mdand reviewed the following information:ChangeLog.mdfile(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.## Upcoming Releaseheader in the past tense.ChangeLog.mdif no new release is required, such as fixing test case only.Testing
NetworkManagerIpamPoolCRUDplayback test passed (1/1).Commit structure
cad1d4356d15cc4c3dcde5bfdd3a2b3730eb0dbdcontains temporary AutoRest README/generated SDK changes kept separate for later revert.c58db19dbf3154cb0ad36653f39061efb4d01d8econtains the PowerShell cmdlet/model/test/help/changelog changes.