Skip to content

Commit

Permalink
azurerm_monitor_metric_alert: Support StartsWith dimension operat…
Browse files Browse the repository at this point in the history
…or (#12181)
  • Loading branch information
favoretti authored Jun 11, 2021
1 parent 35b991d commit 86deaf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ func resourceMonitorMetricAlert() *pluginsdk.Resource {
ValidateFunc: validation.StringInSlice([]string{
"Include",
"Exclude",
"StartsWith",
}, false),
},
"values": {
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/monitor_metric_alert.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ A `application_insights_web_test_location_availability_criteria` block supports
A `dimension` block supports the following:

* `name` - (Required) One of the dimension names.
* `operator` - (Required) The dimension operator. Possible values are `Include` and `Exclude`.
* `operator` - (Required) The dimension operator. Possible values are `Include`, `Exclude` and `StartsWith`.
* `values` - (Required) The list of dimension values.

## Attributes Reference
Expand Down

0 comments on commit 86deaf0

Please sign in to comment.