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). |
|
network |
|
🔔 Routing this PR to @Azure/act-quality-productivity-squad. |
There was a problem hiding this comment.
CI Summary — Review Requested
This PR has completed CI with 1 failing check out of 102 total checks. No live-test dispatch was needed (no tests/**/test_*.py files changed).
Failed check:
Azure.azure-cli— Build #20260818.24 failed with 8 errors / 0 warnings. See build details: https://dev.azure.com/azclitools/5147fa83-336e-44ef-bbe0-c86b8ae86cbb/_build/results?buildId=339246- Check run: https://github.com/Azure/azure-cli/runs/95868783893
Please review the pipeline failure and address the reported errors before this PR can be merged.
|
resolved by #33930. |
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.