Skip to content

Commit 2e52eeb

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#121794
We made changes to the line no: 44, 62 From: Version 1.5.0 To: version 1.15.0
1 parent 1a4460a commit 2e52eeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/how-to-import-data-assets.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To create and work with data assets, you need:
4141
* [Workspace connections created](how-to-connection.md)
4242

4343
> [!NOTE]
44-
> For a successful data import, please verify that you installed the latest azure-ai-ml package (version 1.5.0 or later) for SDK, and the ml extension (version 2.15.1 or later).
44+
> For a successful data import, please verify that you installed the latest azure-ai-ml package (version 1.15.0 or later) for SDK, and the ml extension (version 2.15.1 or later).
4545
>
4646
> If you have an older SDK package or CLI extension, please remove the old one and install the new one with the code shown in the tab section. Follow the instructions for SDK and CLI as shown here:
4747
@@ -59,7 +59,7 @@ az extension show -n ml #(the version value needs to be 2.15.1 or later)
5959

6060
```python
6161
pip uninstall azure-ai-ml
62-
pip show azure-ai-ml #(the version value needs to be 1.5.0 or later)
62+
pip show azure-ai-ml #(the version value needs to be 1.15.0 or later)
6363
```
6464

6565
# [Studio](#tab/azure-studio)
@@ -413,4 +413,4 @@ Not available.
413413
- [Import data assets on a schedule](reference-yaml-schedule-data-import.md)
414414
- [Access data in a job](how-to-read-write-data-v2.md#access-data-in-a-job)
415415
- [Working with tables in Azure Machine Learning](how-to-mltable.md)
416-
- [Access data from Azure cloud storage during interactive development](how-to-access-data-interactive.md)
416+
- [Access data from Azure cloud storage during interactive development](how-to-access-data-interactive.md)

0 commit comments

Comments
 (0)