Skip to content

Commit

Permalink
Change instanceUrl to authentication field instead of Advanced field (#…
Browse files Browse the repository at this point in the history
…27)

Changes instanceUrl to authentication field instead of Advanced field, moving it underneath the authentication dropdown

Co-authored-by: Eric Wang <ewang@tableau.com>
  • Loading branch information
wangxinlei and wangxinlei authored Dec 4, 2020
1 parent 0d307fc commit 18e5942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tableau-databricks/connection-fields.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ limitations under the License. -->
</selection-group>
</field>

<field name="instanceurl" label="@string/authentication_aad_endpoint_prompt/" category="advanced" value-type="string" default-value="https://login.microsoftonline.com/common">
<field name="instanceurl" label="@string/authentication_aad_endpoint_prompt/" category="authentication" value-type="string" default-value="https://login.microsoftonline.com/common">
<conditions>
<condition field="authentication" value="oauth" />
</conditions>
Expand Down

0 comments on commit 18e5942

Please sign in to comment.