Skip to content
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@
},
"useCommonAlertSchema": {
"type": "boolean",
"default": false,
"description": "Indicates whether to use common alert schema."
},
"status": {
Expand All @@ -526,8 +527,7 @@
},
"required": [
"name",
"emailAddress",
"useCommonAlertSchema"
"emailAddress"
]
},
"SmsReceiver": {
Expand Down Expand Up @@ -570,13 +570,13 @@
},
"useCommonAlertSchema": {
"type": "boolean",
"default": false,
"description": "Indicates whether to use common alert schema."
}
},
"required": [
"name",
"serviceUri",
"useCommonAlertSchema"
"serviceUri"
]
},
"ItsmReceiver": {
Expand Down Expand Up @@ -657,15 +657,15 @@
},
"useCommonAlertSchema": {
"type": "boolean",
"default": false,
"description": "Indicates whether to use common alert schema."
}
},
"required": [
"automationAccountId",
"runbookName",
"webhookResourceId",
"isGlobalRunbook",
"useCommonAlertSchema"
"isGlobalRunbook"
]
},
"VoiceReceiver": {
Expand Down Expand Up @@ -707,14 +707,14 @@
},
"useCommonAlertSchema": {
"type": "boolean",
"default": false,
"description": "Indicates whether to use common alert schema."
}
},
"required": [
"name",
"resourceId",
"callbackUrl",
"useCommonAlertSchema"
"callbackUrl"
]
},
"AzureFunctionReceiver": {
Expand All @@ -738,15 +738,15 @@
},
"useCommonAlertSchema": {
"type": "boolean",
"default": false,
"description": "Indicates whether to use common alert schema."
}
},
"required": [
"name",
"functionAppResourceId",
"functionName",
"httpTriggerUrl",
"useCommonAlertSchema"
"httpTriggerUrl"
]
},
"ArmRoleReceiver": {
Expand All @@ -762,13 +762,13 @@
},
"useCommonAlertSchema": {
"type": "boolean",
"default": false,
"description": "Indicates whether to use common alert schema."
}
},
"required": [
"name",
"roleId",
"useCommonAlertSchema"
"roleId"
]
},
"ReceiverStatus": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@
},
"useCommonAlertSchema": {
"type": "boolean",
"default": false,
"description": "Indicates whether to use common alert schema."
},
"status": {
Expand All @@ -526,8 +527,7 @@
},
"required": [
"name",
"emailAddress",
"useCommonAlertSchema"
"emailAddress"
]
},
"SmsReceiver": {
Expand Down Expand Up @@ -570,6 +570,7 @@
},
"useCommonAlertSchema": {
"type": "boolean",
"default": false,
"description": "Indicates whether to use common alert schema."
},
"useAadAuth": {
Expand All @@ -592,8 +593,7 @@
},
"required": [
"name",
"serviceUri",
"useCommonAlertSchema"
"serviceUri"
]
},
"ItsmReceiver": {
Expand Down Expand Up @@ -674,15 +674,15 @@
},
"useCommonAlertSchema": {
"type": "boolean",
"default": false,
"description": "Indicates whether to use common alert schema."
}
},
"required": [
"automationAccountId",
"runbookName",
"webhookResourceId",
"isGlobalRunbook",
"useCommonAlertSchema"
"isGlobalRunbook"
]
},
"VoiceReceiver": {
Expand Down Expand Up @@ -724,14 +724,14 @@
},
"useCommonAlertSchema": {
"type": "boolean",
"default": false,
"description": "Indicates whether to use common alert schema."
}
},
"required": [
"name",
"resourceId",
"callbackUrl",
"useCommonAlertSchema"
"callbackUrl"
]
},
"AzureFunctionReceiver": {
Expand All @@ -755,15 +755,15 @@
},
"useCommonAlertSchema": {
"type": "boolean",
"default": false,
"description": "Indicates whether to use common alert schema."
}
},
"required": [
"name",
"functionAppResourceId",
"functionName",
"httpTriggerUrl",
"useCommonAlertSchema"
"httpTriggerUrl"
]
},
"ArmRoleReceiver": {
Expand All @@ -779,13 +779,13 @@
},
"useCommonAlertSchema": {
"type": "boolean",
"default": false,
"description": "Indicates whether to use common alert schema."
}
},
"required": [
"name",
"roleId",
"useCommonAlertSchema"
"roleId"
]
},
"ReceiverStatus": {
Expand Down