az network vnet: Remove unsupported summarized-gateway-prefixes + ipam-pool-prefix-allocations example from docs - #33926
az network vnet: Remove unsupported summarized-gateway-prefixes + ipam-pool-prefix-allocations example from docs#33926Aditya Pujara (a0x1ab) with Copilot wants to merge 2 commits into
az network vnet: Remove unsupported summarized-gateway-prefixes + ipam-pool-prefix-allocations example from docs#33926Conversation
|
Hi Copilot, |
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
…ations example from vnet docs Co-authored-by: a0x1ab <59631311+a0x1ab@users.noreply.github.com>
az network vnet: Remove unsupported summarized-gateway-prefixes + ipam-pool-prefix-allocations example from docs
Live test skipped⏭️ Skipping the live test for this revision because no new test file was added ( The live-test pipeline runs only the test files a PR changes, so there is nothing to execute for this commit. This is informational — a regression test is encouraged where it makes sense, but not required. If a test file is added in a later commit, the live test will run automatically. Posted by agent-assist (autonomous bug-fix pipeline). |
|
🔔 Routing this PR to @Azure/act-quality-productivity-squad. |
|
network |
Related command
az network vnet create,az network vnet updateDescription
The help docs for
az network vnet create/updateincluded an example combining--summarized-gateway-prefixeswithipam-pool-prefix-allocations, but this combination is not supported by the service. This misled users into hitting errors when following the documented example.--summarized-gateway-prefixes+ipam-pool-prefix-allocationsexample from theCreatecommand docstring (_create.py).Updatecommand docstring (_update.py).--summarized-gateway-prefixeswithaddress-prefixesexample in both commands.Testing Guide
Confirm the help text no longer shows the
ipam-pool-prefix-allocationsexample under--summarized-gateway-prefixes.History Notes
[Network]
az network vnet create/update: Remove unsupported--summarized-gateway-prefixeswithipam-pool-prefix-allocationsexample from help docsThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.