--- id: azure-mgmt-scheduler version: "7.0.0" license: MIT License license_treatment: permissive maintenance: active --- # azure-mgmt-scheduler — Microsoft Azure Scheduler Management Client Library for Python License: permissive · Maintenance: active · Downloads: 1.7M/mo ## What it is and what it does azure-mgmt-scheduler is a Python SDK for managing Azure Scheduler, Microsoft's cloud-based job scheduling service. It provides client classes and models to create, update, delete, and monitor scheduled jobs through the Azure Resource Manager API, supporting authentication via azure-identity and modern async patterns. The package depends on msrest, azure-common, and azure-mgmt-core for HTTP communication and Azure infrastructure. However, Azure Scheduler itself was deprecated after 01-31-2022 and is no longer receiving feature maintenance; Microsoft recommends migrating to Azure Logic Apps for new workloads. The package remains available and receives security fixes, but is classified as Inactive. Use it for: - Manage existing Azure Scheduler jobs in legacy systems that have not yet migrated to Azure Logic Apps - Automate job lifecycle operations (create, update, delete) for scheduled tasks in Azure via Python scripts - Integrate Azure Scheduler job management into Python applications that predate the Logic Apps migration - Read and monitor the status of existing scheduled jobs in Azure Scheduler deployments ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Python bindings to manage Azure Scheduler resources via the Azure Resource Manager API, though the service itself has been deprecated in favor of Azure Logic Apps. No, unless you are maintaining or extending an existing system already using Azure Scheduler. The service is deprecated and no longer receives feature updates. For new projects, use Azure Logic Apps instead. If you must work with legacy Scheduler deployments, the package is stable and has no known vulnerabilities, but plan a migration path. ## Install pip install azure-mgmt-scheduler uv add azure-mgmt-scheduler poetry add azure-mgmt-scheduler ## Installing azure-mgmt-scheduler Before you install: Low friction install with standard Azure SDK dependencies. However, the package is classified as Inactive (Development Status 7) and was deprecated after 01-31-2022 with security-only maintenance through that date. The repository remains active but the package itself is no longer receiving feature updates. License in practice: MIT License permits commercial and private use with minimal restrictions, making it safe from a licensing perspective for any project that can tolerate the deprecation status. Quickstart: pip install azure-mgmt-scheduler from azure.mgmt.scheduler import SchedulerManagementClient from azure.identity import DefaultAzureCredential credential = DefaultAzureCredential() client = SchedulerManagementClient(credential, subscription_id) Requires Azure subscription credentials (via azure-identity) and a valid subscription_id; the underlying Azure Scheduler service may no longer be available in all regions. Verify before relying: - Whether security fixes have actually been applied since the 01-31-2022 maintenance cutoff date, given the latest release is 2024-10-31 - Current Azure Scheduler service availability and whether Microsoft still operates the underlying service that this SDK targets ## Package facts - License: MIT License (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 1.7M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags azure scheduler management python, azure resource manager scheduler, azure sdk python scheduler, manage azure scheduled jobs, azure scheduler client library, deprecated, azure-sdk, cloud-management [View on SkillFed](https://skillfed.io/packages/azure-mgmt-scheduler) · [View on PyPI](https://pypi.org/project/azure-mgmt-scheduler/)