Skip to content

Add DisablePeeringRoute parameter to New-AzRouteTable#29252

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

Add DisablePeeringRoute parameter to New-AzRouteTable#29252
sonalsingh-msft wants to merge 1 commit 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).

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants