azure-mgmt-confluent


Nameazure-mgmt-confluent JSON
Version 2.1.0 PyPI version JSON
download
home_pagehttps://github.com/Azure/azure-sdk-for-python
SummaryMicrosoft Azure Confluent Management Client Library for Python
upload_time2024-03-18 03:31:49
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 Confluent 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-confluent
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.confluent import ConfluentManagementClient
import os

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

## Examples

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

## 2.1.0 (2024-03-18)

### Features Added

  - Added operation AccessOperations.create_role_binding
  - Added operation AccessOperations.delete_role_binding
  - Added operation AccessOperations.list_role_binding_name_list
  - Added operation OrganizationOperations.create_api_key
  - Added operation OrganizationOperations.delete_cluster_api_key
  - Added operation OrganizationOperations.get_cluster_api_key
  - Added operation OrganizationOperations.get_cluster_by_id
  - Added operation OrganizationOperations.get_environment_by_id
  - Added operation OrganizationOperations.get_schema_registry_cluster_by_id
  - Added operation OrganizationOperations.list_clusters
  - Added operation OrganizationOperations.list_environments
  - Added operation OrganizationOperations.list_regions
  - Added operation OrganizationOperations.list_schema_registry_clusters

## 2.0.0 (2023-11-20)

### Features Added

  - Added operation group AccessOperations
  - Added operation group ValidationsOperations
  - Model ConfluentAgreementResource has a new parameter system_data
  - Model OfferDetail has a new parameter private_offer_id
  - Model OfferDetail has a new parameter private_offer_ids
  - Model OfferDetail has a new parameter term_id
  - Model OrganizationResource has a new parameter link_organization
  - Model OrganizationResource has a new parameter system_data
  - Model UserDetail has a new parameter aad_email
  - Model UserDetail has a new parameter user_principal_name

### Breaking Changes

  - Parameter email_address of model UserDetail is now required
  - Parameter id of model OfferDetail is now required
  - Parameter offer_detail of model OrganizationResource is now required
  - Parameter plan_id of model OfferDetail is now required
  - Parameter plan_name of model OfferDetail is now required
  - Parameter publisher_id of model OfferDetail is now required
  - Parameter term_unit of model OfferDetail is now required
  - Parameter user_detail of model OrganizationResource is now required

## 2.0.0b2 (2022-11-02)

### Features Added

  - Added operation group ValidationsOperations
  - Model ConfluentAgreementResource has a new parameter system_data
  - Model OrganizationResource has a new parameter system_data

### Breaking Changes

  - Parameter email_address of model UserDetail is now required
  - Parameter id of model OfferDetail is now required
  - Parameter offer_detail of model OrganizationResource is now required
  - Parameter plan_id of model OfferDetail is now required
  - Parameter plan_name of model OfferDetail is now required
  - Parameter publisher_id of model OfferDetail is now required
  - Parameter term_unit of model OfferDetail is now required
  - Parameter user_detail of model OrganizationResource is now required

## 2.0.0b1 (2021-05-24)

**Features**

  - Model ConfluentAgreementResource has a new parameter system_data
  - Model OrganizationResource has a new parameter system_data
  - Added operation group ValidationsOperations

**Breaking changes**

  - Parameter offer_detail of model OrganizationResource is now required
  - Parameter user_detail of model OrganizationResource is now required
  - Parameter email_address of model UserDetail is now required
  - Parameter plan_name of model OfferDetail is now required
  - Parameter term_unit of model OfferDetail is now required
  - Parameter plan_id of model OfferDetail is now required
  - Parameter publisher_id of model OfferDetail is now required
  - Parameter id of model OfferDetail is now required

## 1.0.0 (2021-01-18)

**Features**

  - Model OperationResult has a new parameter is_data_action

**Breaking changes**
  - Operation MarketplaceAgreementsOperations.create has a new signature
  - Operation OrganizationOperations.update has a new signature
  - Model ConfluentAgreementResource has a new signature

## 1.0.0b1 (2020-11-23)

