azure-mgmt-resourcemover 1.1.0

Creator: codyrutscher

Last updated:

Add to Cart

Description:

azuremgmtresourcemover 1.1.0

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.