You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The location of the resource. Since Azure Activity Log Alerts is a global service, the location of the rules should always be 'global'."
"description": "The value of the event's field will be compared to the values in this array (case-insensitive) to determine if the condition is met."
192
+
},
193
+
"equals": {
194
+
"type": "string",
195
+
"description": "The value of the event's field will be compared to this value (case-insensitive) to determine if the condition is met."
196
+
},
197
+
"field": {
198
+
"type": "string",
199
+
"description": "The name of the Activity Log event's field that this condition will examine.\nThe possible values for this field are (case-insensitive): 'resourceId', 'category', 'caller', 'level', 'operationName', 'resourceGroup', 'resourceProvider', 'status', 'subStatus', 'resourceType', or anything beginning with 'properties'."
200
+
}
201
+
},
202
+
"description": "An Activity Log Alert rule condition that is met when all its member conditions are met.\nEach condition can be of one of the following types:\n__Important__: Each type has its unique subset of properties. Properties from different types CANNOT exist in one condition.\n * __Leaf Condition -__ must contain 'field' and either 'equals' or 'containsAny'.\n _Please note, 'anyOf' should __not__ be set in a Leaf Condition._\n * __AnyOf Condition -__ must contain __only__ 'anyOf' (which is an array of Leaf Conditions).\n _Please note, 'field', 'equals' and 'containsAny' should __not__ be set in an AnyOf Condition._\n"
"description": "The value of the event's field will be compared to the values in this array (case-insensitive) to determine if the condition is met."
220
+
},
221
+
"equals": {
222
+
"type": "string",
223
+
"description": "The value of the event's field will be compared to this value (case-insensitive) to determine if the condition is met."
224
+
},
225
+
"field": {
226
+
"type": "string",
227
+
"description": "The name of the Activity Log event's field that this condition will examine.\nThe possible values for this field are (case-insensitive): 'resourceId', 'category', 'caller', 'level', 'operationName', 'resourceGroup', 'resourceProvider', 'status', 'subStatus', 'resourceType', or anything beginning with 'properties'."
228
+
}
229
+
},
230
+
"description": "An Activity Log Alert rule condition that is met by comparing the field and value of an Activity Log event.\nThis condition must contain 'field' and either 'equals' or 'containsAny'."
"description": "Indicates whether this Activity Log Alert rule is enabled. If an Activity Log Alert rule is not enabled, then none of its actions will be activated."
"description": "A list of resource IDs that will be used as prefixes. The alert will only apply to Activity Log events with resource IDs that fall under one of these prefixes. This list must include at least one item."
286
+
},
287
+
"tenantScope": {
288
+
"type": "string",
289
+
"description": "The tenant GUID. Must be provided for tenant-level and management group events rules."
0 commit comments