-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(summary): Enable new summary az funcs and disable old ones (#705)
- [ ] New feature - [ ] Bug fix - [ ] High impact **Description of work:** **Testing:** - [ ] Can be tested - [ ] Automatic tests created / updated - [ ] Local tests are passing **Checklist:** - [ ] Considered automated tests - [ ] Considered updating specification / documentation - [ ] Considered work items - [ ] Considered security - [ ] Performed developer testing - [x] Checklist finalized / ready for review
- Loading branch information
1 parent
4934691
commit 143d76b
Showing
2 changed files
with
20 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 20 additions & 1 deletion
21
src/backend/function/Fusion.Resources.Functions/Deployment/disabled-functions.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,27 @@ | ||
[ | ||
{ | ||
"environment": "pr", | ||
"disabledFunctions": [] | ||
}, | ||
{ | ||
"environment": "ci", | ||
"disabledFunctions": [ | ||
"scheduled-report-content-Builder-function", | ||
"scheduled-report-timer-trigger-function" | ||
] | ||
}, | ||
{ | ||
"environment": "fqa", | ||
"disabledFunctions": [ | ||
"scheduled-report-content-Builder-function", | ||
"scheduled-report-timer-trigger-function" | ||
] | ||
}, | ||
{ | ||
"environment": "fprd", | ||
"disabledFunctions": [ | ||
|
||
"scheduled-report-content-Builder-function", | ||
"scheduled-report-timer-trigger-function" | ||
] | ||
} | ||
] |