azure-mgmt-hdinsightcontainers


Nameazure-mgmt-hdinsightcontainers JSON
Version 1.0.0b2 PyPI version JSON
download
home_pagehttps://github.com/Azure/azure-sdk-for-python
SummaryMicrosoft Azure Hdinsightcontainers Management Client Library for Python
upload_time2024-04-07 05:43:54
maintainerNone
docs_urlNone
authorMicrosoft Corporation
requires_python>=3.8
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 Hdinsightcontainers Management Client Library.
This package has been tested with Python 3.8+.
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.8+ is required to use this package.
- [Azure subscription](https://azure.microsoft.com/free/)

### Install the package

```bash
pip install azure-mgmt-hdinsightcontainers
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.hdinsightcontainers import HDInsightContainersMgmtClient
import os

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

## Examples

Code samples for this package can be found at:
- [Search Hdinsightcontainers 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

## 1.0.0b2 (2024-04-07)

### Features Added

  - Added operation ClusterPoolsOperations.begin_upgrade
  - Added operation ClustersOperations.begin_upgrade
  - Added operation group ClusterAvailableUpgradesOperations
  - Added operation group ClusterPoolAvailableUpgradesOperations
  - Model Cluster has a new parameter properties
  - Model ClusterPatch has a new parameter properties
  - Model ClusterPool has a new parameter properties
  - Model ClusterPoolNetworkProfile has a new parameter api_server_authorized_ip_ranges
  - Model ClusterPoolNetworkProfile has a new parameter enable_private_api_server
  - Model ClusterPoolNetworkProfile has a new parameter outbound_type
  - Model ClusterPoolResourcePropertiesNetworkProfile has a new parameter api_server_authorized_ip_ranges
  - Model ClusterPoolResourcePropertiesNetworkProfile has a new parameter enable_private_api_server
  - Model ClusterPoolResourcePropertiesNetworkProfile has a new parameter outbound_type
  - Model ClusterPoolVersion has a new parameter properties
  - Model ClusterProfile has a new parameter cluster_access_profile
  - Model ClusterProfile has a new parameter ranger_plugin_profile
  - Model ClusterProfile has a new parameter ranger_profile
  - Model ClusterResizeData has a new parameter properties
  - Model ClusterVersion has a new parameter properties
  - Model ConnectivityProfileWeb has a new parameter private_fqdn
  - Model FlinkHiveCatalogOption has a new parameter metastore_db_connection_authentication_mode
  - Model FlinkJobProperties has a new parameter run_id
  - Model FlinkProfile has a new parameter deployment_mode
  - Model FlinkProfile has a new parameter job_spec
  - Model HiveCatalogOption has a new parameter metastore_db_connection_authentication_mode
  - Model ServiceConfigResult has a new parameter properties
  - Model SparkMetastoreSpec has a new parameter db_connection_authentication_mode
  - Model SshConnectivityEndpoint has a new parameter private_ssh_endpoint
  - Model TrinoCoordinator has a new parameter debug
  - Model TrinoWorker has a new parameter debug
  - Model UpdatableClusterProfile has a new parameter ranger_plugin_profile
  - Model UpdatableClusterProfile has a new parameter ranger_profile
  - Model WebConnectivityEndpoint has a new parameter private_fqdn
  - Operation ClusterJobsOperations.list has a new optional parameter filter

### Breaking Changes

  - Model Cluster no longer has parameter cluster_profile
  - Model Cluster no longer has parameter cluster_type
  - Model Cluster no longer has parameter compute_profile
  - Model Cluster no longer has parameter deployment_id
  - Model Cluster no longer has parameter provisioning_state
  - Model Cluster no longer has parameter status
  - Model ClusterInstanceViewResult has a new required parameter properties
  - Model ClusterInstanceViewResult no longer has parameter service_statuses
  - Model ClusterInstanceViewResult no longer has parameter status
  - Model ClusterPatch no longer has parameter cluster_profile
  - Model ClusterPatch no longer has parameter id
  - Model ClusterPatch no longer has parameter location
  - Model ClusterPatch no longer has parameter name
  - Model ClusterPatch no longer has parameter system_data
  - Model ClusterPatch no longer has parameter type
  - Model ClusterPool no longer has parameter aks_cluster_profile
  - Model ClusterPool no longer has parameter aks_managed_resource_group_name
  - Model ClusterPool no longer has parameter cluster_pool_profile
  - Model ClusterPool no longer has parameter compute_profile
  - Model ClusterPool no longer has parameter deployment_id
  - Model ClusterPool no longer has parameter log_analytics_profile
  - Model ClusterPool no longer has parameter managed_resource_group_name
  - Model ClusterPool no longer has parameter network_profile
  - Model ClusterPool no longer has parameter provisioning_state
  - Model ClusterPool no longer has parameter status
  - Model ClusterPoolVersion no longer has parameter aks_version
  - Model ClusterPoolVersion no longer has parameter cluster_pool_version
  - Model ClusterPoolVersion no longer has parameter is_preview
  - Model ClusterResizeData no longer has parameter target_worker_node_count
  - Model ClusterVersion no longer has parameter cluster_pool_version
  - Model ClusterVersion no longer has parameter cluster_type
  - Model ClusterVersion no longer has parameter cluster_version
  - Model ClusterVersion no longer has parameter components
  - Model ClusterVersion no longer has parameter is_preview
  - Model ClusterVersion no longer has parameter oss_version
  - Model ServiceConfigResult no longer has parameter component_name
  - Model ServiceConfigResult no longer has parameter content
  - Model ServiceConfigResult no longer has parameter custom_keys
  - Model ServiceConfigResult no longer has parameter default_keys
  - Model ServiceConfigResult no longer has parameter file_name
  - Model ServiceConfigResult no longer has parameter path
  - Model ServiceConfigResult no longer has parameter service_name
  - Model ServiceConfigResult no longer has parameter type
  - Model TrinoCoordinator no longer has parameter enable
  - Model TrinoCoordinator no longer has parameter port
  - Model TrinoCoordinator no longer has parameter suspend
  - Model TrinoWorker no longer has parameter enable
  - Model TrinoWorker no longer has parameter port
  - Model TrinoWorker no longer has parameter suspend

## 1.0.0b1 (2023-08-18)

* Initial Release

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Azure/azure-sdk-for-python",
    "name": "azure-mgmt-hdinsightcontainers",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "azure, azure sdk",
    "author": "Microsoft Corporation",
    "author_email": "azpysdkhelp@microsoft.com",
    "download_url": "https://files.pythonhosted.org/packages/fa/f1/9ce50a42e00c6f13616c4b7ba8e4eb4928027c2c61b40abc68789d38780c/azure-mgmt-hdinsightcontainers-1.0.0b2.tar.gz",
    "platform": null,
    "description": "# Microsoft Azure SDK for Python\n\nThis is the Microsoft Azure Hdinsightcontainers Management Client Library.\nThis package has been tested with Python 3.8+.\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.8+ 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-hdinsightcontainers\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.hdinsightcontainers import HDInsightContainersMgmtClient\nimport os\n\nsub_id = os.getenv(\"AZURE_SUBSCRIPTION_ID\")\nclient = HDInsightContainersMgmtClient(credential=DefaultAzureCredential(), subscription_id=sub_id)\n```\n\n## Examples\n\nCode samples for this package can be found at:\n- [Search Hdinsightcontainers Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com\n- [Azure Python Mgmt SDK 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# Release History\n\n## 1.0.0b2 (2024-04-07)\n\n### Features Added\n\n  - Added operation ClusterPoolsOperations.begin_upgrade\n  - Added operation ClustersOperations.begin_upgrade\n  - Added operation group ClusterAvailableUpgradesOperations\n  - Added operation group ClusterPoolAvailableUpgradesOperations\n  - Model Cluster has a new parameter properties\n  - Model ClusterPatch has a new parameter properties\n  - Model ClusterPool has a new parameter properties\n  - Model ClusterPoolNetworkProfile has a new parameter api_server_authorized_ip_ranges\n  - Model ClusterPoolNetworkProfile has a new parameter enable_private_api_server\n  - Model ClusterPoolNetworkProfile has a new parameter outbound_type\n  - Model ClusterPoolResourcePropertiesNetworkProfile has a new parameter api_server_authorized_ip_ranges\n  - Model ClusterPoolResourcePropertiesNetworkProfile has a new parameter enable_private_api_server\n  - Model ClusterPoolResourcePropertiesNetworkProfile has a new parameter outbound_type\n  - Model ClusterPoolVersion has a new parameter properties\n  - Model ClusterProfile has a new parameter cluster_access_profile\n  - Model ClusterProfile has a new parameter ranger_plugin_profile\n  - Model ClusterProfile has a new parameter ranger_profile\n  - Model ClusterResizeData has a new parameter properties\n  - Model ClusterVersion has a new parameter properties\n  - Model ConnectivityProfileWeb has a new parameter private_fqdn\n  - Model FlinkHiveCatalogOption has a new parameter metastore_db_connection_authentication_mode\n  - Model FlinkJobProperties has a new parameter run_id\n  - Model FlinkProfile has a new parameter deployment_mode\n  - Model FlinkProfile has a new parameter job_spec\n  - Model HiveCatalogOption has a new parameter metastore_db_connection_authentication_mode\n  - Model ServiceConfigResult has a new parameter properties\n  - Model SparkMetastoreSpec has a new parameter db_connection_authentication_mode\n  - Model SshConnectivityEndpoint has a new parameter private_ssh_endpoint\n  - Model TrinoCoordinator has a new parameter debug\n  - Model TrinoWorker has a new parameter debug\n  - Model UpdatableClusterProfile has a new parameter ranger_plugin_profile\n  - Model UpdatableClusterProfile has a new parameter ranger_profile\n  - Model WebConnectivityEndpoint has a new parameter private_fqdn\n  - Operation ClusterJobsOperations.list has a new optional parameter filter\n\n### Breaking Changes\n\n  - Model Cluster no longer has parameter cluster_profile\n  - Model Cluster no longer has parameter cluster_type\n  - Model Cluster no longer has parameter compute_profile\n  - Model Cluster no longer has parameter deployment_id\n  - Model Cluster no longer has parameter provisioning_state\n  - Model Cluster no longer has parameter status\n  - Model ClusterInstanceViewResult has a new required parameter properties\n  - Model ClusterInstanceViewResult no longer has parameter service_statuses\n  - Model ClusterInstanceViewResult no longer has parameter status\n  - Model ClusterPatch no longer has parameter cluster_profile\n  - Model ClusterPatch no longer has parameter id\n  - Model ClusterPatch no longer has parameter location\n  - Model ClusterPatch no longer has parameter name\n  - Model ClusterPatch no longer has parameter system_data\n  - Model ClusterPatch no longer has parameter type\n  - Model ClusterPool no longer has parameter aks_cluster_profile\n  - Model ClusterPool no longer has parameter aks_managed_resource_group_name\n  - Model ClusterPool no longer has parameter cluster_pool_profile\n  - Model ClusterPool no longer has parameter compute_profile\n  - Model ClusterPool no longer has parameter deployment_id\n  - Model ClusterPool no longer has parameter log_analytics_profile\n  - Model ClusterPool no longer has parameter managed_resource_group_name\n  - Model ClusterPool no longer has parameter network_profile\n  - Model ClusterPool no longer has parameter provisioning_state\n  - Model ClusterPool no longer has parameter status\n  - Model ClusterPoolVersion no longer has parameter aks_version\n  - Model ClusterPoolVersion no longer has parameter cluster_pool_version\n  - Model ClusterPoolVersion no longer has parameter is_preview\n  - Model ClusterResizeData no longer has parameter target_worker_node_count\n  - Model ClusterVersion no longer has parameter cluster_pool_version\n  - Model ClusterVersion no longer has parameter cluster_type\n  - Model ClusterVersion no longer has parameter cluster_version\n  - Model ClusterVersion no longer has parameter components\n  - Model ClusterVersion no longer has parameter is_preview\n  - Model ClusterVersion no longer has parameter oss_version\n  - Model ServiceConfigResult no longer has parameter component_name\n  - Model ServiceConfigResult no longer has parameter content\n  - Model ServiceConfigResult no longer has parameter custom_keys\n  - Model ServiceConfigResult no longer has parameter default_keys\n  - Model ServiceConfigResult no longer has parameter file_name\n  - Model ServiceConfigResult no longer has parameter path\n  - Model ServiceConfigResult no longer has parameter service_name\n  - Model ServiceConfigResult no longer has parameter type\n  - Model TrinoCoordinator no longer has parameter enable\n  - Model TrinoCoordinator no longer has parameter port\n  - Model TrinoCoordinator no longer has parameter suspend\n  - Model TrinoWorker no longer has parameter enable\n  - Model TrinoWorker no longer has parameter port\n  - Model TrinoWorker no longer has parameter suspend\n\n## 1.0.0b1 (2023-08-18)\n\n* Initial Release\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Microsoft Azure Hdinsightcontainers Management Client Library for Python",
    "version": "1.0.0b2",
    "project_urls": {
        "Homepage": "https://github.com/Azure/azure-sdk-for-python"
    },
    "split_keywords": [
        "azure",
        " azure sdk"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8779e08476e6ba5a04e721279d4ab22b4ec6b9a06146600db383b757c9a0e8eb",
                "md5": "bdd9b7d13b37e0356cbef79b65b9b370",
                "sha256": "b88caf3baf09ad9b499373f7b6aa1a1a91093dc2184b201f1eb8ccf072598910"
            },
            "downloads": -1,
            "filename": "azure_mgmt_hdinsightcontainers-1.0.0b2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bdd9b7d13b37e0356cbef79b65b9b370",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 124618,
            "upload_time": "2024-04-07T05:43:56",
            "upload_time_iso_8601": "2024-04-07T05:43:56.779960Z",
            "url": "https://files.pythonhosted.org/packages/87/79/e08476e6ba5a04e721279d4ab22b4ec6b9a06146600db383b757c9a0e8eb/azure_mgmt_hdinsightcontainers-1.0.0b2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "faf19ce50a42e00c6f13616c4b7ba8e4eb4928027c2c61b40abc68789d38780c",
                "md5": "73b706f19317c5f25609b24ce64daa54",
                "sha256": "30afe9ce8aa5af55ab098c9c7a7971f60790cfb1314b792c7302ca92f4004df1"
            },
            "downloads": -1,
            "filename": "azure-mgmt-hdinsightcontainers-1.0.0b2.tar.gz",
            "has_sig": false,
            "md5_digest": "73b706f19317c5f25609b24ce64daa54",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 86889,
            "upload_time": "2024-04-07T05:43:54",
            "upload_time_iso_8601": "2024-04-07T05:43:54.848629Z",
            "url": "https://files.pythonhosted.org/packages/fa/f1/9ce50a42e00c6f13616c4b7ba8e4eb4928027c2c61b40abc68789d38780c/azure-mgmt-hdinsightcontainers-1.0.0b2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-07 05:43:54",
    "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-hdinsightcontainers"
}
        
Elapsed time: 0.21253s