Skip to content

Commit 92dee50

Browse files
Merge pull request #263619 from ssalgadodev/patch-58
Update how-to-manage-resources-vscode.md
2 parents 102b2ea + 4b171cd commit 92dee50

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/machine-learning/how-to-manage-resources-vscode.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: machine-learning
1010
ms.subservice: core
1111
ms.custom: event-tier1-build-2022
1212
ms.topic: how-to
13-
ms.date: 05/25/2021
13+
ms.date: 01/15/2023
1414
monikerRange: 'azureml-api-2 || azureml-api-1'
1515
---
1616

@@ -93,7 +93,7 @@ The extension currently supports datastores of the following types:
9393
For more information, see [datastore](concept-data.md#datastore).
9494
:::moniker-end
9595
:::moniker range="azureml-api-1"
96-
For more information, see [datastore](./v1/concept-data.md#connect-to-storage-with-datastores).
96+
For more information, see [datastore](concept-data.md).
9797
:::moniker-end
9898
### Create a datastore
9999

@@ -125,7 +125,7 @@ The extension currently supports the following dataset types:
125125
- *Tabular*: Allows you to materialize data into a DataFrame.
126126
- *File*: A file or collection of files. Allows you to download or mount files to your compute.
127127

128-
For more information, see [datasets](./v1/concept-data.md)
128+
For more information, see [datasets](./concept-data.md)
129129

130130
### Create dataset
131131

@@ -178,7 +178,7 @@ Alternatively, use the `> Azure ML: View Environment` command in the command pal
178178
:::moniker range="azureml-api-1"
179179
## Experiments
180180

181-
For more information, see [experiments](v1/concept-azure-machine-learning-architecture.md#experiments).
181+
For more information, see [experiments](concept-azure-machine-learning-architecture.md).
182182
:::moniker-end
183183

184184
### Create job
@@ -354,7 +354,7 @@ Alternatively, use the `> Azure ML: View Compute Properties` and `> Azure ML: De
354354
For more information, see [train machine learning models](concept-train-machine-learning-model.md).
355355
:::moniker-end
356356
:::moniker range="azureml-api-1"
357-
For more information, see [train machine learning models](./v1/concept-train-machine-learning-model.md).
357+
For more information, see [train machine learning models](./concept-train-machine-learning-model.md).
358358
:::moniker-end
359359

360360
### Create model
@@ -398,7 +398,7 @@ Alternatively, use the `> Azure ML: Remove Model` command in the command palette
398398
For more information, see [endpdoints](concept-endpoints.md).
399399
:::moniker-end
400400
:::moniker range="azureml-api-1"
401-
For more information, see [endpoints](v1/concept-azure-machine-learning-architecture.md#endpoints).
401+
For more information, see [endpoints](concept-azure-machine-learning-architecture.md).
402402
:::moniker-end
403403

404404
### Create endpoint

0 commit comments

Comments
 (0)