Skip to content

Commit 25cbd38

Browse files
committed
Fix small markdown issues.
1 parent 3443226 commit 25cbd38

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,17 @@ 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-A)
45+
## Code versions
46+
47+
# [Version 1.5.0](#tab/version-1.5.0)
4648

4749
```python
4850
pip uninstall azure-ai-ml
4951
pip install azure-ai-ml
5052
pip show azure-ai-ml
5153
```
5254

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

5557
```cli
5658
az extension remove -n ml

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,17 @@ 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-B)
51+
## Code versions
52+
53+
# [Version 1.5.0](#tab/version-1.5.0)
5254

5355
```python
5456
pip uninstall azure-ai-ml
5557
pip install azure-ai-ml
5658
pip show azure-ai-ml
5759
```
5860

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

6163
```cli
6264
az extension remove -n ml

0 commit comments

Comments
 (0)