You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/04/16 17:20:22 UTC

[airflow] branch master updated (adbab36 -> cb1344b)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from adbab36  Add changelog for what will become 2.0.2 (#15380)
     add cb1344b  Update azure connection documentation (#15352)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/microsoft/azure/hooks/adx.py     |  3 +-
 .../providers/microsoft/azure/hooks/azure_batch.py |  4 +
 .../azure/hooks/azure_container_instance.py        |  6 +-
 .../azure/hooks/azure_container_registry.py        |  5 +-
 .../azure/hooks/azure_container_volume.py          |  4 +-
 .../microsoft/azure/hooks/azure_cosmos.py          |  3 +-
 .../microsoft/azure/hooks/azure_data_factory.py    |  4 +-
 .../microsoft/azure/hooks/azure_data_lake.py       |  2 +-
 .../microsoft/azure/hooks/azure_fileshare.py       |  2 +-
 .../providers/microsoft/azure/hooks/base_azure.py  |  5 +-
 airflow/providers/microsoft/azure/hooks/wasb.py    |  2 +-
 .../microsoft/azure/operators/adls_delete.py       |  2 +
 .../microsoft/azure/operators/adls_list.py         |  3 +-
 airflow/providers/microsoft/azure/operators/adx.py |  3 +-
 .../microsoft/azure/operators/azure_batch.py       |  2 +-
 .../azure/operators/azure_container_instances.py   |  3 +-
 .../microsoft/azure/operators/azure_cosmos.py      |  3 +-
 .../microsoft/azure/operators/wasb_delete_blob.py  |  2 +-
 .../microsoft/azure/sensors/azure_cosmos.py        |  3 +-
 airflow/providers/microsoft/azure/sensors/wasb.py  |  2 +-
 .../connections/acr.rst                            | 62 ++++++++++++++
 .../connections/adf.rst                            | 72 ++++++++++++++++
 .../connections/adl.rst                            | 70 ++++++++++++++++
 .../connections/adx.rst                            | 96 ++++++++++++++++++++++
 .../connections/azure.rst                          |  4 +-
 .../connections/azure_batch.rst                    | 65 +++++++++++++++
 .../connections/azure_cosmos.rst                   | 66 +++++++++++++++
 .../connections/index.rst                          |  0
 .../connections/wasb.rst                           | 84 +++++++++++++++++++
 .../index.rst                                      |  2 +-
 30 files changed, 556 insertions(+), 28 deletions(-)
 create mode 100644 docs/apache-airflow-providers-microsoft-azure/connections/acr.rst
 create mode 100644 docs/apache-airflow-providers-microsoft-azure/connections/adf.rst
 create mode 100644 docs/apache-airflow-providers-microsoft-azure/connections/adl.rst
 create mode 100644 docs/apache-airflow-providers-microsoft-azure/connections/adx.rst
 create mode 100644 docs/apache-airflow-providers-microsoft-azure/connections/azure_batch.rst
 create mode 100644 docs/apache-airflow-providers-microsoft-azure/connections/azure_cosmos.rst
 copy docs/{apache-airflow-providers-google => apache-airflow-providers-microsoft-azure}/connections/index.rst (100%)
 create mode 100644 docs/apache-airflow-providers-microsoft-azure/connections/wasb.rst