Skip to content

Commit ab3b486

Browse files
authored
Update Obtain credentials using TokenLibrary.ipynb
1 parent 923726e commit ab3b486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Notebooks/Spark.NET C#/Obtain credentials using TokenLibrary.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"// Example connection string (for storage): \"DefaultEndpointsProtocol=https;AccountName=<accountname>;AccountKey=<accountkey>\"\n",
2020
"\n",
2121
"using Microsoft.Spark.Extensions.Azure.Synapse.Analytics.Utils;\n",
22-
"string connectionString = TokenLibrary.getConnectionString(\"<linkedServiceName>\");"
22+
"string connectionString = TokenLibrary.GetConnectionString(\"<linkedServiceName>\");"
2323
],
2424
"attachments": {}
2525
}
2626
]
27-
}
27+
}

0 commit comments

Comments
 (0)