azure-mgmt-storagemover


Nameazure-mgmt-storagemover JSON
Version 3.0.0 PyPI version JSON
download
home_pagehttps://github.com/Azure/azure-sdk-for-python
SummaryMicrosoft Azure Storagemover Management Client Library for Python
upload_time2025-10-14 10:42:46
maintainerNone
docs_urlNone
authorMicrosoft Corporation
requires_python>=3.9
licenseMIT License
keywords azure azure sdk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # Microsoft Azure SDK for Python

This is the Microsoft Azure Storagemover Management Client Library.
This package has been tested with Python 3.9+.
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.9+ is required to use this package.
- [Azure subscription](https://azure.microsoft.com/free/)

### Install the package

```bash
pip install azure-mgmt-storagemover
pip install azure-identity
```

### Authentication

By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the 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.storagemover import StorageMoverMgmtClient
import os

sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = StorageMoverMgmtClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
```

## Examples

Code samples for this package can be found at:
- [Search Storagemover 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. 


# Release History

## 3.0.0 (2025-09-04)

### Features Added

  - Model `StorageMoverMgmtClient` added parameter `cloud_setting` in method `__init__`
  - Client `StorageMoverMgmtClient` added method `send_request`
  - Model `Endpoint` added property `identity`
  - Model `EndpointBaseUpdateParameters` added property `identity`
  - Enum `EndpointType` added member `AZURE_MULTI_CLOUD_CONNECTOR`
  - Enum `EndpointType` added member `AZURE_STORAGE_NFS_FILE_SHARE`
  - Model `StorageMoverUpdateParameters` added property `properties`
  - Added model `AgentUpdateProperties`
  - Added model `AzureMultiCloudConnectorEndpointProperties`
  - Added model `AzureMultiCloudConnectorEndpointUpdateProperties`
  - Added model `AzureStorageNfsFileShareEndpointProperties`
  - Added model `AzureStorageNfsFileShareEndpointUpdateProperties`
  - Added model `JobDefinitionPropertiesSourceTargetMap`
  - Added model `JobDefinitionUpdateProperties`
  - Added enum `JobType`
  - Added model `ManagedServiceIdentity`
  - Added enum `ManagedServiceIdentityType`
  - Added model `ProjectUpdateProperties`
  - Added model `SourceEndpoint`
  - Added model `SourceEndpointProperties`
  - Added model `SourceTargetMap`
  - Added model `StorageMoverUpdateProperties`
  - Added model `TargetEndpoint`
  - Added model `TargetEndpointProperties`
  - Added model `UserAssignedIdentity`

### Breaking Changes

  - This version introduces new hybrid models which have dual dictionary and model nature. And please follow https://aka.ms/azsdk/python/migrate/hybrid-models for migration.
  - Model `AgentUpdateParameters` deleted or renamed its instance variable `description`
  - Model `AgentUpdateParameters` deleted or renamed its instance variable `upload_limit_schedule`
  - Model `JobDefinitionUpdateParameters` deleted or renamed its instance variable `description`
  - Model `JobDefinitionUpdateParameters` deleted or renamed its instance variable `copy_mode`
  - Model `JobDefinitionUpdateParameters` deleted or renamed its instance variable `agent_name`
  - Model `ProjectUpdateParameters` deleted or renamed its instance variable `description`
  - Model `StorageMoverUpdateParameters` deleted or renamed its instance variable `description`
  - Deleted or renamed model `AgentList`
  - Deleted or renamed model `EndpointList`
  - Deleted or renamed model `JobDefinitionList`
  - Deleted or renamed model `JobRunList`
  - Deleted or renamed model `ProjectList`
  - Deleted or renamed model `StorageMoverList`
  - Deleted or renamed model `UploadLimit`

## 2.1.0 (2024-06-17)

### Features Added

  - Model Agent has a new parameter time_zone
  - Model Agent has a new parameter upload_limit_schedule
  - Model AgentUpdateParameters has a new parameter upload_limit_schedule

## 2.0.0 (2023-10-23)

### Features Added

  - Model ProxyResource has a new parameter system_data
  - Model Resource has a new parameter system_data
  - Model TrackedResource has a new parameter system_data

### Breaking Changes

  - Model AzureStorageBlobContainerEndpointUpdateProperties has a new required parameter endpoint_type
  - Model EndpointBaseUpdateProperties has a new required parameter endpoint_type
  - Model NfsMountEndpointUpdateProperties has a new required parameter endpoint_type

## 2.0.0b1 (2023-07-21)

### Features Added

  - Model ProxyResource has a new parameter system_data
  - Model Resource has a new parameter system_data
  - Model TrackedResource has a new parameter system_data

### Breaking Changes

  - Model AzureStorageBlobContainerEndpointUpdateProperties has a new required parameter endpoint_type
  - Model EndpointBaseUpdateProperties has a new required parameter endpoint_type
  - Model NfsMountEndpointUpdateProperties has a new required parameter endpoint_type

## 1.0.0 (2023-03-07)

### Other changes

  - First GA version

## 1.0.0b1 (2023-02-20)

* Initial Release

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Azure/azure-sdk-for-python",
    "name": "azure-mgmt-storagemover",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "azure, azure sdk",
    "author": "Microsoft Corporation",
    "author_email": "azpysdkhelp@microsoft.com",
    "download_url": "https://files.pythonhosted.org/packages/be/5c/3dc18e8eca4f04f5ddada445ca99e7aa213b310d212c9b10b7f782ffdf65/azure_mgmt_storagemover-3.0.0.tar.gz",
    "platform": null,
    "description": "# Microsoft Azure SDK for Python\n\nThis is the Microsoft Azure Storagemover Management Client Library.\nThis package has been tested with Python 3.9+.\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.9+ 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-storagemover\npip install azure-identity\n```\n\n### Authentication\n\nBy default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the 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.storagemover import StorageMoverMgmtClient\nimport os\n\nsub_id = os.getenv(\"AZURE_SUBSCRIPTION_ID\")\nclient = StorageMoverMgmtClient(credential=DefaultAzureCredential(), subscription_id=sub_id)\n```\n\n## Examples\n\nCode samples for this package can be found at:\n- [Search Storagemover 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# Release History\n\n## 3.0.0 (2025-09-04)\n\n### Features Added\n\n  - Model `StorageMoverMgmtClient` added parameter `cloud_setting` in method `__init__`\n  - Client `StorageMoverMgmtClient` added method `send_request`\n  - Model `Endpoint` added property `identity`\n  - Model `EndpointBaseUpdateParameters` added property `identity`\n  - Enum `EndpointType` added member `AZURE_MULTI_CLOUD_CONNECTOR`\n  - Enum `EndpointType` added member `AZURE_STORAGE_NFS_FILE_SHARE`\n  - Model `StorageMoverUpdateParameters` added property `properties`\n  - Added model `AgentUpdateProperties`\n  - Added model `AzureMultiCloudConnectorEndpointProperties`\n  - Added model `AzureMultiCloudConnectorEndpointUpdateProperties`\n  - Added model `AzureStorageNfsFileShareEndpointProperties`\n  - Added model `AzureStorageNfsFileShareEndpointUpdateProperties`\n  - Added model `JobDefinitionPropertiesSourceTargetMap`\n  - Added model `JobDefinitionUpdateProperties`\n  - Added enum `JobType`\n  - Added model `ManagedServiceIdentity`\n  - Added enum `ManagedServiceIdentityType`\n  - Added model `ProjectUpdateProperties`\n  - Added model `SourceEndpoint`\n  - Added model `SourceEndpointProperties`\n  - Added model `SourceTargetMap`\n  - Added model `StorageMoverUpdateProperties`\n  - Added model `TargetEndpoint`\n  - Added model `TargetEndpointProperties`\n  - Added model `UserAssignedIdentity`\n\n### Breaking Changes\n\n  - This version introduces new hybrid models which have dual dictionary and model nature. And please follow https://aka.ms/azsdk/python/migrate/hybrid-models for migration.\n  - Model `AgentUpdateParameters` deleted or renamed its instance variable `description`\n  - Model `AgentUpdateParameters` deleted or renamed its instance variable `upload_limit_schedule`\n  - Model `JobDefinitionUpdateParameters` deleted or renamed its instance variable `description`\n  - Model `JobDefinitionUpdateParameters` deleted or renamed its instance variable `copy_mode`\n  - Model `JobDefinitionUpdateParameters` deleted or renamed its instance variable `agent_name`\n  - Model `ProjectUpdateParameters` deleted or renamed its instance variable `description`\n  - Model `StorageMoverUpdateParameters` deleted or renamed its instance variable `description`\n  - Deleted or renamed model `AgentList`\n  - Deleted or renamed model `EndpointList`\n  - Deleted or renamed model `JobDefinitionList`\n  - Deleted or renamed model `JobRunList`\n  - Deleted or renamed model `ProjectList`\n  - Deleted or renamed model `StorageMoverList`\n  - Deleted or renamed model `UploadLimit`\n\n## 2.1.0 (2024-06-17)\n\n### Features Added\n\n  - Model Agent has a new parameter time_zone\n  - Model Agent has a new parameter upload_limit_schedule\n  - Model AgentUpdateParameters has a new parameter upload_limit_schedule\n\n## 2.0.0 (2023-10-23)\n\n### Features Added\n\n  - Model ProxyResource has a new parameter system_data\n  - Model Resource has a new parameter system_data\n  - Model TrackedResource has a new parameter system_data\n\n### Breaking Changes\n\n  - Model AzureStorageBlobContainerEndpointUpdateProperties has a new required parameter endpoint_type\n  - Model EndpointBaseUpdateProperties has a new required parameter endpoint_type\n  - Model NfsMountEndpointUpdateProperties has a new required parameter endpoint_type\n\n## 2.0.0b1 (2023-07-21)\n\n### Features Added\n\n  - Model ProxyResource has a new parameter system_data\n  - Model Resource has a new parameter system_data\n  - Model TrackedResource has a new parameter system_data\n\n### Breaking Changes\n\n  - Model AzureStorageBlobContainerEndpointUpdateProperties has a new required parameter endpoint_type\n  - Model EndpointBaseUpdateProperties has a new required parameter endpoint_type\n  - Model NfsMountEndpointUpdateProperties has a new required parameter endpoint_type\n\n## 1.0.0 (2023-03-07)\n\n### Other changes\n\n  - First GA version\n\n## 1.0.0b1 (2023-02-20)\n\n* Initial Release\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Microsoft Azure Storagemover Management Client Library for Python",
    "version": "3.0.0",
    "project_urls": {
        "Homepage": "https://github.com/Azure/azure-sdk-for-python"
    },
    "split_keywords": [
        "azure",
        " azure sdk"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0cd46a15bb308159ed721f8b1f72ac4a50c336ff0b98a5d664915518f31af50a",
                "md5": "e7f365539b9a9cf463018dc5a11833a0",
                "sha256": "671f40523aa0c456a25778464b4a4466bcb0ab20af29d3b2faa7ada8cbf597d4"
            },
            "downloads": -1,
            "filename": "azure_mgmt_storagemover-3.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e7f365539b9a9cf463018dc5a11833a0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 77857,
            "upload_time": "2025-10-14T10:42:47",
            "upload_time_iso_8601": "2025-10-14T10:42:47.252780Z",
            "url": "https://files.pythonhosted.org/packages/0c/d4/6a15bb308159ed721f8b1f72ac4a50c336ff0b98a5d664915518f31af50a/azure_mgmt_storagemover-3.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "be5c3dc18e8eca4f04f5ddada445ca99e7aa213b310d212c9b10b7f782ffdf65",
                "md5": "2de029e92a68288f3399645ef06e566f",
                "sha256": "0ee498b27a3473cb69e8f6eacc172e07d478a2676ddb0213c2011eeb855dd860"
            },
            "downloads": -1,
            "filename": "azure_mgmt_storagemover-3.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2de029e92a68288f3399645ef06e566f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 70652,
            "upload_time": "2025-10-14T10:42:46",
            "upload_time_iso_8601": "2025-10-14T10:42:46.291214Z",
            "url": "https://files.pythonhosted.org/packages/be/5c/3dc18e8eca4f04f5ddada445ca99e7aa213b310d212c9b10b7f782ffdf65/azure_mgmt_storagemover-3.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-14 10:42:46",
    "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-storagemover"
}
        
Elapsed time: 1.78438s