# 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.0b3 (2024-08-26)
### Features Added
- The 'HDInsightContainersMgmtClient' client had operation group 'cluster_pool_upgrade_histories' added in the current version
- The 'HDInsightContainersMgmtClient' client had operation group 'cluster_upgrade_histories' added in the current version
- The 'HDInsightContainersMgmtClient' client had operation group 'cluster_libraries' added in the current version
- The 'ClustersOperations' method 'begin_upgrade_manual_rollback' was added in the current version
- The model or publicly exposed class 'ClusterLibrariesOperations' was added in the current version
- The model or publicly exposed class 'ClusterPoolUpgradeHistoriesOperations' was added in the current version
- The model or publicly exposed class 'ClusterUpgradeHistoriesOperations' was added in the current version
- The model or publicly exposed class 'ClusterAvailableUpgradeType' had property 'PATCH_VERSION_UPGRADE' added in the current version
- The model or publicly exposed class 'ClusterPoolComputeProfile' had property 'availability_zones' added in the current version
- The model or publicly exposed class 'ClusterPoolProfile' had property 'public_ip_tag' added in the current version
- The model or publicly exposed class 'ClusterPoolResourcePropertiesClusterPoolProfile' had property 'public_ip_tag' added in the current version
- The model or publicly exposed class 'ClusterPoolResourcePropertiesComputeProfile' had property 'availability_zones' added in the current version
- The model or publicly exposed class 'ClusterProfile' had property 'managed_identity_profile' added in the current version
- The model or publicly exposed class 'ClusterUpgradeType' had property 'PATCH_VERSION_UPGRADE' added in the current version
- The model or publicly exposed class 'ComputeProfile' had property 'availability_zones' added in the current version
- The model or publicly exposed class 'SshProfile' had property 'vm_size' added in the current version
- The model or publicly exposed class 'UpdatableClusterProfile' had property 'secrets_profile' added in the current version
- The model or publicly exposed class 'UpdatableClusterProfile' had property 'trino_profile' added in the current version
- The model or publicly exposed class 'Category' was added in the current version
- The model or publicly exposed class 'ClusterAksPatchUpgradeHistoryProperties' was added in the current version
- The model or publicly exposed class 'ClusterAvailableInPlaceUpgradeProperties' was added in the current version
- The model or publicly exposed class 'ClusterAvailableUpgradePatchVersionUpgradeProperties' was added in the current version
- The model or publicly exposed class 'ClusterHotfixUpgradeHistoryProperties' was added in the current version
- The model or publicly exposed class 'ClusterHotfixUpgradeRollbackHistoryProperties' was added in the current version
- The model or publicly exposed class 'ClusterInPlaceUpgradeHistoryProperties' was added in the current version
- The model or publicly exposed class 'ClusterInPlaceUpgradeProperties' was added in the current version
- The model or publicly exposed class 'ClusterLibrary' was added in the current version
- The model or publicly exposed class 'ClusterLibraryList' was added in the current version
- The model or publicly exposed class 'ClusterLibraryManagementOperation' was added in the current version
- The model or publicly exposed class 'ClusterLibraryManagementOperationProperties' was added in the current version
- The model or publicly exposed class 'ClusterLibraryProperties' was added in the current version
- The model or publicly exposed class 'ClusterPatchVersionUpgradeHistoryProperties' was added in the current version
- The model or publicly exposed class 'ClusterPatchVersionUpgradeProperties' was added in the current version
- The model or publicly exposed class 'ClusterPatchVersionUpgradeRollbackHistoryProperties' was added in the current version
- The model or publicly exposed class 'ClusterPoolAksPatchUpgradeHistoryProperties' was added in the current version
- The model or publicly exposed class 'ClusterPoolNodeOsUpgradeHistoryProperties' was added in the current version
- The model or publicly exposed class 'ClusterPoolUpgradeHistory' was added in the current version
- The model or publicly exposed class 'ClusterPoolUpgradeHistoryListResult' was added in the current version
- The model or publicly exposed class 'ClusterPoolUpgradeHistoryProperties' was added in the current version
- The model or publicly exposed class 'ClusterPoolUpgradeHistoryType' was added in the current version
- The model or publicly exposed class 'ClusterPoolUpgradeHistoryUpgradeResultType' was added in the current version
- The model or publicly exposed class 'ClusterUpgradeHistory' was added in the current version
- The model or publicly exposed class 'ClusterUpgradeHistoryListResult' was added in the current version
- The model or publicly exposed class 'ClusterUpgradeHistoryProperties' was added in the current version
- The model or publicly exposed class 'ClusterUpgradeHistorySeverityType' was added in the current version
- The model or publicly exposed class 'ClusterUpgradeHistoryType' was added in the current version
- The model or publicly exposed class 'ClusterUpgradeHistoryUpgradeResultType' was added in the current version
- The model or publicly exposed class 'ClusterUpgradeRollback' was added in the current version
- The model or publicly exposed class 'ClusterUpgradeRollbackProperties' was added in the current version
- The model or publicly exposed class 'IpTag' was added in the current version
- The model or publicly exposed class 'LibraryManagementAction' was added in the current version
- The model or publicly exposed class 'ManagedIdentityProfile' was added in the current version
- The model or publicly exposed class 'ManagedIdentitySpec' was added in the current version
- The model or publicly exposed class 'ManagedIdentityType' was added in the current version
- The model or publicly exposed class 'MavenLibraryProperties' was added in the current version
- The model or publicly exposed class 'PyPiLibraryProperties' was added in the current version
- The model or publicly exposed class 'Status' was added in the current version
- The model or publicly exposed class 'Type' was added in the current version
### Breaking Changes
- The model or publicly exposed class 'ClusterAvailableUpgradeHotfixUpgradeProperties' had its instance variable 'description' deleted or renamed in the current version
- The model or publicly exposed class 'ClusterAvailableUpgradeHotfixUpgradeProperties' had its instance variable 'source_oss_version' deleted or renamed in the current version
- The model or publicly exposed class 'ClusterAvailableUpgradeHotfixUpgradeProperties' had its instance variable 'source_cluster_version' deleted or renamed in the current version
- The model or publicly exposed class 'ClusterAvailableUpgradeHotfixUpgradeProperties' had its instance variable 'source_build_number' deleted or renamed in the current version
- The model or publicly exposed class 'ClusterAvailableUpgradeHotfixUpgradeProperties' had its instance variable 'target_oss_version' deleted or renamed in the current version
- The model or publicly exposed class 'ClusterAvailableUpgradeHotfixUpgradeProperties' had its instance variable 'target_cluster_version' deleted or renamed in the current version
- The model or publicly exposed class 'ClusterAvailableUpgradeHotfixUpgradeProperties' had its instance variable 'target_build_number' deleted or renamed in the current version
- The model or publicly exposed class 'ClusterAvailableUpgradeHotfixUpgradeProperties' had its instance variable 'component_name' deleted or renamed in the current version
- The model or publicly exposed class 'ClusterAvailableUpgradeHotfixUpgradeProperties' had its instance variable 'severity' deleted or renamed in the current version
- The model or publicly exposed class 'ClusterAvailableUpgradeHotfixUpgradeProperties' had its instance variable 'extended_properties' deleted or renamed in the current version
- The model or publicly exposed class 'ClusterAvailableUpgradeHotfixUpgradeProperties' had its instance variable 'created_time' deleted or renamed in the current version
- The model or publicly exposed class 'ClusterHotfixUpgradeProperties' had its instance variable 'target_oss_version' deleted or renamed in the current version
- The model or publicly exposed class 'ClusterHotfixUpgradeProperties' had its instance variable 'target_cluster_version' deleted or renamed in the current version
- The model or publicly exposed class 'ClusterHotfixUpgradeProperties' had its instance variable 'target_build_number' deleted or renamed in the current version
- The model or publicly exposed class 'ClusterHotfixUpgradeProperties' had its instance variable 'component_name' deleted or renamed in the current version
- The model or publicly exposed class 'KafkaProfile' had its instance variable 'cluster_identity' deleted or renamed in the current version
## 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/4b/3a/c0d97dd28befb825b044c1e2f2b5a637e3bab346e1e3abc776cf5009712e/azure-mgmt-hdinsightcontainers-1.0.0b3.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.0b3 (2024-08-26)\n\n### Features Added\n\n - The 'HDInsightContainersMgmtClient' client had operation group 'cluster_pool_upgrade_histories' added in the current version\n - The 'HDInsightContainersMgmtClient' client had operation group 'cluster_upgrade_histories' added in the current version\n - The 'HDInsightContainersMgmtClient' client had operation group 'cluster_libraries' added in the current version\n - The 'ClustersOperations' method 'begin_upgrade_manual_rollback' was added in the current version\n - The model or publicly exposed class 'ClusterLibrariesOperations' was added in the current version\n - The model or publicly exposed class 'ClusterPoolUpgradeHistoriesOperations' was added in the current version\n - The model or publicly exposed class 'ClusterUpgradeHistoriesOperations' was added in the current version\n - The model or publicly exposed class 'ClusterAvailableUpgradeType' had property 'PATCH_VERSION_UPGRADE' added in the current version\n - The model or publicly exposed class 'ClusterPoolComputeProfile' had property 'availability_zones' added in the current version\n - The model or publicly exposed class 'ClusterPoolProfile' had property 'public_ip_tag' added in the current version\n - The model or publicly exposed class 'ClusterPoolResourcePropertiesClusterPoolProfile' had property 'public_ip_tag' added in the current version\n - The model or publicly exposed class 'ClusterPoolResourcePropertiesComputeProfile' had property 'availability_zones' added in the current version\n - The model or publicly exposed class 'ClusterProfile' had property 'managed_identity_profile' added in the current version\n - The model or publicly exposed class 'ClusterUpgradeType' had property 'PATCH_VERSION_UPGRADE' added in the current version\n - The model or publicly exposed class 'ComputeProfile' had property 'availability_zones' added in the current version\n - The model or publicly exposed class 'SshProfile' had property 'vm_size' added in the current version\n - The model or publicly exposed class 'UpdatableClusterProfile' had property 'secrets_profile' added in the current version\n - The model or publicly exposed class 'UpdatableClusterProfile' had property 'trino_profile' added in the current version\n - The model or publicly exposed class 'Category' was added in the current version\n - The model or publicly exposed class 'ClusterAksPatchUpgradeHistoryProperties' was added in the current version\n - The model or publicly exposed class 'ClusterAvailableInPlaceUpgradeProperties' was added in the current version\n - The model or publicly exposed class 'ClusterAvailableUpgradePatchVersionUpgradeProperties' was added in the current version\n - The model or publicly exposed class 'ClusterHotfixUpgradeHistoryProperties' was added in the current version\n - The model or publicly exposed class 'ClusterHotfixUpgradeRollbackHistoryProperties' was added in the current version\n - The model or publicly exposed class 'ClusterInPlaceUpgradeHistoryProperties' was added in the current version\n - The model or publicly exposed class 'ClusterInPlaceUpgradeProperties' was added in the current version\n - The model or publicly exposed class 'ClusterLibrary' was added in the current version\n - The model or publicly exposed class 'ClusterLibraryList' was added in the current version\n - The model or publicly exposed class 'ClusterLibraryManagementOperation' was added in the current version\n - The model or publicly exposed class 'ClusterLibraryManagementOperationProperties' was added in the current version\n - The model or publicly exposed class 'ClusterLibraryProperties' was added in the current version\n - The model or publicly exposed class 'ClusterPatchVersionUpgradeHistoryProperties' was added in the current version\n - The model or publicly exposed class 'ClusterPatchVersionUpgradeProperties' was added in the current version\n - The model or publicly exposed class 'ClusterPatchVersionUpgradeRollbackHistoryProperties' was added in the current version\n - The model or publicly exposed class 'ClusterPoolAksPatchUpgradeHistoryProperties' was added in the current version\n - The model or publicly exposed class 'ClusterPoolNodeOsUpgradeHistoryProperties' was added in the current version\n - The model or publicly exposed class 'ClusterPoolUpgradeHistory' was added in the current version\n - The model or publicly exposed class 'ClusterPoolUpgradeHistoryListResult' was added in the current version\n - The model or publicly exposed class 'ClusterPoolUpgradeHistoryProperties' was added in the current version\n - The model or publicly exposed class 'ClusterPoolUpgradeHistoryType' was added in the current version\n - The model or publicly exposed class 'ClusterPoolUpgradeHistoryUpgradeResultType' was added in the current version\n - The model or publicly exposed class 'ClusterUpgradeHistory' was added in the current version\n - The model or publicly exposed class 'ClusterUpgradeHistoryListResult' was added in the current version\n - The model or publicly exposed class 'ClusterUpgradeHistoryProperties' was added in the current version\n - The model or publicly exposed class 'ClusterUpgradeHistorySeverityType' was added in the current version\n - The model or publicly exposed class 'ClusterUpgradeHistoryType' was added in the current version\n - The model or publicly exposed class 'ClusterUpgradeHistoryUpgradeResultType' was added in the current version\n - The model or publicly exposed class 'ClusterUpgradeRollback' was added in the current version\n - The model or publicly exposed class 'ClusterUpgradeRollbackProperties' was added in the current version\n - The model or publicly exposed class 'IpTag' was added in the current version\n - The model or publicly exposed class 'LibraryManagementAction' was added in the current version\n - The model or publicly exposed class 'ManagedIdentityProfile' was added in the current version\n - The model or publicly exposed class 'ManagedIdentitySpec' was added in the current version\n - The model or publicly exposed class 'ManagedIdentityType' was added in the current version\n - The model or publicly exposed class 'MavenLibraryProperties' was added in the current version\n - The model or publicly exposed class 'PyPiLibraryProperties' was added in the current version\n - The model or publicly exposed class 'Status' was added in the current version\n - The model or publicly exposed class 'Type' was added in the current version\n\n### Breaking Changes\n\n - The model or publicly exposed class 'ClusterAvailableUpgradeHotfixUpgradeProperties' had its instance variable 'description' deleted or renamed in the current version\n - The model or publicly exposed class 'ClusterAvailableUpgradeHotfixUpgradeProperties' had its instance variable 'source_oss_version' deleted or renamed in the current version\n - The model or publicly exposed class 'ClusterAvailableUpgradeHotfixUpgradeProperties' had its instance variable 'source_cluster_version' deleted or renamed in the current version\n - The model or publicly exposed class 'ClusterAvailableUpgradeHotfixUpgradeProperties' had its instance variable 'source_build_number' deleted or renamed in the current version\n - The model or publicly exposed class 'ClusterAvailableUpgradeHotfixUpgradeProperties' had its instance variable 'target_oss_version' deleted or renamed in the current version\n - The model or publicly exposed class 'ClusterAvailableUpgradeHotfixUpgradeProperties' had its instance variable 'target_cluster_version' deleted or renamed in the current version\n - The model or publicly exposed class 'ClusterAvailableUpgradeHotfixUpgradeProperties' had its instance variable 'target_build_number' deleted or renamed in the current version\n - The model or publicly exposed class 'ClusterAvailableUpgradeHotfixUpgradeProperties' had its instance variable 'component_name' deleted or renamed in the current version\n - The model or publicly exposed class 'ClusterAvailableUpgradeHotfixUpgradeProperties' had its instance variable 'severity' deleted or renamed in the current version\n - The model or publicly exposed class 'ClusterAvailableUpgradeHotfixUpgradeProperties' had its instance variable 'extended_properties' deleted or renamed in the current version\n - The model or publicly exposed class 'ClusterAvailableUpgradeHotfixUpgradeProperties' had its instance variable 'created_time' deleted or renamed in the current version\n - The model or publicly exposed class 'ClusterHotfixUpgradeProperties' had its instance variable 'target_oss_version' deleted or renamed in the current version\n - The model or publicly exposed class 'ClusterHotfixUpgradeProperties' had its instance variable 'target_cluster_version' deleted or renamed in the current version\n - The model or publicly exposed class 'ClusterHotfixUpgradeProperties' had its instance variable 'target_build_number' deleted or renamed in the current version\n - The model or publicly exposed class 'ClusterHotfixUpgradeProperties' had its instance variable 'component_name' deleted or renamed in the current version\n - The model or publicly exposed class 'KafkaProfile' had its instance variable 'cluster_identity' deleted or renamed in the current version\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.0b3",
"project_urls": {
"Homepage": "https://github.com/Azure/azure-sdk-for-python"
},
"split_keywords": [
"azure",
" azure sdk"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "4c5324cf2ef95a19ced79c3a63db84f69097752a0ff634f273ccd12a8eb12faf",
"md5": "0e3f81fe89c78e103e58655f2da2fa24",
"sha256": "24d603b53cd03531f6585ce8cf93cb76dfbc944c58ac558bcbca5ef2acd15b08"
},
"downloads": -1,
"filename": "azure_mgmt_hdinsightcontainers-1.0.0b3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0e3f81fe89c78e103e58655f2da2fa24",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 151591,
"upload_time": "2024-08-26T07:31:39",
"upload_time_iso_8601": "2024-08-26T07:31:39.062297Z",
"url": "https://files.pythonhosted.org/packages/4c/53/24cf2ef95a19ced79c3a63db84f69097752a0ff634f273ccd12a8eb12faf/azure_mgmt_hdinsightcontainers-1.0.0b3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4b3ac0d97dd28befb825b044c1e2f2b5a637e3bab346e1e3abc776cf5009712e",
"md5": "00993e0025e941a846a363b61e6fba7c",
"sha256": "87da2de34fbc1e8bef839e74065f603a381fe1ad416b6cdb098bc8e334bdbb13"
},
"downloads": -1,
"filename": "azure-mgmt-hdinsightcontainers-1.0.0b3.tar.gz",
"has_sig": false,
"md5_digest": "00993e0025e941a846a363b61e6fba7c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 100470,
"upload_time": "2024-08-26T07:31:37",
"upload_time_iso_8601": "2024-08-26T07:31:37.815682Z",
"url": "https://files.pythonhosted.org/packages/4b/3a/c0d97dd28befb825b044c1e2f2b5a637e3bab346e1e3abc776cf5009712e/azure-mgmt-hdinsightcontainers-1.0.0b3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-26 07:31:37",
"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"
}