You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ds...@apache.org on 2022/10/28 20:52:57 UTC

[airflow] branch main updated (0c26ec07be -> c49740eb25)

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

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


    from 0c26ec07be Drop support for providing ``resource`` as dict in ``KubernetesPodOperator`` (#27197)
     add c49740eb25 Allow and prefer non-prefixed extra fields for AzureFileShareHook (#27041)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/microsoft/azure/CHANGELOG.rst    |  11 ++
 .../providers/microsoft/azure/hooks/fileshare.py   |  89 ++++++++-----
 .../connections/azure_fileshare.rst                |  12 +-
 .../microsoft/azure/hooks/test_azure_fileshare.py  | 141 ++++++++++++++-------
 4 files changed, 168 insertions(+), 85 deletions(-)