Update MS Teams webhook URL for integration tests - #59
Merged
petr-pokorny-absa merged 2 commits intoAug 11, 2026
Conversation
petr-pokorny-absa
requested review from
lsulak,
oto-macenauer-absa,
salamonpavel and
tmikula-dev
as code owners
August 10, 2026 10:42
|
JaCoCo Coverage Report
Run 31389031634 · Event: |
lsulak
approved these changes
Aug 11, 2026
petr-pokorny-absa
deleted the
bug/45-fix-ms-teams-intergration-tests-webhook
branch
August 11, 2026 09:21
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a configuration update and a minor code refactor to improve clarity and maintainability. The most important changes are:
Configuration Updates:
msTeams.webhookUrlinreference.confto point to a new Power Automate endpoint, replacing the previous Office.com webhook URL.Code Refactor:
BlazeHttpClientProvider.scala, reordered the addition of theContent-Type: application/jsonheader to occur after setting the request entity, ensuring clarity in the request-building process.This pull request updates the configuration for Microsoft Teams integration in thereference.conffile. The main change is the replacement of themsTeams.webhookUrlwith a new default Power Platform automation endpoint.Configuration update:
msTeams.webhookUrlvalue to point to a new Power Platform automation endpoint, replacing the previous Office.com webhook URL.Overview
Release Notes
Related
Closes #45