Skip to content

Commit b6d8eba

Browse files
author
Den Delimarsky
committed
⭐ Update TOC configuration
1 parent da928bb commit b6d8eba

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs-ref-services/postgresql-mysql.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Azure PostgreSQL/MySQL libraries for Python
2+
title: Azure MySQL/PostgreSQL libraries for Python
33
description:
4-
keywords: Azure, Python, SDK, API, SQL, database, MySQL
4+
keywords: Azure, Python, SDK, API, SQL, database, MySQL, PostgreSQL
55
author: lisawong19
66
ms.author: liwong
77
manager: douge
@@ -12,7 +12,7 @@ ms.technology: azure
1212
ms.devlang: python
1313
---
1414

15-
# Azure PostgreSQL/MySQL libraries for Python
15+
# Azure MySQL/PostgreSQL libraries for Python
1616

1717
## MySQL
1818

@@ -100,7 +100,7 @@ firewall_rule = rule_creation_poller.result()
100100
```
101101

102102
> [!div class="nextstepaction"]
103-
> [Explore the Management APIs](/python/api/overview/azure/mysql/management)
103+
> [Explore the Management APIs](/python/api/overview/azure/postgresql/mysql/management)
104104
105105
## PostgreSQL
106106
Use the ODBC driver and pyodbc to connect to the database and execute SQL statements directly.
@@ -160,4 +160,4 @@ db = db_creation_poller.result()
160160
```
161161

162162
> [!div class="nextstepaction"]
163-
> [Explore the Management APIs](/python/api/overview/azure/postgresql/management)
163+
> [Explore the Management APIs](/python/api/overview/azure/postgresql/mysql/management)

docs-ref-services/postgresql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
redirect_url: https://docs.microsoft.com/python/api/overview/azure/postgresql-mysql
2+
redirect_url: /python/api/overview/azure/postgresql-mysql
33
redirect_document_id: TRUE
44
---

0 commit comments

Comments
 (0)