# Microsoft Azure SDK for Python
This is the Microsoft Azure Defendereasm 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-defendereasm
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.defendereasm import EasmMgmtClient
import os
sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = EasmMgmtClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
```
## Examples
Code samples for this package can be found at [Defendereasm 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-defendereasm%2FREADME.png)
# Release History
## 1.0.0b1 (2023-03-15)
* Initial Release
Raw data
{
"_id": null,
"home_page": "https://github.com/Azure/azure-sdk-for-python",
"name": "azure-mgmt-defendereasm",
"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/30/6c/6016bc6b6455544b145d0c073c783d4629724fbdf31108faf60f96903577/azure-mgmt-defendereasm-1.0.0b1.zip",
"platform": null,
"description": "# Microsoft Azure SDK for Python\n\nThis is the Microsoft Azure Defendereasm 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-defendereasm\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.defendereasm import EasmMgmtClient\nimport os\n\nsub_id = os.getenv(\"AZURE_SUBSCRIPTION_ID\")\nclient = EasmMgmtClient(credential=DefaultAzureCredential(), subscription_id=sub_id)\n```\n\n## Examples\n\n\nCode samples for this package can be found at [Defendereasm 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-defendereasm%2FREADME.png)\n\n\n# Release History\n\n## 1.0.0b1 (2023-03-15)\n\n* Initial Release\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Microsoft Azure Defendereasm Management Client Library for Python",
"version": "1.0.0b1",
"split_keywords": [
"azure",
"azure sdk"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "86baf94a2d87defbf5112837456132d6fa4d2aa8751cc49027262e808682d486",
"md5": "1207fe5f0dcd5f2d1f5de84bd12f06b1",
"sha256": "ce199af8cb9016e8abde8b0c8eabe8dbe667fe9d10cbb0955094a0bf3a4d2cb2"
},
"downloads": -1,
"filename": "azure_mgmt_defendereasm-1.0.0b1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1207fe5f0dcd5f2d1f5de84bd12f06b1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 61920,
"upload_time": "2023-03-15T04:57:29",
"upload_time_iso_8601": "2023-03-15T04:57:29.661557Z",
"url": "https://files.pythonhosted.org/packages/86/ba/f94a2d87defbf5112837456132d6fa4d2aa8751cc49027262e808682d486/azure_mgmt_defendereasm-1.0.0b1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "306c6016bc6b6455544b145d0c073c783d4629724fbdf31108faf60f96903577",
"md5": "d43968e13152d0de032884b25880302a",
"sha256": "8aa491e97079a82d4e0f316862e07436cd4708d469e114a1ec8d020ed37cfca1"
},
"downloads": -1,
"filename": "azure-mgmt-defendereasm-1.0.0b1.zip",
"has_sig": false,
"md5_digest": "d43968e13152d0de032884b25880302a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 70434,
"upload_time": "2023-03-15T04:57:32",
"upload_time_iso_8601": "2023-03-15T04:57:32.173662Z",
"url": "https://files.pythonhosted.org/packages/30/6c/6016bc6b6455544b145d0c073c783d4629724fbdf31108faf60f96903577/azure-mgmt-defendereasm-1.0.0b1.zip",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-03-15 04:57:32",
"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-defendereasm"
}