Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit 6b2adb2

Browse files
author
Zeqi Cui
committed
Remove username and password from mandatory fields
- users can connect via accessToken
1 parent 2c91b2e commit 6b2adb2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/scala/com/microsoft/azure/sqldb/spark/config/SqlDBConfig.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ object SqlDBConfig {
111111

112112
// Mandatory fields to construct a Config
113113
val required = List(
114-
User,
115-
Password,
116114
DatabaseName,
117115
URL
118116
)

0 commit comments

Comments
 (0)