Skip to content

Commit

Permalink
Removed summary notification from resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathanio123 committed Nov 26, 2024
1 parent 516e7db commit 8d1eb4c
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 1,326 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,14 @@
},
{
"environment": "ci",
"disabledFunctions": [
"scheduled-report-content-Builder-function",
"scheduled-report-timer-trigger-function"
]
"disabledFunctions": []
},
{
"environment": "fqa",
"disabledFunctions": [
"scheduled-report-content-Builder-function",
"scheduled-report-timer-trigger-function"
]
"disabledFunctions": []
},
{
"environment": "fprd",
"disabledFunctions": [
"scheduled-report-content-Builder-function",
"scheduled-report-timer-trigger-function"
]
"disabledFunctions": []
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"org": "https://org.ci.api.fusion-dev.net",
"people": "https://people.ci.api.fusion-dev.net",
"resources": "[concat('https://fra-resources.', parameters('env-name'), '.api.fusion-dev.net')]",
"notifications": "https://notification.ci.api.fusion-dev.net",
"context": "https://context.ci.api.fusion-dev.net",
"portal": "https://fusion.ci.fusion-dev.net"
},
Expand All @@ -27,7 +26,6 @@
},
"queues": {
"provisionPosition": "provision-position",
"scheduledNotificationReportQueue": "scheduled-notification"
}
}
},
Expand Down Expand Up @@ -141,10 +139,6 @@
"name": "Endpoints_people",
"value": "[parameters('settings').endpoints.people]"
},
{
"name": "Endpoints_notifications",
"value": "[parameters('settings').endpoints.notifications]"
},
{
"name": "Endpoints_context",
"value": "[parameters('settings').endpoints.context]"
Expand All @@ -161,17 +155,9 @@
"name": "Endpoints_Resources_Fusion",
"value": "[parameters('settings').resources.fusion]"
},
{
"name": "scheduled_notification_report_queue",
"value": "[parameters('settings').queues.scheduledNotificationReportQueue]"
},
{
"name": "provision_position_queue",
"value": "[parameters('settings').queues.provisionPosition]"
},
{
"name": "total_batch_time_in_minutes",
"value": "270"
}
]
}
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 8d1eb4c

Please sign in to comment.