Skip to content

Commit

Permalink
Update azure/table_azure_alert_management.go
Browse files Browse the repository at this point in the history
Co-authored-by: Madhushree Ray <[email protected]>
  • Loading branch information
ParthaI and madhushreeray30 authored Oct 27, 2023
1 parent b89c511 commit 540ca75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure/table_azure_alert_management.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func tableAzureAlertMangement(_ context.Context) *plugin.Table {
},
{
Name: "alert_rule",
Description: "Rule(monitor) which fired alert instance. Depending on the monitor service, this would be ARM id or name of the rule.",
Description: "Rule(monitor) which fired alert instance. Depending on the monitor service, this would be ARM ID or name of the rule.",
Type: proto.ColumnType_STRING,
Transform: transform.FromField("Properties.Essentials.AlertRule"),
},
Expand Down

0 comments on commit 540ca75

Please sign in to comment.