uranusjr commented on a change in pull request #19722:
URL: https://github.com/apache/airflow/pull/19722#discussion_r753910269
##########
File path: docs/apache-airflow-providers-databricks/connections/databricks.rst
##########
@@ -72,6 +72,7 @@ Extra (optional)
* ``azure_tenant_id``: ID of the Azure Active Directory tenant
* ``azure_resource_id``: optional Resource ID of the Azure Databricks
workspace (required if Service Principal isn't
a user inside workspace)
+ * ``azure_ad_endpoint``: optional host name of Azure AD endpoint if you're
using special `Azure Cloud (GovCloud, China, Germany)
<https://docs.microsoft.com/en-us/graph/deployments#app-registration-and-token-service-root-endpoints>`_.
Should be specified as hostname with protocol. For example:
``https://login.microsoftonline.de``.
Review comment:
```suggestion
* ``azure_ad_endpoint``: optional host name of Azure AD endpoint if
you're using special `Azure Cloud (GovCloud, China, Germany)
<https://docs.microsoft.com/en-us/graph/deployments#app-registration-and-token-service-root-endpoints>`_.
The endpoint must contain a protocol. For example:
``https://login.microsoftonline.de``.
```
Hostname and protocol are distincts part of a URL, and it is technically not
correct to say “hostname with protocol”.
##########
File path: docs/apache-airflow-providers-databricks/connections/databricks.rst
##########
@@ -72,6 +72,7 @@ Extra (optional)
* ``azure_tenant_id``: ID of the Azure Active Directory tenant
* ``azure_resource_id``: optional Resource ID of the Azure Databricks
workspace (required if Service Principal isn't
a user inside workspace)
+ * ``azure_ad_endpoint``: optional host name of Azure AD endpoint if you're
using special `Azure Cloud (GovCloud, China, Germany)
<https://docs.microsoft.com/en-us/graph/deployments#app-registration-and-token-service-root-endpoints>`_.
Should be specified as hostname with protocol. For example:
``https://login.microsoftonline.de``.
Review comment:
```suggestion
* ``azure_ad_endpoint``: optional host name of Azure AD endpoint if
you're using special `Azure Cloud (GovCloud, China, Germany)
<https://docs.microsoft.com/en-us/graph/deployments#app-registration-and-token-service-root-endpoints>`_.
The value must contain a protocol. For example:
``https://login.microsoftonline.de``.
```
Hostname and protocol are distincts part of a URL, and it is technically not
correct to say “hostname with protocol”.
--
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]