skillfed

azure-mgmt-mysqlflexibleservers

Microsoft Azure Mysqlflexibleservers Management Client Library for Python

azure-mgmt-mysqlflexibleservers v1.0.0 5.2M downloads/30d#2,155 on PyPI5,588
License unclear Active released

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-mysqlflexibleservers

uv

uv add azure-mgmt-mysqlflexibleservers

poetry

poetry add azure-mgmt-mysqlflexibleservers

Installing 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

Development Status :: 5 - Production/StableProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.9

Tags

azure mysql management clientazure flexible server python sdkazure mysql resource managementazure mgmt mysqlpython azure database management
azure-sdkcloud-management

More Database packages

psycopg2-binary

psycopg2-binary is a PostgreSQL database…

copyleft · top 1,000 on PyPI

redis

Python client library for connecting to and…

permissive · top 1,000 on PyPI

ydb

YDB Python SDK is the official client library…

permissive · top 1,000 on PyPI

snowflake-connector-python

Connects Python applications to Snowflake data…

permissive · top 1,000 on PyPI

sqlparse

sqlparse tokenizes SQL text into a tree of…

permissive · top 1,000 on PyPI

dbt-adapters

Provides base adapter protocols and shared…

permissive · top 1,000 on PyPI

azure-mgmt-datamigration

Manages Azure Data Migration resources and…

permissive · top 5,000 on PyPI

azure-mgmt-postgresqlflexibleservers

Manages Azure PostgreSQL Flexible Server…

unclear · top 5,000 on PyPI

azure-mgmt-rdbms

Provides programmatic management of Azure…

unclear · top 5,000 on PyPI

azure-mgmt-sql

Provides programmatic management of Azure SQL…

permissive · top 5,000 on PyPI

azure-mgmt-web

Provides programmatic management of Azure Web…

permissive · top 5,000 on PyPI

azure-mgmt-sqlvirtualmachine

Manages SQL Server virtual machines in…

permissive · top 5,000 on PyPI

azure-mgmt-managementpartner

Provides a Python client library for managing…

unclear · top 5,000 on PyPI

azure-mgmt-managedservices

Provides Python client library for managing…

unclear · top 15,000 on PyPI

azure-mgmt-resource-deploymentscripts

Provides a Python client library for managing…

permissive · top 5,000 on PyPI

azure-mgmt-resource-deployments

Manages Azure resource deployments…

permissive · top 5,000 on PyPI