From 119fd0a8f687e3208c02ff7945bd7328c603cbbe Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Tue, 31 Mar 2020 08:14:05 +0200 Subject: [PATCH] Don't print the access token That's never a good idea, no exceptions :) --- .../aml-pipelines-use-databricks-as-compute-target.ipynb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 +}