skillfed

azure-mgmt

Microsoft Azure Resource Management Client Libraries for Python

azure-mgmt v5.0.0 1.7M downloads/30d#3,669 on PyPI5,588
Permissive license MIT License Active released

What it is and what it does

azure-mgmt was a bundle package for Microsoft Azure Resource Management client libraries, but it has been deprecated as of version 5.0.0 (released 2020-04-08). The package now contains no functional code and exists only to redirect users to install service-specific packages instead. The Azure SDK for Python has been reorganized so that each Azure service has its own dedicated package prefixed with azure-mgmt-.

Installing this package will not provide any Azure management functionality. The repository remains active and maintained, but this particular package is marked as inactive (Development Status 7) and should not be used in new code. Users encountering this package should consult the deprecation notice and the complete list of available packages at https://aka.ms/azsdk/python/all to identify which service-specific packages they actually need.

Use it for:

  • Understanding why an old project depended on azure-mgmt and identifying which service-specific packages to migrate to.
  • Checking the deprecation notice and migration guidance for legacy Azure SDK code.
  • Verifying that a dependency on azure-mgmt should be replaced with individual service packages.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

This package is deprecated as of v5.0.0 and contains no functional code; it redirects users to install service-specific packages instead.

No. Do not install this package. It is deprecated as of v5.0.0 and contains no functional code. If you encounter this as a dependency in legacy code, update that code to depend on the individual service packages directly. See https://aka.ms/azsdk/python/all for the complete list of available packages.

Install

azure-mgmt on PyPI

pip

pip install azure-mgmt

uv

uv add azure-mgmt

poetry

poetry add azure-mgmt

Installing azure-mgmt

Before you install

High install friction. The package has been deprecated since v5.0.0 (released 2020-04-08) and should not be installed. The repository remains active, but this package contains no usable functionality.

License in practice

MIT License (permissive) applies, but license terms are irrelevant since the package is deprecated and non-functional.

Quickstart

# This package is deprecated as of v5.0.0.
# Do not install. Instead, install the service-specific packages you need.
# See https://aka.ms/azsdk/python/all for the complete list.

This package is deprecated as of v5.0.0 and contains no usable code; installation serves no purpose.

Verify before relying

  • Whether any legacy code still depends on importing from azure-mgmt directly and what the migration path is.
  • Which specific service packages correspond to use cases in existing projects.

Package facts

License MIT License (permissive)
Python support not specified
Install friction high — source build required
Runtime dependencies none
Maintenance actively maintained — 2,319 days since the last release
Last repo commit
First released
Downloads 1,663,593/month — #3,669 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: azure-mgmt-5.0.0.zip

Development Status :: 7 - InactiveLicense :: OSI Approved :: MIT LicenseProgramming Language :: PythonProgramming Language :: Python :: 2Programming Language :: Python :: 2.7Programming Language :: Python :: 3Programming Language :: Python :: 3.5Programming Language :: Python :: 3.6Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8

Tags

azure resource managementazure sdk pythonazure management clientazure deprecated bundleazure service packages
deprecatedmigration-guide

More Software Development packages