# Microsoft Azure SDK for Python
This is the Microsoft Azure Data Box 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-databox
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.databox import DataBoxManagementClient
import os
sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = DataBoxManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
```
## Examples
Code samples for this package can be found at:
- [Search Data Box 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 (2024-10-30)
### Breaking Changes
- This package now only targets the latest Api-Version available on Azure and removes APIs of other Api-Version. After this change, the package can have much smaller size. If your application requires a specific and non-latest Api-Version, it's recommended to pin this package to the previous released version; If your application always only use latest Api-Version, please ingore this change.
## 2.0.0 (2023-05-22)
### Features Added
- Added operation JobsOperations.mark_devices_shipped
- Added operation group DataBoxManagementClientOperationsMixin
- Model CopyProgress has a new parameter actions
- Model CopyProgress has a new parameter error
- Model DataBoxDiskCopyProgress has a new parameter actions
- Model DataBoxDiskCopyProgress has a new parameter error
- Model DataBoxDiskJobDetails has a new parameter actions
- Model DataBoxDiskJobDetails has a new parameter data_center_code
- Model DataBoxDiskJobDetails has a new parameter datacenter_address
- Model DataBoxDiskJobDetails has a new parameter device_erasure_details
- Model DataBoxDiskJobDetails has a new parameter expected_data_size_in_tera_bytes
- Model DataBoxDiskJobDetails has a new parameter granular_copy_log_details
- Model DataBoxDiskJobDetails has a new parameter granular_copy_progress
- Model DataBoxDiskJobDetails has a new parameter last_mitigation_action_on_job
- Model DataBoxDiskJobDetails has a new parameter reverse_shipping_details
- Model DataBoxHeavyJobDetails has a new parameter actions
- Model DataBoxHeavyJobDetails has a new parameter data_center_code
- Model DataBoxHeavyJobDetails has a new parameter datacenter_address
- Model DataBoxHeavyJobDetails has a new parameter device_erasure_details
- Model DataBoxHeavyJobDetails has a new parameter expected_data_size_in_tera_bytes
- Model DataBoxHeavyJobDetails has a new parameter last_mitigation_action_on_job
- Model DataBoxHeavyJobDetails has a new parameter reverse_shipping_details
- Model DataBoxJobDetails has a new parameter actions
- Model DataBoxJobDetails has a new parameter data_center_code
- Model DataBoxJobDetails has a new parameter datacenter_address
- Model DataBoxJobDetails has a new parameter device_erasure_details
- Model DataBoxJobDetails has a new parameter expected_data_size_in_tera_bytes
- Model DataBoxJobDetails has a new parameter last_mitigation_action_on_job
- Model DataBoxJobDetails has a new parameter reverse_shipping_details
- Model DataImportDetails has a new parameter log_collection_level
- Model EncryptionPreferences has a new parameter hardware_encryption
- Model JobDetails has a new parameter actions
- Model JobDetails has a new parameter data_center_code
- Model JobDetails has a new parameter datacenter_address
- Model JobDetails has a new parameter device_erasure_details
- Model JobDetails has a new parameter expected_data_size_in_tera_bytes
- Model JobDetails has a new parameter last_mitigation_action_on_job
- Model JobDetails has a new parameter reverse_shipping_details
- Model JobResource has a new parameter reverse_shipping_details_update
- Model JobResource has a new parameter reverse_transport_preference_update
- Model JobResource has a new parameter system_data
- Model Preferences has a new parameter reverse_transport_preferences
- Model Preferences has a new parameter storage_account_access_tier_preferences
- Model RegionConfigurationRequest has a new parameter datacenter_address_request
- Model RegionConfigurationResponse has a new parameter datacenter_address_response
- Model ShippingAddress has a new parameter skip_address_validation
- Model ShippingAddress has a new parameter tax_identification_number
- Model SkuInformation has a new parameter countries_within_commerce_boundary
- Model TransportPreferences has a new parameter is_updated
- Model UpdateJobDetails has a new parameter preferences
- Model UpdateJobDetails has a new parameter return_to_customer_package_details
- Model UpdateJobDetails has a new parameter reverse_shipping_details
### Breaking Changes
- Model DataBoxDiskJobDetails no longer has parameter expected_data_size_in_terabytes
- Model DataBoxHeavyJobDetails no longer has parameter expected_data_size_in_terabytes
- Model DataBoxJobDetails no longer has parameter expected_data_size_in_terabytes
- Model DiskScheduleAvailabilityRequest has a new required parameter expected_data_size_in_tera_bytes
- Model DiskScheduleAvailabilityRequest no longer has parameter expected_data_size_in_terabytes
- Model JobDetails no longer has parameter expected_data_size_in_terabytes
## 2.0.0b1 (2023-02-10)
### Features Added
- Added operation JobsOperations.mark_devices_shipped
- Added operation group DataBoxManagementClientOperationsMixin
- Model DataBoxDiskJobDetails has a new parameter actions
- Model DataBoxDiskJobDetails has a new parameter data_center_code
- Model DataBoxDiskJobDetails has a new parameter datacenter_address
- Model DataBoxDiskJobDetails has a new parameter device_erasure_details
- Model DataBoxDiskJobDetails has a new parameter expected_data_size_in_tera_bytes
- Model DataBoxDiskJobDetails has a new parameter granular_copy_log_details
- Model DataBoxDiskJobDetails has a new parameter granular_copy_progress
- Model DataBoxDiskJobDetails has a new parameter last_mitigation_action_on_job
- Model DataBoxDiskJobDetails has a new parameter reverse_shipping_details
- Model DataBoxHeavyJobDetails has a new parameter actions
- Model DataBoxHeavyJobDetails has a new parameter data_center_code
- Model DataBoxHeavyJobDetails has a new parameter datacenter_address
- Model DataBoxHeavyJobDetails has a new parameter device_erasure_details
- Model DataBoxHeavyJobDetails has a new parameter expected_data_size_in_tera_bytes
- Model DataBoxHeavyJobDetails has a new parameter last_mitigation_action_on_job
- Model DataBoxHeavyJobDetails has a new parameter reverse_shipping_details
- Model DataBoxJobDetails has a new parameter actions
- Model DataBoxJobDetails has a new parameter data_center_code
- Model DataBoxJobDetails has a new parameter datacenter_address
- Model DataBoxJobDetails has a new parameter device_erasure_details
- Model DataBoxJobDetails has a new parameter expected_data_size_in_tera_bytes
- Model DataBoxJobDetails has a new parameter last_mitigation_action_on_job
- Model DataBoxJobDetails has a new parameter reverse_shipping_details
- Model DataImportDetails has a new parameter log_collection_level
- Model JobDetails has a new parameter actions
- Model JobDetails has a new parameter data_center_code
- Model JobDetails has a new parameter datacenter_address
- Model JobDetails has a new parameter device_erasure_details
- Model JobDetails has a new parameter expected_data_size_in_tera_bytes
- Model JobDetails has a new parameter last_mitigation_action_on_job
- Model JobDetails has a new parameter reverse_shipping_details
- Model JobResource has a new parameter reverse_shipping_details_update
- Model JobResource has a new parameter reverse_transport_preference_update
- Model JobResource has a new parameter system_data
- Model Preferences has a new parameter reverse_transport_preferences
- Model Preferences has a new parameter storage_account_access_tier_preferences
- Model RegionConfigurationRequest has a new parameter datacenter_address_request
- Model RegionConfigurationResponse has a new parameter datacenter_address_response
- Model SkuInformation has a new parameter countries_within_commerce_boundary
- Model TransportPreferences has a new parameter is_updated
- Model UpdateJobDetails has a new parameter preferences
- Model UpdateJobDetails has a new parameter return_to_customer_package_details
- Model UpdateJobDetails has a new parameter reverse_shipping_details
### Breaking Changes
- Model DataBoxDiskJobDetails no longer has parameter expected_data_size_in_terabytes
- Model DataBoxHeavyJobDetails no longer has parameter expected_data_size_in_terabytes
- Model DataBoxJobDetails no longer has parameter expected_data_size_in_terabytes
- Model DiskScheduleAvailabilityRequest has a new required parameter expected_data_size_in_tera_bytes
- Model DiskScheduleAvailabilityRequest no longer has parameter expected_data_size_in_terabytes
- Model JobDetails no longer has parameter expected_data_size_in_terabytes
## 1.0.0 (2021-03-18)
- GA release
## 1.0.0b1 (2020-11-30)
This is beta preview version.
This version uses a next-generation code generator that introduces important breaking changes, but also important new features (like unified authentication and async programming).
**General breaking changes**
- Credential system has been completly revamped:
- `azure.common.credentials` or `msrestazure.azure_active_directory` instances are no longer supported, use the `azure-identity` classes instead: https://pypi.org/project/azure-identity/
- `credentials` parameter has been renamed `credential`
- The `config` attribute no longer exists on a client, configuration should be passed as kwarg. Example: `MyClient(credential, subscription_id, enable_logging=True)`. For a complete set of
supported options, see the [parameters accept in init documentation of azure-core](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#available-policies)
- You can't import a `version` module anymore, use `__version__` instead
- Operations that used to return a `msrest.polling.LROPoller` now returns a `azure.core.polling.LROPoller` and are prefixed with `begin_`.
- Exceptions tree have been simplified and most exceptions are now `azure.core.exceptions.HttpResponseError` (`CloudError` has been removed).
- Most of the operation kwarg have changed. Some of the most noticeable:
- `raw` has been removed. Equivalent feature can be found using `cls`, a callback that will give access to internal HTTP response for advanced user
- For a complete set of
supported options, see the [parameters accept in Request documentation of azure-core](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#available-policies)
**General new features**
- Type annotations support using `typing`. SDKs are mypy ready.
- This client has now stable and official support for async. Check the `aio` namespace of your package to find the async client.
- This client now support natively tracing library like OpenCensus or OpenTelemetry. See this [tracing quickstart](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-core-tracing-opentelemetry) for an overview.
## 0.2.0 (2020-02-12)
**Features**
- Model DestinationAccountDetails has a new parameter share_password
- Model ValidateAddress has a new parameter transport_preferences
- Model DataBoxDiskJobSecrets has a new parameter dc_access_security_code
- Model Preferences has a new parameter transport_preferences
- Model DestinationManagedDiskDetails has a new parameter share_password
- Model AddressValidationOutput has a new parameter error
- Model DataBoxDiskJobDetails has a new parameter expected_data_size_in_terabytes
- Model DataboxJobSecrets has a new parameter dc_access_security_code
- Model JobResource has a new parameter delivery_info
- Model JobResource has a new parameter is_cancellable_without_fee
- Model JobResource has a new parameter delivery_type
- Model CopyProgress has a new parameter invalid_file_bytes_uploaded
- Model CopyProgress has a new parameter files_errored_out
- Model CopyProgress has a new parameter invalid_files_processed
- Model CopyProgress has a new parameter renamed_container_count
- Model CopyProgress has a new parameter data_destination_type
- Model DataBoxHeavyJobSecrets has a new parameter dc_access_security_code
- Model DestinationStorageAccountDetails has a new parameter share_password
- Model AccountCredentialDetails has a new parameter data_destination_type
- Model JobDetails has a new parameter expected_data_size_in_terabytes
- Model JobSecrets has a new parameter dc_access_security_code
- Model DataBoxJobDetails has a new parameter device_password
- Model DataBoxJobDetails has a new parameter expected_data_size_in_terabytes
- Model DataBoxHeavyJobDetails has a new parameter device_password
- Model DataBoxHeavyJobDetails has a new parameter expected_data_size_in_terabytes
- Added operation ServiceOperations.validate_inputs_by_resource_group
- Added operation ServiceOperations.validate_inputs
- Added operation ServiceOperations.list_available_skus_by_resource_group
- Added operation ServiceOperations.region_configuration
**Breaking changes**
- Operation ServiceOperations.validate_address_method has a new signature
- Model ValidateAddress has a new required parameter validation_type
- Model DataBoxDiskJobDetails no longer has parameter expected_data_size_in_tera_bytes
- Model JobDetails no longer has parameter expected_data_size_in_tera_bytes
- Model DataBoxJobDetails no longer has parameter expected_data_size_in_tera_bytes
- Model DataBoxHeavyJobDetails no longer has parameter expected_data_size_in_tera_bytes
## 0.1.0 (2020-02-05)
* Initial Release
Raw data
{
"_id": null,
"home_page": "https://github.com/Azure/azure-sdk-for-python",
"name": "azure-mgmt-databox",
"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/5a/61/3c29ff651b16573a45ab9760e80c915e761b713d9ae0b08f96bdf732f077/azure_mgmt_databox-3.0.0.tar.gz",
"platform": null,
"description": "# Microsoft Azure SDK for Python\n\nThis is the Microsoft Azure Data Box 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-databox\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.databox import DataBoxManagementClient\nimport os\n\nsub_id = os.getenv(\"AZURE_SUBSCRIPTION_ID\")\nclient = DataBoxManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id)\n```\n\n## Examples\n\nCode samples for this package can be found at:\n- [Search Data Box 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 (2024-10-30)\n\n### Breaking Changes\n\n - This package now only targets the latest Api-Version available on Azure and removes APIs of other Api-Version. After this change, the package can have much smaller size. If your application requires a specific and non-latest Api-Version, it's recommended to pin this package to the previous released version; If your application always only use latest Api-Version, please ingore this change.\n\n## 2.0.0 (2023-05-22)\n\n### Features Added\n\n - Added operation JobsOperations.mark_devices_shipped\n - Added operation group DataBoxManagementClientOperationsMixin\n - Model CopyProgress has a new parameter actions\n - Model CopyProgress has a new parameter error\n - Model DataBoxDiskCopyProgress has a new parameter actions\n - Model DataBoxDiskCopyProgress has a new parameter error\n - Model DataBoxDiskJobDetails has a new parameter actions\n - Model DataBoxDiskJobDetails has a new parameter data_center_code\n - Model DataBoxDiskJobDetails has a new parameter datacenter_address\n - Model DataBoxDiskJobDetails has a new parameter device_erasure_details\n - Model DataBoxDiskJobDetails has a new parameter expected_data_size_in_tera_bytes\n - Model DataBoxDiskJobDetails has a new parameter granular_copy_log_details\n - Model DataBoxDiskJobDetails has a new parameter granular_copy_progress\n - Model DataBoxDiskJobDetails has a new parameter last_mitigation_action_on_job\n - Model DataBoxDiskJobDetails has a new parameter reverse_shipping_details\n - Model DataBoxHeavyJobDetails has a new parameter actions\n - Model DataBoxHeavyJobDetails has a new parameter data_center_code\n - Model DataBoxHeavyJobDetails has a new parameter datacenter_address\n - Model DataBoxHeavyJobDetails has a new parameter device_erasure_details\n - Model DataBoxHeavyJobDetails has a new parameter expected_data_size_in_tera_bytes\n - Model DataBoxHeavyJobDetails has a new parameter last_mitigation_action_on_job\n - Model DataBoxHeavyJobDetails has a new parameter reverse_shipping_details\n - Model DataBoxJobDetails has a new parameter actions\n - Model DataBoxJobDetails has a new parameter data_center_code\n - Model DataBoxJobDetails has a new parameter datacenter_address\n - Model DataBoxJobDetails has a new parameter device_erasure_details\n - Model DataBoxJobDetails has a new parameter expected_data_size_in_tera_bytes\n - Model DataBoxJobDetails has a new parameter last_mitigation_action_on_job\n - Model DataBoxJobDetails has a new parameter reverse_shipping_details\n - Model DataImportDetails has a new parameter log_collection_level\n - Model EncryptionPreferences has a new parameter hardware_encryption\n - Model JobDetails has a new parameter actions\n - Model JobDetails has a new parameter data_center_code\n - Model JobDetails has a new parameter datacenter_address\n - Model JobDetails has a new parameter device_erasure_details\n - Model JobDetails has a new parameter expected_data_size_in_tera_bytes\n - Model JobDetails has a new parameter last_mitigation_action_on_job\n - Model JobDetails has a new parameter reverse_shipping_details\n - Model JobResource has a new parameter reverse_shipping_details_update\n - Model JobResource has a new parameter reverse_transport_preference_update\n - Model JobResource has a new parameter system_data\n - Model Preferences has a new parameter reverse_transport_preferences\n - Model Preferences has a new parameter storage_account_access_tier_preferences\n - Model RegionConfigurationRequest has a new parameter datacenter_address_request\n - Model RegionConfigurationResponse has a new parameter datacenter_address_response\n - Model ShippingAddress has a new parameter skip_address_validation\n - Model ShippingAddress has a new parameter tax_identification_number\n - Model SkuInformation has a new parameter countries_within_commerce_boundary\n - Model TransportPreferences has a new parameter is_updated\n - Model UpdateJobDetails has a new parameter preferences\n - Model UpdateJobDetails has a new parameter return_to_customer_package_details\n - Model UpdateJobDetails has a new parameter reverse_shipping_details\n\n### Breaking Changes\n\n - Model DataBoxDiskJobDetails no longer has parameter expected_data_size_in_terabytes\n - Model DataBoxHeavyJobDetails no longer has parameter expected_data_size_in_terabytes\n - Model DataBoxJobDetails no longer has parameter expected_data_size_in_terabytes\n - Model DiskScheduleAvailabilityRequest has a new required parameter expected_data_size_in_tera_bytes\n - Model DiskScheduleAvailabilityRequest no longer has parameter expected_data_size_in_terabytes\n - Model JobDetails no longer has parameter expected_data_size_in_terabytes\n\n## 2.0.0b1 (2023-02-10)\n\n### Features Added\n\n - Added operation JobsOperations.mark_devices_shipped\n - Added operation group DataBoxManagementClientOperationsMixin\n - Model DataBoxDiskJobDetails has a new parameter actions\n - Model DataBoxDiskJobDetails has a new parameter data_center_code\n - Model DataBoxDiskJobDetails has a new parameter datacenter_address\n - Model DataBoxDiskJobDetails has a new parameter device_erasure_details\n - Model DataBoxDiskJobDetails has a new parameter expected_data_size_in_tera_bytes\n - Model DataBoxDiskJobDetails has a new parameter granular_copy_log_details\n - Model DataBoxDiskJobDetails has a new parameter granular_copy_progress\n - Model DataBoxDiskJobDetails has a new parameter last_mitigation_action_on_job\n - Model DataBoxDiskJobDetails has a new parameter reverse_shipping_details\n - Model DataBoxHeavyJobDetails has a new parameter actions\n - Model DataBoxHeavyJobDetails has a new parameter data_center_code\n - Model DataBoxHeavyJobDetails has a new parameter datacenter_address\n - Model DataBoxHeavyJobDetails has a new parameter device_erasure_details\n - Model DataBoxHeavyJobDetails has a new parameter expected_data_size_in_tera_bytes\n - Model DataBoxHeavyJobDetails has a new parameter last_mitigation_action_on_job\n - Model DataBoxHeavyJobDetails has a new parameter reverse_shipping_details\n - Model DataBoxJobDetails has a new parameter actions\n - Model DataBoxJobDetails has a new parameter data_center_code\n - Model DataBoxJobDetails has a new parameter datacenter_address\n - Model DataBoxJobDetails has a new parameter device_erasure_details\n - Model DataBoxJobDetails has a new parameter expected_data_size_in_tera_bytes\n - Model DataBoxJobDetails has a new parameter last_mitigation_action_on_job\n - Model DataBoxJobDetails has a new parameter reverse_shipping_details\n - Model DataImportDetails has a new parameter log_collection_level\n - Model JobDetails has a new parameter actions\n - Model JobDetails has a new parameter data_center_code\n - Model JobDetails has a new parameter datacenter_address\n - Model JobDetails has a new parameter device_erasure_details\n - Model JobDetails has a new parameter expected_data_size_in_tera_bytes\n - Model JobDetails has a new parameter last_mitigation_action_on_job\n - Model JobDetails has a new parameter reverse_shipping_details\n - Model JobResource has a new parameter reverse_shipping_details_update\n - Model JobResource has a new parameter reverse_transport_preference_update\n - Model JobResource has a new parameter system_data\n - Model Preferences has a new parameter reverse_transport_preferences\n - Model Preferences has a new parameter storage_account_access_tier_preferences\n - Model RegionConfigurationRequest has a new parameter datacenter_address_request\n - Model RegionConfigurationResponse has a new parameter datacenter_address_response\n - Model SkuInformation has a new parameter countries_within_commerce_boundary\n - Model TransportPreferences has a new parameter is_updated\n - Model UpdateJobDetails has a new parameter preferences\n - Model UpdateJobDetails has a new parameter return_to_customer_package_details\n - Model UpdateJobDetails has a new parameter reverse_shipping_details\n\n### Breaking Changes\n\n - Model DataBoxDiskJobDetails no longer has parameter expected_data_size_in_terabytes\n - Model DataBoxHeavyJobDetails no longer has parameter expected_data_size_in_terabytes\n - Model DataBoxJobDetails no longer has parameter expected_data_size_in_terabytes\n - Model DiskScheduleAvailabilityRequest has a new required parameter expected_data_size_in_tera_bytes\n - Model DiskScheduleAvailabilityRequest no longer has parameter expected_data_size_in_terabytes\n - Model JobDetails no longer has parameter expected_data_size_in_terabytes\n\n## 1.0.0 (2021-03-18)\n\n- GA release\n\n## 1.0.0b1 (2020-11-30)\n\nThis is beta preview version.\n\nThis version uses a next-generation code generator that introduces important breaking changes, but also important new features (like unified authentication and async programming).\n\n**General breaking changes**\n\n- Credential system has been completly revamped:\n\n - `azure.common.credentials` or `msrestazure.azure_active_directory` instances are no longer supported, use the `azure-identity` classes instead: https://pypi.org/project/azure-identity/\n - `credentials` parameter has been renamed `credential`\n\n- The `config` attribute no longer exists on a client, configuration should be passed as kwarg. Example: `MyClient(credential, subscription_id, enable_logging=True)`. For a complete set of\n supported options, see the [parameters accept in init documentation of azure-core](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#available-policies)\n- You can't import a `version` module anymore, use `__version__` instead\n- Operations that used to return a `msrest.polling.LROPoller` now returns a `azure.core.polling.LROPoller` and are prefixed with `begin_`.\n- Exceptions tree have been simplified and most exceptions are now `azure.core.exceptions.HttpResponseError` (`CloudError` has been removed).\n- Most of the operation kwarg have changed. Some of the most noticeable:\n\n - `raw` has been removed. Equivalent feature can be found using `cls`, a callback that will give access to internal HTTP response for advanced user\n - For a complete set of\n supported options, see the [parameters accept in Request documentation of azure-core](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#available-policies)\n\n**General new features**\n\n- Type annotations support using `typing`. SDKs are mypy ready.\n- This client has now stable and official support for async. Check the `aio` namespace of your package to find the async client.\n- This client now support natively tracing library like OpenCensus or OpenTelemetry. See this [tracing quickstart](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-core-tracing-opentelemetry) for an overview.\n\n## 0.2.0 (2020-02-12)\n\n**Features**\n\n- Model DestinationAccountDetails has a new parameter share_password\n- Model ValidateAddress has a new parameter transport_preferences\n- Model DataBoxDiskJobSecrets has a new parameter dc_access_security_code\n- Model Preferences has a new parameter transport_preferences\n- Model DestinationManagedDiskDetails has a new parameter share_password\n- Model AddressValidationOutput has a new parameter error\n- Model DataBoxDiskJobDetails has a new parameter expected_data_size_in_terabytes\n- Model DataboxJobSecrets has a new parameter dc_access_security_code\n- Model JobResource has a new parameter delivery_info\n- Model JobResource has a new parameter is_cancellable_without_fee\n- Model JobResource has a new parameter delivery_type\n- Model CopyProgress has a new parameter invalid_file_bytes_uploaded\n- Model CopyProgress has a new parameter files_errored_out\n- Model CopyProgress has a new parameter invalid_files_processed\n- Model CopyProgress has a new parameter renamed_container_count\n- Model CopyProgress has a new parameter data_destination_type\n- Model DataBoxHeavyJobSecrets has a new parameter dc_access_security_code\n- Model DestinationStorageAccountDetails has a new parameter share_password\n- Model AccountCredentialDetails has a new parameter data_destination_type\n- Model JobDetails has a new parameter expected_data_size_in_terabytes\n- Model JobSecrets has a new parameter dc_access_security_code\n- Model DataBoxJobDetails has a new parameter device_password\n- Model DataBoxJobDetails has a new parameter expected_data_size_in_terabytes\n- Model DataBoxHeavyJobDetails has a new parameter device_password\n- Model DataBoxHeavyJobDetails has a new parameter expected_data_size_in_terabytes\n- Added operation ServiceOperations.validate_inputs_by_resource_group\n- Added operation ServiceOperations.validate_inputs\n- Added operation ServiceOperations.list_available_skus_by_resource_group\n- Added operation ServiceOperations.region_configuration\n\n**Breaking changes**\n\n- Operation ServiceOperations.validate_address_method has a new signature\n- Model ValidateAddress has a new required parameter validation_type\n- Model DataBoxDiskJobDetails no longer has parameter expected_data_size_in_tera_bytes\n- Model JobDetails no longer has parameter expected_data_size_in_tera_bytes\n- Model DataBoxJobDetails no longer has parameter expected_data_size_in_tera_bytes\n- Model DataBoxHeavyJobDetails no longer has parameter expected_data_size_in_tera_bytes\n\n## 0.1.0 (2020-02-05)\n\n* Initial Release\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Microsoft Azure Data Box 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": "f0d1772f120d579dec5c50ae02b84c484b82c4324587e44ab830da903a19b24a",
"md5": "497962a3dee885ac27e48c2957daa700",
"sha256": "61fe5141bae6ed3aa010a2e54247243f6d50ec713a398f69e413298d7e282819"
},
"downloads": -1,
"filename": "azure_mgmt_databox-3.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "497962a3dee885ac27e48c2957daa700",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 103638,
"upload_time": "2024-10-30T08:26:08",
"upload_time_iso_8601": "2024-10-30T08:26:08.871437Z",
"url": "https://files.pythonhosted.org/packages/f0/d1/772f120d579dec5c50ae02b84c484b82c4324587e44ab830da903a19b24a/azure_mgmt_databox-3.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5a613c29ff651b16573a45ab9760e80c915e761b713d9ae0b08f96bdf732f077",
"md5": "79ad7e585ff241874572a48aca6ce15a",
"sha256": "d35a854032b0d7613cd95bad161b072d9e22c887b39e6937af23f6e870262635"
},
"downloads": -1,
"filename": "azure_mgmt_databox-3.0.0.tar.gz",
"has_sig": false,
"md5_digest": "79ad7e585ff241874572a48aca6ce15a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 91157,
"upload_time": "2024-10-30T08:26:07",
"upload_time_iso_8601": "2024-10-30T08:26:07.040208Z",
"url": "https://files.pythonhosted.org/packages/5a/61/3c29ff651b16573a45ab9760e80c915e761b713d9ae0b08f96bdf732f077/azure_mgmt_databox-3.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-30 08:26: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-databox"
}