azure-mgmt-hybridcontainerservice


Nameazure-mgmt-hybridcontainerservice JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/Azure/azure-sdk-for-python
SummaryMicrosoft Azure Hybridcontainerservice Management Client Library for Python
upload_time2024-01-25 03:22:24
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 Hybridcontainerservice 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-hybridcontainerservice
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.hybridcontainerservice import HybridContainerServiceMgmtClient
import os

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

## Examples

Code samples for this package can be found at:
- [Search Hybridcontainerservice 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.0 (2024-01-25)

### Features Added

  - Model AgentPool has a new parameter properties
  - Model AgentPoolProfile has a new parameter enable_auto_scaling
  - Model AgentPoolProfile has a new parameter max_count
  - Model AgentPoolProfile has a new parameter max_pods
  - Model AgentPoolProfile has a new parameter min_count
  - Model AgentPoolProfile has a new parameter node_labels
  - Model AgentPoolProfile has a new parameter node_taints
  - Model AgentPoolProperties has a new parameter enable_auto_scaling
  - Model AgentPoolProperties has a new parameter kubernetes_version
  - Model AgentPoolProperties has a new parameter max_count
  - Model AgentPoolProperties has a new parameter max_pods
  - Model AgentPoolProperties has a new parameter min_count
  - Model AgentPoolProperties has a new parameter node_labels
  - Model AgentPoolProperties has a new parameter node_taints
  - Model AgentPoolProvisioningStatusStatus has a new parameter current_state
  - Model AgentPoolUpdateProfile has a new parameter kubernetes_version
  - Model NamedAgentPoolProfile has a new parameter enable_auto_scaling
  - Model NamedAgentPoolProfile has a new parameter kubernetes_version
  - Model NamedAgentPoolProfile has a new parameter max_count
  - Model NamedAgentPoolProfile has a new parameter max_pods
  - Model NamedAgentPoolProfile has a new parameter min_count
  - Model NamedAgentPoolProfile has a new parameter node_labels
  - Model NamedAgentPoolProfile has a new parameter node_taints
  - Model ProvisionedClusterProperties has a new parameter auto_scaler_profile
  - Model ProvisionedClusterProperties has a new parameter cluster_vm_access_profile
  - Model ProvisionedClusterProperties has a new parameter storage_profile
  - Model ProvisionedClusterPropertiesStatus has a new parameter current_state

### Breaking Changes

  - Model AgentPool no longer has parameter availability_zones
  - Model AgentPool no longer has parameter count
  - Model AgentPool no longer has parameter location
  - Model AgentPool no longer has parameter node_image_version
  - Model AgentPool no longer has parameter os_sku
  - Model AgentPool no longer has parameter os_type
  - Model AgentPool no longer has parameter provisioning_state
  - Model AgentPool no longer has parameter status
  - Model AgentPool no longer has parameter vm_size
  - Model AgentPoolProfile no longer has parameter availability_zones
  - Model AgentPoolProfile no longer has parameter node_image_version
  - Model AgentPoolProperties no longer has parameter availability_zones
  - Model AgentPoolProperties no longer has parameter node_image_version
  - Model AgentPoolProvisioningStatusStatus no longer has parameter operation_status
  - Model ControlPlaneProfile no longer has parameter availability_zones
  - Model ControlPlaneProfile no longer has parameter linux_profile
  - Model ControlPlaneProfile no longer has parameter name
  - Model ControlPlaneProfile no longer has parameter node_image_version
  - Model ControlPlaneProfile no longer has parameter os_sku
  - Model ControlPlaneProfile no longer has parameter os_type
  - Model HybridIdentityMetadata has a new required parameter properties
  - Model HybridIdentityMetadata no longer has parameter provisioning_state
  - Model HybridIdentityMetadata no longer has parameter public_key
  - Model HybridIdentityMetadata no longer has parameter resource_uid
  - Model KubernetesVersionProperties no longer has parameter capabilities
  - Model NamedAgentPoolProfile no longer has parameter availability_zones
  - Model NamedAgentPoolProfile no longer has parameter node_image_version
  - Model ProvisionedClusterPoolUpgradeProfile no longer has parameter name
  - Model ProvisionedClusterPropertiesStatus no longer has parameter operation_status
  - Model ProvisionedClusterUpgradeProfile has a new required parameter properties
  - Model ProvisionedClusterUpgradeProfile no longer has parameter agent_pool_profiles
  - Model ProvisionedClusterUpgradeProfile no longer has parameter control_plane_profile
  - Model ProvisionedClusterUpgradeProfile no longer has parameter provisioning_state
  - Model VirtualNetworkProperties no longer has parameter dhcp_servers
  - Model VirtualNetworkPropertiesInfraVnetProfile no longer has parameter vmware
  - Model VirtualNetworkPropertiesStatusOperationStatus no longer has parameter phase
  - Removed operation AgentPoolOperations.begin_update

## 1.0.0b2 (2023-11-20)

### Features Added

  - Added operation group HybridContainerServiceMgmtClientOperationsMixin
  - Added operation group KubernetesVersionsOperations
  - Added operation group ProvisionedClusterInstancesOperations
  - Added operation group VMSkusOperations
  - Model AgentPool has a new parameter os_sku
  - Model AgentPoolProfile has a new parameter os_sku
  - Model AgentPoolProperties has a new parameter os_sku
  - Model AgentPoolProvisioningStatusStatus has a new parameter operation_status
  - Model ControlPlaneProfile has a new parameter os_sku
  - Model NamedAgentPoolProfile has a new parameter os_sku
  - Model ProvisionedClusterUpgradeProfile has a new parameter system_data
  - Model ProxyResource has a new parameter system_data
  - Model Resource has a new parameter system_data
  - Model TrackedResource has a new parameter system_data

### Breaking Changes

  - Model AgentPool no longer has parameter cloud_provider_profile
  - Model AgentPool no longer has parameter max_count
  - Model AgentPool no longer has parameter max_pods
  - Model AgentPool no longer has parameter min_count
  - Model AgentPool no longer has parameter mode
  - Model AgentPool no longer has parameter node_labels
  - Model AgentPool no longer has parameter node_taints
  - Model AgentPoolProfile no longer has parameter cloud_provider_profile
  - Model AgentPoolProfile no longer has parameter count
  - Model AgentPoolProfile no longer has parameter max_count
  - Model AgentPoolProfile no longer has parameter max_pods
  - Model AgentPoolProfile no longer has parameter min_count
  - Model AgentPoolProfile no longer has parameter mode
  - Model AgentPoolProfile no longer has parameter node_labels
  - Model AgentPoolProfile no longer has parameter node_taints
  - Model AgentPoolProfile no longer has parameter vm_size
  - Model AgentPoolProperties no longer has parameter cloud_provider_profile
  - Model AgentPoolProperties no longer has parameter max_count
  - Model AgentPoolProperties no longer has parameter max_pods
  - Model AgentPoolProperties no longer has parameter min_count
  - Model AgentPoolProperties no longer has parameter mode
  - Model AgentPoolProperties no longer has parameter node_labels
  - Model AgentPoolProperties no longer has parameter node_taints
  - Model AgentPoolProvisioningStatusStatus no longer has parameter provisioning_status
  - Model AgentPoolProvisioningStatusStatus no longer has parameter replicas
  - Model CloudProviderProfile no longer has parameter infra_storage_profile
  - Model ControlPlaneProfile no longer has parameter cloud_provider_profile
  - Model ControlPlaneProfile no longer has parameter max_count
  - Model ControlPlaneProfile no longer has parameter max_pods
  - Model ControlPlaneProfile no longer has parameter min_count
  - Model ControlPlaneProfile no longer has parameter mode
  - Model ControlPlaneProfile no longer has parameter node_labels
  - Model ControlPlaneProfile no longer has parameter node_taints
  - Model HybridIdentityMetadata no longer has parameter identity
  - Model LinuxProfileProperties no longer has parameter admin_username
  - Model NamedAgentPoolProfile no longer has parameter cloud_provider_profile
  - Model NamedAgentPoolProfile no longer has parameter max_count
  - Model NamedAgentPoolProfile no longer has parameter max_pods
  - Model NamedAgentPoolProfile no longer has parameter min_count
  - Model NamedAgentPoolProfile no longer has parameter mode
  - Model NamedAgentPoolProfile no longer has parameter node_labels
  - Model NamedAgentPoolProfile no longer has parameter node_taints
  - Model NetworkProfile no longer has parameter dns_service_ip
  - Model NetworkProfile no longer has parameter load_balancer_sku
  - Model NetworkProfile no longer has parameter pod_cidrs
  - Model NetworkProfile no longer has parameter service_cidr
  - Model NetworkProfile no longer has parameter service_cidrs
  - Model ProvisionedClusters no longer has parameter identity
  - Model ProvisionedClusters no longer has parameter location
  - Model ProvisionedClusters no longer has parameter tags
  - Operation AgentPoolOperations.begin_create_or_update has a new required parameter connected_cluster_resource_uri
  - Operation AgentPoolOperations.begin_create_or_update no longer has parameter resource_group_name
  - Operation AgentPoolOperations.begin_create_or_update no longer has parameter resource_name
  - Operation AgentPoolOperations.get has a new required parameter connected_cluster_resource_uri
  - Operation AgentPoolOperations.get no longer has parameter resource_group_name
  - Operation AgentPoolOperations.get no longer has parameter resource_name
  - Operation AgentPoolOperations.list_by_provisioned_cluster has a new required parameter connected_cluster_resource_uri
  - Operation AgentPoolOperations.list_by_provisioned_cluster no longer has parameter resource_group_name
  - Operation AgentPoolOperations.list_by_provisioned_cluster no longer has parameter resource_name
  - Operation HybridIdentityMetadataOperations.get has a new required parameter connected_cluster_resource_uri
  - Operation HybridIdentityMetadataOperations.get no longer has parameter hybrid_identity_metadata_resource_name
  - Operation HybridIdentityMetadataOperations.get no longer has parameter resource_group_name
  - Operation HybridIdentityMetadataOperations.get no longer has parameter resource_name
  - Operation HybridIdentityMetadataOperations.list_by_cluster has a new required parameter connected_cluster_resource_uri
  - Operation HybridIdentityMetadataOperations.list_by_cluster no longer has parameter resource_group_name
  - Operation HybridIdentityMetadataOperations.list_by_cluster no longer has parameter resource_name
  - Operation HybridIdentityMetadataOperations.put has a new required parameter connected_cluster_resource_uri
  - Operation HybridIdentityMetadataOperations.put no longer has parameter hybrid_identity_metadata_resource_name
  - Operation HybridIdentityMetadataOperations.put no longer has parameter resource_group_name
  - Operation HybridIdentityMetadataOperations.put no longer has parameter resource_name
  - Operation VirtualNetworksOperations.begin_create_or_update has a new required parameter virtual_network_name
  - Operation VirtualNetworksOperations.begin_create_or_update no longer has parameter virtual_networks_name
  - Operation VirtualNetworksOperations.begin_update has a new required parameter virtual_network_name
  - Operation VirtualNetworksOperations.begin_update no longer has parameter virtual_networks_name
  - Operation VirtualNetworksOperations.retrieve has a new required parameter virtual_network_name
  - Operation VirtualNetworksOperations.retrieve no longer has parameter virtual_networks_name
  - Removed operation group HybridContainerServiceOperations
  - Removed operation group ProvisionedClustersOperations
  - Removed operation group StorageSpacesOperations
  - Renamed operation AgentPoolOperations.delete to AgentPoolOperations.begin_delete
  - Renamed operation AgentPoolOperations.update to AgentPoolOperations.begin_update
  - Renamed operation HybridIdentityMetadataOperations.delete to HybridIdentityMetadataOperations.begin_delete
  - Renamed operation VirtualNetworksOperations.delete to VirtualNetworksOperations.begin_delete

## 1.0.0b1 (2023-03-20)

* Initial Release

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Azure/azure-sdk-for-python",
    "name": "azure-mgmt-hybridcontainerservice",
    "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/d1/18/f804234ee80b06fb3370e9d257f9fc7200519e0315e1c789c2de79831605/azure-mgmt-hybridcontainerservice-1.0.0.tar.gz",
    "platform": null,
    "description": "# Microsoft Azure SDK for Python\n\nThis is the Microsoft Azure Hybridcontainerservice 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-hybridcontainerservice\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.hybridcontainerservice import HybridContainerServiceMgmtClient\nimport os\n\nsub_id = os.getenv(\"AZURE_SUBSCRIPTION_ID\")\nclient = HybridContainerServiceMgmtClient(credential=DefaultAzureCredential(), subscription_id=sub_id)\n```\n\n## Examples\n\nCode samples for this package can be found at:\n- [Search Hybridcontainerservice 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.0 (2024-01-25)\n\n### Features Added\n\n  - Model AgentPool has a new parameter properties\n  - Model AgentPoolProfile has a new parameter enable_auto_scaling\n  - Model AgentPoolProfile has a new parameter max_count\n  - Model AgentPoolProfile has a new parameter max_pods\n  - Model AgentPoolProfile has a new parameter min_count\n  - Model AgentPoolProfile has a new parameter node_labels\n  - Model AgentPoolProfile has a new parameter node_taints\n  - Model AgentPoolProperties has a new parameter enable_auto_scaling\n  - Model AgentPoolProperties has a new parameter kubernetes_version\n  - Model AgentPoolProperties has a new parameter max_count\n  - Model AgentPoolProperties has a new parameter max_pods\n  - Model AgentPoolProperties has a new parameter min_count\n  - Model AgentPoolProperties has a new parameter node_labels\n  - Model AgentPoolProperties has a new parameter node_taints\n  - Model AgentPoolProvisioningStatusStatus has a new parameter current_state\n  - Model AgentPoolUpdateProfile has a new parameter kubernetes_version\n  - Model NamedAgentPoolProfile has a new parameter enable_auto_scaling\n  - Model NamedAgentPoolProfile has a new parameter kubernetes_version\n  - Model NamedAgentPoolProfile has a new parameter max_count\n  - Model NamedAgentPoolProfile has a new parameter max_pods\n  - Model NamedAgentPoolProfile has a new parameter min_count\n  - Model NamedAgentPoolProfile has a new parameter node_labels\n  - Model NamedAgentPoolProfile has a new parameter node_taints\n  - Model ProvisionedClusterProperties has a new parameter auto_scaler_profile\n  - Model ProvisionedClusterProperties has a new parameter cluster_vm_access_profile\n  - Model ProvisionedClusterProperties has a new parameter storage_profile\n  - Model ProvisionedClusterPropertiesStatus has a new parameter current_state\n\n### Breaking Changes\n\n  - Model AgentPool no longer has parameter availability_zones\n  - Model AgentPool no longer has parameter count\n  - Model AgentPool no longer has parameter location\n  - Model AgentPool no longer has parameter node_image_version\n  - Model AgentPool no longer has parameter os_sku\n  - Model AgentPool no longer has parameter os_type\n  - Model AgentPool no longer has parameter provisioning_state\n  - Model AgentPool no longer has parameter status\n  - Model AgentPool no longer has parameter vm_size\n  - Model AgentPoolProfile no longer has parameter availability_zones\n  - Model AgentPoolProfile no longer has parameter node_image_version\n  - Model AgentPoolProperties no longer has parameter availability_zones\n  - Model AgentPoolProperties no longer has parameter node_image_version\n  - Model AgentPoolProvisioningStatusStatus no longer has parameter operation_status\n  - Model ControlPlaneProfile no longer has parameter availability_zones\n  - Model ControlPlaneProfile no longer has parameter linux_profile\n  - Model ControlPlaneProfile no longer has parameter name\n  - Model ControlPlaneProfile no longer has parameter node_image_version\n  - Model ControlPlaneProfile no longer has parameter os_sku\n  - Model ControlPlaneProfile no longer has parameter os_type\n  - Model HybridIdentityMetadata has a new required parameter properties\n  - Model HybridIdentityMetadata no longer has parameter provisioning_state\n  - Model HybridIdentityMetadata no longer has parameter public_key\n  - Model HybridIdentityMetadata no longer has parameter resource_uid\n  - Model KubernetesVersionProperties no longer has parameter capabilities\n  - Model NamedAgentPoolProfile no longer has parameter availability_zones\n  - Model NamedAgentPoolProfile no longer has parameter node_image_version\n  - Model ProvisionedClusterPoolUpgradeProfile no longer has parameter name\n  - Model ProvisionedClusterPropertiesStatus no longer has parameter operation_status\n  - Model ProvisionedClusterUpgradeProfile has a new required parameter properties\n  - Model ProvisionedClusterUpgradeProfile no longer has parameter agent_pool_profiles\n  - Model ProvisionedClusterUpgradeProfile no longer has parameter control_plane_profile\n  - Model ProvisionedClusterUpgradeProfile no longer has parameter provisioning_state\n  - Model VirtualNetworkProperties no longer has parameter dhcp_servers\n  - Model VirtualNetworkPropertiesInfraVnetProfile no longer has parameter vmware\n  - Model VirtualNetworkPropertiesStatusOperationStatus no longer has parameter phase\n  - Removed operation AgentPoolOperations.begin_update\n\n## 1.0.0b2 (2023-11-20)\n\n### Features Added\n\n  - Added operation group HybridContainerServiceMgmtClientOperationsMixin\n  - Added operation group KubernetesVersionsOperations\n  - Added operation group ProvisionedClusterInstancesOperations\n  - Added operation group VMSkusOperations\n  - Model AgentPool has a new parameter os_sku\n  - Model AgentPoolProfile has a new parameter os_sku\n  - Model AgentPoolProperties has a new parameter os_sku\n  - Model AgentPoolProvisioningStatusStatus has a new parameter operation_status\n  - Model ControlPlaneProfile has a new parameter os_sku\n  - Model NamedAgentPoolProfile has a new parameter os_sku\n  - Model ProvisionedClusterUpgradeProfile has a new parameter system_data\n  - Model ProxyResource has a new parameter system_data\n  - Model Resource has a new parameter system_data\n  - Model TrackedResource has a new parameter system_data\n\n### Breaking Changes\n\n  - Model AgentPool no longer has parameter cloud_provider_profile\n  - Model AgentPool no longer has parameter max_count\n  - Model AgentPool no longer has parameter max_pods\n  - Model AgentPool no longer has parameter min_count\n  - Model AgentPool no longer has parameter mode\n  - Model AgentPool no longer has parameter node_labels\n  - Model AgentPool no longer has parameter node_taints\n  - Model AgentPoolProfile no longer has parameter cloud_provider_profile\n  - Model AgentPoolProfile no longer has parameter count\n  - Model AgentPoolProfile no longer has parameter max_count\n  - Model AgentPoolProfile no longer has parameter max_pods\n  - Model AgentPoolProfile no longer has parameter min_count\n  - Model AgentPoolProfile no longer has parameter mode\n  - Model AgentPoolProfile no longer has parameter node_labels\n  - Model AgentPoolProfile no longer has parameter node_taints\n  - Model AgentPoolProfile no longer has parameter vm_size\n  - Model AgentPoolProperties no longer has parameter cloud_provider_profile\n  - Model AgentPoolProperties no longer has parameter max_count\n  - Model AgentPoolProperties no longer has parameter max_pods\n  - Model AgentPoolProperties no longer has parameter min_count\n  - Model AgentPoolProperties no longer has parameter mode\n  - Model AgentPoolProperties no longer has parameter node_labels\n  - Model AgentPoolProperties no longer has parameter node_taints\n  - Model AgentPoolProvisioningStatusStatus no longer has parameter provisioning_status\n  - Model AgentPoolProvisioningStatusStatus no longer has parameter replicas\n  - Model CloudProviderProfile no longer has parameter infra_storage_profile\n  - Model ControlPlaneProfile no longer has parameter cloud_provider_profile\n  - Model ControlPlaneProfile no longer has parameter max_count\n  - Model ControlPlaneProfile no longer has parameter max_pods\n  - Model ControlPlaneProfile no longer has parameter min_count\n  - Model ControlPlaneProfile no longer has parameter mode\n  - Model ControlPlaneProfile no longer has parameter node_labels\n  - Model ControlPlaneProfile no longer has parameter node_taints\n  - Model HybridIdentityMetadata no longer has parameter identity\n  - Model LinuxProfileProperties no longer has parameter admin_username\n  - Model NamedAgentPoolProfile no longer has parameter cloud_provider_profile\n  - Model NamedAgentPoolProfile no longer has parameter max_count\n  - Model NamedAgentPoolProfile no longer has parameter max_pods\n  - Model NamedAgentPoolProfile no longer has parameter min_count\n  - Model NamedAgentPoolProfile no longer has parameter mode\n  - Model NamedAgentPoolProfile no longer has parameter node_labels\n  - Model NamedAgentPoolProfile no longer has parameter node_taints\n  - Model NetworkProfile no longer has parameter dns_service_ip\n  - Model NetworkProfile no longer has parameter load_balancer_sku\n  - Model NetworkProfile no longer has parameter pod_cidrs\n  - Model NetworkProfile no longer has parameter service_cidr\n  - Model NetworkProfile no longer has parameter service_cidrs\n  - Model ProvisionedClusters no longer has parameter identity\n  - Model ProvisionedClusters no longer has parameter location\n  - Model ProvisionedClusters no longer has parameter tags\n  - Operation AgentPoolOperations.begin_create_or_update has a new required parameter connected_cluster_resource_uri\n  - Operation AgentPoolOperations.begin_create_or_update no longer has parameter resource_group_name\n  - Operation AgentPoolOperations.begin_create_or_update no longer has parameter resource_name\n  - Operation AgentPoolOperations.get has a new required parameter connected_cluster_resource_uri\n  - Operation AgentPoolOperations.get no longer has parameter resource_group_name\n  - Operation AgentPoolOperations.get no longer has parameter resource_name\n  - Operation AgentPoolOperations.list_by_provisioned_cluster has a new required parameter connected_cluster_resource_uri\n  - Operation AgentPoolOperations.list_by_provisioned_cluster no longer has parameter resource_group_name\n  - Operation AgentPoolOperations.list_by_provisioned_cluster no longer has parameter resource_name\n  - Operation HybridIdentityMetadataOperations.get has a new required parameter connected_cluster_resource_uri\n  - Operation HybridIdentityMetadataOperations.get no longer has parameter hybrid_identity_metadata_resource_name\n  - Operation HybridIdentityMetadataOperations.get no longer has parameter resource_group_name\n  - Operation HybridIdentityMetadataOperations.get no longer has parameter resource_name\n  - Operation HybridIdentityMetadataOperations.list_by_cluster has a new required parameter connected_cluster_resource_uri\n  - Operation HybridIdentityMetadataOperations.list_by_cluster no longer has parameter resource_group_name\n  - Operation HybridIdentityMetadataOperations.list_by_cluster no longer has parameter resource_name\n  - Operation HybridIdentityMetadataOperations.put has a new required parameter connected_cluster_resource_uri\n  - Operation HybridIdentityMetadataOperations.put no longer has parameter hybrid_identity_metadata_resource_name\n  - Operation HybridIdentityMetadataOperations.put no longer has parameter resource_group_name\n  - Operation HybridIdentityMetadataOperations.put no longer has parameter resource_name\n  - Operation VirtualNetworksOperations.begin_create_or_update has a new required parameter virtual_network_name\n  - Operation VirtualNetworksOperations.begin_create_or_update no longer has parameter virtual_networks_name\n  - Operation VirtualNetworksOperations.begin_update has a new required parameter virtual_network_name\n  - Operation VirtualNetworksOperations.begin_update no longer has parameter virtual_networks_name\n  - Operation VirtualNetworksOperations.retrieve has a new required parameter virtual_network_name\n  - Operation VirtualNetworksOperations.retrieve no longer has parameter virtual_networks_name\n  - Removed operation group HybridContainerServiceOperations\n  - Removed operation group ProvisionedClustersOperations\n  - Removed operation group StorageSpacesOperations\n  - Renamed operation AgentPoolOperations.delete to AgentPoolOperations.begin_delete\n  - Renamed operation AgentPoolOperations.update to AgentPoolOperations.begin_update\n  - Renamed operation HybridIdentityMetadataOperations.delete to HybridIdentityMetadataOperations.begin_delete\n  - Renamed operation VirtualNetworksOperations.delete to VirtualNetworksOperations.begin_delete\n\n## 1.0.0b1 (2023-03-20)\n\n* Initial Release\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Microsoft Azure Hybridcontainerservice Management Client Library for Python",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/Azure/azure-sdk-for-python"
    },
    "split_keywords": [
        "azure",
        "azure sdk"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b9fa71b830c4e03c50691eab9d73c48abb30cb815acf4b3ef7c3c592f97fa8a7",
                "md5": "0e9f71bdf03373ceae4c138c1c0776c5",
                "sha256": "d2d9db7564a8fc65c0383d6c25591298c2169266925e1b180004ddc60ed76465"
            },
            "downloads": -1,
            "filename": "azure_mgmt_hybridcontainerservice-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0e9f71bdf03373ceae4c138c1c0776c5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 114301,
            "upload_time": "2024-01-25T03:22:26",
            "upload_time_iso_8601": "2024-01-25T03:22:26.301447Z",
            "url": "https://files.pythonhosted.org/packages/b9/fa/71b830c4e03c50691eab9d73c48abb30cb815acf4b3ef7c3c592f97fa8a7/azure_mgmt_hybridcontainerservice-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d118f804234ee80b06fb3370e9d257f9fc7200519e0315e1c789c2de79831605",
                "md5": "6dea8f4aac16b3012a22fa1a79f04299",
                "sha256": "f3b7e35946569125fa294eee75d989d4cc8df0b30a9739277821098548ee415c"
            },
            "downloads": -1,
            "filename": "azure-mgmt-hybridcontainerservice-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6dea8f4aac16b3012a22fa1a79f04299",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 80729,
            "upload_time": "2024-01-25T03:22:24",
            "upload_time_iso_8601": "2024-01-25T03:22:24.957092Z",
            "url": "https://files.pythonhosted.org/packages/d1/18/f804234ee80b06fb3370e9d257f9fc7200519e0315e1c789c2de79831605/azure-mgmt-hybridcontainerservice-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-25 03:22:24",
    "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-hybridcontainerservice"
}
        
Elapsed time: 0.21197s