-
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_logic_app_workflow - support for integration_service_environment_id #8504
azurerm_logic_app_workflow - support for integration_service_environment_id #8504
Conversation
Separate work done by @jackofallops on #8315 to unblock workflow ISE property, while integration account is waiting on upstream fix.
@jackofallops Since these are all your changes ad verbum, I would appreciate it a lot if you could give it a glance and maybe ship with 2.28? Thanks! |
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 @favoretti
Thanks for this PR :)
Taking a look through this mostly LGTM - if we can fix up the minor comments then this should otherwise be good to merge 👍
Thanks!
Co-authored-by: Tom Harvey <[email protected]>
Co-authored-by: Tom Harvey <[email protected]>
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.
LGTM 👍
@favoretti running the tests for this - all of the integration service environment tests are failing with:
Which I believe is due to these: https://github.com/terraform-providers/terraform-provider-azurerm/blob/07b3926964c9792419206c2dac6af1ab0b60dfbf/azurerm/internal/services/logic/tests/integration_service_environment_resource_test.go#L134 - would you be able to move those from the ISE tests and we should be able to re-run those? Thanks! |
Hmm, I'm not sure I follow. Why would that start failing all of a sudden? And by "move" you mean make it accept empty plans? Would not that break anything else? |
@tombuildsstuff Pushed a commit removing those.. I'll run acceptance tests here locally as well to see if it works. |
@tombuildsstuff I ran acceptance tests locally, one failed, but really due to ISE's being slow, the rest passed:
Normal tests failed on website-test transient tooling install error. Would you be so kind to retrigger both? |
This has been released in version 2.30.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.30.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 👉 [email protected]. Thanks! |
Separate work done by @jackofallops on #8315 to unblock workflow ISE
property, while integration account is waiting on upstream fix.