Skip to content

Commit

Permalink
ResourceHealth (#4944)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbuckle authored and katbyte committed Nov 21, 2019
1 parent 5c6e04a commit c14c100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions azurerm/resource_arm_monitor_activity_log_alert.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ func resourceArmMonitorActivityLogAlert() *schema.Resource {
"Autoscale",
"Policy",
"Recommendation",
"ResourceHealth",
"Security",
"ServiceHealth",
}, false),
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/monitor_activity_log_alert.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ An `action` block supports the following:

A `criteria` block supports the following:

* `category` - (Required) The category of the operation. Possible values are `Administrative`, `Autoscale`, `Policy`, `Recommendation`, `Security` and `ServiceHealth`.
* `category` - (Required) The category of the operation. Possible values are `Administrative`, `Autoscale`, `Policy`, `Recommendation`, `ResourceHealth`, `Security` and `ServiceHealth`.
* `operation_name` - (Optional) The Resource Manager Role-Based Access Control operation name. Supported operation should be of the form: `<resourceProvider>/<resourceType>/<operation>`.
* `resource_provider` - (Optional) The name of the resource provider monitored by the activity log alert.
* `resource_type` - (Optional) The resource type monitored by the activity log alert.
Expand Down

0 comments on commit c14c100

Please sign in to comment.