Skip to content

Add DisablePeeringRoute parameter to New-AzRouteTable#29252

Open
sonalsingh-msft wants to merge 2 commits intoAzure:release-network-2025-07-01from
sonalsingh-msft:sonalsingh/dprPSChanges
Open

Add DisablePeeringRoute parameter to New-AzRouteTable#29252
sonalsingh-msft wants to merge 2 commits intoAzure:release-network-2025-07-01from
sonalsingh-msft:sonalsingh/dprPSChanges

Conversation

@sonalsingh-msft
Copy link

Description

This PR adds support for the DisablePeeringRoute feature on Route Tables.

Changes:

  • Added DisablePeeringRoute property to RouteTable SDK model
  • Added DisablePeeringRoute.cs with None and All constants
  • Added DisablePeeringRoute property to PSRouteTable PowerShell model
  • Added -DisablePeeringRoute parameter to New-AzRouteTable cmdlet with ValidateSet("None", "All")
  • Added scenario test covering create and update operations
  • Updated help documentation for New-AzRouteTable

Related:

Checklist

  • I have read the contributing guidelines
  • The associated swagger spec PR has been merged
  • Check ChangeLog.md is updated

@azure-client-tools-bot-prd
Copy link

Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

@NoriZC
Copy link
Contributor

NoriZC commented Mar 10, 2026

/azp run

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

@NoriZC
Copy link
Contributor

NoriZC commented Mar 10, 2026

/azp run

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

Copy link
Contributor

Choose a reason for hiding this comment

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

Hi @sonalsingh-msft the CI is failing because the manual update of generated SDK is not allowed. Please update src/Network/Network.Management.Sdk/README.md instead to generate latest SDK

@NoriZC NoriZC self-assigned this Mar 11, 2026
@github-actions
Copy link

This PR was labeled "needs-revision" because it has unresolved review comments or CI failures.
Please resolve all open review comments and make sure all CI checks are green. Refer to our guide to troubleshoot common CI failures.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants