skillfed

azure-mgmt-extendedlocation

Microsoft Azure Extended Location Management Client Library for Python

azure-mgmt-extendedlocation v2.0.0 5.1M downloads/30d#2,173 on PyPI5,588
Permissive license MIT License Active released

What it is and what it does

This is Microsoft's official Python client library for the Azure Extended Location Management service. It provides a programmatic interface to create, read, update, and delete custom locations and resource sync rules within Azure, abstracting the underlying REST API calls. The package is part of the broader Azure SDK for Python and follows Microsoft's standard authentication patterns using Azure Active Directory.

The library is designed for developers building infrastructure-as-code solutions, automation scripts, or applications that need to manage Azure's extended location resources. It depends on azure-mgmt-core for common management functionality and uses isodate and typing-extensions for date handling and type hints. Version 2.0.0 targets only the latest Azure API version, reducing package size but requiring pinning to earlier versions if your application needs older API versions.

Use it for:

  • Automate provisioning and management of custom locations in Azure for hybrid cloud deployments.
  • Build infrastructure-as-code scripts that create and configure resource sync rules across Azure environments.
  • Integrate Azure Extended Location management into larger orchestration or DevOps automation platforms.
  • Programmatically query and monitor custom location configurations as part of cloud resource auditing.
  • Develop multi-tenant applications that dynamically manage extended locations for different customers.

Worth the install?

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

Provides a Python client library for managing Azure Extended Location resources, enabling programmatic control of custom locations and resource sync rules in Azure.

Yes. This package is actively maintained by Microsoft, has no known vulnerabilities, supports current Python versions (3.8+), carries a permissive MIT license, and has low install friction. Install it if you need to manage Azure Extended Location resources programmatically; avoid it only if your application requires older Azure API versions, in which case pin to a pre-2.0.0 release.

Install

azure-mgmt-extendedlocation on PyPI

pip

pip install azure-mgmt-extendedlocation

uv

uv add azure-mgmt-extendedlocation

poetry

poetry add azure-mgmt-extendedlocation

Installing azure-mgmt-extendedlocation

Before you install

Low install friction with four lightweight runtime dependencies. The package is actively maintained by Microsoft with recent releases; last commit was 2026-08-14 and the repository shows active development status.

License in practice

MIT License permits free use, modification, and distribution with minimal restrictions, making it suitable for both open-source and commercial projects.

Quickstart

pip install azure-mgmt-extendedlocation

from azure.mgmt.extendedlocation import CustomLocations
from azure.identity import DefaultAzureCredential
import os

sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = CustomLocations(credential=DefaultAzureCredential(), subscription_id=sub_id)

Requires Python 3.8+. Azure authentication credentials must be configured via environment variables: AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET, and AZURE_SUBSCRIPTION_ID.

Verify before relying

  • Whether version 2.0.0's removal of non-latest API versions affects existing applications targeting older Azure API versions.
  • Specific Azure Extended Location features and operations supported in the current release beyond CustomLocationsOperations and ResourceSyncRulesOperations.

Package facts

License MIT License (permissive)
Python support supports the current Python release (>=3.8)
Install friction low — pure-Python wheel
Runtime dependencies 4 — isodate, typing-extensions, azure-common, azure-mgmt-core
Maintenance actively maintained — 653 days since the last release
Last repo commit
First released
Downloads 5,076,837/month — #2,173 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: azure_mgmt_extendedlocation-2.0.0-py3-none-any.whl

Keywords: azure, azure sdk

Development Status :: 5 - Production/StableLicense :: OSI Approved :: MIT LicenseProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9

Tags

azure extended location managementazure custom locations clientazure resource sync rulesazure sdk python managementazure infrastructure as codeazure api client library
azure-sdkcloud-managementinfrastructure-as-code

More Internet packages

botocore

Botocore provides low-level, data-driven access…

permissive · top 100 on PyPI

aiobotocore

Provides an async client for AWS services using…

permissive · top 100 on PyPI

pydantic

Pydantic validates Python data structures…

permissive · top 100 on PyPI

filelock

Provides a platform-independent file locking…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

googleapis-common-protos

Provides common Protocol Buffer message…

permissive · top 100 on PyPI

azure-mgmt-resource-deployments

Manages Azure resource deployments…

permissive · top 5,000 on PyPI

azure-mgmt-resource-deploymentscripts

Provides a Python client library for managing…

permissive · top 5,000 on PyPI

azure-mgmt-resource

Provides Python bindings to manage Azure…

permissive · top 1,000 on PyPI

azure-mgmt-managedservices

Provides Python client library for managing…

unclear · top 15,000 on PyPI

azure-mgmt-managementpartner

Provides a Python client library for managing…

unclear · top 5,000 on PyPI

azure-mgmt-resource-subscriptions

Manages Azure subscriptions and related…

permissive · top 15,000 on PyPI

azure-mgmt-domainregistration

Manages Azure domain registrations…

permissive · top 5,000 on PyPI

azure-mgmt-dns

Manages Azure DNS resources—zones, record sets,…

permissive · top 5,000 on PyPI

azure-mgmt-mysqlflexibleservers

Provides a Python client library for managing…

unclear · top 5,000 on PyPI

azure-mgmt-iotcentral

Manages Azure IoT Central applications and…

unclear · top 5,000 on PyPI