Skip to content

Commit 3443226

Browse files
committed
Fix detected syntax bugs.
1 parent c54b62a commit 3443226

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/machine-learning/how-to-connection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ In this article, learn how to connect to data sources located outside of Azure,
4242
>
4343
> 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. Choose the code version that covers your situation:
4444
45-
# [Version 1.5.0](#tab/version-1.5.0)
45+
# [Version 1.5.0](#tab/version-1.5.0-A)
4646

4747
```python
4848
pip uninstall azure-ai-ml
4949
pip install azure-ai-ml
5050
pip show azure-ai-ml
5151
```
5252

53-
# [Version 2.15.1 or later](#tab/version-2.15.1-or-later)
53+
# [Version 2.15.1 or later](#tab/version-2.15.1-or-later-A)
5454

5555
```cli
5656
az extension remove -n ml

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ To create and work with data assets, you need:
4848
>
4949
> 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. Choose the code version that covers your situation:
5050
51-
# [Version 1.5.0](#tab/version-1.5.0)
51+
# [Version 1.5.0](#tab/version-1.5.0-B)
5252

5353
```python
5454
pip uninstall azure-ai-ml
5555
pip install azure-ai-ml
5656
pip show azure-ai-ml
5757
```
5858

59-
# [Version 2.15.1 or later](#tab/version-2.15.1-or-later)
59+
# [Version 2.15.1 or later](#tab/version-2.15.1-or-later-B)
6060

6161
```cli
6262
az extension remove -n ml

0 commit comments

Comments
 (0)