# Microsoft Azure SDK for Python
This is the Microsoft Azure Resource Connector 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-resourceconnector
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.resourceconnector import ResourceConnectorMgmtClient
import os
sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = ResourceConnectorMgmtClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
```
## Examples
Code samples for this package can be found at:
- [Search Resource Connector 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.
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-resourceconnector%2FREADME.png)
# Release History
## 1.0.0b4 (2023-04-24)
### Breaking Changes
- Client name is changed from `Appliances` to `ResourceConnectorMgmtClient`
## 1.0.0b3 (2022-12-12)
### Features Added
- Added operation AppliancesOperations.get_telemetry_config
- Added operation AppliancesOperations.list_keys
- Model Resource has a new parameter system_data
- Model SSHKey has a new parameter certificate
- Model SSHKey has a new parameter creation_time_stamp
- Model SSHKey has a new parameter expiration_time_stamp
- Model TrackedResource has a new parameter system_data
### Breaking Changes
- Removed operation AppliancesOperations.list_cluster_customer_user_credential
## 1.0.0b2 (2022-07-01)
**Features**
- Added operation AppliancesOperations.get_upgrade_graph
- Added operation AppliancesOperations.list_cluster_customer_user_credential
## 1.0.0b1 (2021-11-12)
* Initial Release
Raw data
{
"_id": null,
"home_page": "https://github.com/Azure/azure-sdk-for-python",
"name": "azure-mgmt-resourceconnector",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "azure,azure sdk",
"author": "Microsoft Corporation",
"author_email": "azpysdkhelp@microsoft.com",
"download_url": "https://files.pythonhosted.org/packages/62/45/384e7a067e65ee06a49895d9ab3846cb829a3d09f1c64aa91539bd4dfe9d/azure-mgmt-resourceconnector-1.0.0b4.zip",
"platform": null,
"description": "# Microsoft Azure SDK for Python\n\nThis is the Microsoft Azure Resource Connector 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-resourceconnector\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.resourceconnector import ResourceConnectorMgmtClient\nimport os\n\nsub_id = os.getenv(\"AZURE_SUBSCRIPTION_ID\")\nclient = ResourceConnectorMgmtClient(credential=DefaultAzureCredential(), subscription_id=sub_id)\n```\n\n## Examples\n\nCode samples for this package can be found at:\n- [Search Resource Connector 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![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-resourceconnector%2FREADME.png)\n\n\n# Release History\n\n## 1.0.0b4 (2023-04-24)\n\n### Breaking Changes\n\n - Client name is changed from `Appliances` to `ResourceConnectorMgmtClient`\n\n## 1.0.0b3 (2022-12-12)\n\n### Features Added\n\n - Added operation AppliancesOperations.get_telemetry_config\n - Added operation AppliancesOperations.list_keys\n - Model Resource has a new parameter system_data\n - Model SSHKey has a new parameter certificate\n - Model SSHKey has a new parameter creation_time_stamp\n - Model SSHKey has a new parameter expiration_time_stamp\n - Model TrackedResource has a new parameter system_data\n\n### Breaking Changes\n\n - Removed operation AppliancesOperations.list_cluster_customer_user_credential\n\n## 1.0.0b2 (2022-07-01)\n\n**Features**\n\n - Added operation AppliancesOperations.get_upgrade_graph\n - Added operation AppliancesOperations.list_cluster_customer_user_credential\n\n## 1.0.0b1 (2021-11-12)\n\n* Initial Release\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Microsoft Azure Resource Connector Management Client Library for Python",
"version": "1.0.0b4",
"project_urls": {
"Homepage": "https://github.com/Azure/azure-sdk-for-python"
},
"split_keywords": [
"azure",
"azure sdk"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "14fbe6b5cee16614a28e93187e4fd38a42b55f888dc64e7ed8ab1793a395119f",
"md5": "ca1f42d041bf7f4617ef05d0ed3ad94f",
"sha256": "090a36d01c6ff7d71714f6c4306145a94f182d49afd8e2bb97e383d3003520c4"
},
"downloads": -1,
"filename": "azure_mgmt_resourceconnector-1.0.0b4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ca1f42d041bf7f4617ef05d0ed3ad94f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 53417,
"upload_time": "2023-04-26T06:56:14",
"upload_time_iso_8601": "2023-04-26T06:56:14.185319Z",
"url": "https://files.pythonhosted.org/packages/14/fb/e6b5cee16614a28e93187e4fd38a42b55f888dc64e7ed8ab1793a395119f/azure_mgmt_resourceconnector-1.0.0b4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6245384e7a067e65ee06a49895d9ab3846cb829a3d09f1c64aa91539bd4dfe9d",
"md5": "97dbb57f691262e2b94c5bac3dcdc2ab",
"sha256": "7a1e6b72608fa81cb85d447c276efb0bda37fa2cdcbe1a92c587caba33d443fe"
},
"downloads": -1,
"filename": "azure-mgmt-resourceconnector-1.0.0b4.zip",
"has_sig": false,
"md5_digest": "97dbb57f691262e2b94c5bac3dcdc2ab",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 62926,
"upload_time": "2023-04-26T06:56:11",
"upload_time_iso_8601": "2023-04-26T06:56:11.894496Z",
"url": "https://files.pythonhosted.org/packages/62/45/384e7a067e65ee06a49895d9ab3846cb829a3d09f1c64aa91539bd4dfe9d/azure-mgmt-resourceconnector-1.0.0b4.zip",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-26 06:56:11",
"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-resourceconnector"
}