-
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
Allow multiple scopes to be passed to Monitor MetricAlert resource #3719
Comments
This comment has been minimized.
This comment has been minimized.
Hi @praneetloke , Thanks for opening this issue. We might fix it later by opening this restriction of scope count. But in your case, |
Is this "later" is going to be in the near future? I want to use this feature in the project I'm currently working on as it essential to aggregate metrics over several resources, so it would be nice to have any deadlines for that issue. Is there any workaround I can use in the meanwhile? |
@ArseniiPetrovich Looks like #4111 is quite close to addressing this issue, while somehow got closed. |
That would be really nice, @magodo, thank you! |
As #7159 has been merged, closing this issue for now. |
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! |
Community Note
Terraform (and AzureRM Provider) Version
Affected Resource(s)
azurerm_monitor_metric_alert
Terraform Configuration Files
N/A
Debug Output
N/A
Panic Output
N/A
Expected Behavior
Multiple
scopes
can be specified for a monitor metric alert resource.Actual Behavior
Only one scope is allowed due to an issue in the MS Go SDK, which has since been resolved (see References section below).
Steps to Reproduce
Important Factoids
N/A
References
The relevant line in the resource is: https://github.com/terraform-providers/terraform-provider-azurerm/blob/master/azurerm/resource_arm_monitor_metric_alert.go#L47.
The GitHub issue linked in the comment for
scopes
has since been closed as resolved.The text was updated successfully, but these errors were encountered: