Skip to content

Commit 647250f

Browse files
avjerafiAvi Jerafi
andauthored
Fixed types of severity and actions (#15607)
* Fixed types of severity and actions * Reverted the type of the Severity field from "integer" back to "number" Co-authored-by: Avi Jerafi <[email protected]>
1 parent 3b7f640 commit 647250f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

specification/monitor/resource-manager/Microsoft.Insights/preview/2021-02-01-preview/scheduledQueryRule_API.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -410,9 +410,7 @@
410410
},
411411
"actions": {
412412
"type": "object",
413-
"items": {
414-
"$ref": "#/definitions/Actions"
415-
},
413+
"$ref": "#/definitions/Actions",
416414
"description": "Actions to invoke when the alert fires."
417415
},
418416
"isWorkspaceAlertsStorageConfigured": {

0 commit comments

Comments
 (0)