Skip to content

Commit cd97930

Browse files
authored
Merge pull request #123330 from jeschultz12/patch-1
Update how-to-import-data-assets.md
2 parents 7bcf90a + 57ef5bb commit cd97930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ az extension show -n ml #(the version value needs to be 2.15.1 or later)
5858
# [Python SDK](#tab/python)
5959

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

0 commit comments

Comments
 (0)