This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 072985a7131 Bump stylelint from 16.23.1 to 16.24.0 in
/providers/fab/src/airflow/providers/fab/www in the fab-ui-package-updates
group across 1 directory (#55382)
add 3ed3f2a675c Avoid using extra_dejson method on connection in
KiotaRequestAdapterHook to avoid AsyncToSync RuntimeError (#55179)
No new revisions were added by this update.
Summary of changes:
.../providers/microsoft/azure/hooks/msgraph.py | 21 ++-
.../providers/microsoft/azure/operators/msgraph.py | 1 +
.../providers/microsoft/azure/operators/powerbi.py | 12 +-
.../providers/microsoft/azure/sensors/msgraph.py | 7 +-
.../providers/microsoft/azure/triggers/msgraph.py | 13 +-
.../providers/microsoft/azure/version_compat.py | 7 +-
.../azure/tests/unit/microsoft/azure/base.py | 53 ------
.../unit/microsoft/azure/hooks/test_msgraph.py | 187 +++++++--------------
.../unit/microsoft/azure/operators/test_msgraph.py | 34 ++--
.../unit/microsoft/azure/operators/test_powerbi.py | 18 +-
.../microsoft/azure/operators/test_powerbi_list.py | 20 +--
.../unit/microsoft/azure/sensors/test_msgraph.py | 11 +-
.../azure/tests/unit/microsoft/azure/test_utils.py | 33 +++-
.../unit/microsoft/azure/triggers/test_msgraph.py | 47 +++---
.../unit/microsoft/azure/triggers/test_powerbi.py | 54 +++---
15 files changed, 200 insertions(+), 318 deletions(-)
delete mode 100644 providers/microsoft/azure/tests/unit/microsoft/azure/base.py