This is an automated email from the ASF dual-hosted git repository.
feluelle pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 52dec7b Fix Breeze failure on MacOS (#10440)
add 2f55223 Add AzureBaseHook (#9747)
No new revisions were added by this update.
Summary of changes:
.github/boring-cyborg.yml | 1 +
.../azure/hooks/azure_container_instance.py | 40 +----------
.../providers/microsoft/azure/hooks/base_azure.py | 75 +++++++++++++++++++
airflow/www/forms.py | 1 +
docs/howto/connection/azure.rst | 83 ++++++++++++++++++++++
docs/operators-and-hooks-ref.rst | 3 +
.../microsoft/azure/hooks/test_base_azure.py | 82 +++++++++++++++++++++
7 files changed, 248 insertions(+), 37 deletions(-)
create mode 100644 airflow/providers/microsoft/azure/hooks/base_azure.py
create mode 100644 docs/howto/connection/azure.rst
create mode 100644 tests/providers/microsoft/azure/hooks/test_base_azure.py