Skip to content

Commit 252cad9

Browse files
authored
Update Obtain credentials using TokenLibrary.ipynb
1 parent 6d5da8a commit 252cad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Notebooks/Scala/Obtain credentials using TokenLibrary.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"outputs": [],
8989
"metadata": {},
9090
"source": [
91-
"// In order to pass a SAS token from configuration for Gen2: \n"
91+
"// In order to pass a SAS token from configuration for Gen2: \n",
9292
"\n",
9393
"spark.conf.set(\"fs.azure.account.auth.type\", \"SAS\")\n",
9494
"spark.conf.set(\"fs.azure.sas.token.provider.type\", \"com.microsoft.azure.synapse.tokenlibrary.ConfBasedSASProvider\")\n",
@@ -104,7 +104,7 @@
104104
"outputs": [],
105105
"metadata": {},
106106
"source": [
107-
"// In order to fetch a SAS token from AKV for Gen2: \n"
107+
"// In order to fetch a SAS token from AKV for Gen2: \n",
108108
"\n",
109109
"spark.conf.set(\"fs.azure.account.auth.type\", \"SAS\")\n",
110110
"spark.conf.set(\"fs.azure.sas.token.provider.type\", \"com.microsoft.azure.synapse.tokenlibrary.AkvBasedSASProvider\")\n",

0 commit comments

Comments
 (0)