azure-mgmt-hybridcompute


Nameazure-mgmt-hybridcompute JSON
Version 8.0.0 PyPI version JSON
download
home_pagehttps://github.com/Azure/azure-sdk-for-python
SummaryMicrosoft Azure Hybrid Compute Management Client Library for Python
upload_time2023-02-20 03:51:46
maintainer
docs_urlNone
authorMicrosoft Corporation
requires_python>=3.7
licenseMIT License
keywords azure azure sdk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # Microsoft Azure SDK for Python

This is the Microsoft Azure Hybrid Compute Management Client Library.
This package has been tested with Python 3.7+.
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.7+ is required to use this package.
- [Azure subscription](https://azure.microsoft.com/free/)

### Install the package

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

### Authentication

By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of 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.hybridcompute import HybridComputeManagementClient
import os

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

## Examples


Code samples for this package can be found at [Hybrid Compute Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com and [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. 


![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-hybridcompute%2FREADME.png)


# Release History

## 8.0.0 (2023-02-15)

### Features Added

  - Added operation group HybridComputeManagementClientOperationsMixin
  - Model HybridComputePrivateLinkScopeProperties has a new parameter private_endpoint_connections
  - Model MachineExtensionProperties has a new parameter enable_automatic_upgrade
  - Model MachineProperties has a new parameter agent_configuration
  - Model MachineProperties has a new parameter cloud_metadata
  - Model MachineProperties has a new parameter mssql_discovered
  - Model MachineProperties has a new parameter os_type
  - Model MachineProperties has a new parameter service_statuses
  - Model MachineUpdateProperties has a new parameter cloud_metadata
  - Model MachineUpdateProperties has a new parameter os_profile
  - Model OSProfile has a new parameter linux_configuration
  - Model OSProfile has a new parameter windows_configuration
  - Model OperationValue has a new parameter is_data_action
  - Model PrivateEndpointConnectionProperties has a new parameter group_ids

## 8.0.0b1 (2022-11-18)

### Features Added

  - Added operation group ExtensionMetadataOperations
  - Added operation group HybridComputeManagementClientOperationsMixin
  - Model HybridComputePrivateLinkScopeProperties has a new parameter private_endpoint_connections
  - Model Machine has a new parameter ad_fqdn
  - Model Machine has a new parameter agent_configuration
  - Model Machine has a new parameter agent_version
  - Model Machine has a new parameter client_public_key
  - Model Machine has a new parameter cloud_metadata
  - Model Machine has a new parameter detected_properties
  - Model Machine has a new parameter display_name
  - Model Machine has a new parameter dns_fqdn
  - Model Machine has a new parameter domain_name
  - Model Machine has a new parameter error_details
  - Model Machine has a new parameter last_status_change
  - Model Machine has a new parameter location_data
  - Model Machine has a new parameter machine_fqdn
  - Model Machine has a new parameter mssql_discovered
  - Model Machine has a new parameter os_name
  - Model Machine has a new parameter os_profile
  - Model Machine has a new parameter os_sku
  - Model Machine has a new parameter os_type
  - Model Machine has a new parameter os_version
  - Model Machine has a new parameter parent_cluster_resource_id
  - Model Machine has a new parameter private_link_scope_resource_id
  - Model Machine has a new parameter provisioning_state
  - Model Machine has a new parameter resources
  - Model Machine has a new parameter service_statuses
  - Model Machine has a new parameter status
  - Model Machine has a new parameter vm_id
  - Model Machine has a new parameter vm_uuid
  - Model MachineExtension has a new parameter auto_upgrade_minor_version
  - Model MachineExtension has a new parameter enable_automatic_upgrade
  - Model MachineExtension has a new parameter force_update_tag
  - Model MachineExtension has a new parameter instance_view
  - Model MachineExtension has a new parameter protected_settings
  - Model MachineExtension has a new parameter provisioning_state
  - Model MachineExtension has a new parameter publisher
  - Model MachineExtension has a new parameter settings
  - Model MachineExtension has a new parameter type_handler_version
  - Model MachineExtension has a new parameter type_properties_type
  - Model MachineExtensionUpdate has a new parameter auto_upgrade_minor_version
  - Model MachineExtensionUpdate has a new parameter enable_automatic_upgrade
  - Model MachineExtensionUpdate has a new parameter force_update_tag
  - Model MachineExtensionUpdate has a new parameter protected_settings
  - Model MachineExtensionUpdate has a new parameter publisher
  - Model MachineExtensionUpdate has a new parameter settings
  - Model MachineExtensionUpdate has a new parameter type
  - Model MachineExtensionUpdate has a new parameter type_handler_version
  - Model MachineUpdate has a new parameter cloud_metadata
  - Model MachineUpdate has a new parameter location_data
  - Model MachineUpdate has a new parameter os_profile
  - Model MachineUpdate has a new parameter parent_cluster_resource_id
  - Model MachineUpdate has a new parameter private_link_scope_resource_id
  - Model OSProfile has a new parameter linux_configuration
  - Model OSProfile has a new parameter windows_configuration
  - Model OperationValue has a new parameter is_data_action
  - Model PrivateEndpointConnectionProperties has a new parameter group_ids
  - Model ProxyResource has a new parameter system_data
  - Model Resource has a new parameter system_data
  - Model TrackedResource has a new parameter system_data

### Breaking Changes

  - Model Machine no longer has parameter properties
  - Model MachineExtension no longer has parameter properties
  - Model MachineExtensionUpdate no longer has parameter properties
  - Model MachineUpdate no longer has parameter properties

## 7.0.0 (2021-04-15)

**Features**

  - Model MachineUpdateProperties has a new parameter private_link_scope_resource_id
  - Model MachineUpdateProperties has a new parameter parent_cluster_resource_id
  - Model MachineProperties has a new parameter private_link_scope_resource_id
  - Model MachineProperties has a new parameter parent_cluster_resource_id
  - Model MachineProperties has a new parameter detected_properties
  - Added operation group PrivateLinkResourcesOperations
  - Added operation group PrivateEndpointConnectionsOperations
  - Added operation group PrivateLinkScopesOperations

**Breaking changes**

  - Operation MachinesOperations.delete has a new signature
  - Operation MachinesOperations.get has a new signature
  - Model ErrorDetail has a new signature
  - Model OperationValue has a new signature
  - Model Machine has a new signature
  - Model MachineExtension has a new signature
  - Model MachineExtensionInstanceViewStatus has a new signature
  - Model MachineUpdate has a new signature
  - Model MachineExtensionUpdate has a new signature

## 7.0.0b1 (2020-12-07)

This is beta preview version.

This version uses a next-generation code generator that introduces important breaking changes, but also important new features (like unified authentication and async programming).

**General breaking changes**

- Credential system has been completly revamped:

  - `azure.common.credentials` or `msrestazure.azure_active_directory` instances are no longer supported, use the `azure-identity` classes instead: https://pypi.org/project/azure-identity/
  - `credentials` parameter has been renamed `credential`

- The `config` attribute no longer exists on a client, configuration should be passed as kwarg. Example: `MyClient(credential, subscription_id, enable_logging=True)`. For a complete set of
  supported options, see the [parameters accept in init documentation of azure-core](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#available-policies)
- You can't import a `version` module anymore, use `__version__` instead
- Operations that used to return a `msrest.polling.LROPoller` now returns a `azure.core.polling.LROPoller` and are prefixed with `begin_`.
- Exceptions tree have been simplified and most exceptions are now `azure.core.exceptions.HttpResponseError` (`CloudError` has been removed).
- Most of the operation kwarg have changed. Some of the most noticeable:

  - `raw` has been removed. Equivalent feature can be found using `cls`, a callback that will give access to internal HTTP response for advanced user
  - For a complete set of
  supported options, see the [parameters accept in Request documentation of azure-core](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#available-policies)

**General new features**

- Type annotations support using `typing`. SDKs are mypy ready.
- This client has now stable and official support for async. Check the `aio` namespace of your package to find the async client.
- This client now support natively tracing library like OpenCensus or OpenTelemetry. See this [tracing quickstart](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-core-tracing-opentelemetry) for an overview.

## 2.0.0 (2020-09-08)

**Features**

  - Model Machine has a new parameter ad_fqdn
  - Model Machine has a new parameter os_sku
  - Model Machine has a new parameter domain_name
  - Model Machine has a new parameter dns_fqdn
  - Model Machine has a new parameter vm_uuid
  - Model MachineProperties has a new parameter ad_fqdn
  - Model MachineProperties has a new parameter os_sku
  - Model MachineProperties has a new parameter domain_name
  - Model MachineProperties has a new parameter dns_fqdn
  - Model MachineProperties has a new parameter vm_uuid

**Breaking changes**

  - Model ErrorResponse has a new signature
  - Model MachineExtensionInstanceViewStatus has a new signature

## 1.0.0 (2020-08-19)

**Features**

  - Model Machine has a new parameter identity
  - Model Machine has a new parameter location_data
  - Model MachineUpdate has a new parameter location_data
  - Added operation group MachineExtensionsOperations

**Breaking changes**

  - Model MachineExtension no longer has parameter tenant_id
  - Model MachineExtension no longer has parameter principal_id
  - Model MachineExtension no longer has parameter type1
  - Model Machine no longer has parameter tenant_id
  - Model Machine no longer has parameter physical_location
  - Model Machine no longer has parameter principal_id
  - Model Machine no longer has parameter type1
  - Model MachineUpdate no longer has parameter physical_location
  - Model Resource no longer has parameter tenant_id
  - Model Resource no longer has parameter principal_id
  - Model Resource no longer has parameter location
  - Model Resource no longer has parameter type1
  - Model Resource no longer has parameter tags
  - Model ErrorResponse has a new signature

## 0.1.1 (2019-10-30)

  - Update project description and title

## 0.1.0 (2019-10-29)

**Breaking changes**

  - Removed MachineExtensionsOperations

## 0.1.0rc1 (2019-10-23)

  - Initial Release

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Azure/azure-sdk-for-python",
    "name": "azure-mgmt-hybridcompute",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "azure,azure sdk",
    "author": "Microsoft Corporation",
    "author_email": "azpysdkhelp@microsoft.com",
    "download_url": "https://files.pythonhosted.org/packages/f2/03/6919f9d6e9092118088d572b91eb1463b65178cd81e431122876b0cf57e3/azure-mgmt-hybridcompute-8.0.0.zip",
    "platform": null,
    "description": "# Microsoft Azure SDK for Python\n\nThis is the Microsoft Azure Hybrid Compute Management Client Library.\nThis package has been tested with Python 3.7+.\nFor a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).\n\n## _Disclaimer_\n\n_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_\n\n## Getting started\n\n### Prerequisites\n\n- Python 3.7+ is required to use this package.\n- [Azure subscription](https://azure.microsoft.com/free/)\n\n### Install the package\n\n```bash\npip install azure-mgmt-hybridcompute\npip install azure-identity\n```\n\n### Authentication\n\nBy default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.\n\n- `AZURE_CLIENT_ID` for Azure client ID.\n- `AZURE_TENANT_ID` for Azure tenant ID.\n- `AZURE_CLIENT_SECRET` for Azure client secret.\n\nIn addition, Azure subscription ID can be configured via environment variable `AZURE_SUBSCRIPTION_ID`.\n\nWith above configuration, client can be authenticated by following code:\n\n```python\nfrom azure.identity import DefaultAzureCredential\nfrom azure.mgmt.hybridcompute import HybridComputeManagementClient\nimport os\n\nsub_id = os.getenv(\"AZURE_SUBSCRIPTION_ID\")\nclient = HybridComputeManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id)\n```\n\n## Examples\n\n\nCode samples for this package can be found at [Hybrid Compute Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com and [Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)\n\n\n## Troubleshooting\n\n## Next steps\n\n## Provide Feedback\n\nIf you encounter any bugs or have suggestions, please file an issue in the\n[Issues](https://github.com/Azure/azure-sdk-for-python/issues)\nsection of the project. \n\n\n![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-hybridcompute%2FREADME.png)\n\n\n# Release History\n\n## 8.0.0 (2023-02-15)\n\n### Features Added\n\n  - Added operation group HybridComputeManagementClientOperationsMixin\n  - Model HybridComputePrivateLinkScopeProperties has a new parameter private_endpoint_connections\n  - Model MachineExtensionProperties has a new parameter enable_automatic_upgrade\n  - Model MachineProperties has a new parameter agent_configuration\n  - Model MachineProperties has a new parameter cloud_metadata\n  - Model MachineProperties has a new parameter mssql_discovered\n  - Model MachineProperties has a new parameter os_type\n  - Model MachineProperties has a new parameter service_statuses\n  - Model MachineUpdateProperties has a new parameter cloud_metadata\n  - Model MachineUpdateProperties has a new parameter os_profile\n  - Model OSProfile has a new parameter linux_configuration\n  - Model OSProfile has a new parameter windows_configuration\n  - Model OperationValue has a new parameter is_data_action\n  - Model PrivateEndpointConnectionProperties has a new parameter group_ids\n\n## 8.0.0b1 (2022-11-18)\n\n### Features Added\n\n  - Added operation group ExtensionMetadataOperations\n  - Added operation group HybridComputeManagementClientOperationsMixin\n  - Model HybridComputePrivateLinkScopeProperties has a new parameter private_endpoint_connections\n  - Model Machine has a new parameter ad_fqdn\n  - Model Machine has a new parameter agent_configuration\n  - Model Machine has a new parameter agent_version\n  - Model Machine has a new parameter client_public_key\n  - Model Machine has a new parameter cloud_metadata\n  - Model Machine has a new parameter detected_properties\n  - Model Machine has a new parameter display_name\n  - Model Machine has a new parameter dns_fqdn\n  - Model Machine has a new parameter domain_name\n  - Model Machine has a new parameter error_details\n  - Model Machine has a new parameter last_status_change\n  - Model Machine has a new parameter location_data\n  - Model Machine has a new parameter machine_fqdn\n  - Model Machine has a new parameter mssql_discovered\n  - Model Machine has a new parameter os_name\n  - Model Machine has a new parameter os_profile\n  - Model Machine has a new parameter os_sku\n  - Model Machine has a new parameter os_type\n  - Model Machine has a new parameter os_version\n  - Model Machine has a new parameter parent_cluster_resource_id\n  - Model Machine has a new parameter private_link_scope_resource_id\n  - Model Machine has a new parameter provisioning_state\n  - Model Machine has a new parameter resources\n  - Model Machine has a new parameter service_statuses\n  - Model Machine has a new parameter status\n  - Model Machine has a new parameter vm_id\n  - Model Machine has a new parameter vm_uuid\n  - Model MachineExtension has a new parameter auto_upgrade_minor_version\n  - Model MachineExtension has a new parameter enable_automatic_upgrade\n  - Model MachineExtension has a new parameter force_update_tag\n  - Model MachineExtension has a new parameter instance_view\n  - Model MachineExtension has a new parameter protected_settings\n  - Model MachineExtension has a new parameter provisioning_state\n  - Model MachineExtension has a new parameter publisher\n  - Model MachineExtension has a new parameter settings\n  - Model MachineExtension has a new parameter type_handler_version\n  - Model MachineExtension has a new parameter type_properties_type\n  - Model MachineExtensionUpdate has a new parameter auto_upgrade_minor_version\n  - Model MachineExtensionUpdate has a new parameter enable_automatic_upgrade\n  - Model MachineExtensionUpdate has a new parameter force_update_tag\n  - Model MachineExtensionUpdate has a new parameter protected_settings\n  - Model MachineExtensionUpdate has a new parameter publisher\n  - Model MachineExtensionUpdate has a new parameter settings\n  - Model MachineExtensionUpdate has a new parameter type\n  - Model MachineExtensionUpdate has a new parameter type_handler_version\n  - Model MachineUpdate has a new parameter cloud_metadata\n  - Model MachineUpdate has a new parameter location_data\n  - Model MachineUpdate has a new parameter os_profile\n  - Model MachineUpdate has a new parameter parent_cluster_resource_id\n  - Model MachineUpdate has a new parameter private_link_scope_resource_id\n  - Model OSProfile has a new parameter linux_configuration\n  - Model OSProfile has a new parameter windows_configuration\n  - Model OperationValue has a new parameter is_data_action\n  - Model PrivateEndpointConnectionProperties has a new parameter group_ids\n  - Model ProxyResource has a new parameter system_data\n  - Model Resource has a new parameter system_data\n  - Model TrackedResource has a new parameter system_data\n\n### Breaking Changes\n\n  - Model Machine no longer has parameter properties\n  - Model MachineExtension no longer has parameter properties\n  - Model MachineExtensionUpdate no longer has parameter properties\n  - Model MachineUpdate no longer has parameter properties\n\n## 7.0.0 (2021-04-15)\n\n**Features**\n\n  - Model MachineUpdateProperties has a new parameter private_link_scope_resource_id\n  - Model MachineUpdateProperties has a new parameter parent_cluster_resource_id\n  - Model MachineProperties has a new parameter private_link_scope_resource_id\n  - Model MachineProperties has a new parameter parent_cluster_resource_id\n  - Model MachineProperties has a new parameter detected_properties\n  - Added operation group PrivateLinkResourcesOperations\n  - Added operation group PrivateEndpointConnectionsOperations\n  - Added operation group PrivateLinkScopesOperations\n\n**Breaking changes**\n\n  - Operation MachinesOperations.delete has a new signature\n  - Operation MachinesOperations.get has a new signature\n  - Model ErrorDetail has a new signature\n  - Model OperationValue has a new signature\n  - Model Machine has a new signature\n  - Model MachineExtension has a new signature\n  - Model MachineExtensionInstanceViewStatus has a new signature\n  - Model MachineUpdate has a new signature\n  - Model MachineExtensionUpdate has a new signature\n\n## 7.0.0b1 (2020-12-07)\n\nThis is beta preview version.\n\nThis version uses a next-generation code generator that introduces important breaking changes, but also important new features (like unified authentication and async programming).\n\n**General breaking changes**\n\n- Credential system has been completly revamped:\n\n  - `azure.common.credentials` or `msrestazure.azure_active_directory` instances are no longer supported, use the `azure-identity` classes instead: https://pypi.org/project/azure-identity/\n  - `credentials` parameter has been renamed `credential`\n\n- The `config` attribute no longer exists on a client, configuration should be passed as kwarg. Example: `MyClient(credential, subscription_id, enable_logging=True)`. For a complete set of\n  supported options, see the [parameters accept in init documentation of azure-core](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#available-policies)\n- You can't import a `version` module anymore, use `__version__` instead\n- Operations that used to return a `msrest.polling.LROPoller` now returns a `azure.core.polling.LROPoller` and are prefixed with `begin_`.\n- Exceptions tree have been simplified and most exceptions are now `azure.core.exceptions.HttpResponseError` (`CloudError` has been removed).\n- Most of the operation kwarg have changed. Some of the most noticeable:\n\n  - `raw` has been removed. Equivalent feature can be found using `cls`, a callback that will give access to internal HTTP response for advanced user\n  - For a complete set of\n  supported options, see the [parameters accept in Request documentation of azure-core](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#available-policies)\n\n**General new features**\n\n- Type annotations support using `typing`. SDKs are mypy ready.\n- This client has now stable and official support for async. Check the `aio` namespace of your package to find the async client.\n- This client now support natively tracing library like OpenCensus or OpenTelemetry. See this [tracing quickstart](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-core-tracing-opentelemetry) for an overview.\n\n## 2.0.0 (2020-09-08)\n\n**Features**\n\n  - Model Machine has a new parameter ad_fqdn\n  - Model Machine has a new parameter os_sku\n  - Model Machine has a new parameter domain_name\n  - Model Machine has a new parameter dns_fqdn\n  - Model Machine has a new parameter vm_uuid\n  - Model MachineProperties has a new parameter ad_fqdn\n  - Model MachineProperties has a new parameter os_sku\n  - Model MachineProperties has a new parameter domain_name\n  - Model MachineProperties has a new parameter dns_fqdn\n  - Model MachineProperties has a new parameter vm_uuid\n\n**Breaking changes**\n\n  - Model ErrorResponse has a new signature\n  - Model MachineExtensionInstanceViewStatus has a new signature\n\n## 1.0.0 (2020-08-19)\n\n**Features**\n\n  - Model Machine has a new parameter identity\n  - Model Machine has a new parameter location_data\n  - Model MachineUpdate has a new parameter location_data\n  - Added operation group MachineExtensionsOperations\n\n**Breaking changes**\n\n  - Model MachineExtension no longer has parameter tenant_id\n  - Model MachineExtension no longer has parameter principal_id\n  - Model MachineExtension no longer has parameter type1\n  - Model Machine no longer has parameter tenant_id\n  - Model Machine no longer has parameter physical_location\n  - Model Machine no longer has parameter principal_id\n  - Model Machine no longer has parameter type1\n  - Model MachineUpdate no longer has parameter physical_location\n  - Model Resource no longer has parameter tenant_id\n  - Model Resource no longer has parameter principal_id\n  - Model Resource no longer has parameter location\n  - Model Resource no longer has parameter type1\n  - Model Resource no longer has parameter tags\n  - Model ErrorResponse has a new signature\n\n## 0.1.1 (2019-10-30)\n\n  - Update project description and title\n\n## 0.1.0 (2019-10-29)\n\n**Breaking changes**\n\n  - Removed MachineExtensionsOperations\n\n## 0.1.0rc1 (2019-10-23)\n\n  - Initial Release\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Microsoft Azure Hybrid Compute Management Client Library for Python",
    "version": "8.0.0",
    "project_urls": {
        "Homepage": "https://github.com/Azure/azure-sdk-for-python"
    },
    "split_keywords": [
        "azure",
        "azure sdk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9dab0b9b34b06299ef5e2670f7b49967ab7d6530fdf82df68d817ea7115380c0",
                "md5": "cfb1520b2b3bf3f81473508ee6e804ef",
                "sha256": "f8c931e5206fbb576bfb99a07f299c776e2441bdd5a05acf1bba52f03042d28f"
            },
            "downloads": -1,
            "filename": "azure_mgmt_hybridcompute-8.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cfb1520b2b3bf3f81473508ee6e804ef",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 101202,
            "upload_time": "2023-02-20T03:51:43",
            "upload_time_iso_8601": "2023-02-20T03:51:43.960288Z",
            "url": "https://files.pythonhosted.org/packages/9d/ab/0b9b34b06299ef5e2670f7b49967ab7d6530fdf82df68d817ea7115380c0/azure_mgmt_hybridcompute-8.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2036919f9d6e9092118088d572b91eb1463b65178cd81e431122876b0cf57e3",
                "md5": "bef09b2da1104aaeef1866bca508f5e8",
                "sha256": "cc828772a6e3d7e1eb3194772dbafdd4703d238e49de72e2e85b557ba9c796d3"
            },
            "downloads": -1,
            "filename": "azure-mgmt-hybridcompute-8.0.0.zip",
            "has_sig": false,
            "md5_digest": "bef09b2da1104aaeef1866bca508f5e8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 114818,
            "upload_time": "2023-02-20T03:51:46",
            "upload_time_iso_8601": "2023-02-20T03:51:46.044756Z",
            "url": "https://files.pythonhosted.org/packages/f2/03/6919f9d6e9092118088d572b91eb1463b65178cd81e431122876b0cf57e3/azure-mgmt-hybridcompute-8.0.0.zip",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-20 03:51:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Azure",
    "github_project": "azure-sdk-for-python",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "azure-mgmt-hybridcompute"
}
        
Elapsed time: 0.14777s