Metadata-Version: 2.4
Name: azure-mgmt-providerhub
Version: 2.0.0
Summary: Microsoft Azure Providerhub Management Client Library for Python
Author-email: Microsoft Corporation <azpysdkhelp@microsoft.com>
License-Expression: MIT
Project-URL: repository, https://github.com/Azure/azure-sdk-for-python
Keywords: azure,azure sdk
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: isodate>=0.6.1
Requires-Dist: azure-mgmt-core>=1.6.0
Requires-Dist: typing-extensions>=4.6.0
Dynamic: license-file

# Microsoft Azure SDK for Python

This is the Microsoft Azure Providerhub Management Client Library.
This package has been tested with Python 3.10+.
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).

## _Disclaimer_

_Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_

## Getting started

### Prerequisites

- Python 3.10+ is required to use this package.
- [Azure subscription](https://azure.microsoft.com/free/)

### Install the package

```bash
pip install azure-mgmt-providerhub
pip install azure-identity
```

### Authentication

By default, [Microsoft Entra](https://learn.microsoft.com/entra/fundamentals/what-is-entra) token authentication depends on correct configuration of the following environment variables.

- `AZURE_CLIENT_ID` for Azure client ID.
- `AZURE_TENANT_ID` for Azure tenant ID.
- `AZURE_CLIENT_SECRET` for Azure client secret.

In addition, Azure subscription ID can be configured via environment variable `AZURE_SUBSCRIPTION_ID`.

With above configuration, client can be authenticated by following code:

```python
from azure.identity import DefaultAzureCredential
from azure.mgmt.providerhub import ProviderHubMgmtClient
import os

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

## Examples

Code samples for this package can be found at:
- [Search Providerhub Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com
- [Azure Python Mgmt SDK Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)


## Troubleshooting

## Next steps

## Provide Feedback

If you encounter any bugs or have suggestions, please file an issue in the
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
section of the project. 

# Release History

## 2.0.0 (2026-08-25)

### Features Added

  - Client `ProviderHubMgmtClient` added operation group `manifests`
  - Model `ApplicationDataAuthorization` added property `exclude_application_id_from_manifest`
  - Model `CustomRolloutPropertiesSpecification` added property `manifest_checkin_specification`
  - Model `CustomRolloutPropertiesSpecification` added property `rollout_id`
  - Model `CustomRolloutPropertiesStatus` added property `completed_regions_info`
  - Model `CustomRolloutSpecification` added property `manifest_checkin_specification`
  - Model `CustomRolloutSpecification` added property `rollout_id`
  - Model `CustomRolloutStatus` added property `completed_regions_info`
  - Model `DefaultRolloutPropertiesSpecification` added property `manifest_checkin_specification`
  - Model `DefaultRolloutSpecification` added property `manifest_checkin_specification`
  - Enum `ExtensionCategory` added member `RESOURCE_BILLING_NOTIFICATION`
  - Model `LinkedAccessCheck` added property `options`
  - Model `LocalizedOperationDefinition` added property `properties`
  - Model `LocalizedOperationDefinitionDisplay` added property `qps_ploc`
  - Model `LocalizedOperationDisplayDefinition` added property `qps_ploc`
  - Enum `MarketplaceType` added member `PROVIDER_HUB`
  - Model `ProviderRegistrationProperties` added property `enable_preset_resource_types`
  - Model `ProviderRegistrationProperties` added property `obo_subscription_id`
  - Model `ResourceProviderManagement` added property `feature_management_owners`
  - Model `ResourceProviderManifest` added property `token_auth_configuration`
  - Model `ResourceProviderManifestManagement` added property `feature_management_owners`
  - Model `ResourceProviderManifestPropertiesManagement` added property `feature_management_owners`
  - Enum `ResourceProviderType` added member `DECOMMISSIONED`
  - Model `ResourceType` added property `resource_deletion_policies`
  - Model `ResourceTypeRegistrationProperties` added property `managed_resource_group_configuration`
  - Model `ResourceTypeRegistrationProperties` added property `private_endpoint_configuration`
  - Model `ResourceTypeRegistrationProperties` added property `resource_deletion_policies`
  - Model `ResourceTypeRegistrationProperties` added property `super_scale_enabled`
  - Model `ResourceTypeRegistrationProperties` added property `write_lock`
  - Model `ResourceTypeRegistrationPropertiesManagement` added property `feature_management_owners`
  - Model `ResourceTypeRegistrationPropertiesResourceManagementOptionsBatchProvisioningSupport` added property `action_configurations`
  - Model `ResourceTypeRegistrationPropertiesResourceManagementOptionsBatchProvisioningSupport` added property `batch_contract_version`
  - Model `ResourceTypeRegistrationPropertiesResourceManagementOptionsBatchProvisioningSupport` added property `max_batch_size`
  - Model `ResourceTypeRegistrationPropertiesResourceManagementOptionsBatchProvisioningSupport` added property `max_nested_batch_size`
  - Model `ResourceTypeRegistrationPropertiesResourceManagementOptionsBatchProvisioningSupport` added property `required_features`
  - Model `ThrottlingMetric` added property `bucket_size`
  - Added model `ActionConfiguration`
  - Added model `AppliedManifestInfo`
  - Added model `GroupConnectivityInformation`
  - Added enum `LinkedAccessCheckOptions`
  - Added model `LocalizedOperationDisplayDefinitionQpsPloc`
  - Added model `ManagedResourceGroupDenyAssignmentConfiguration`
  - Added enum `ManifestCheckinOption`
  - Added model `ManifestCheckinSpecification`
  - Added model `ManifestInfo`
  - Added model `ManifestInfoProperties`
  - Added model `PrivateEndpointConfiguration`
  - Added model `ResourceDeletionPolicyAndProperties`
  - Added model `ResourceDeletionPolicyProperties`
  - Added model `ResourceTypeManagedResourceGroupConfiguration`
  - Added model `WriteLockConfiguration`
  - Added enum `WriteLockState`
  - Added operation group `ManifestsOperations`

### Breaking Changes

  - Renamed enum `ResourceDeletionPolicy` to `RPaaSResourceDeletionPolicy`
  - Renamed enum `ManifestResourceDeletionPolicy` to `ResourceDeletionPolicy`
  - Method `Operations.list_by_provider_registration` changed return type from `List[OperationsDefinition]` to `OperationsPutContent`

## 1.0.0 (2026-07-29)

### Other Changes

  - First GA

## 1.0.0b1 (2026-07-08)

### Other Changes

  - Initial version
