-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Support all action group receivers #4203
Comments
I'm almost ready with a PR for this one. |
I just finished an end-to-end test using an azure_app_push_receiver so will submit the PR today. Question - the current import path for action groups uses "github.com/Azure/azure-sdk-for-go/services/preview/monitor/mgmt/2018-03-01/insights" This version of the API supports 9 different action group receiver types. The Azure Portal now supports 11, including an arm role receiver and secured webhook. What's the usual guidance for updating import paths to use new versions of the azure-sdk-for-go APIs? If I wanted to update this version and include the two additional receiver types, is this something I could include in this PR? Thanks for any help! |
hey @mcdafydd Thanks for opening this issue (and the PR 😄)
In general we'd ask that SDK upgrades and new functionality are decoupled as two separate/smaller PR's if possible - this is mostly to avoid conflicts in the As such, in this case since you've opened #4260 would you mind holding off sending the PR to upgrade the SDK/API version until after #4260 has been merged? On that note I'll take a look through that shortly :) Thanks! |
Hi again, #4483 took care of the SDK import that I needed to include the bits I added in #4638. If it makes sense to you @tombuildsstuff, it's totally fine with me to merge #4638 instead of #4260. Whatever works best. Thanks! |
This has been released in version 1.37.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 = "~> 1.37.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! |
Community Note
Description
I am interested in adding support for the other seven receiver types listed in the SDK in addition to the currently supported SMS, email, and webhook:
https://github.com/Azure/azure-sdk-for-go/blob/7a9d2769e4a581b0b1bc609c71b59af043e05c98/services/preview/monitor/mgmt/2019-03-01/insights/models.go#L682-L707
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: