Skip to content

az network vnet: Remove unsupported summarized-gateway-prefixes + ipam-pool-prefix-allocations example from docs - #33926

Closed
Aditya Pujara (a0x1ab) with Copilot wants to merge 2 commits into
devfrom
copilot/update-summarized-gateway-prefixes
Closed

az network vnet: Remove unsupported summarized-gateway-prefixes + ipam-pool-prefix-allocations example from docs#33926
Aditya Pujara (a0x1ab) with Copilot wants to merge 2 commits into
devfrom
copilot/update-summarized-gateway-prefixes

Conversation

Copilot AI commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Related command
az network vnet create, az network vnet update

Description
The help docs for az network vnet create/update included an example combining --summarized-gateway-prefixes with ipam-pool-prefix-allocations, but this combination is not supported by the service. This misled users into hitting errors when following the documented example.

  • Removed the --summarized-gateway-prefixes + ipam-pool-prefix-allocations example from the Create command docstring (_create.py).
  • Removed the same misleading example from the Update command docstring (_update.py).
  • Retained the valid --summarized-gateway-prefixes with address-prefixes example in both commands.

Testing Guide

az network vnet create --resource-group rg1 --name test-vnet --location eastus --address-prefixes 10.0.0.0/16 --summarized-gateway-prefixes address-prefixes="[10.0.0.0/16]"
az network vnet create --help

Confirm the help text no longer shows the ipam-pool-prefix-allocations example under --summarized-gateway-prefixes.

History Notes
[Network] az network vnet create/update: Remove unsupported --summarized-gateway-prefixes with ipam-pool-prefix-allocations example from help docs


This checklist is used to make sure that common guidelines for a pull request are followed.

@azure-client-tools-bot-prd

Copy link
Copy Markdown

Hi Copilot,
Since the current milestone time is less than 7 days, this pr may not catch up with this release.

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Copy Markdown
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>
Copilot AI requested a review from a team as a code owner August 18, 2026 18:15
Copilot AI changed the title [WIP] Update summarized-gateway-prefixes property in Virtual Network docs az network vnet: Remove unsupported summarized-gateway-prefixes + ipam-pool-prefix-allocations example from docs Aug 18, 2026
@azure-client-tools-agent

Copy link
Copy Markdown
Contributor

Live test skipped

⏭️ Skipping the live test for this revision because no new test file was added (tests/**/test_*.py).

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).

@azure-client-tools-agent azure-client-tools-agent Bot added the azure-client-tools-agent Pull request reviewed by Azure Client Tools Agent label Aug 18, 2026
@yonzhan

Copy link
Copy Markdown
Collaborator

network

@a0x1ab Aditya Pujara (a0x1ab) added the Azure Client Tools Agent Requested Request Azure Client Tools Agent testing and review label Aug 19, 2026
@microsoft-github-policy-service

Copy link
Copy Markdown
Contributor

🔔 Routing this PR to @Azure/act-quality-productivity-squad.

@azure-client-tools-agent azure-client-tools-agent Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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:

Please review the pipeline failure and address the reported errors before this PR can be merged.

@azure-client-tools-agent azure-client-tools-agent Bot removed the Azure Client Tools Agent Requested Request Azure Client Tools Agent testing and review label Aug 19, 2026
@necusjz

Copy link
Copy Markdown
Member

resolved by #33930.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

act-quality-productivity-squad Auto-Assign Auto assign by bot azure-client-tools-agent Pull request reviewed by Azure Client Tools Agent Network az network vnet/lb/nic/dns/etc...

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update summarized-gateway-prefixes property for Virtual Network docs

5 participants