diff --git a/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-use-databricks-as-compute-target.ipynb b/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-use-databricks-as-compute-target.ipynb index 684ab67d..897ca3ff 100644 --- a/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-use-databricks-as-compute-target.ipynb +++ b/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-use-databricks-as-compute-target.ipynb @@ -164,7 +164,6 @@ " print('db_compute_name {}'.format(db_compute_name))\n", " print('db_resource_group {}'.format(db_resource_group))\n", " print('db_workspace_name {}'.format(db_workspace_name))\n", - " print('db_access_token {}'.format(db_access_token))\n", " \n", " config = DatabricksCompute.attach_configuration(\n", " resource_group = db_resource_group,\n", @@ -756,4 +755,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} \ No newline at end of file +}