uranusjr commented on code in PR #33687:
URL: https://github.com/apache/airflow/pull/33687#discussion_r1304050410


##########
airflow/providers/microsoft/azure/utils.py:
##########
@@ -43,3 +49,47 @@ def get_field(*, conn_id: str, conn_type: str, extras: dict, 
field_name: str):
     if ret == "":
         return None
     return ret
+
+
+class AzureIdentityCredentialAdapter(BasicTokenAuthentication):
+    """Adapt azure-identity credentials for backward compatibility.
+
+    Adapt credentials from azure-identity to be compatible with SD
+    that needs msrestazure or azure.common.credentials
+
+    Check 
https://stackoverflow.com/questions/63384092/exception-attributeerror-defaultazurecredential-object-has-no-attribute-sig

Review Comment:
   ```suggestion
       Check https://stackoverflow.com/questions/63384092
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to