-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
azurerm_express_route_circuit_peering - support for bandwidth_in_gbps, express_route_port_id #12289
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@xuzhang3 Thank you for the PR! I've looked through and left some comments.
azurerm/internal/services/network/express_route_circuit_resource.go
Outdated
Show resolved
Hide resolved
azurerm/internal/services/network/express_route_circuit_resource.go
Outdated
Show resolved
Hide resolved
azurerm/internal/services/network/express_route_circuit_resource.go
Outdated
Show resolved
Hide resolved
azurerm/internal/services/network/express_route_circuit_resource.go
Outdated
Show resolved
Hide resolved
azurerm/internal/services/network/express_route_circuit_resource.go
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update!
I have left some additional mostly minor comments that once addressed this should be good to merge 👍
azurerm/internal/services/network/express_route_circuit_resource.go
Outdated
Show resolved
Hide resolved
@xuzhang3 overall it LGTM! Despite, the test has one small error, which looks like wants to adding some sequential in the acctest. If we can fix that, it should be good to go! |
Every subscription can create no more than 10 circuits by default. https://docs.microsoft.com/en-us/azure/expressroute/expressroute-faqs#can-i-have-more-than-one-expressroute-circuit-in-my-subscription |
@xuzhang3 So can we reflect that in the acctest? |
Fixed
Fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🍰
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
No description provided.