azure-mgmt-mysqlflexibleservers
Microsoft Azure Mysqlflexibleservers Management Client Library for Python
What it is and what it does
This is the official Microsoft Azure management client library for MySQL Flexible Server, part of the broader Azure SDK for Python. It allows developers to programmatically manage Azure MySQL Flexible Server resources—creating, updating, deleting, and querying servers and related infrastructure—through Python code rather than the Azure portal or CLI.
The package wraps the Azure management REST API and requires Azure Active Directory authentication via environment variables. It depends on msrest for HTTP communication, azure-mgmt-core for common Azure SDK patterns, and typing-extensions for type hints. The library supports Python 3.9 and later, is actively maintained, and includes operation groups for managing private endpoint connections, link resources, and server configurations including maintenance policies.
Use it for:
- Create, update, and delete Azure MySQL Flexible Server instances programmatically from Python applications.
- Manage private endpoint connections and link resources for secure server access.
- Query server capabilities, maintenance windows, and operational status in automated infrastructure workflows.
- Configure maintenance policies and patch strategies for MySQL servers as part of infrastructure-as-code deployments.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a Python client library for managing Azure MySQL Flexible Server resources through the Azure management API.
Yes. This is an official, actively maintained Azure SDK library with low install friction and no known vulnerabilities. Install it when you need to manage Azure MySQL Flexible Server resources programmatically in Python. The only caveat is that license treatment is unclear in the fact sheet, so verify the actual license before use in proprietary or restricted contexts.
Install
azure-mgmt-mysqlflexibleservers on PyPI
pip
pip install azure-mgmt-mysqlflexibleserversuv
uv add azure-mgmt-mysqlflexibleserverspoetry
poetry add azure-mgmt-mysqlflexibleserversInstalling azure-mgmt-mysqlflexibleservers
Before you install
Low install friction; depends on three stable Azure SDK packages (msrest, azure-mgmt-core, typing-extensions). Active maintenance with recent release and current repository activity.
Quickstart
pip install azure-mgmt-mysqlflexibleservers
from azure.mgmt.mysqlflexibleservers import MySQLManagementClient
from msrest.authentication import BasicAuthentication
client = MySQLManagementClient(credential, subscription_id)
Python 3.9+ required; Azure subscription and Azure Active Directory credentials (AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET, AZURE_SUBSCRIPTION_ID environment variables) must be configured.
Verify before relying
- Whether the package is suitable for production workloads beyond the stated 'Production/Stable' classifier
- Performance characteristics and rate limits for large-scale resource management operations
- Actual license terms, as license treatment is marked unclear in the fact sheet
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — msrest, azure-mgmt-core, typing-extensions |
| Maintenance | actively maintained — 269 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 5,150,420/month — #2,155 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: azure_mgmt_mysqlflexibleservers-1.0.0-py3-none-any.whl
Keywords: azure, azure sdk
Tags
More Database packages
psycopg2-binary is a PostgreSQL database…
copyleft · top 1,000 on PyPI
redisPython client library for connecting to and…
permissive · top 1,000 on PyPI
ydbYDB Python SDK is the official client library…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
sqlparsesqlparse tokenizes SQL text into a tree of…
permissive · top 1,000 on PyPI
dbt-adaptersProvides base adapter protocols and shared…
permissive · top 1,000 on PyPI
azure-mgmt-datamigrationManages Azure Data Migration resources and…
permissive · top 5,000 on PyPI
azure-mgmt-postgresqlflexibleserversManages Azure PostgreSQL Flexible Server…
unclear · top 5,000 on PyPI
azure-mgmt-rdbmsProvides programmatic management of Azure…
unclear · top 5,000 on PyPI
azure-mgmt-sqlProvides programmatic management of Azure SQL…
permissive · top 5,000 on PyPI
azure-mgmt-webProvides programmatic management of Azure Web…
permissive · top 5,000 on PyPI
azure-mgmt-sqlvirtualmachineManages SQL Server virtual machines in…
permissive · top 5,000 on PyPI
azure-mgmt-managementpartnerProvides a Python client library for managing…
unclear · top 5,000 on PyPI
azure-mgmt-managedservicesProvides Python client library for managing…
unclear · top 15,000 on PyPI
azure-mgmt-resource-deploymentscriptsProvides a Python client library for managing…
permissive · top 5,000 on PyPI
azure-mgmt-resource-deploymentsManages Azure resource deployments…
permissive · top 5,000 on PyPI