Skip to content

Commit

Permalink
Addressing security concerns from GauravM
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckWoody committed Jan 11, 2024
1 parent 3fcebab commit 88d3a25
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@
"outputs": [],
"source": [
"# Activity: Import the Anonymized Export of Data into Azure\n",
"!curl https://azuremlsampleexperiments.blob.core.windows.net/datasets/PdM_telemetry.csv -o PdM_telemetry.csv\n",
"!curl https://azuremlsampleexperiments.blob.core.windows.net/datasets/PdM_errors.csv -o PdM_errors.csv\n",
"!curl https://azuremlsampleexperiments.blob.core.windows.net/datasets/PdM_maint.csv -o PdM_maint.csv\n",
"!curl https://azuremlsampleexperiments.blob.core.windows.net/datasets/PdM_failures.csv -o PdM_failures.csv\n",
"!curl https://azuremlsampleexperiments.blob.core.windows.net/datasets/PdM_machines.csv -o PdM_machines.csv"
"!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",
"!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",
"!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",
"!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",
"!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"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@
"outputs": [],
"source": [
"# Activity: Import the Anonymized Export of Data into Azure\n",
"!curl https://azuremlsampleexperiments.blob.core.windows.net/datasets/PdM_telemetry.csv -o PdM_telemetry.csv\n",
"!curl https://azuremlsampleexperiments.blob.core.windows.net/datasets/PdM_errors.csv -o PdM_errors.csv\n",
"!curl https://azuremlsampleexperiments.blob.core.windows.net/datasets/PdM_maint.csv -o PdM_maint.csv\n",
"!curl https://azuremlsampleexperiments.blob.core.windows.net/datasets/PdM_failures.csv -o PdM_failures.csv\n",
"!curl https://azuremlsampleexperiments.blob.core.windows.net/datasets/PdM_machines.csv -o PdM_machines.csv"
"!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",
"!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",
"!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",
"!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",
"!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"
]
},
{
Expand Down

0 comments on commit 88d3a25

Please sign in to comment.