# Microsoft Azure SDK for Python
This is the Microsoft Azure Storagemover Management Client Library.
This package has been tested with Python 3.8+.
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.8+ 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 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:
```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
## 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.8",
"maintainer_email": null,
"keywords": "azure, azure sdk",
"author": "Microsoft Corporation",
"author_email": "azpysdkhelp@microsoft.com",
"download_url": "https://files.pythonhosted.org/packages/ba/dd/b49febb3e9bd8e521d31f3a9a3e44bee5707b614f59261a60116d6d414f1/azure-mgmt-storagemover-2.1.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.8+.\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.8+ 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 configure of 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## 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": "2.1.0",
"project_urls": {
"Homepage": "https://github.com/Azure/azure-sdk-for-python"
},
"split_keywords": [
"azure",
" azure sdk"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "af32fa9e5c395ccc8fd593e63e2a2b29215f36e76278bfaa12be46fdbf44bd19",
"md5": "539be56686fc996fbef7ac79c4492395",
"sha256": "2c1be136e490707fc8a7c4603ea0f3696fb014a0f273785e529dd40a7faa98f5"
},
"downloads": -1,
"filename": "azure_mgmt_storagemover-2.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "539be56686fc996fbef7ac79c4492395",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 96494,
"upload_time": "2024-06-18T05:56:09",
"upload_time_iso_8601": "2024-06-18T05:56:09.889189Z",
"url": "https://files.pythonhosted.org/packages/af/32/fa9e5c395ccc8fd593e63e2a2b29215f36e76278bfaa12be46fdbf44bd19/azure_mgmt_storagemover-2.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "baddb49febb3e9bd8e521d31f3a9a3e44bee5707b614f59261a60116d6d414f1",
"md5": "40ab0f07289b579be1d829217a03e65d",
"sha256": "8a36b9195352e96880958425fc6ac145dee02bde9c7145a599f8d41051363415"
},
"downloads": -1,
"filename": "azure-mgmt-storagemover-2.1.0.tar.gz",
"has_sig": false,
"md5_digest": "40ab0f07289b579be1d829217a03e65d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 65221,
"upload_time": "2024-06-18T05:56:07",
"upload_time_iso_8601": "2024-06-18T05:56:07.970151Z",
"url": "https://files.pythonhosted.org/packages/ba/dd/b49febb3e9bd8e521d31f3a9a3e44bee5707b614f59261a60116d6d414f1/azure-mgmt-storagemover-2.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-18 05:56:07",
"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"
}