--- id: azure-synapse-managedprivateendpoints version: "0.4.0" license: MIT License license_treatment: permissive maintenance: active --- # azure-synapse-managedprivateendpoints — Microsoft Azure Synapse Managed Private Endpoints Client Library for Python License: permissive · Maintenance: active · Downloads: 5.1M/mo ## What it is and what it does This is a client library for managing private endpoints in Azure Synapse, part of the Microsoft Azure SDK for Python. It provides programmatic access to configure and manage managed private endpoints that allow Synapse workspaces to connect securely to other Azure resources over private network paths rather than through public endpoints. The library wraps Azure REST APIs and depends on msrest, azure-common, azure-core, and azure-synapse-nspkg to handle authentication, HTTP communication, and namespace management. The package is classified as Beta and was last updated on 2021-08-10 to support API versions including 2021-06-01-preview. It has been tested with Python 2.7, 3.6, 3.7, 3.8 and 3.9. For developers building applications that need to programmatically manage Synapse network security and private connectivity, this library provides the necessary abstractions. Use it for: - Automate creation and management of private endpoints for Synapse workspaces in infrastructure-as-code pipelines. - Configure secure network paths between Synapse and dependent Azure services without exposing endpoints publicly. - Integrate Synapse private endpoint management into larger Azure resource provisioning workflows. - Query and monitor the status of managed private endpoints across Synapse workspaces programmatically. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Manages private endpoints for Azure Synapse workspaces, enabling secure network connectivity to Synapse resources without exposing them to the public internet. Yes, if you are actively managing Azure Synapse infrastructure and need programmatic control over private endpoints. The library is stable and carries no known vulnerabilities, but note that it has not been updated since 2021-08-10 and may lack support for newer Azure API versions or Python releases beyond 3.9. Verify compatibility with your current Azure API and Python environment before adopting. ## Install pip install azure-synapse-managedprivateendpoints uv add azure-synapse-managedprivateendpoints poetry add azure-synapse-managedprivateendpoints ## Installing azure-synapse-managedprivateendpoints Before you install: Low install friction with a pure-Python wheel. Maintenance is active with recent repository commits, though the latest release is from 2021-08-10 and has not been updated for over three years. License in practice: MIT License permits commercial use, modification, and distribution with minimal restrictions, making this suitable for most projects without licensing concerns. Quickstart: pip install azure-synapse-managedprivateendpoints from azure.synapse.managedprivateendpoints import VnetClient client = VnetClient(credential, subscription_id, workspace_name) Requires Azure credentials and an active Azure Synapse workspace to connect to. Verify before relying: - Whether the package remains compatible with Python versions released after 3.9, given the last release predates modern Python versions. - Current support status for API versions beyond 2021-06-01-preview and compatibility with current Azure environments. ## Package facts - License: MIT License (permissive) - Python support: unspecified - Install friction: low - Maintenance: active - Downloads: 5.1M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags azure synapse private endpoints, managed private endpoints client, azure vnet client, synapse network security, azure private link, synapse managed connectivity, azure-sdk, network-security [View on SkillFed](https://skillfed.io/packages/azure-synapse-managedprivateendpoints) · [View on PyPI](https://pypi.org/project/azure-synapse-managedprivateendpoints/)