-
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_trigger_custom - adding exported attribute callback_url #25979
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.
Thanks for this PR @nickel-tyler! I left some suggestions in-line, once they're resolved this should be good to go!
internal/services/logic/logic_app_trigger_custom_resource_test.go
Outdated
Show resolved
Hide resolved
internal/services/logic/logic_app_trigger_custom_resource_test.go
Outdated
Show resolved
Hide resolved
@stephybun the requested changes have been submitted. Thank you for taking a look |
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.
Tests look good
Thanks @nickel-tyler LGTM 👍
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. |
Community Note
Description
adds callback_url for azurerm_logic_app_trigger_custom. check occurs in logic_apps.retrieveLogicAppTrigger to get url if trigger is of relevant type. fixes #25623
PR Checklist
For example: “
resource_name_here
- description of change e.g. adding propertynew_property_name_here
”Changes to existing Resource / Data Source
Testing
=== CONT TestAccLogicAppTriggerRecurrence_second
testcase.go:113: TestCase error running init: exit status 1
--- FAIL: TestAccLogicAppTriggerRecurrence_second (11.32s)
--- PASS: TestAccLogicAppTriggerRecurrence_day (71.30s)
--- PASS: TestAccLogicAppTriggerRecurrence_startTime (73.47s)
--- PASS: TestAccLogicAppTriggerRecurrence_minute (75.58s)
--- PASS: TestAccLogicAppTriggerRecurrence_hour (77.93s)
--- PASS: TestAccLogicAppTriggerRecurrence_requiresImport (80.49s)
--- PASS: TestAccLogicAppTriggerRecurrence_month (82.63s)
--- PASS: TestAccLogicAppTriggerRecurrence_week (84.76s)
--- PASS: TestAccLogicAppTriggerRecurrence_startTimeWithTimeZone (88.42s)
--- PASS: TestAccLogicAppTriggerRecurrence_update (103.60s)
--- PASS: TestAccLogicAppTriggerRecurrence_schedule (111.46s)
--- PASS: TestAccLogicAppTriggerRecurrence_timeZone (151.50s)
FAIL
FAIL github.com/hashicorp/terraform-provider-azurerm/internal/services/logic 153.197s
FAIL
=== RUN TestAccLogicAppTriggerCustom_callbackUrlider-azurerm> .\test.ps1
=== PAUSE TestAccLogicAppTriggerCustom_callbackUrl
=== RUN TestAccLogicAppTriggerCustom_callbackUrl2
=== PAUSE TestAccLogicAppTriggerCustom_callbackUrl2
=== CONT TestAccLogicAppTriggerCustom_callbackUrl
=== CONT TestAccLogicAppTriggerCustom_callbackUrl2
--- PASS: TestAccLogicAppTriggerCustom_callbackUrl (58.77s)
--- PASS: TestAccLogicAppTriggerCustom_callbackUrl2 (61.96s)
PASS
ok github.com/hashicorp/terraform-provider-azurerm/internal/services/logic 63.689s
=== RUN TestAccLogicAppTriggerHttpRequest_callbackUrlazurerm> .\test.ps1
=== PAUSE TestAccLogicAppTriggerHttpRequest_callbackUrl
=== CONT TestAccLogicAppTriggerHttpRequest_callbackUrl
--- PASS: TestAccLogicAppTriggerHttpRequest_callbackUrl (54.58s)
PASS
ok github.com/hashicorp/terraform-provider-azurerm/internal/services/logic 56.306s
Change Log
Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.
azurerm_logic_app_trigger_custom
- support for thecallback_url
property [GH-00000]This is a (please select all that apply):
Related Issue(s)
Fixes #0000
Note
If this PR changes meaningfully during the course of review please update the title and description as required.