{
  "result": {
    "9.1.0b1": {
      "name": "azure-mgmt-hdinsight",
      "version": "9.1.0b1",
      "metadata_version": "2.4",
      "summary": "Microsoft Azure HDInsight Management Client Library for Python",
      "home_page": "https://github.com/Azure/azure-sdk-for-python",
      "author": "Microsoft Corporation",
      "author_email": "azpysdkhelp@microsoft.com",
      "maintainer": "",
      "maintainer_email": "",
      "license": "MIT License",
      "description": "# Microsoft Azure SDK for Python\n\nThis is the Microsoft Azure HDInsight 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-hdinsight\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.hdinsight import HDInsightManagementClient\nimport os\n\nsub_id = os.getenv(\"AZURE_SUBSCRIPTION_ID\")\nclient = HDInsightManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id)\n```\n\n## Examples\n\nCode samples for this package can be found at:\n- [Search HDInsight 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## 9.1.0b1 (2024-09-10)\n\n### Other Changes\n\n  - Regular release\n\n## 9.0.0b3 (2024-08-21)\n\n### Features Added\n\n  - The 'azure.mgmt.hdinsight.operations.ExtensionsOperations' method 'begin_disable_azure_monitor_agent' was added in the current version\n  - The 'azure.mgmt.hdinsight.operations.ExtensionsOperations' method 'begin_enable_azure_monitor_agent' was added in the current version\n  - The 'azure.mgmt.hdinsight.operations.ExtensionsOperations' method 'get_azure_monitor_agent_status' was added in the current version\n  - The 'azure.mgmt.hdinsight.aio.operations.ExtensionsOperations' method 'begin_disable_azure_monitor_agent' was added in the current version\n  - The 'azure.mgmt.hdinsight.aio.operations.ExtensionsOperations' method 'begin_enable_azure_monitor_agent' was added in the current version\n  - The 'azure.mgmt.hdinsight.aio.operations.ExtensionsOperations' method 'get_azure_monitor_agent_status' was added in the current version\n  - The model or publicly exposed class 'azure.mgmt.hdinsight.models.ClusterPatchParameters' had property 'identity' added in the current version\n  - The model or publicly exposed class 'azure.mgmt.hdinsight.models.NetworkProperties' had property 'outbound_dependencies_managed_type' added in the current version\n  - The model or publicly exposed class 'azure.mgmt.hdinsight.models.NetworkProperties' had property 'public_ip_tag' added in the current version\n  - The model or publicly exposed class 'azure.mgmt.hdinsight.models.StorageAccount' had property 'enable_secure_channel' added in the current version\n  - The model or publicly exposed class 'azure.mgmt.hdinsight.models.IpTag' was added in the current version\n  - The model or publicly exposed class 'azure.mgmt.hdinsight.models.OutboundDependenciesManagedType' was added in the current version\n\n## 9.0.0b2 (2023-07-21)\n\n### Features Added\n\n  - Model StorageAccount has a new parameter enable_secure_channel\n  - Added feature to support selecting use secure channel during creation. The paramter would force to true if the cluster created based on a stroage account that secure transfer enabled, no matter it use 'blob' or 'dfs' type.\n\n## 9.0.0b1 (2022-11-18)\n\n### Other Changes\n\n  - Added generated samples in github repo\n  - Drop support for python<3.7.0\n\n## 9.0.0 (2021-10-08)\n\n**Features**\n\n  - Model Cluster has a new parameter zones\n  - Model Cluster has a new parameter system_data\n  - Model ClusterGetProperties has a new parameter private_link_configurations\n  - Model ClusterGetProperties has a new parameter private_endpoint_connections\n  - Model ClusterCreateParametersExtended has a new parameter zones\n  - Model ApplicationProperties has a new parameter private_link_configurations\n  - Model ClusterCreateProperties has a new parameter private_link_configurations\n  - Model VmSizeCompatibilityFilterV2 has a new parameter esp_applied\n  - Model VmSizeCompatibilityFilterV2 has a new parameter compute_isolation_supported\n  - Model Application has a new parameter system_data\n  - Model ClusterCreateRequestValidationParameters has a new parameter zones\n  - Added operation group PrivateLinkResourcesOperations\n  - Added operation group PrivateEndpointConnectionsOperations\n\n**Breaking changes**\n\n  - Parameter location of model Cluster is now required\n  - Parameter location of model TrackedResource is now required\n  - Model CapabilitiesResult no longer has parameter vmsize_filters\n  - Model CapabilitiesResult no longer has parameter vmsizes\n\n## 8.0.0 (2021-06-03)\n\n**Features**\n\n  - Model Role has a new parameter encrypt_data_disks\n  - Model Role has a new parameter vm_group_name\n  - Model VmSizeCompatibilityFilter has a new parameter esp_applied\n  - Model VmSizeCompatibilityFilter has a new parameter os_type\n  - Model VmSizeCompatibilityFilter has a new parameter vm_sizes\n  - Model VmSizeCompatibilityFilter has a new parameter compute_isolation_supported\n  - Model ClusterGetProperties has a new parameter cluster_hdp_version\n  - Model ClusterGetProperties has a new parameter excluded_services_config\n  - Model ClusterGetProperties has a new parameter storage_profile\n  - Model Operation has a new parameter properties\n  - Model StorageAccount has a new parameter saskey\n  - Model StorageAccount has a new parameter fileshare\n  - Model CapabilitiesResult has a new parameter vmsizes\n  - Model CapabilitiesResult has a new parameter vmsize_filters\n  - Model ConnectivityEndpoint has a new parameter private_ip_address\n  - Model ApplicationGetEndpoint has a new parameter private_ip_address\n  - Model BillingResponseListResult has a new parameter vm_sizes_with_encryption_at_host\n  - Model BillingResponseListResult has a new parameter vm_size_properties\n  - Model OperationDisplay has a new parameter description\n  - Model ApplicationGetHttpsEndpoint has a new parameter private_ip_address\n  - Model ComponentsC51Ht8SchemasClusteridentityPropertiesUserassignedidentitiesAdditionalproperties has a new parameter tenant_id\n  - Model KafkaRestProperties has a new parameter configuration_override\n  - Added operation VirtualMachinesOperations.get_async_operation_status\n  - Added operation ApplicationsOperations.get_azure_async_operation_status\n  - Added operation LocationsOperations.get_azure_async_operation_status\n  - Added operation LocationsOperations.check_name_availability\n  - Added operation LocationsOperations.validate_cluster_create_request\n  - Added operation ExtensionsOperations.get_azure_async_operation_status\n  - Added operation ExtensionsOperations.get_azure_monitor_status\n  - Added operation ExtensionsOperations.begin_disable_azure_monitor\n  - Added operation ExtensionsOperations.begin_enable_azure_monitor\n  - Added operation ClustersOperations.get_azure_async_operation_status\n  - Added operation ClustersOperations.begin_update_identity_certificate\n  - Added operation ScriptActionsOperations.get_execution_async_operation_status\n\n**Breaking changes**\n\n  - Model VmSizeCompatibilityFilter no longer has parameter vmsizes\n  - Model CapabilitiesResult no longer has parameter vm_size_filters\n  - Model CapabilitiesResult no longer has parameter vm_sizes\n\n## 7.0.0 (2020-12-18)\n\n**Features**\n\n  - Model HostInfo has a new parameter effective_disk_encryption_key_url\n  - Model HostInfo has a new parameter fqdn\n  - Model ClusterGetProperties has a new parameter compute_isolation_properties\n  - Model ClusterCreateProperties has a new parameter compute_isolation_properties\n\n**Breaking changes**\n\n  - Operation ExtensionsOperations.begin_create has a new signature\n  - Operation ClustersOperations.begin_update_auto_scale_configuration has a new signature\n  - Operation ClustersOperations.begin_resize has a new signature\n  - Operation ClustersOperations.update has a new signature\n  - Operation ExtensionsOperations.begin_create has a new signature\n  - Operation ExtensionsOperations.begin_enable_monitoring has a new signature\n  - Operation ClustersOperations.begin_execute_script_actions has a new signature\n\n## 7.0.0b1 (2020-10-31)\n\nThis is beta preview version.\nFor detailed changelog please refer to equivalent stable version 2.0.0(https://pypi.org/project/azure-mgmt-hdinsight/2.0.0/)\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 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\n## 2.0.0 (2020-10-20)\n\n**Features**\n\n  - Model ClusterGetProperties has a new parameter network_properties\n  - Model ClusterGetProperties has a new parameter cluster_id\n  - Model ClusterCreateProperties has a new parameter network_properties\n\n**Breaking changes**\n\n  - Model ClusterGetProperties no longer has parameter network_settings\n  - Model ClusterCreateProperties no longer has parameter network_settings\n\n## 1.7.0 (2020-08-13)\n\n**Features**\n\n  - Model DiskEncryptionProperties has a new parameter encryption_at_host\n\n## 1.6.0 (2020-07-17)\n\n**Features**\n\n  - Added operation group VirtualMachinesOperations\n\n## 1.5.1 (2020-06-11)\n\n**Bugfixes**\n\n  - Fix the List Response\n\n## 1.5.0 (2020-05-29)\n\n**Features**\n\n  - Added operation group VirtualMachinesOperations\n\n## 1.4.0 (2020-01-16)\n\n**Features**\n\n  - Model ClusterCreateProperties has a new parameter\n    min_supported_tls_version\n  - Model ClusterGetProperties has a new parameter\n    min_supported_tls_version\n\n## 1.3.0 (2019-12-07)\n\n**Features**\n\n  - Model ClusterGetProperties has a new parameter\n    kafka_rest_properties\n  - Model ClusterCreateProperties has a new parameter\n    kafka_rest_properties\n\n## 1.2.0 (2019-08-06)\n\n**Features**\n\n  - Model Role has a new parameter autoscale_configuration\n  - Added operation LocationsOperations.list_billing_specs\n  - Added operation LocationsOperations.get_capabilities\n\n## 1.1.0 (2019-06-17)\n\n**Features**\n\n  - Model ApplicationGetHttpsEndpoint has a new parameter\n    disable_gateway_auth\n  - Model ApplicationGetHttpsEndpoint has a new parameter\n    sub_domain_suffix\n\n## 1.0.0 (2019-04-08)\n\nStable versionning of the 0.3.0 (no changes)\n\n## 0.3.0 (2019-04-08)\n\n**Features**\n\n  - Added operation ConfigurationsOperations.list\n  - Added operation ClustersOperations.get_gateway_settings\n  - Added operation ClustersOperations.update_gateway_settings\n\n## 0.2.1 (2019-01-28)\n\n**Features**\n\n  - Add MSI support\n\n## 0.2.0 (2018-12-11)\n\n**Features**\n\n  - Model SecurityProfile has a new parameter msi_resource_id\n  - Model SecurityProfile has a new parameter aadds_resource_id\n  - Model ClusterCreateProperties has a new parameter\n    disk_encryption_properties\n  - Model ClusterGetProperties has a new parameter\n    disk_encryption_properties\n  - Model Cluster has a new parameter identity\n  - Model ClusterCreateParametersExtended has a new parameter identity\n  - Added operation ClustersOperations.rotate_disk_encryption_key\n  - Added operation ScriptActionsOperations.list_by_cluster\n  - Added operation ScriptExecutionHistoryOperations.list_by_cluster\n  - Added operation ConfigurationsOperations.update\n  - Added operation ApplicationsOperations.list_by_cluster\n  - Added operation group ExtensionsOperations\n\n**Breaking changes**\n\n  - Model ApplicationProperties no longer has parameter\n    additional_properties\n  - Model ApplicationGetHttpsEndpoint no longer has parameter\n    additional_properties\n  - Removed operation ScriptActionsOperations.list_persisted_scripts\n  - Removed operation ScriptExecutionHistoryOperations.list\n  - Removed operation ConfigurationsOperations.update_http_settings\n  - Removed operation ApplicationsOperations.list\n  - Removed operation LocationsOperations.get_capabilities\n  - Removed operation group ExtensionOperations\n\n## 0.1.0 (2018-08-08)\n\n  - Initial Release\n",
      "keywords": "azure,azure sdk",
      "platform": [],
      "classifiers": [
        "Development Status :: 4 - Beta",
        "Programming Language :: Python",
        "Programming Language :: Python :: 3 :: Only",
        "Programming Language :: Python :: 3",
        "Programming Language :: Python :: 3.8",
        "Programming Language :: Python :: 3.9",
        "Programming Language :: Python :: 3.10",
        "Programming Language :: Python :: 3.11",
        "Programming Language :: Python :: 3.12",
        "License :: OSI Approved :: MIT License",
        "Environment :: MetaData :: IBM Python Ecosystem"
      ],
      "download_url": "",
      "supported_platform": [],
      "comment": "",
      "provides": [],
      "requires": [],
      "obsoletes": [],
      "project_urls": [],
      "provides_dist": [],
      "obsoletes_dist": [],
      "requires_dist": [
        "isodate>=0.6.1",
        "typing-extensions>=4.6.0",
        "azure-common>=1.1",
        "azure-mgmt-core>=1.3.2"
      ],
      "requires_external": [],
      "requires_python": ">=3.8",
      "description_content_type": "text/markdown",
      "provides_extras": [],
      "dynamic": [
        "author",
        "author-email",
        "classifier",
        "description",
        "description-content-type",
        "home-page",
        "keywords",
        "license",
        "license-file",
        "requires-dist",
        "requires-python",
        "summary"
      ],
      "license_expression": "",
      "license_file": [
        "LICENSE"
      ],
      "+links": [
        {
          "rel": "releasefile",
          "hash_spec": "sha256=3b449cd89e340ba3bc705a00e690a9671f5796efef8343874f178967cfbcc198",
          "hashes": {
            "sha256": "3b449cd89e340ba3bc705a00e690a9671f5796efef8343874f178967cfbcc198"
          },
          "href": "https://wheels.developerfirst.ibm.com/ppc64le/linux/+f/3b4/49cd89e340ba3/azure_mgmt_hdinsight-9.1.0b1-py3-none-any.whl",
          "log": [
            {
              "what": "upload",
              "who": "ppc64le",
              "when": [
                2026,
                7,
                27,
                12,
                24,
                28
              ],
              "dst": "ppc64le/linux"
            }
          ]
        }
      ]
    },
    "9.1.0b1+ppc64le1": {
      "name": "azure-mgmt-hdinsight",
      "version": "9.1.0b1+ppc64le1",
      "metadata_version": "2.4",
      "summary": "Microsoft Azure HDInsight Management Client Library for Python",
      "home_page": "https://github.com/Azure/azure-sdk-for-python",
      "author": "Microsoft Corporation",
      "author_email": "azpysdkhelp@microsoft.com",
      "maintainer": "",
      "maintainer_email": "",
      "license": "MIT License",
      "description": "# Microsoft Azure SDK for Python\n\nThis is the Microsoft Azure HDInsight 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-hdinsight\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.hdinsight import HDInsightManagementClient\nimport os\n\nsub_id = os.getenv(\"AZURE_SUBSCRIPTION_ID\")\nclient = HDInsightManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id)\n```\n\n## Examples\n\nCode samples for this package can be found at:\n- [Search HDInsight 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## 9.1.0b1 (2024-09-10)\n\n### Other Changes\n\n  - Regular release\n\n## 9.0.0b3 (2024-08-21)\n\n### Features Added\n\n  - The 'azure.mgmt.hdinsight.operations.ExtensionsOperations' method 'begin_disable_azure_monitor_agent' was added in the current version\n  - The 'azure.mgmt.hdinsight.operations.ExtensionsOperations' method 'begin_enable_azure_monitor_agent' was added in the current version\n  - The 'azure.mgmt.hdinsight.operations.ExtensionsOperations' method 'get_azure_monitor_agent_status' was added in the current version\n  - The 'azure.mgmt.hdinsight.aio.operations.ExtensionsOperations' method 'begin_disable_azure_monitor_agent' was added in the current version\n  - The 'azure.mgmt.hdinsight.aio.operations.ExtensionsOperations' method 'begin_enable_azure_monitor_agent' was added in the current version\n  - The 'azure.mgmt.hdinsight.aio.operations.ExtensionsOperations' method 'get_azure_monitor_agent_status' was added in the current version\n  - The model or publicly exposed class 'azure.mgmt.hdinsight.models.ClusterPatchParameters' had property 'identity' added in the current version\n  - The model or publicly exposed class 'azure.mgmt.hdinsight.models.NetworkProperties' had property 'outbound_dependencies_managed_type' added in the current version\n  - The model or publicly exposed class 'azure.mgmt.hdinsight.models.NetworkProperties' had property 'public_ip_tag' added in the current version\n  - The model or publicly exposed class 'azure.mgmt.hdinsight.models.StorageAccount' had property 'enable_secure_channel' added in the current version\n  - The model or publicly exposed class 'azure.mgmt.hdinsight.models.IpTag' was added in the current version\n  - The model or publicly exposed class 'azure.mgmt.hdinsight.models.OutboundDependenciesManagedType' was added in the current version\n\n## 9.0.0b2 (2023-07-21)\n\n### Features Added\n\n  - Model StorageAccount has a new parameter enable_secure_channel\n  - Added feature to support selecting use secure channel during creation. The paramter would force to true if the cluster created based on a stroage account that secure transfer enabled, no matter it use 'blob' or 'dfs' type.\n\n## 9.0.0b1 (2022-11-18)\n\n### Other Changes\n\n  - Added generated samples in github repo\n  - Drop support for python<3.7.0\n\n## 9.0.0 (2021-10-08)\n\n**Features**\n\n  - Model Cluster has a new parameter zones\n  - Model Cluster has a new parameter system_data\n  - Model ClusterGetProperties has a new parameter private_link_configurations\n  - Model ClusterGetProperties has a new parameter private_endpoint_connections\n  - Model ClusterCreateParametersExtended has a new parameter zones\n  - Model ApplicationProperties has a new parameter private_link_configurations\n  - Model ClusterCreateProperties has a new parameter private_link_configurations\n  - Model VmSizeCompatibilityFilterV2 has a new parameter esp_applied\n  - Model VmSizeCompatibilityFilterV2 has a new parameter compute_isolation_supported\n  - Model Application has a new parameter system_data\n  - Model ClusterCreateRequestValidationParameters has a new parameter zones\n  - Added operation group PrivateLinkResourcesOperations\n  - Added operation group PrivateEndpointConnectionsOperations\n\n**Breaking changes**\n\n  - Parameter location of model Cluster is now required\n  - Parameter location of model TrackedResource is now required\n  - Model CapabilitiesResult no longer has parameter vmsize_filters\n  - Model CapabilitiesResult no longer has parameter vmsizes\n\n## 8.0.0 (2021-06-03)\n\n**Features**\n\n  - Model Role has a new parameter encrypt_data_disks\n  - Model Role has a new parameter vm_group_name\n  - Model VmSizeCompatibilityFilter has a new parameter esp_applied\n  - Model VmSizeCompatibilityFilter has a new parameter os_type\n  - Model VmSizeCompatibilityFilter has a new parameter vm_sizes\n  - Model VmSizeCompatibilityFilter has a new parameter compute_isolation_supported\n  - Model ClusterGetProperties has a new parameter cluster_hdp_version\n  - Model ClusterGetProperties has a new parameter excluded_services_config\n  - Model ClusterGetProperties has a new parameter storage_profile\n  - Model Operation has a new parameter properties\n  - Model StorageAccount has a new parameter saskey\n  - Model StorageAccount has a new parameter fileshare\n  - Model CapabilitiesResult has a new parameter vmsizes\n  - Model CapabilitiesResult has a new parameter vmsize_filters\n  - Model ConnectivityEndpoint has a new parameter private_ip_address\n  - Model ApplicationGetEndpoint has a new parameter private_ip_address\n  - Model BillingResponseListResult has a new parameter vm_sizes_with_encryption_at_host\n  - Model BillingResponseListResult has a new parameter vm_size_properties\n  - Model OperationDisplay has a new parameter description\n  - Model ApplicationGetHttpsEndpoint has a new parameter private_ip_address\n  - Model ComponentsC51Ht8SchemasClusteridentityPropertiesUserassignedidentitiesAdditionalproperties has a new parameter tenant_id\n  - Model KafkaRestProperties has a new parameter configuration_override\n  - Added operation VirtualMachinesOperations.get_async_operation_status\n  - Added operation ApplicationsOperations.get_azure_async_operation_status\n  - Added operation LocationsOperations.get_azure_async_operation_status\n  - Added operation LocationsOperations.check_name_availability\n  - Added operation LocationsOperations.validate_cluster_create_request\n  - Added operation ExtensionsOperations.get_azure_async_operation_status\n  - Added operation ExtensionsOperations.get_azure_monitor_status\n  - Added operation ExtensionsOperations.begin_disable_azure_monitor\n  - Added operation ExtensionsOperations.begin_enable_azure_monitor\n  - Added operation ClustersOperations.get_azure_async_operation_status\n  - Added operation ClustersOperations.begin_update_identity_certificate\n  - Added operation ScriptActionsOperations.get_execution_async_operation_status\n\n**Breaking changes**\n\n  - Model VmSizeCompatibilityFilter no longer has parameter vmsizes\n  - Model CapabilitiesResult no longer has parameter vm_size_filters\n  - Model CapabilitiesResult no longer has parameter vm_sizes\n\n## 7.0.0 (2020-12-18)\n\n**Features**\n\n  - Model HostInfo has a new parameter effective_disk_encryption_key_url\n  - Model HostInfo has a new parameter fqdn\n  - Model ClusterGetProperties has a new parameter compute_isolation_properties\n  - Model ClusterCreateProperties has a new parameter compute_isolation_properties\n\n**Breaking changes**\n\n  - Operation ExtensionsOperations.begin_create has a new signature\n  - Operation ClustersOperations.begin_update_auto_scale_configuration has a new signature\n  - Operation ClustersOperations.begin_resize has a new signature\n  - Operation ClustersOperations.update has a new signature\n  - Operation ExtensionsOperations.begin_create has a new signature\n  - Operation ExtensionsOperations.begin_enable_monitoring has a new signature\n  - Operation ClustersOperations.begin_execute_script_actions has a new signature\n\n## 7.0.0b1 (2020-10-31)\n\nThis is beta preview version.\nFor detailed changelog please refer to equivalent stable version 2.0.0(https://pypi.org/project/azure-mgmt-hdinsight/2.0.0/)\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 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\n## 2.0.0 (2020-10-20)\n\n**Features**\n\n  - Model ClusterGetProperties has a new parameter network_properties\n  - Model ClusterGetProperties has a new parameter cluster_id\n  - Model ClusterCreateProperties has a new parameter network_properties\n\n**Breaking changes**\n\n  - Model ClusterGetProperties no longer has parameter network_settings\n  - Model ClusterCreateProperties no longer has parameter network_settings\n\n## 1.7.0 (2020-08-13)\n\n**Features**\n\n  - Model DiskEncryptionProperties has a new parameter encryption_at_host\n\n## 1.6.0 (2020-07-17)\n\n**Features**\n\n  - Added operation group VirtualMachinesOperations\n\n## 1.5.1 (2020-06-11)\n\n**Bugfixes**\n\n  - Fix the List Response\n\n## 1.5.0 (2020-05-29)\n\n**Features**\n\n  - Added operation group VirtualMachinesOperations\n\n## 1.4.0 (2020-01-16)\n\n**Features**\n\n  - Model ClusterCreateProperties has a new parameter\n    min_supported_tls_version\n  - Model ClusterGetProperties has a new parameter\n    min_supported_tls_version\n\n## 1.3.0 (2019-12-07)\n\n**Features**\n\n  - Model ClusterGetProperties has a new parameter\n    kafka_rest_properties\n  - Model ClusterCreateProperties has a new parameter\n    kafka_rest_properties\n\n## 1.2.0 (2019-08-06)\n\n**Features**\n\n  - Model Role has a new parameter autoscale_configuration\n  - Added operation LocationsOperations.list_billing_specs\n  - Added operation LocationsOperations.get_capabilities\n\n## 1.1.0 (2019-06-17)\n\n**Features**\n\n  - Model ApplicationGetHttpsEndpoint has a new parameter\n    disable_gateway_auth\n  - Model ApplicationGetHttpsEndpoint has a new parameter\n    sub_domain_suffix\n\n## 1.0.0 (2019-04-08)\n\nStable versionning of the 0.3.0 (no changes)\n\n## 0.3.0 (2019-04-08)\n\n**Features**\n\n  - Added operation ConfigurationsOperations.list\n  - Added operation ClustersOperations.get_gateway_settings\n  - Added operation ClustersOperations.update_gateway_settings\n\n## 0.2.1 (2019-01-28)\n\n**Features**\n\n  - Add MSI support\n\n## 0.2.0 (2018-12-11)\n\n**Features**\n\n  - Model SecurityProfile has a new parameter msi_resource_id\n  - Model SecurityProfile has a new parameter aadds_resource_id\n  - Model ClusterCreateProperties has a new parameter\n    disk_encryption_properties\n  - Model ClusterGetProperties has a new parameter\n    disk_encryption_properties\n  - Model Cluster has a new parameter identity\n  - Model ClusterCreateParametersExtended has a new parameter identity\n  - Added operation ClustersOperations.rotate_disk_encryption_key\n  - Added operation ScriptActionsOperations.list_by_cluster\n  - Added operation ScriptExecutionHistoryOperations.list_by_cluster\n  - Added operation ConfigurationsOperations.update\n  - Added operation ApplicationsOperations.list_by_cluster\n  - Added operation group ExtensionsOperations\n\n**Breaking changes**\n\n  - Model ApplicationProperties no longer has parameter\n    additional_properties\n  - Model ApplicationGetHttpsEndpoint no longer has parameter\n    additional_properties\n  - Removed operation ScriptActionsOperations.list_persisted_scripts\n  - Removed operation ScriptExecutionHistoryOperations.list\n  - Removed operation ConfigurationsOperations.update_http_settings\n  - Removed operation ApplicationsOperations.list\n  - Removed operation LocationsOperations.get_capabilities\n  - Removed operation group ExtensionOperations\n\n## 0.1.0 (2018-08-08)\n\n  - Initial Release\n",
      "keywords": "azure,azure sdk",
      "platform": [],
      "classifiers": [
        "Development Status :: 4 - Beta",
        "Programming Language :: Python",
        "Programming Language :: Python :: 3 :: Only",
        "Programming Language :: Python :: 3",
        "Programming Language :: Python :: 3.8",
        "Programming Language :: Python :: 3.9",
        "Programming Language :: Python :: 3.10",
        "Programming Language :: Python :: 3.11",
        "Programming Language :: Python :: 3.12",
        "License :: OSI Approved :: MIT License",
        "Environment :: MetaData :: IBM Python Ecosystem"
      ],
      "download_url": "",
      "supported_platform": [],
      "comment": "",
      "provides": [],
      "requires": [],
      "obsoletes": [],
      "project_urls": [],
      "provides_dist": [],
      "obsoletes_dist": [],
      "requires_dist": [
        "isodate>=0.6.1",
        "typing-extensions>=4.6.0",
        "azure-common>=1.1",
        "azure-mgmt-core>=1.3.2"
      ],
      "requires_external": [],
      "requires_python": ">=3.8",
      "description_content_type": "text/markdown",
      "provides_extras": "",
      "dynamic": "summary",
      "license_expression": "",
      "license_file": "LICENSE",
      "+links": [
        {
          "rel": "releasefile",
          "hash_spec": "sha256=871c0f85008695245e502cf8606b5cbdb6a014e41a6fd240f16fe7b07eb048a9",
          "href": "https://wheels.developerfirst.ibm.com/ppc64le/linux/+f/871/c0f8500869524/azure_mgmt_hdinsight-9.1.0b1+ppc64le1-py3-none-any.whl",
          "log": [
            {
              "what": "upload",
              "who": "ppc64le",
              "when": [
                2026,
                3,
                16,
                9,
                7,
                37
              ],
              "dst": "ppc64le/linux"
            }
          ]
        }
      ]
    }
  },
  "type": "projectconfig"
}
