Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Az CLI support for BgpConnection in VirtualHub #19316

Closed
AndriiKalinichenko opened this issue Aug 23, 2021 · 1 comment · Fixed by Azure/azure-cli-extensions#3888
Closed

Az CLI support for BgpConnection in VirtualHub #19316

AndriiKalinichenko opened this issue Aug 23, 2021 · 1 comment · Fixed by Azure/azure-cli-extensions#3888
Assignees
Labels
feature-request Network az network vnet/lb/nic/dns/etc... p1_e1 priority=1 emergency=1

Comments

@AndriiKalinichenko
Copy link

Resource Provider

NRP (Microsoft.Network)

Description of Feature or Work Requested

We are adding support for a new child resource HubBgpConnection of parent VirtualHub. HubBgpConnection (or just BgpConnection) has following properties:

  • PeerIp (IP address of the BGP peer)
  • PeerAsn (ASN of the BGP peer)
  • VirtualHubVnetConnection (VirtualHubVnetConnection references by the BgpConnection)

For this resource we would need following CLI commands:

  • az network vhub bgpconnection create
  • az network vhub bgpconnection update
  • az network vhub bgpconnection delete
  • az network vhub bgpconnection get/show
  • az network vhub bgpconnection list

Design doc: BGP Endpoint in Virtual Hub, most useful section is "JSON resource samples".

There are CLI commands for Route Server which are very similar (except for VirtualHubVnetConnection reference): https://docs.microsoft.com/en-us/cli/azure/network/routeserver/peering?view=azure-cli-latest

Minimum API Version Required

02-01-2021

Swagger Link

Swagger PR: Azure/azure-rest-api-specs#14800

VirtualWan resource: https://github.com/Azure/azure-rest-api-specs/blob/network-march-branch/specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/virtualWan.json#L5877

Target Date

9/30/2021

@ghost ghost added the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Aug 23, 2021
@yonzhan yonzhan added Network az network vnet/lb/nic/dns/etc... feature-request labels Aug 23, 2021
@ghost ghost removed the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Aug 23, 2021
@yonzhan yonzhan added this to the Sep 2021 (2021-10-05) milestone Aug 23, 2021
@yonzhan
Copy link
Collaborator

yonzhan commented Aug 23, 2021

network

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Network az network vnet/lb/nic/dns/etc... p1_e1 priority=1 emergency=1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants