-
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
- Add support for probe.properties.port
#8278
Conversation
I'm still having some issues with the acceptance test: The AG is created properly with the
I can confirm that the port is set properly using the CLI or the Portal:
But later on the test ignores the value:
Not sure what's going on here, would appreciate some help. |
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 @simnyc
Thanks for this PR :)
Taking a look through this mostly LGTM - if we can fix up the comments then this otherwise LGTM 👍
Thanks!
azurerm/internal/services/network/application_gateway_resource.go
Outdated
Show resolved
Hide resolved
azurerm/internal/services/network/application_gateway_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.
LGTM - thanks for pushing those changes @simnyc
Hey @tombuildsstuff , what's the process now, do you need anything else from me? When can we expect it to be released? |
@simnyc just waiting for the acctests to pass, we should be good once they're done :) |
* add support for the property * create an acceptance test * add an entry in the documentation From Azure API doc: > Custom port which will be used for probing the backend servers. The valid value ranges from 1 to 65535. In case not set, port from http settings will be used.
Not sure what's going on with the CI but the test is finally passing in my subscription:
Thanks for the help @tombuildsstuff ! |
azurerm_application_gateway
- Add support for probe.properties.port
This has been released in version 2.26.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.26.0"
}
# ... other configuration ... |
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 👉 hashibot-feedback@hashicorp.com. Thanks! |
Fixes #7557.
From Azure API doc: