-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Create/Update Hub BGP Connection #22213
Comments
@ksridhar57 thanks for reaching out, we'll investigate it ASAP. |
According to the log info, it seems that some of your parameter is not valid for service. It needs domain knowledge from service team to help. |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @vwansuppgithub. Issue Details
Describe the bug DEFAULT_TRANSIT_VNET_CONN_NAME = "Prisma-SD-WAN-Transit-VNET_Connect" ` network_mgmt_client.virtual_hub_bgp_connection.begin_delete(
Prints: /subscriptions/440774a6-0e13-4c66-ac90-007c493478ba/resourceGroups/CGXTestRG1-vHub/providers/Microsoft.Network/virtualHubs/Prisma-SD-WAN-vHub/hubVirtualNetworkConnections/Prisma-SD-WAN-Transit-VNET_Connect
The hub virtual network connection named Prisma-SD-WAN-Transit-VNET_Connect has been provisioned successfully. The error I get is: Any advise? Thanks!
|
I ran into same issue on terraform. What is the status of the fix? |
Can you check the latest azure-mgmt-network library to see if it is fixed? |
Hi @ksridhar57. Thank you for opening this issue and giving us the opportunity to assist. To help our team better understand your issue and the details of your scenario please provide a response to the question asked above or the information requested above. This will help us more accurately address your issue. |
Hi @ksridhar57, we're sending this friendly reminder because we haven't heard back from you in 7 days. We need more information about this issue to help address it. Please be sure to give us your input. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you! |
Describe the bug
Unable to create or update a BGP peer resource of virtual HUB. The following is the code used -
DEFAULT_TRANSIT_VNET_CONN_NAME = "Prisma-SD-WAN-Transit-VNET_Connect"
` network_mgmt_client.virtual_hub_bgp_connection.begin_delete(
resource_group_name=resource_group,
virtual_hub_name=vhub_name,
connection_name=peer
).wait()
Prints: /subscriptions/440774a6-0e13-4c66-ac90-007c493478ba/resourceGroups/CGXTestRG1-vHub/providers/Microsoft.Network/virtualHubs/Prisma-SD-WAN-vHub/hubVirtualNetworkConnections/Prisma-SD-WAN-Transit-VNET_Connect
The hub virtual network connection named Prisma-SD-WAN-Transit-VNET_Connect has been provisioned successfully.
The error I get is:
{'err': HttpResponseError('(HubBgpConnectionMustReferenceFullyProvisionedHubVirtualNetworkConnection) HubBgpConnection /subscriptions/440774a6-0e13-4c66-ac90-007c493478ba/resourceGroups/CGXTestRG1-vHub/providers/Microsoft.Network/virtualHubs/Prisma-SD-WAN-vHub/bgpConnections/Prisma-SD-WAN-vIon1-Peer must reference existing provisioned HubVirtualNetworkConnection.\nCode: HubBgpConnectionMustReferenceFullyProvisionedHubVirtualNetworkConnection\nMessage: HubBgpConnection /subscriptions/440774a6-0e13-4c66-ac90-007c493478ba/resourceGroups/CGXTestRG1-vHub/providers/Microsoft.Network/virtualHubs/Prisma-SD-WAN-vHub/bgpConnections/Prisma-SD-WAN-vIon1-Peer must reference existing provisioned HubVirtualNetworkConnection.',)}
Any advise?
Thanks!
The text was updated successfully, but these errors were encountered: