Skip to main content

Microsoft Azure Hdinsightcontainers Management Client Library for Python

Project description

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.

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

Install the package

pip install azure-mgmt-hdinsightcontainers
pip install azure-identity

Authentication

By default, Azure Active Directory 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:

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:

Troubleshooting

Next steps

Provide Feedback

If you encounter any bugs or have suggestions, please file an issue in the 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

File details

Details for the file azure-mgmt-hdinsightcontainers-1.0.0b2.tar.gz.

File metadata

File hashes

Hashes for azure-mgmt-hdinsightcontainers-1.0.0b2.tar.gz
Algorithm Hash digest
SHA256 30afe9ce8aa5af55ab098c9c7a7971f60790cfb1314b792c7302ca92f4004df1
MD5 73b706f19317c5f25609b24ce64daa54
BLAKE2b-256 faf19ce50a42e00c6f13616c4b7ba8e4eb4928027c2c61b40abc68789d38780c

See more details on using hashes here.

File details

Details for the file azure_mgmt_hdinsightcontainers-1.0.0b2-py3-none-any.whl.

File metadata

File hashes

Hashes for azure_mgmt_hdinsightcontainers-1.0.0b2-py3-none-any.whl
Algorithm Hash digest
SHA256 b88caf3baf09ad9b499373f7b6aa1a1a91093dc2184b201f1eb8ccf072598910
MD5 bdd9b7d13b37e0356cbef79b65b9b370
BLAKE2b-256 8779e08476e6ba5a04e721279d4ab22b4ec6b9a06146600db383b757c9a0e8eb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page