-
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
add delivery_property
to azurerm_eventgrid_system_topic_event_subscription
#15559
Conversation
delivery_property
to azurerm_eventgrid_system_topic_event_subscription
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 @jackmuskopf, so far this looks good. Once a test is added for this property and the docs are updated this should be good to go!
…ed; add relevant endpoint note
main <- acctest; static test
Thanks for the review! Analogous tests as in #13595 have been added:
I also added changed the |
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 @jackmuskopf, the tests are passing. A few really minor comments on the docs and the terraform schema linting needs to be fixed then this can be merged!
website/docs/r/eventgrid_system_topic_event_subscription.html.markdown
Outdated
Show resolved
Hide resolved
website/docs/r/eventgrid_system_topic_event_subscription.html.markdown
Outdated
Show resolved
Hide resolved
website/docs/r/eventgrid_system_topic_event_subscription.html.markdown
Outdated
Show resolved
Hide resolved
website/docs/r/eventgrid_system_topic_event_subscription.html.markdown
Outdated
Show resolved
Hide resolved
Co-authored-by: stephybun <[email protected]>
Co-authored-by: stephybun <[email protected]>
Co-authored-by: stephybun <[email protected]>
Co-authored-by: stephybun <[email protected]>
…c_event_subscription_resource_test.go
Thanks @stephybun ! I've run |
running tests and got an error with 3.0 beta enabled:
|
Hi @katbyte thank you for identifying this! How can I run the tests with 3.0 beta enabled? |
main <- acctest; eventhub still uses namespace_name
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 are passing with 3.0 beta enabled. Thanks for this @jackmuskopf, LGTM 🍰
This functionality has been released in v3.0.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! |
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. |
Fix for issue #15540 based on pull request #13595