Skip to content

Commit 576bf38

Browse files
authored
fix quotes
1 parent 745b4f0 commit 576bf38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/create-first-ml-experiment/tutorial-1st-experiment-sdk-train.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"\n",
6060
"If the following code asks for additional authentication, simply paste the link in a browser and enter the authentication token. In addition, if you have more than one tenant linked to your user, you will need to add the following lines:\n",
6161
"from azureml.core.authentication import InteractiveLoginAuthentication\n",
62-
"interactive_auth = InteractiveLoginAuthentication(tenant_id="your-tenant-id")\n",
62+
"interactive_auth = InteractiveLoginAuthentication(tenant_id="\your-tenant-id\")\n",
6363
"Additional details on authentication can be found here: https://aka.ms/aml-notebook-auth \n"
6464
]
6565
},

0 commit comments

Comments
 (0)