Skip to content

Commit

Permalink
Fix colon spacing in AzureDataExplorerHook docstring (#15841)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: c844ff742e786973273c56348a09d073a4928878
  • Loading branch information
jlaneve authored and Cloud Composer Team committed Sep 13, 2024
1 parent 3575a1a commit 89f473e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions airflow/providers/microsoft/azure/hooks/adx.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,19 @@ class AzureDataExplorerHook(BaseHook):
Authentication method must be provided through "auth_method" extra parameter.
Available authentication methods are:
- AAD_APP : Authentication with AAD application certificate. Extra parameters:
- AAD_APP: Authentication with AAD application certificate. Extra parameters:
"tenant" is required when using this method. Provide application ID
and application key through username and password parameters.
- AAD_APP_CERT: Authentication with AAD application certificate. Extra parameters:
"tenant", "certificate" and "thumbprint" are required
when using this method.
- AAD_CREDS : Authentication with AAD username and password. Extra parameters:
- AAD_CREDS: Authentication with AAD username and password. Extra parameters:
"tenant" is required when using this method. Username and password
parameters are used for authentication with AAD.
- AAD_DEVICE : Authenticate with AAD device code. Please note that if you choose
- AAD_DEVICE: Authenticate with AAD device code. Please note that if you choose
this option, you'll need to authenticate for every new instance
that is initialized. It is highly recommended to create one instance
and use it for all queries.
Expand Down

0 comments on commit 89f473e

Please sign in to comment.