Skip to content

Commit 30a92bb

Browse files
authored
Update Obtain credentials using TokenLibrary.ipynb
1 parent d0d6c3b commit 30a92bb

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
@@ -28,7 +28,7 @@
2828
"outputs": [],
2929
"metadata": {},
3030
"source": [
31-
"// While Gen2 is the default storage for Synapse, AAD passthrough support exists for Gen1 as well\n",
31+
"// While Gen2 is the default storage for Synapse, AAD passthrough support exists for Gen1 as well. PLEASE NOTE THAT WE DO NOT OFFICIALLY SUPPORT GEN1 IN SYNAPSE AND CUSTOMERS WHO USE IT ARE ON THEIR OWN.\n",
3232
"\n",
3333
"val df = spark.read.parquet(\"adl://\")"
3434
],
@@ -54,7 +54,7 @@
5454
"outputs": [],
5555
"metadata": {},
5656
"source": [
57-
"// Synapse has inbuilt integration of linked services with storage Gen2 via TokenLibrary\n",
57+
"// The following feature is in the works. Synapse will have inbuilt integration of linked services with storage Gen2 via TokenLibrary\n",
5858
"// For storage Gen2, linkedServiceName can be supplied through config\n",
5959
"// Direct invokation of TokenLibrary is not required for obtaining credentials and connection info\n",
6060
"\n",

0 commit comments

Comments
 (0)