-
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_application_gateway - support priority property #13498
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.
hey @gingerninja80
Thanks for this PR.
I've taken a look through and besides one minor comment to the documentation this otherwise LGTM 👍
Thanks!
Co-authored-by: Tom Harvey <[email protected]>
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.
Looks like we have a test failure:
------ Stdout: -------
=== RUN TestAccApplicationGateway_requestRoutingRulePriority
=== PAUSE TestAccApplicationGateway_requestRoutingRulePriority
=== CONT TestAccApplicationGateway_requestRoutingRulePriority
testcase.go:88: Step 2/3 error: Error running apply: exit status 1
Error: creating/updating Application Gateway: (Name "acctestag-211006184123439634" / Resource Group "acctestRG-211006184123439634"): network.ApplicationGatewaysClient#CreateOrUpdate: Failure sending request: StatusCode=0 -- Original Error: Code="ApplicationGatewayRequestRoutingRulesUsingSameHttpListener" Message="Two Request Routing Rules of Application Gateway /subscriptions/*******/resourceGroups/acctestRG-211006184123439634/providers/Microsoft.Network/applicationGateways/acctestag-211006184123439634 are using the same Http Listener /subscriptions/*******/resourceGroups/acctestRG-211006184123439634/providers/Microsoft.Network/applicationGateways/acctestag-211006184123439634/httpListeners/acctest-vnet-211006184123439634-httplstn." Details=[]
with azurerm_application_gateway.test,
on terraform_plugin_test.tf line 53, in resource "azurerm_application_gateway" "test":
53: resource "azurerm_application_gateway" "test" {
--- FAIL: TestAccApplicationGateway_requestRoutingRulePriority (814.40s)
FAIL
@katbyte please can you re-test? |
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 @gingerninja80 ! tests pass now LGTM 🙌
@gingerninja80 - just need GHA CI to be fixed and this is good to go! |
Was looking at this today and it seems there is a check with the wrong value?
|
This functionality has been released in v2.83.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
The issue highlighted by @katbyte have now been resolved and the acctests are all passing successfully, so I'm really hoping this will be included in the v2.83.0 release 🤞🏼 |
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 @gingerninja80! they are now, LGTM 🏗️
This functionality has been released in v2.83.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
This comment has been minimized.
This comment has been minimized.
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. |
Fixes #13247