Microsoft Azure Resource Connector Management Client Library for Python
Project description
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.
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
Install the package
pip install azure-mgmt-resourceconnector
pip install azure-identity
Authentication
By default, Azure Active Directory 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:
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 on docs.microsoft.com
- Azure Python Mgmt SDK Samples Repo
Troubleshooting
Next steps
Provide Feedback
If you encounter any bugs or have suggestions, please file an issue in the Issues section of the project.
Release History
1.0.0 (2023-08-18)
Features Added
- Operation AppliancesOperations.list_keys has a new optional parameter artifact_type
1.0.0b4 (2023-04-24)
Breaking Changes
- Client name is changed from
Appliances
toResourceConnectorMgmtClient
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for azure-mgmt-resourceconnector-1.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a91cd07cc7dbf807c623998f349baaa242cf8ca64fff039216297a837f56c425 |
|
MD5 | a77d5a792414f13cc180eddd09da046b |
|
BLAKE2b-256 | 4f20e813dbaa4102c1cc8f7dfce09db5352efe40772d1bf8793d1c35b198397f |
Hashes for azure_mgmt_resourceconnector-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6e035078746253252b72ea6f40252679754e23b958fe70a8b1ea4fa1e8ce777 |
|
MD5 | 52a3045bc9214190178ee44bdc14e063 |
|
BLAKE2b-256 | 877a95b158434628abfb290597532852aff5e097e9193d18164866473a163d1f |