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

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


The following commit(s) were added to refs/heads/main by this push:
     new 1b75f91  Fix changelog for Azure Provider (#18736)
1b75f91 is described below

commit 1b75f9181f80062a2c25d2fdd627d4f4d2735811
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue Oct 5 15:45:41 2021 +0200

    Fix changelog for Azure Provider (#18736)
    
    One of the commits has wrong description (Initial Commit) and has
    been removed from the changelog by mistake.
    
    This PR adds it back
---
 airflow/providers/microsoft/azure/CHANGELOG.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/providers/microsoft/azure/CHANGELOG.rst 
b/airflow/providers/microsoft/azure/CHANGELOG.rst
index 7111bd3..c0ae464 100644
--- a/airflow/providers/microsoft/azure/CHANGELOG.rst
+++ b/airflow/providers/microsoft/azure/CHANGELOG.rst
@@ -36,11 +36,11 @@ Bug Fixes
 * ``Fixed wasb hook attempting to create container when getting a blob client 
(#18287)``
 * ``Removing redundant relabeling of password conn field (#18386)``
 * ``Proper handling of Account URL custom conn field in AzureBatchHook 
(#18456)``
+* ``Proper handling of custom conn field values in the AzureDataExplorerHook 
(#18203)``
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Updating miscellaneous provider DAGs to use TaskFlow API where 
applicable (#18278)``
-   * ``Initial commit (#18203)``
 
 Main
 ....

Reply via email to