-
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_integration_account
azurerm_logic_app_workflow
add support for Integration Service Environment ID property
#8315
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.
This looks good but I'm seeing an issue when running the test. It took about 4 hours so it may be transient.
TestAccAzureRMLogicAppIntegrationAccount_completeWithISE: testing.go:684: Step 0 error: errors during apply:
Error: creating Integration Account "acctest-IA-200901193728387986" (Resource Group "acctestRG-logic-200901193728387986"): logic.IntegrationAccountsClient#CreateOrUpdate: Failure responding to request: StatusCode=400 -- Original Error: autorest/azure: Service returned an error. Status=400 Code="InvalidRequestContent" Message="The integration service environment reference Id '<null>' is not valid."
Did you see this while you were testing?
Thanks @mbfrahry - I did not, I will investigate before taking it any further. (as you noticed, testing takes... a while... ) |
azurerm_logic_app_integration_account
[Resource|Data Souce] add support for Integration Service Environment IDazurerm_logic_app_integration_account
azurerm_logic_app_workflow
add support for Integration Service Environment ID property
Apparent bug in the SDK blocking Will look to split out the |
Temporarily closing this whilst this is blocked on Azure/azure-rest-api-specs#10725 - once that's fixed we can take another look here |
…ent_id (#8504) Separate work done by @jackofallops on #8315 to unblock workflow ISE property, while integration account is waiting on upstream fix.
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 #8229