* Initial Release

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Azure/azure-sdk-for-python",
    "name": "azure-mgmt-confluent",
    "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/45/a5/0e15b02e35027cb8745b9a823e9d7aa4f4633f3498f64a3cb58e533db9fb/azure-mgmt-confluent-2.1.0.tar.gz",
    "platform": null,
    "description": "# Microsoft Azure SDK for Python\n\nThis is the Microsoft Azure Confluent 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-confluent\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.confluent import ConfluentManagementClient\nimport os\n\nsub_id = os.getenv(\"AZURE_SUBSCRIPTION_ID\")\nclient = ConfluentManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id)\n```\n\n## Examples\n\nCode samples for this package can be found at:\n- [Search Confluent 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## 2.1.0 (2024-03-18)\n\n### Features Added\n\n  - Added operation AccessOperations.create_role_binding\n  - Added operation AccessOperations.delete_role_binding\n  - Added operation AccessOperations.list_role_binding_name_list\n  - Added operation OrganizationOperations.create_api_key\n  - Added operation OrganizationOperations.delete_cluster_api_key\n  - Added operation OrganizationOperations.get_cluster_api_key\n  - Added operation OrganizationOperations.get_cluster_by_id\n  - Added operation OrganizationOperations.get_environment_by_id\n  - Added operation OrganizationOperations.get_schema_registry_cluster_by_id\n  - Added operation OrganizationOperations.list_clusters\n  - Added operation OrganizationOperations.list_environments\n  - Added operation OrganizationOperations.list_regions\n  - Added operation OrganizationOperations.list_schema_registry_clusters\n\n## 2.0.0 (2023-11-20)\n\n### Features Added\n\n  - Added operation group AccessOperations\n  - Added operation group ValidationsOperations\n  - Model ConfluentAgreementResource has a new parameter system_data\n  - Model OfferDetail has a new parameter private_offer_id\n  - Model OfferDetail has a new parameter private_offer_ids\n  - Model OfferDetail has a new parameter term_id\n  - Model OrganizationResource has a new parameter link_organization\n  - Model OrganizationResource has a new parameter system_data\n  - Model UserDetail has a new parameter aad_email\n  - Model UserDetail has a new parameter user_principal_name\n\n### Breaking Changes\n\n  - Parameter email_address of model UserDetail is now required\n  - Parameter id of model OfferDetail is now required\n  - Parameter offer_detail of model OrganizationResource is now required\n  - Parameter plan_id of model OfferDetail is now required\n  - Parameter plan_name of model OfferDetail is now required\n  - Parameter publisher_id of model OfferDetail is now required\n  - Parameter term_unit of model OfferDetail is now required\n  - Parameter user_detail of model OrganizationResource is now required\n\n## 2.0.0b2 (2022-11-02)\n\n### Features Added\n\n  - Added operation group ValidationsOperations\n  - Model ConfluentAgreementResource has a new parameter system_data\n  - Model OrganizationResource has a new parameter system_data\n\n### Breaking Changes\n\n  - Parameter email_address of model UserDetail is now required\n  - Parameter id of model OfferDetail is now required\n  - Parameter offer_detail of model OrganizationResource is now required\n  - Parameter plan_id of model OfferDetail is now required\n  - Parameter plan_name of model OfferDetail is now required\n  - Parameter publisher_id of model OfferDetail is now required\n  - Parameter term_unit of model OfferDetail is now required\n  - Parameter user_detail of model OrganizationResource is now required\n\n## 2.0.0b1 (2021-05-24)\n\n**Features**\n\n  - Model ConfluentAgreementResource has a new parameter system_data\n  - Model OrganizationResource has a new parameter system_data\n  - Added operation group ValidationsOperations\n\n**Breaking changes**\n\n  - Parameter offer_detail of model OrganizationResource is now required\n  - Parameter user_detail of model OrganizationResource is now required\n  - Parameter email_address of model UserDetail is now required\n  - Parameter plan_name of model OfferDetail is now required\n  - Parameter term_unit of model OfferDetail is now required\n  - Parameter plan_id of model OfferDetail is now required\n  - Parameter publisher_id of model OfferDetail is now required\n  - Parameter id of model OfferDetail is now required\n\n## 1.0.0 (2021-01-18)\n\n**Features**\n\n  - Model OperationResult has a new parameter is_data_action\n\n**Breaking changes**\n  - Operation MarketplaceAgreementsOperations.create has a new signature\n  - Operation OrganizationOperations.update has a new signature\n  - Model ConfluentAgreementResource has a new signature\n\n## 1.0.0b1 (2020-11-23)\n\n* Initial Release\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Microsoft Azure Confluent Management Client Library for Python",
    "version": "2.1.0",
    "project_urls": {
        "Homepage": "https://github.com/Azure/azure-sdk-for-python"
    },
    "split_keywords": [
        "azure",
        "azure sdk"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8e6522e5e40d272f2a84aa64491d15fac414e87d5a87e97f376d776ee2d230de",
                "md5": "be345eb33ba2d7cdea52b78af3b86cc3",
                "sha256": "fa6c0385d2378204629136589a8308c64ecc4e80c2d810d1bf57606078f4b16c"
            },
            "downloads": -1,
            "filename": "azure_mgmt_confluent-2.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "be345eb33ba2d7cdea52b78af3b86cc3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 85000,
            "upload_time": "2024-03-18T03:31:51",
            "upload_time_iso_8601": "2024-03-18T03:31:51.872594Z",
            "url": "https://files.pythonhosted.org/packages/8e/65/22e5e40d272f2a84aa64491d15fac414e87d5a87e97f376d776ee2d230de/azure_mgmt_confluent-2.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "45a50e15b02e35027cb8745b9a823e9d7aa4f4633f3498f64a3cb58e533db9fb",
                "md5": "835dcf2c9ebaddf12d397da528b773ba",
                "sha256": "bb6e0cb3927f776f7081869a88d62d51bc916269a051c7b1fa79058284c24761"
            },
            "downloads": -1,
            "filename": "azure-mgmt-confluent-2.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "835dcf2c9ebaddf12d397da528b773ba",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 68917,
            "upload_time": "2024-03-18T03:31:49",
            "upload_time_iso_8601": "2024-03-18T03:31:49.899524Z",
            "url": "https://files.pythonhosted.org/packages/45/a5/0e15b02e35027cb8745b9a823e9d7aa4f4633f3498f64a3cb58e533db9fb/azure-mgmt-confluent-2.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-18 03:31:49",
    "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-confluent"
}
        
Elapsed time: 0.22238s