diff --git a/tutorials/create-first-ml-experiment/tutorial-1st-experiment-sdk-train.ipynb b/tutorials/create-first-ml-experiment/tutorial-1st-experiment-sdk-train.ipynb index c175e1fb..af9e1297 100644 --- a/tutorials/create-first-ml-experiment/tutorial-1st-experiment-sdk-train.ipynb +++ b/tutorials/create-first-ml-experiment/tutorial-1st-experiment-sdk-train.ipynb @@ -59,7 +59,7 @@ "\n", "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", "from azureml.core.authentication import InteractiveLoginAuthentication\n", - "interactive_auth = InteractiveLoginAuthentication(tenant_id="\your-tenant-id\")\n", + "interactive_auth = InteractiveLoginAuthentication(tenant_id=\"your-tenant-id\")\n", "Additional details on authentication can be found here: https://aka.ms/aml-notebook-auth \n" ] },