Microsoft Azure Resource Mover Management Client Library for Python
Project description
Microsoft Azure SDK for Python
This is the Microsoft Azure Resource Mover 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-resourcemover
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.resourcemover import ResourceMoverServiceAPI
import os
sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = ResourceMoverServiceAPI(credential=DefaultAzureCredential(), subscription_id=sub_id)
Examples
Code samples for this package can be found at:
- Search Resource Mover 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.1.0 (2023-10-23)
Features Added
- Model AvailabilitySetResourceSettings has a new parameter tags
- Model AvailabilitySetResourceSettings has a new parameter target_resource_group_name
- Model DiskEncryptionSetResourceSettings has a new parameter target_resource_group_name
- Model KeyVaultResourceSettings has a new parameter target_resource_group_name
- Model LoadBalancerResourceSettings has a new parameter tags
- Model LoadBalancerResourceSettings has a new parameter target_resource_group_name
- Model MoveCollection has a new parameter system_data
- Model MoveCollectionProperties has a new parameter move_region
- Model MoveCollectionProperties has a new parameter move_type
- Model MoveCollectionProperties has a new parameter version
- Model MoveResource has a new parameter system_data
- Model NetworkInterfaceResourceSettings has a new parameter tags
- Model NetworkInterfaceResourceSettings has a new parameter target_resource_group_name
- Model NetworkSecurityGroupResourceSettings has a new parameter tags
- Model NetworkSecurityGroupResourceSettings has a new parameter target_resource_group_name
- Model PublicIPAddressResourceSettings has a new parameter tags
- Model PublicIPAddressResourceSettings has a new parameter target_resource_group_name
- Model ResourceGroupResourceSettings has a new parameter target_resource_group_name
- Model ResourceSettings has a new parameter target_resource_group_name
- Model SqlDatabaseResourceSettings has a new parameter tags
- Model SqlDatabaseResourceSettings has a new parameter target_resource_group_name
- Model SqlElasticPoolResourceSettings has a new parameter tags
- Model SqlElasticPoolResourceSettings has a new parameter target_resource_group_name
- Model SqlServerResourceSettings has a new parameter target_resource_group_name
- Model VirtualMachineResourceSettings has a new parameter tags
- Model VirtualMachineResourceSettings has a new parameter target_resource_group_name
- Model VirtualMachineResourceSettings has a new parameter user_managed_identities
- Model VirtualNetworkResourceSettings has a new parameter tags
- Model VirtualNetworkResourceSettings has a new parameter target_resource_group_name
1.1.0b3 (2022-11-04)
Features Added
- Model AvailabilitySetResourceSettings has a new parameter tags
- Model LoadBalancerResourceSettings has a new parameter tags
- Model MoveCollection has a new parameter system_data
- Model MoveResource has a new parameter system_data
- Model NetworkInterfaceResourceSettings has a new parameter tags
- Model NetworkSecurityGroupResourceSettings has a new parameter tags
- Model PublicIPAddressResourceSettings has a new parameter tags
- Model SqlDatabaseResourceSettings has a new parameter tags
- Model SqlElasticPoolResourceSettings has a new parameter tags
- Model VirtualMachineResourceSettings has a new parameter tags
- Model VirtualMachineResourceSettings has a new parameter user_managed_identities
- Model VirtualNetworkResourceSettings has a new parameter tags
1.1.0b2 (2021-05-24)
- Models rename
1.1.0b1 (2021-03-09)
- version number change
1.0.0 (2021-02-19)
- GA release
1.0.0b2 (2021-02-03)
- 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-resourcemover-1.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae6860f05404c25f33adaf1478771b2a60e5901ba07b1f74c138bea52674316e |
|
MD5 | 3e0308a41824994bfabb68f2bf9c3bb8 |
|
BLAKE2b-256 | c267175ef25300b84b84e8fb7aa44994b859c008cd51493591f0bd6c5344336d |
Hashes for azure_mgmt_resourcemover-1.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b39cb1ab279fc8c477dc71cf0804c7d8260cd320d9ec6ea3a65be18223660c5 |
|
MD5 | 9570768ae5bb5856a245ed089292e3f9 |
|
BLAKE2b-256 | 75e843f1cddf1a19975b753ad5286ed2d22a3615bf9770b46d0e8c76bade7123 |