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

Commit ad5f4ae

Browse files
author
Zeqi Cui
committed
formatting issues
1 parent bfbefc9 commit ad5f4ae

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/AzureDocument.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,12 @@ import com.microsoft.azure.sqldb.spark.config.Config
119119
import com.microsoft.azure.sqldb.spark.connect._
120120

121121
val config = Config(Map(
122-
"url" -> "mysqlserver.database.windows.net",
123-
"databaseName" -> "MyDatabase",
124-
"user" -> "username ",
125-
"password" -> "*********",
126-
"authentication" -> "ActiveDirectoryPassword",
127-
"encrypt" -> "true"
122+
"url" -> "mysqlserver.database.windows.net",
123+
"databaseName" -> "MyDatabase",
124+
"user" -> "username ",
125+
"password" -> "*********",
126+
"authentication" -> "ActiveDirectoryPassword",
127+
"encrypt" -> "true"
128128
))
129129

130130
val collection = sqlContext.read.SqlDB(config)
@@ -142,11 +142,11 @@ import com.microsoft.azure.sqldb.spark.config.Config
142142
import com.microsoft.azure.sqldb.spark.connect._
143143

144144
val config = Config(Map(
145-
"url" -> "mysqlserver.database.windows.net",
146-
"databaseName" -> "MyDatabase",
147-
"accessToken" -> "access_token ",
148-
"hostNameInCertificate" -> "*.database.windows.net",
149-
"encrypt" -> "true"
145+
"url" -> "mysqlserver.database.windows.net",
146+
"databaseName" -> "MyDatabase",
147+
"accessToken" -> "access_token ",
148+
"hostNameInCertificate" -> "*.database.windows.net",
149+
"encrypt" -> "true"
150150
))
151151

152152
val collection = sqlContext.read.SqlDB(config)

0 commit comments

Comments
 (0)