Skip to main content

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

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:

Troubleshooting

Next steps

Provide Feedback

If you encounter any bugs or have suggestions, please file an issue in the Issues section of the project.

Impressions

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

azure-mgmt-resourceconnector-1.0.0b4.zip (62.9 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file azure-mgmt-resourceconnector-1.0.0b4.zip.

File metadata

File hashes

Hashes for azure-mgmt-resourceconnector-1.0.0b4.zip
Algorithm Hash digest
SHA256 7a1e6b72608fa81cb85d447c276efb0bda37fa2cdcbe1a92c587caba33d443fe
MD5 97dbb57f691262e2b94c5bac3dcdc2ab
BLAKE2b-256 6245384e7a067e65ee06a49895d9ab3846cb829a3d09f1c64aa91539bd4dfe9d

See more details on using hashes here.

File details

Details for the file azure_mgmt_resourceconnector-1.0.0b4-py3-none-any.whl.

File metadata

File hashes

Hashes for azure_mgmt_resourceconnector-1.0.0b4-py3-none-any.whl
Algorithm Hash digest
SHA256 090a36d01c6ff7d71714f6c4306145a94f182d49afd8e2bb97e383d3003520c4
MD5 ca1f42d041bf7f4617ef05d0ed3ad94f
BLAKE2b-256 14fbe6b5cee16614a28e93187e4fd38a42b55f888dc64e7ed8ab1793a395119f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page