azure-mgmt-loadtesting


Nameazure-mgmt-loadtesting JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/Azure/azure-sdk-for-python
SummaryMicrosoft Azure Loadtesting Management Client Library for Python
upload_time2023-02-01 03:33:44
maintainer
docs_urlNone
authorMicrosoft Corporation
requires_python>=3.7
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 Loadtesting Management Client Library.
This package has been tested with Python 3.7+.
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.7+ is required to use this package.
- [Azure subscription](https://azure.microsoft.com/free/)

### Install the package

```bash
pip install azure-mgmt-loadtesting
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.loadtesting import LoadTestMgmtClient
import os

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

## Examples


Code samples for this package can be found at [Loadtesting Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com and [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. 


![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-loadtesting%2FREADME.png)


# Release History

## 1.0.0 (2023-02-01)

### Features Added

  - Support `azure.core.serialization.NULL` in model serialization

## 1.0.0b1 (2023-01-04)

* Initial Release

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Azure/azure-sdk-for-python",
    "name": "azure-mgmt-loadtesting",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "azure,azure sdk",
    "author": "Microsoft Corporation",
    "author_email": "azpysdkhelp@microsoft.com",
    "download_url": "https://files.pythonhosted.org/packages/cc/8a/4e05de6a14836cad5570af57722376bd82870c946a1efbf5948e0cf5a5a9/azure-mgmt-loadtesting-1.0.0.zip",
    "platform": null,
    "description": "# Microsoft Azure SDK for Python\n\nThis is the Microsoft Azure Loadtesting Management Client Library.\nThis package has been tested with Python 3.7+.\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.7+ 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-loadtesting\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.loadtesting import LoadTestMgmtClient\nimport os\n\nsub_id = os.getenv(\"AZURE_SUBSCRIPTION_ID\")\nclient = LoadTestMgmtClient(credential=DefaultAzureCredential(), subscription_id=sub_id)\n```\n\n## Examples\n\n\nCode samples for this package can be found at [Loadtesting Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com and [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![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-loadtesting%2FREADME.png)\n\n\n# Release History\n\n## 1.0.0 (2023-02-01)\n\n### Features Added\n\n  - Support `azure.core.serialization.NULL` in model serialization\n\n## 1.0.0b1 (2023-01-04)\n\n* Initial Release\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Microsoft Azure Loadtesting Management Client Library for Python",
    "version": "1.0.0",
    "split_keywords": [
        "azure",
        "azure sdk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d091d1ab220e9787a053f2b76e9107ee420994369426ac193b76cd434931b958",
                "md5": "1ed08ab6fd4a2d56b79c5d3a90da32fa",
                "sha256": "424a891309425b8b019d3744d4ab06d975f993a42232e53a7db4afc686da18ae"
            },
            "downloads": -1,
            "filename": "azure_mgmt_loadtesting-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1ed08ab6fd4a2d56b79c5d3a90da32fa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 63550,
            "upload_time": "2023-02-01T03:33:42",
            "upload_time_iso_8601": "2023-02-01T03:33:42.172208Z",
            "url": "https://files.pythonhosted.org/packages/d0/91/d1ab220e9787a053f2b76e9107ee420994369426ac193b76cd434931b958/azure_mgmt_loadtesting-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc8a4e05de6a14836cad5570af57722376bd82870c946a1efbf5948e0cf5a5a9",
                "md5": "cb4f1084c2d876b4556658c7632d3fde",
                "sha256": "1905082b649d693cfd107a0971e5d4a2399307152d234541bf950da7d97bb3d7"
            },
            "downloads": -1,
            "filename": "azure-mgmt-loadtesting-1.0.0.zip",
            "has_sig": false,
            "md5_digest": "cb4f1084c2d876b4556658c7632d3fde",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 91338,
            "upload_time": "2023-02-01T03:33:44",
            "upload_time_iso_8601": "2023-02-01T03:33:44.395460Z",
            "url": "https://files.pythonhosted.org/packages/cc/8a/4e05de6a14836cad5570af57722376bd82870c946a1efbf5948e0cf5a5a9/azure-mgmt-loadtesting-1.0.0.zip",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-01 03:33:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Azure",
    "github_project": "azure-sdk-for-python",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "azure-mgmt-loadtesting"
}
        
Elapsed time: 0.03476s