Skip to content

{Network} az network vnet create: Remove unsupported summarized-gateway-prefixes with ipam-pool-prefix-allocations reference from help text - #33930

Merged
Ethan Yang (necusjz) merged 1 commit into
Azure:devfrom
huiii99:fix/update-summarized-gateway-prefixes
Aug 20, 2026
Merged

Conversation

@huiii99

@huiii99 Jian Hui (huiii99) commented Aug 19, 2026

Copy link
Copy Markdown
Member

🤖 PR Validation — ️✔️ All clear

Breaking Changes Tests
️✔️ None ️✔️ 130/130

Related command
az network vnet create
az network vnet update

Description
The help for az network vnet create and az network vnet update included examples combining --summarized-gateway-prefixes with ipam-pool-prefix-allocations, but this combination is not currently supported for public use.

Remove the unsupported examples to avoid directing users to an unavailable scenario. The supported address-prefixes examples remain unchanged.

Fixes #33923
aaz Azure/aaz#1068

Testing Guide
az network vnet create --help
az network vnet update --help

History Notes


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 Jian Hui (@huiii99),
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.

@a0x1ab

Copy link
Copy Markdown
Member

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 3 pipeline(s).

@coopercox-ms
Cooper Cox (coopercox-ms) marked this pull request as ready for review August 19, 2026 08:28
@coopercox-ms
Cooper Cox (coopercox-ms) requested a review from a team as a code owner August 19, 2026 08:28
Copilot AI lite review requested due to automatic review settings August 19, 2026 08:28
@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.

Pull request overview

This PR updates the autogenerated AAZ help text for az network vnet create and az network vnet update to remove examples that combine --summarized-gateway-prefixes with ipam-pool-prefix-allocations, since that scenario is not supported for public use. This aligns the CLI help output with current command behavior and avoids directing users toward a non-functional configuration (per #33923).

Changes:

  • Removed the --summarized-gateway-prefixes ipam-pool-prefix-allocations=... example from az network vnet create help.
  • Removed the --summarized-gateway-prefixes ipam-pool-prefix-allocations=... example from az network vnet update help.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/azure-cli/azure/cli/command_modules/network/aaz/latest/network/vnet/_create.py Removes the unsupported summarized-gateway-prefixes + IPAM example from the command docstring examples.
src/azure-cli/azure/cli/command_modules/network/aaz/latest/network/vnet/_update.py Removes the unsupported summarized-gateway-prefixes + IPAM example from the command docstring examples.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@coopercox-ms Cooper Cox (coopercox-ms) left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@Azure/act-quality-productivity-squad Aditya Pujara (@a0x1ab) it looks like #33926 and #33930 were created independently for #33923. #33926 is a downstream-only edit, while #33930 is linked to the source-of-truth change in Azure/aaz#1068.
Shall we keep #33930 as the canonical downstream PR and close #33926 as a duplicate.
Could Q&P confirm which PR should be retained before either is merged?

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

@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 19, 2026

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

Automated Review Summary

CI: ✅ All 64 checks passed, no pending or failed runs.
Live test: No runnable test files changed by this PR (help-text only change), so the live-test tester step was skipped.

This PR looks good from an automated standpoint — no code paths or test files affected, only help text corrections. No further action needed from the agent.

@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
@microsoft-github-policy-service

Copy link
Copy Markdown
Contributor

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

@necusjz

Ethan Yang (necusjz) commented Aug 20, 2026

Copy link
Copy Markdown
Member

@Azure/act-quality-productivity-squad Aditya Pujara (Aditya Pujara (@a0x1ab)) it looks like #33926 and #33930 were created independently for #33923. #33926 is a downstream-only edit, while #33930 is linked to the source-of-truth change in Azure/aaz#1068. Shall we keep #33920 as the canonical downstream PR and close #33926 as a duplicate. Could Q&P confirm which PR should be retained before either is merged?

the reason behind is somehow similar as https://github.com/Azure/CLIPS/issues/652#issuecomment-5350008102. will handle them later.

@necusjz Ethan Yang (necusjz) changed the title [Network] az network vnet create: Remove unsupported summarized-gateway-prefixes with ipam-pool-prefix-allocations reference from help text {Network} az network vnet create: Remove unsupported summarized-gateway-prefixes with ipam-pool-prefix-allocations reference from help text Aug 20, 2026
@necusjz
Ethan Yang (necusjz) merged commit 5894584 into Azure:dev Aug 20, 2026
70 checks passed
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