From 540ca7571488dd27f9a0303670c9f90821adf815 Mon Sep 17 00:00:00 2001 From: ParthaI <47887552+ParthaI@users.noreply.github.com> Date: Fri, 27 Oct 2023 19:09:47 +0530 Subject: [PATCH] Update azure/table_azure_alert_management.go Co-authored-by: Madhushree Ray --- azure/table_azure_alert_management.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure/table_azure_alert_management.go b/azure/table_azure_alert_management.go index 9725fcb2..ef8bb6f5 100644 --- a/azure/table_azure_alert_management.go +++ b/azure/table_azure_alert_management.go @@ -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"), },