Skip to content

Commit 88d3a25

Browse files
committed
Addressing security concerns from GauravM
1 parent 3fcebab commit 88d3a25

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

SQLServerAndAzureMachineLearning/ML Services for SQL Server/notebooks/.ipynb_checkpoints/Predictive Maintenance in Python Notebook-checkpoint.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@
7575
"outputs": [],
7676
"source": [
7777
"# Activity: Import the Anonymized Export of Data into Azure\n",
78-
"!curl https://azuremlsampleexperiments.blob.core.windows.net/datasets/PdM_telemetry.csv -o PdM_telemetry.csv\n",
79-
"!curl https://azuremlsampleexperiments.blob.core.windows.net/datasets/PdM_errors.csv -o PdM_errors.csv\n",
80-
"!curl https://azuremlsampleexperiments.blob.core.windows.net/datasets/PdM_maint.csv -o PdM_maint.csv\n",
81-
"!curl https://azuremlsampleexperiments.blob.core.windows.net/datasets/PdM_failures.csv -o PdM_failures.csv\n",
82-
"!curl https://azuremlsampleexperiments.blob.core.windows.net/datasets/PdM_machines.csv -o PdM_machines.csv"
78+
"!curl <For security reasons, you will need to find these sources by name on the web - they are public datasets in Azure>/PdM_telemetry.csv -o PdM_telemetry.csv\n",
79+
"!curl <For security reasons, you will need to find these sources by name on the web - they are public datasets in Azure>/PdM_errors.csv -o PdM_errors.csv\n",
80+
"!curl <For security reasons, you will need to find these sources by name on the web - they are public datasets in Azure>/PdM_maint.csv -o PdM_maint.csv\n",
81+
"!curl <For security reasons, you will need to find these sources by name on the web - they are public datasets in Azure>/PdM_failures.csv -o PdM_failures.csv\n",
82+
"!curl <For security reasons, you will need to find these sources by name on the web - they are public datasets in Azure>/PdM_machines.csv -o PdM_machines.csv"
8383
]
8484
},
8585
{

SQLServerAndAzureMachineLearning/ML Services for SQL Server/notebooks/Predictive Maintenance in Python Notebook.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@
7575
"outputs": [],
7676
"source": [
7777
"# Activity: Import the Anonymized Export of Data into Azure\n",
78-
"!curl https://azuremlsampleexperiments.blob.core.windows.net/datasets/PdM_telemetry.csv -o PdM_telemetry.csv\n",
79-
"!curl https://azuremlsampleexperiments.blob.core.windows.net/datasets/PdM_errors.csv -o PdM_errors.csv\n",
80-
"!curl https://azuremlsampleexperiments.blob.core.windows.net/datasets/PdM_maint.csv -o PdM_maint.csv\n",
81-
"!curl https://azuremlsampleexperiments.blob.core.windows.net/datasets/PdM_failures.csv -o PdM_failures.csv\n",
82-
"!curl https://azuremlsampleexperiments.blob.core.windows.net/datasets/PdM_machines.csv -o PdM_machines.csv"
78+
"!curl <For security reasons, you will need to find these sources by name on the web - they are public datasets in Azure>/PdM_telemetry.csv -o PdM_telemetry.csv\n",
79+
"!curl <For security reasons, you will need to find these sources by name on the web - they are public datasets in Azure>/PdM_errors.csv -o PdM_errors.csv\n",
80+
"!curl <For security reasons, you will need to find these sources by name on the web - they are public datasets in Azure>/PdM_maint.csv -o PdM_maint.csv\n",
81+
"!curl <For security reasons, you will need to find these sources by name on the web - they are public datasets in Azure>/PdM_failures.csv -o PdM_failures.csv\n",
82+
"!curl <For security reasons, you will need to find these sources by name on the web - they are public datasets in Azure>/PdM_machines.csv -o PdM_machines.csv"
8383
]
8484
},
8585
{

0 commit comments

Comments
 (0)