-
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
Fix for ExpressRoute: No support for route filters for Microsoft peering #1083 #6341
Fix for ExpressRoute: No support for route filters for Microsoft peering #1083 #6341
Conversation
I added a commit how do I get it to retest or update the pull? |
@tombuildsstuff Reviewing another expressroute issue, I see why we set test to lower case now in This needs reworked. Feel free to flag it as such. I will work on it today. |
Other resource types use the singular rule. Update for hashicorp#1083
Last update for hashicorp#1083. The tests are all set to lowercase. Assuming it is an expense issue. The test was run successfully for TestAccAzureRMExpressRouteCircuitPeering_microsoftPeeringWithRouteFilter. === RUN TestAccAzureRMExpressRouteCircuitPeering_microsoftPeeringWithRouteFilter --- PASS: TestAccAzureRMExpressRouteCircuitPeering_microsoftPeeringWithRouteFilter (372.94s) PASS ok github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/services/network/tests 375.315
The testAccAzureRMExpressRouteCircuitPeering_microsoftPeeringWithRouteFilter failed lint as dead code it was moved to a upper case T for testing.
922a5a5
to
8f0e73e
Compare
e23c24e
to
aec652c
Compare
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 this @pearcec, it looks great. I rebased onto master and tests are passing.
This has been released in version 2.19.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example: provider "azurerm" {
version = "~> 2.19.0"
}
# ... other configuration ... |
It is great to have azurerm_route_filter, finally, I could replace the azurerm_template_deployment for route filter in my TF template. Thanks. |
Hi @azrael-lu, the resource doc is published here (data source doc here) |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Added azurerm_route_filter resource. Updated azurerm_express_route_circuit_peering to include route_filter_id. Updated all the documentation. Tests included. Please review. I did set the test for the circuit to lowercase to match the existing tests. But I did run the TestAccAzureRMExpressRouteCircuitPeering_microsoftPeeringWithRouteFilter and it was successful.
Fixes: #1083