--- id: azure-mgmt-postgresqlflexibleservers version: "2.0.0" license: unclear license_treatment: unclear maintenance: active --- # azure-mgmt-postgresqlflexibleservers — Microsoft Azure Postgresqlflexibleservers Management Client Library for Python License: unclear · Maintenance: active · Downloads: 5.4M/mo ## What it is and what it does This is the official Azure SDK client library for managing PostgreSQL Flexible Server resources in Microsoft Azure. It wraps the Azure Resource Manager REST API, exposing operation groups for server provisioning, configuration, backups, migrations, security settings, and monitoring. The package requires Python 3.9+ and depends on msrest for HTTP communication, azure-mgmt-core for common Azure SDK patterns, and typing-extensions for runtime type hints. Version 2.0.0 significantly expands the API surface with new operation groups for administrators, threat protection, backups, capabilities, migrations, and tuning options, plus many new model types and enums. It is intended for developers building infrastructure-as-code or management automation tools that need to programmatically control PostgreSQL Flexible Server instances in Azure. Use it for: - Automate provisioning and deprovisioning of PostgreSQL Flexible Server instances as part of infrastructure-as-code workflows. - Build management dashboards or CLI tools that query server configurations, capabilities, and quota usage across Azure subscriptions. - Implement backup and disaster-recovery automation, including long-term retention policies and on-demand backup triggers. - Orchestrate database migrations from on-premises or other cloud PostgreSQL sources into Azure Flexible Server. - Configure security settings, firewall rules, and Microsoft Entra authentication for PostgreSQL servers at scale. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Manages Azure PostgreSQL Flexible Server resources via the Azure Resource Manager API, allowing programmatic creation, configuration, and lifecycle operations on PostgreSQL database servers in Azure. Yes, if you are building Azure infrastructure automation or management tools that need to control PostgreSQL Flexible Server resources. The package is actively maintained, has low install friction, and is part of the official Azure SDK ecosystem. However, verify the license terms in the repository before use in proprietary projects, since the license treatment is currently unclear in the package metadata. ## Install pip install azure-mgmt-postgresqlflexibleservers uv add azure-mgmt-postgresqlflexibleservers poetry add azure-mgmt-postgresqlflexibleservers ## Installing azure-mgmt-postgresqlflexibleservers Before you install: Low install friction; pure Python wheel with three lightweight runtime dependencies (msrest, azure-mgmt-core, typing-extensions). Actively maintained with recent releases; repository shows 5588 stars and last commit on 2026-08-14. License in practice: License treatment is unclear—no SPDX identifier or raw license text is available in the package metadata. Verify the actual license terms in the GitHub repository before adopting in proprietary or restricted-license projects. Quickstart: pip install azure-mgmt-postgresqlflexibleservers from azure.mgmt.postgresqlflexibleservers import PostgreSQLManagementClient from msrest.authentication import BasicAuthentication client = PostgreSQLManagementClient(credential, subscription_id) Requires Python 3.9+; Azure subscription and authentication credentials must be configured before client instantiation. Verify before relying: - Whether the unclear license treatment is documented in the GitHub repository or release notes. - How to properly instantiate the PostgreSQLManagementClient with the available authentication mechanisms in version 2.0.0. ## Package facts - License: not declared (unclear) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 5.4M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags azure postgresql management, azure resource manager postgresql, azure postgresqlflexibleservers api, manage azure postgres servers, azure database administration sdk, postgresql flexible server provisioning, azure mgmt postgresql, azure-sdk, infrastructure-as-code, database-management [View on SkillFed](https://skillfed.io/packages/azure-mgmt-postgresqlflexibleservers) · [View on PyPI](https://pypi.org/project/azure-mgmt-postgresqlflexibleservers/)