summaryrefslogtreecommitdiff
path: root/python-azure-mgmt-recoveryservicesbackup.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-10 09:28:05 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-10 09:28:05 +0000
commit19c2d9176f4683cfc587c8c8209e44634160d6cb (patch)
tree44b4a416b92cf0fdd3a1ee04584be920cb251b8c /python-azure-mgmt-recoveryservicesbackup.spec
parent06e15291b1c8889600262de874ab937bb0ba49d9 (diff)
automatic import of python-azure-mgmt-recoveryservicesbackup
Diffstat (limited to 'python-azure-mgmt-recoveryservicesbackup.spec')
-rw-r--r--python-azure-mgmt-recoveryservicesbackup.spec2083
1 files changed, 2083 insertions, 0 deletions
diff --git a/python-azure-mgmt-recoveryservicesbackup.spec b/python-azure-mgmt-recoveryservicesbackup.spec
new file mode 100644
index 0000000..b45bab0
--- /dev/null
+++ b/python-azure-mgmt-recoveryservicesbackup.spec
@@ -0,0 +1,2083 @@
+%global _empty_manifest_terminate_build 0
+Name: python-azure-mgmt-recoveryservicesbackup
+Version: 5.2.0
+Release: 1
+Summary: Microsoft Azure Recovery Services Backup Management Client Library for Python
+License: MIT License
+URL: https://github.com/Azure/azure-sdk-for-python
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/83/99/92e4cc5095fcb487c448dd905026b11024f479dee254915fe876d94c9075/azure-mgmt-recoveryservicesbackup-5.2.0.zip
+BuildArch: noarch
+
+Requires: python3-msrest
+Requires: python3-azure-common
+Requires: python3-azure-mgmt-core
+Requires: python3-typing-extensions
+
+%description
+# Microsoft Azure SDK for Python
+
+This is the Microsoft Azure Recovery Services Backup 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](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.7+ is required to use this package.
+- [Azure subscription](https://azure.microsoft.com/free/)
+
+### Install the package
+
+```bash
+pip install azure-mgmt-recoveryservicesbackup
+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.recoveryservicesbackup.activestamp import RecoveryServicesBackupClient
+import os
+
+sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
+client = RecoveryServicesBackupClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
+```
+
+## Examples
+
+
+Code samples for this package can be found at [Recovery Services Backup Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com and [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.
+
+
+![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-recoveryservicesbackup%2FREADME.png)
+
+
+# Release History
+
+## 5.2.0 (2023-03-20)
+
+### Features Added
+
+ - Model BMSRPQueryObject has a new parameter include_soft_deleted_rp
+ - Model IaasVMRecoveryPoint has a new parameter is_private_access_enabled_on_any_disk
+ - Model IaasVMRecoveryPoint has a new parameter security_type
+ - Model IaasVMRestoreRequest has a new parameter extended_location
+ - Model IaasVMRestoreRequest has a new parameter secured_vm_details
+ - Model IaasVMRestoreRequest has a new parameter target_disk_network_access_settings
+ - Model IaasVMRestoreWithRehydrationRequest has a new parameter extended_location
+ - Model IaasVMRestoreWithRehydrationRequest has a new parameter secured_vm_details
+ - Model IaasVMRestoreWithRehydrationRequest has a new parameter target_disk_network_access_settings
+ - Model RecoveryPointProperties has a new parameter is_soft_deleted
+
+## 5.1.0 (2023-01-30)
+
+### Features Added
+
+ - Added operation group DeletedProtectionContainersOperations
+ - Model AzureIaaSVMProtectionPolicy has a new parameter tiering_policy
+ - Model SubProtectionPolicy has a new parameter tiering_policy
+
+## 5.1.0b3 (2023-01-03)
+
+### Other Changes
+
+ - Added generated samples in github repo
+ - Drop support for python<3.7.0
+
+## 5.1.0b2 (2022-10-19)
+
+### Features Added
+
+ - Added operation group DeletedProtectionContainersOperations
+ - Model AzureVmWorkloadSAPHanaDBInstanceProtectedItem has a new parameter soft_delete_retention_period
+
+## 5.1.0b1 (2022-08-29)
+
+### Features Added
+
+ - Model AzureIaaSVMProtectionPolicy has a new parameter tiering_policy
+ - Model SubProtectionPolicy has a new parameter tiering_policy
+
+## 5.0.0 (2022-05-16)
+
+**Breaking changes**
+
+ - Model AzureIaaSVMProtectionPolicy no longer has parameter tiering_policy
+ - Model SubProtectionPolicy no longer has parameter tiering_policy
+ - Operation ResourceGuardProxyOperations.put has a new parameter parameters
+
+## 4.2.0 (2022-05-07)
+
+**Features**
+
+ - Model AzureIaaSVMProtectionPolicy has a new parameter tiering_policy
+ - Model SubProtectionPolicy has a new parameter tiering_policy
+
+## 4.1.1 (2022-02-18)
+
+**Bug Fixes**
+
+ - Fix multi-page paging #23089
+
+## 4.1.0 (2022-02-15)
+
+**Features**
+
+ - Model AzureIaaSVMProtectionPolicy has a new parameter policy_type
+
+## 4.0.0 (2021-12-21)
+
+**Breaking changes**
+
+ - namespace splitted from `azure.mgmt.recoveryservicesbackup` to `azure.mgmt.recoveryservicesbackup.activestamp` and `azure.mgmt.recoveryservicesbackup.passivestamp`
+
+## 3.0.0 (2021-10-19)
+
+**Features**
+
+ - Model GenericProtectedItem has a new parameter resource_guard_operation_requests
+ - Model AzureSqlProtectedItem has a new parameter resource_guard_operation_requests
+ - Model AzureFileshareProtectedItem has a new parameter resource_guard_operation_requests
+ - Model AzureIaaSVMProtectionPolicy has a new parameter resource_guard_operation_requests
+ - Model BackupResourceVaultConfig has a new parameter resource_guard_operation_requests
+ - Model AzureIaaSVMProtectedItem has a new parameter resource_guard_operation_requests
+ - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter resource_guard_operation_requests
+ - Model AzureFileShareProtectionPolicy has a new parameter resource_guard_operation_requests
+ - Model DPMProtectedItem has a new parameter resource_guard_operation_requests
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter resource_guard_operation_requests
+ - Model ProtectedItem has a new parameter resource_guard_operation_requests
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new parameter resource_guard_operation_requests
+ - Model AzureVmWorkloadProtectionPolicy has a new parameter resource_guard_operation_requests
+ - Model AzureIaaSComputeVMProtectedItem has a new parameter resource_guard_operation_requests
+ - Model AzureFileshareProtectedItemAutoGenerated has a new parameter resource_guard_operation_requests
+ - Model MabProtectionPolicy has a new parameter resource_guard_operation_requests
+ - Model MabFileFolderProtectedItem has a new parameter resource_guard_operation_requests
+ - Model GenericProtectionPolicy has a new parameter resource_guard_operation_requests
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter resource_guard_operation_requests
+ - Model AzureSqlProtectionPolicy has a new parameter resource_guard_operation_requests
+ - Model ProtectionPolicy has a new parameter resource_guard_operation_requests
+ - Model AzureVmWorkloadProtectedItem has a new parameter resource_guard_operation_requests
+ - Added operation group ResourceGuardProxyOperations
+ - Added operation group BackupResourceStorageConfigsNonCRROperations
+ - Added operation group ResourceGuardProxiesOperations
+
+**Breaking changes**
+
+ - Operation SecurityPINsOperations.get has a new signature
+
+## 2.0.0 (2021-07-26)
+
+**Features**
+
+ - Model IaasVMRestoreRequest has a new parameter identity_info
+ - Model IaasVMRestoreWithRehydrationRequest has a new parameter identity_info
+
+**Breaking changes**
+
+ - Removed operation group BackupResourceStorageConfigsNonCRROperations
+
+## 1.1.0 (2021-07-22)
+
+**Features**
+
+ - Model AzureWorkloadPointInTimeRestoreRequest has a new parameter target_virtual_machine_id
+ - Model AzureWorkloadSAPHanaPointInTimeRestoreRequest has a new parameter target_virtual_machine_id
+ - Model AzureWorkloadSQLRestoreWithRehydrateRequest has a new parameter target_virtual_machine_id
+ - Model AzureWorkloadSQLPointInTimeRestoreRequest has a new parameter target_virtual_machine_id
+ - Model AzureWorkloadSQLRestoreRequest has a new parameter target_virtual_machine_id
+ - Model AzureWorkloadSAPHanaRestoreWithRehydrateRequest has a new parameter target_virtual_machine_id
+ - Model AzureWorkloadSAPHanaRestoreRequest has a new parameter target_virtual_machine_id
+ - Model AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest has a new parameter target_virtual_machine_id
+ - Model AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest has a new parameter target_virtual_machine_id
+ - Model AzureWorkloadRestoreRequest has a new parameter target_virtual_machine_id
+ - Added operation group BackupResourceStorageConfigsNonCRROperations
+
+## 1.0.0 (2021-05-26)
+
+**Features**
+
+ - Added operation group BackupUsageSummariesCRROperations
+
+**Breaking changes**
+
+ - Model AzureWorkloadSAPHanaPointInTimeRestoreRequest no longer has parameter target_virtual_machine_id
+ - Model AzureWorkloadSAPHanaRestoreWithRehydrateRequest no longer has parameter target_virtual_machine_id
+ - Model AzureWorkloadSQLRestoreWithRehydrateRequest no longer has parameter target_virtual_machine_id
+ - Model AzureWorkloadRestoreRequest no longer has parameter target_virtual_machine_id
+ - Model AzureWorkloadSAPHanaRestoreRequest no longer has parameter target_virtual_machine_id
+ - Model AzureWorkloadSQLPointInTimeRestoreRequest no longer has parameter target_virtual_machine_id
+ - Model AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest no longer has parameter target_virtual_machine_id
+ - Model AzureWorkloadSQLRestoreRequest no longer has parameter target_virtual_machine_id
+ - Model AzureWorkloadPointInTimeRestoreRequest no longer has parameter target_virtual_machine_id
+ - Model AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest no longer has parameter target_virtual_machine_id
+
+## 1.0.0b1 (2021-05-14)
+
+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.11.0 (2020-12-28)
+
+**Features**
+
+ - Model IaasVMRecoveryPoint has a new parameter zones
+ - Model IaasVMRestoreRequest has a new parameter zones
+
+## 0.10.0 (2020-12-08)
+
+**Features**
+
+ - Model IaasVMRestoreRequest has a new parameter disk_encryption_set_id
+ - Model IaasVMRestoreRequest has a new parameter restore_with_managed_disks
+ - Model BackupResourceConfig has a new parameter cross_region_restore_flag
+ - Model AzureFileshareProtectedItem has a new parameter health_status
+ - Added operation RecoveryPointsOperations.get_access_token
+ - Added operation group AadPropertiesOperations
+ - Added operation group CrossRegionRestoreOperations
+ - Added operation group BackupCrrJobDetailsOperations
+ - Added operation group PrivateEndpointOperations
+ - Added operation group BackupCrrJobsOperations
+ - Added operation group RecoveryPointsCrrOperations
+ - Added operation group CrrOperationResultsOperations
+ - Added operation group CrrOperationStatusOperations
+ - Added operation group BackupProtectedItemsCrrOperations
+
+**Breaking changes**
+
+ - Removed operation RecoveryServicesBackupClientOperationsMixin.get_operation_status1
+
+## 0.9.0 (2020-12-07)
+
+**Features**
+
+ - Model AzureFileshareProtectedItem has a new parameter kpis_healths
+ - Model AzureIaaSVMProtectedItem has a new parameter kpis_healths
+ - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter kpis_healths
+ - Model AzureVmWorkloadProtectedItem has a new parameter kpis_healths
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new parameter kpis_healths
+ - Model AzureIaaSComputeVMProtectedItem has a new parameter kpis_healths
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter kpis_healths
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter kpis_healths
+ - Added operation RecoveryServicesBackupClientOperationsMixin.bms_prepare_data_move
+ - Added operation RecoveryServicesBackupClientOperationsMixin.bms_trigger_data_move
+ - Added operation RecoveryServicesBackupClientOperationsMixin.get_operation_status1
+ - Added operation group BackupResourceEncryptionConfigsOperations
+ - Added operation group BMSPrepareDataMoveOperationResultOperations
+
+**Breaking changes**
+
+ - Model AzureFileshareProtectedItem no longer has parameter health_status
+ - Model AzureFileshareProtectedItem no longer has parameter health_details
+ - Model AzureVmWorkloadProtectedItem no longer has parameter health_status
+ - Model AzureVmWorkloadProtectedItem no longer has parameter health_details
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem no longer has parameter health_status
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem no longer has parameter health_details
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem no longer has parameter health_status
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem no longer has parameter health_details
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem no longer has parameter health_status
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem no longer has parameter health_details
+
+## 0.8.0 (2020-06-05)
+
+**Features**
+
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new parameter health_details
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new parameter health_status
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter health_details
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter health_status
+ - Model AzureFileshareProtectedItem has a new parameter health_details
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter health_details
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter health_status
+ - Model AzureVmWorkloadProtectedItem has a new parameter health_details
+ - Model AzureVmWorkloadProtectedItem has a new parameter health_status
+
+## 0.7.0 (2020-03-24)
+
+**Features**
+
+ - Added operation BackupResourceVaultConfigsOperations.put
+ - Added operation group RecoveryServicesBackupClientOperationsMixin
+ - Added operation group PrivateEndpointConnectionOperations
+
+## 0.6.0 (2020-01-14)
+
+**Features**
+
+ - Model TargetRestoreInfo has a new parameter
+ target_directory_for_file_restore
+ - Model AzureIaaSVMProtectionPolicy has a new parameter
+ instant_rp_details
+
+## 0.5.0 (2019-11-21)
+
+**Features**
+
+ - Model AzureVmWorkloadProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model AzureVmWorkloadProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model AzureVmWorkloadProtectedItem has a new parameter is_rehydrate
+ - Model AzureVmWorkloadProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model AzureVmWorkloadProtectedItem has a new parameter
+ is_scheduled_for_deferred_delete
+ - Model AzureFileshareProtectedItemExtendedInfo has a new parameter
+ resource_state
+ - Model AzureFileshareProtectedItemExtendedInfo has a new parameter
+ resource_state_sync_time
+ - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter
+ extended_properties
+ - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter
+ is_rehydrate
+ - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter
+ is_scheduled_for_deferred_delete
+ - Model AzureWorkloadSAPHanaPointInTimeRestoreRequest has a new
+ parameter recovery_mode
+ - Model AzureVmWorkloadProtectionPolicy has a new parameter
+ make_policy_consistent
+ - Model AzureIaaSVMProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model AzureIaaSVMProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model AzureIaaSVMProtectedItem has a new parameter
+ extended_properties
+ - Model AzureIaaSVMProtectedItem has a new parameter is_rehydrate
+ - Model AzureIaaSVMProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model AzureIaaSVMProtectedItem has a new parameter
+ is_scheduled_for_deferred_delete
+ - Model DPMProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model DPMProtectedItem has a new parameter is_rehydrate
+ - Model DPMProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model DPMProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model AzureWorkloadRestoreRequest has a new parameter recovery_mode
+ - Model AzureWorkloadSAPHanaRestoreRequest has a new parameter
+ recovery_mode
+ - Model ProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model ProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model ProtectedItem has a new parameter is_rehydrate
+ - Model ProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model ProtectedItem has a new parameter
+ is_scheduled_for_deferred_delete
+ - Model AzureWorkloadSQLRestoreRequest has a new parameter
+ recovery_mode
+ - Model InquiryValidation has a new parameter additional_detail
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter
+ is_rehydrate
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter
+ is_scheduled_for_deferred_delete
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter
+ is_rehydrate
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter
+ is_scheduled_for_deferred_delete
+ - Model AzureWorkloadSQLPointInTimeRestoreRequest has a new parameter
+ recovery_mode
+ - Model AzureIaaSComputeVMProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model AzureIaaSComputeVMProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model AzureIaaSComputeVMProtectedItem has a new parameter
+ extended_properties
+ - Model AzureIaaSComputeVMProtectedItem has a new parameter
+ is_rehydrate
+ - Model AzureIaaSComputeVMProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model AzureIaaSComputeVMProtectedItem has a new parameter
+ is_scheduled_for_deferred_delete
+ - Model IaasVMRestoreRequest has a new parameter
+ restore_disk_lun_list
+ - Model AzureFileShareRecoveryPoint has a new parameter
+ recovery_point_size_in_gb
+ - Model BackupResourceVaultConfig has a new parameter
+ soft_delete_feature_state
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new
+ parameter deferred_delete_time_remaining
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new
+ parameter is_deferred_delete_schedule_upcoming
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new
+ parameter is_rehydrate
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new
+ parameter deferred_delete_time_in_utc
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new
+ parameter is_scheduled_for_deferred_delete
+ - Model MabFileFolderProtectedItem has a new parameter
+ last_backup_time
+ - Model MabFileFolderProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model MabFileFolderProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model MabFileFolderProtectedItem has a new parameter is_rehydrate
+ - Model MabFileFolderProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model IaasVMRecoveryPoint has a new parameter
+ recovery_point_disk_configuration
+ - Model GenericProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model GenericProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model GenericProtectedItem has a new parameter is_rehydrate
+ - Model GenericProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model GenericProtectedItem has a new parameter
+ is_scheduled_for_deferred_delete
+ - Model AzureWorkloadPointInTimeRestoreRequest has a new parameter
+ recovery_mode
+ - Model ExportJobsOperationResultInfo has a new parameter
+ excel_file_blob_sas_key
+ - Model ExportJobsOperationResultInfo has a new parameter
+ excel_file_blob_url
+ - Model AzureFileshareProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model AzureFileshareProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model AzureFileshareProtectedItem has a new parameter is_rehydrate
+ - Model AzureFileshareProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model AzureFileshareProtectedItem has a new parameter
+ is_scheduled_for_deferred_delete
+ - Model AzureSqlProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model AzureSqlProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model AzureSqlProtectedItem has a new parameter is_rehydrate
+ - Model AzureSqlProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model AzureSqlProtectedItem has a new parameter
+ is_scheduled_for_deferred_delete
+
+**General Breaking changes**
+
+This version uses a next-generation code generator that might introduce
+breaking changes if from some import. In summary, some modules were
+incorrectly visible/importable and have been renamed. This fixed several
+issues caused by usage of classes that were not supposed to be used in
+the first place. RecoveryServicesBackupClient cannot be imported from
+azure.mgmt.recoveryservicesbackup.recovery_services_backup_client
+anymore (import from azure.mgmt.recoveryservicesbackup works like
+before) RecoveryServicesBackupClientConfiguration import has been moved
+from
+azure.mgmt.recoveryservicesbackup.recovery_services_backup_client to
+azure.mgmt.recoveryservicesbackup A model MyClass from a "models"
+sub-module cannot be imported anymore using
+azure.mgmt.recoveryservicesbackup.models.my_class (import from
+azure.mgmt.recoveryservicesbackup.models works like before) An operation
+class MyClassOperations from an operations sub-module cannot be imported
+anymore using
+azure.mgmt.recoveryservicesbackup.operations.my_class_operations
+(import from azure.mgmt.recoveryservicesbackup.operations works like
+before) Last but not least, HTTP connection pooling is now enabled by
+default. You should always use a client as a context manager, or call
+close(), or use no more than one client per process.
+
+## 0.4.0 (2019-05-21)
+
+**Features**
+
+ - Model AzureWorkloadRestoreRequest has a new parameter target_info
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectableItem has a new
+ parameter is_auto_protected
+ - Model AzureVmWorkloadSAPHanaSystemProtectableItem has a new
+ parameter is_auto_protected
+ - Model AzureIaaSVMJobTaskDetails has a new parameter
+ task_execution_details
+ - Model AzureWorkloadContainer has a new parameter operation_type
+ - Model AzureVmWorkloadSQLInstanceProtectableItem has a new parameter
+ is_auto_protected
+ - Model AzureIaaSVMJobExtendedInfo has a new parameter
+ estimated_remaining_duration
+ - Model AzureVmWorkloadSQLAvailabilityGroupProtectableItem has a new
+ parameter is_auto_protected
+ - Model AzureVmWorkloadProtectableItem has a new parameter
+ is_auto_protected
+ - Model AzureVMAppContainerProtectionContainer has a new parameter
+ operation_type
+ - Model AzureSQLAGWorkloadContainerProtectionContainer has a new
+ parameter operation_type
+ - Model AzureVmWorkloadSQLDatabaseProtectableItem has a new parameter
+ is_auto_protected
+ - Added operation BackupResourceStorageConfigsOperations.patch
+ - Added operation ProtectionIntentOperations.delete
+ - Added operation ProtectionIntentOperations.get
+ - Added operation group BackupProtectionIntentOperations
+ - Added operation group OperationOperations
+
+## 0.3.0 (2018-06-27)
+
+**Features**
+
+ - SAP HANA contract changes (new filters added to existing API's.).
+ This feature is still in development phase and not open for usage
+ yet.
+ - Instant RP field added in create policy.
+ - Comments added for some contracts.
+
+**Python details**
+
+ - Model DPMProtectedItem has a new parameter create_mode
+ - Model MabFileFolderProtectedItem has a new parameter create_mode
+ - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter
+ create_mode
+ - Model AzureWorkloadContainer has a new parameter workload_type
+ - Model AzureIaaSVMProtectionPolicy has a new parameter
+ instant_rp_retention_range_in_days
+ - Model AzureFileshareProtectedItem has a new parameter create_mode
+ - Model AzureSQLAGWorkloadContainerProtectionContainer has a new
+ parameter workload_type
+ - Model AzureSqlProtectedItem has a new parameter create_mode
+ - Model AzureIaaSVMJobExtendedInfo has a new parameter
+ internal_property_bag
+ - Model KeyAndSecretDetails has a new parameter encryption_mechanism
+ - Model AzureIaaSVMProtectedItem has a new parameter create_mode
+ - Model AzureVMAppContainerProtectionContainer has a new parameter
+ workload_type
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter
+ create_mode
+ - Model IaasVMRecoveryPoint has a new parameter os_type
+ - Model ProtectionPolicyQueryObject has a new parameter workload_type
+ - Model AzureIaaSComputeVMProtectedItem has a new parameter
+ create_mode
+ - Model Settings has a new parameter is_compression
+ - Model GenericProtectedItem has a new parameter create_mode
+ - Model AzureWorkloadJob has a new parameter workload_type
+ - Model ProtectedItem has a new parameter create_mode
+ - Operation ProtectionContainersOperations.inquire has a new "filter"
+ parameter
+
+## 0.2.0 (2018-05-25)
+
+**Features**
+
+ - Client class can be used as a context manager to keep the underlying
+ HTTP session open for performance
+
+**General Breaking changes**
+
+This version uses a next-generation code generator that *might*
+introduce breaking changes.
+
+ - Model signatures now use only keyword-argument syntax. All
+ positional arguments must be re-written as keyword-arguments. To
+ keep auto-completion in most cases, models are now generated for
+ Python 2 and Python 3. Python 3 uses the "*" syntax for
+ keyword-only arguments.
+ - Enum types now use the "str" mixin (class AzureEnum(str, Enum)) to
+ improve the behavior when unrecognized enum values are encountered.
+ While this is not a breaking change, the distinctions are important,
+ and are documented here:
+ <https://docs.python.org/3/library/enum.html#others> At a glance:
+ - "is" should not be used at all.
+ - "format" will return the string value, where "%s" string
+ formatting will return `NameOfEnum.stringvalue`. Format syntax
+ should be prefered.
+ - New Long Running Operation:
+ - Return type changes from
+ `msrestazure.azure_operation.AzureOperationPoller` to
+ `msrest.polling.LROPoller`. External API is the same.
+ - Return type is now **always** a `msrest.polling.LROPoller`,
+ regardless of the optional parameters used.
+ - The behavior has changed when using `raw=True`. Instead of
+ returning the initial call result as `ClientRawResponse`,
+ without polling, now this returns an LROPoller. After polling,
+ the final resource will be returned as a `ClientRawResponse`.
+ - New `polling` parameter. The default behavior is
+ `Polling=True` which will poll using ARM algorithm. When
+ `Polling=False`, the response of the initial call will be
+ returned without polling.
+ - `polling` parameter accepts instances of subclasses of
+ `msrest.polling.PollingMethod`.
+ - `add_done_callback` will no longer raise if called after
+ polling is finished, but will instead execute the callback right
+ away.
+
+**Bugfixes**
+
+ - Compatibility of the sdist with wheel 0.31.0
+
+## 0.1.2 (2019-03-12)
+
+ - Updating permissible versions of the msrestazure package to unblock
+ [Azure/azure-cli#6973](https://github.com/Azure/azure-cli/issues/6973).
+
+## 0.1.1 (2017-08-09)
+
+**Bug fixes**
+
+ - Fix duration parsing (#1214)
+
+## 0.1.0 (2017-06-05)
+
+ - Initial Release
+
+
+%package -n python3-azure-mgmt-recoveryservicesbackup
+Summary: Microsoft Azure Recovery Services Backup Management Client Library for Python
+Provides: python-azure-mgmt-recoveryservicesbackup
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-azure-mgmt-recoveryservicesbackup
+# Microsoft Azure SDK for Python
+
+This is the Microsoft Azure Recovery Services Backup 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](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.7+ is required to use this package.
+- [Azure subscription](https://azure.microsoft.com/free/)
+
+### Install the package
+
+```bash
+pip install azure-mgmt-recoveryservicesbackup
+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.recoveryservicesbackup.activestamp import RecoveryServicesBackupClient
+import os
+
+sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
+client = RecoveryServicesBackupClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
+```
+
+## Examples
+
+
+Code samples for this package can be found at [Recovery Services Backup Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com and [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.
+
+
+![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-recoveryservicesbackup%2FREADME.png)
+
+
+# Release History
+
+## 5.2.0 (2023-03-20)
+
+### Features Added
+
+ - Model BMSRPQueryObject has a new parameter include_soft_deleted_rp
+ - Model IaasVMRecoveryPoint has a new parameter is_private_access_enabled_on_any_disk
+ - Model IaasVMRecoveryPoint has a new parameter security_type
+ - Model IaasVMRestoreRequest has a new parameter extended_location
+ - Model IaasVMRestoreRequest has a new parameter secured_vm_details
+ - Model IaasVMRestoreRequest has a new parameter target_disk_network_access_settings
+ - Model IaasVMRestoreWithRehydrationRequest has a new parameter extended_location
+ - Model IaasVMRestoreWithRehydrationRequest has a new parameter secured_vm_details
+ - Model IaasVMRestoreWithRehydrationRequest has a new parameter target_disk_network_access_settings
+ - Model RecoveryPointProperties has a new parameter is_soft_deleted
+
+## 5.1.0 (2023-01-30)
+
+### Features Added
+
+ - Added operation group DeletedProtectionContainersOperations
+ - Model AzureIaaSVMProtectionPolicy has a new parameter tiering_policy
+ - Model SubProtectionPolicy has a new parameter tiering_policy
+
+## 5.1.0b3 (2023-01-03)
+
+### Other Changes
+
+ - Added generated samples in github repo
+ - Drop support for python<3.7.0
+
+## 5.1.0b2 (2022-10-19)
+
+### Features Added
+
+ - Added operation group DeletedProtectionContainersOperations
+ - Model AzureVmWorkloadSAPHanaDBInstanceProtectedItem has a new parameter soft_delete_retention_period
+
+## 5.1.0b1 (2022-08-29)
+
+### Features Added
+
+ - Model AzureIaaSVMProtectionPolicy has a new parameter tiering_policy
+ - Model SubProtectionPolicy has a new parameter tiering_policy
+
+## 5.0.0 (2022-05-16)
+
+**Breaking changes**
+
+ - Model AzureIaaSVMProtectionPolicy no longer has parameter tiering_policy
+ - Model SubProtectionPolicy no longer has parameter tiering_policy
+ - Operation ResourceGuardProxyOperations.put has a new parameter parameters
+
+## 4.2.0 (2022-05-07)
+
+**Features**
+
+ - Model AzureIaaSVMProtectionPolicy has a new parameter tiering_policy
+ - Model SubProtectionPolicy has a new parameter tiering_policy
+
+## 4.1.1 (2022-02-18)
+
+**Bug Fixes**
+
+ - Fix multi-page paging #23089
+
+## 4.1.0 (2022-02-15)
+
+**Features**
+
+ - Model AzureIaaSVMProtectionPolicy has a new parameter policy_type
+
+## 4.0.0 (2021-12-21)
+
+**Breaking changes**
+
+ - namespace splitted from `azure.mgmt.recoveryservicesbackup` to `azure.mgmt.recoveryservicesbackup.activestamp` and `azure.mgmt.recoveryservicesbackup.passivestamp`
+
+## 3.0.0 (2021-10-19)
+
+**Features**
+
+ - Model GenericProtectedItem has a new parameter resource_guard_operation_requests
+ - Model AzureSqlProtectedItem has a new parameter resource_guard_operation_requests
+ - Model AzureFileshareProtectedItem has a new parameter resource_guard_operation_requests
+ - Model AzureIaaSVMProtectionPolicy has a new parameter resource_guard_operation_requests
+ - Model BackupResourceVaultConfig has a new parameter resource_guard_operation_requests
+ - Model AzureIaaSVMProtectedItem has a new parameter resource_guard_operation_requests
+ - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter resource_guard_operation_requests
+ - Model AzureFileShareProtectionPolicy has a new parameter resource_guard_operation_requests
+ - Model DPMProtectedItem has a new parameter resource_guard_operation_requests
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter resource_guard_operation_requests
+ - Model ProtectedItem has a new parameter resource_guard_operation_requests
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new parameter resource_guard_operation_requests
+ - Model AzureVmWorkloadProtectionPolicy has a new parameter resource_guard_operation_requests
+ - Model AzureIaaSComputeVMProtectedItem has a new parameter resource_guard_operation_requests
+ - Model AzureFileshareProtectedItemAutoGenerated has a new parameter resource_guard_operation_requests
+ - Model MabProtectionPolicy has a new parameter resource_guard_operation_requests
+ - Model MabFileFolderProtectedItem has a new parameter resource_guard_operation_requests
+ - Model GenericProtectionPolicy has a new parameter resource_guard_operation_requests
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter resource_guard_operation_requests
+ - Model AzureSqlProtectionPolicy has a new parameter resource_guard_operation_requests
+ - Model ProtectionPolicy has a new parameter resource_guard_operation_requests
+ - Model AzureVmWorkloadProtectedItem has a new parameter resource_guard_operation_requests
+ - Added operation group ResourceGuardProxyOperations
+ - Added operation group BackupResourceStorageConfigsNonCRROperations
+ - Added operation group ResourceGuardProxiesOperations
+
+**Breaking changes**
+
+ - Operation SecurityPINsOperations.get has a new signature
+
+## 2.0.0 (2021-07-26)
+
+**Features**
+
+ - Model IaasVMRestoreRequest has a new parameter identity_info
+ - Model IaasVMRestoreWithRehydrationRequest has a new parameter identity_info
+
+**Breaking changes**
+
+ - Removed operation group BackupResourceStorageConfigsNonCRROperations
+
+## 1.1.0 (2021-07-22)
+
+**Features**
+
+ - Model AzureWorkloadPointInTimeRestoreRequest has a new parameter target_virtual_machine_id
+ - Model AzureWorkloadSAPHanaPointInTimeRestoreRequest has a new parameter target_virtual_machine_id
+ - Model AzureWorkloadSQLRestoreWithRehydrateRequest has a new parameter target_virtual_machine_id
+ - Model AzureWorkloadSQLPointInTimeRestoreRequest has a new parameter target_virtual_machine_id
+ - Model AzureWorkloadSQLRestoreRequest has a new parameter target_virtual_machine_id
+ - Model AzureWorkloadSAPHanaRestoreWithRehydrateRequest has a new parameter target_virtual_machine_id
+ - Model AzureWorkloadSAPHanaRestoreRequest has a new parameter target_virtual_machine_id
+ - Model AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest has a new parameter target_virtual_machine_id
+ - Model AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest has a new parameter target_virtual_machine_id
+ - Model AzureWorkloadRestoreRequest has a new parameter target_virtual_machine_id
+ - Added operation group BackupResourceStorageConfigsNonCRROperations
+
+## 1.0.0 (2021-05-26)
+
+**Features**
+
+ - Added operation group BackupUsageSummariesCRROperations
+
+**Breaking changes**
+
+ - Model AzureWorkloadSAPHanaPointInTimeRestoreRequest no longer has parameter target_virtual_machine_id
+ - Model AzureWorkloadSAPHanaRestoreWithRehydrateRequest no longer has parameter target_virtual_machine_id
+ - Model AzureWorkloadSQLRestoreWithRehydrateRequest no longer has parameter target_virtual_machine_id
+ - Model AzureWorkloadRestoreRequest no longer has parameter target_virtual_machine_id
+ - Model AzureWorkloadSAPHanaRestoreRequest no longer has parameter target_virtual_machine_id
+ - Model AzureWorkloadSQLPointInTimeRestoreRequest no longer has parameter target_virtual_machine_id
+ - Model AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest no longer has parameter target_virtual_machine_id
+ - Model AzureWorkloadSQLRestoreRequest no longer has parameter target_virtual_machine_id
+ - Model AzureWorkloadPointInTimeRestoreRequest no longer has parameter target_virtual_machine_id
+ - Model AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest no longer has parameter target_virtual_machine_id
+
+## 1.0.0b1 (2021-05-14)
+
+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.11.0 (2020-12-28)
+
+**Features**
+
+ - Model IaasVMRecoveryPoint has a new parameter zones
+ - Model IaasVMRestoreRequest has a new parameter zones
+
+## 0.10.0 (2020-12-08)
+
+**Features**
+
+ - Model IaasVMRestoreRequest has a new parameter disk_encryption_set_id
+ - Model IaasVMRestoreRequest has a new parameter restore_with_managed_disks
+ - Model BackupResourceConfig has a new parameter cross_region_restore_flag
+ - Model AzureFileshareProtectedItem has a new parameter health_status
+ - Added operation RecoveryPointsOperations.get_access_token
+ - Added operation group AadPropertiesOperations
+ - Added operation group CrossRegionRestoreOperations
+ - Added operation group BackupCrrJobDetailsOperations
+ - Added operation group PrivateEndpointOperations
+ - Added operation group BackupCrrJobsOperations
+ - Added operation group RecoveryPointsCrrOperations
+ - Added operation group CrrOperationResultsOperations
+ - Added operation group CrrOperationStatusOperations
+ - Added operation group BackupProtectedItemsCrrOperations
+
+**Breaking changes**
+
+ - Removed operation RecoveryServicesBackupClientOperationsMixin.get_operation_status1
+
+## 0.9.0 (2020-12-07)
+
+**Features**
+
+ - Model AzureFileshareProtectedItem has a new parameter kpis_healths
+ - Model AzureIaaSVMProtectedItem has a new parameter kpis_healths
+ - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter kpis_healths
+ - Model AzureVmWorkloadProtectedItem has a new parameter kpis_healths
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new parameter kpis_healths
+ - Model AzureIaaSComputeVMProtectedItem has a new parameter kpis_healths
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter kpis_healths
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter kpis_healths
+ - Added operation RecoveryServicesBackupClientOperationsMixin.bms_prepare_data_move
+ - Added operation RecoveryServicesBackupClientOperationsMixin.bms_trigger_data_move
+ - Added operation RecoveryServicesBackupClientOperationsMixin.get_operation_status1
+ - Added operation group BackupResourceEncryptionConfigsOperations
+ - Added operation group BMSPrepareDataMoveOperationResultOperations
+
+**Breaking changes**
+
+ - Model AzureFileshareProtectedItem no longer has parameter health_status
+ - Model AzureFileshareProtectedItem no longer has parameter health_details
+ - Model AzureVmWorkloadProtectedItem no longer has parameter health_status
+ - Model AzureVmWorkloadProtectedItem no longer has parameter health_details
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem no longer has parameter health_status
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem no longer has parameter health_details
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem no longer has parameter health_status
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem no longer has parameter health_details
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem no longer has parameter health_status
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem no longer has parameter health_details
+
+## 0.8.0 (2020-06-05)
+
+**Features**
+
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new parameter health_details
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new parameter health_status
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter health_details
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter health_status
+ - Model AzureFileshareProtectedItem has a new parameter health_details
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter health_details
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter health_status
+ - Model AzureVmWorkloadProtectedItem has a new parameter health_details
+ - Model AzureVmWorkloadProtectedItem has a new parameter health_status
+
+## 0.7.0 (2020-03-24)
+
+**Features**
+
+ - Added operation BackupResourceVaultConfigsOperations.put
+ - Added operation group RecoveryServicesBackupClientOperationsMixin
+ - Added operation group PrivateEndpointConnectionOperations
+
+## 0.6.0 (2020-01-14)
+
+**Features**
+
+ - Model TargetRestoreInfo has a new parameter
+ target_directory_for_file_restore
+ - Model AzureIaaSVMProtectionPolicy has a new parameter
+ instant_rp_details
+
+## 0.5.0 (2019-11-21)
+
+**Features**
+
+ - Model AzureVmWorkloadProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model AzureVmWorkloadProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model AzureVmWorkloadProtectedItem has a new parameter is_rehydrate
+ - Model AzureVmWorkloadProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model AzureVmWorkloadProtectedItem has a new parameter
+ is_scheduled_for_deferred_delete
+ - Model AzureFileshareProtectedItemExtendedInfo has a new parameter
+ resource_state
+ - Model AzureFileshareProtectedItemExtendedInfo has a new parameter
+ resource_state_sync_time
+ - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter
+ extended_properties
+ - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter
+ is_rehydrate
+ - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter
+ is_scheduled_for_deferred_delete
+ - Model AzureWorkloadSAPHanaPointInTimeRestoreRequest has a new
+ parameter recovery_mode
+ - Model AzureVmWorkloadProtectionPolicy has a new parameter
+ make_policy_consistent
+ - Model AzureIaaSVMProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model AzureIaaSVMProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model AzureIaaSVMProtectedItem has a new parameter
+ extended_properties
+ - Model AzureIaaSVMProtectedItem has a new parameter is_rehydrate
+ - Model AzureIaaSVMProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model AzureIaaSVMProtectedItem has a new parameter
+ is_scheduled_for_deferred_delete
+ - Model DPMProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model DPMProtectedItem has a new parameter is_rehydrate
+ - Model DPMProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model DPMProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model AzureWorkloadRestoreRequest has a new parameter recovery_mode
+ - Model AzureWorkloadSAPHanaRestoreRequest has a new parameter
+ recovery_mode
+ - Model ProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model ProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model ProtectedItem has a new parameter is_rehydrate
+ - Model ProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model ProtectedItem has a new parameter
+ is_scheduled_for_deferred_delete
+ - Model AzureWorkloadSQLRestoreRequest has a new parameter
+ recovery_mode
+ - Model InquiryValidation has a new parameter additional_detail
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter
+ is_rehydrate
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter
+ is_scheduled_for_deferred_delete
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter
+ is_rehydrate
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter
+ is_scheduled_for_deferred_delete
+ - Model AzureWorkloadSQLPointInTimeRestoreRequest has a new parameter
+ recovery_mode
+ - Model AzureIaaSComputeVMProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model AzureIaaSComputeVMProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model AzureIaaSComputeVMProtectedItem has a new parameter
+ extended_properties
+ - Model AzureIaaSComputeVMProtectedItem has a new parameter
+ is_rehydrate
+ - Model AzureIaaSComputeVMProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model AzureIaaSComputeVMProtectedItem has a new parameter
+ is_scheduled_for_deferred_delete
+ - Model IaasVMRestoreRequest has a new parameter
+ restore_disk_lun_list
+ - Model AzureFileShareRecoveryPoint has a new parameter
+ recovery_point_size_in_gb
+ - Model BackupResourceVaultConfig has a new parameter
+ soft_delete_feature_state
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new
+ parameter deferred_delete_time_remaining
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new
+ parameter is_deferred_delete_schedule_upcoming
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new
+ parameter is_rehydrate
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new
+ parameter deferred_delete_time_in_utc
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new
+ parameter is_scheduled_for_deferred_delete
+ - Model MabFileFolderProtectedItem has a new parameter
+ last_backup_time
+ - Model MabFileFolderProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model MabFileFolderProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model MabFileFolderProtectedItem has a new parameter is_rehydrate
+ - Model MabFileFolderProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model IaasVMRecoveryPoint has a new parameter
+ recovery_point_disk_configuration
+ - Model GenericProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model GenericProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model GenericProtectedItem has a new parameter is_rehydrate
+ - Model GenericProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model GenericProtectedItem has a new parameter
+ is_scheduled_for_deferred_delete
+ - Model AzureWorkloadPointInTimeRestoreRequest has a new parameter
+ recovery_mode
+ - Model ExportJobsOperationResultInfo has a new parameter
+ excel_file_blob_sas_key
+ - Model ExportJobsOperationResultInfo has a new parameter
+ excel_file_blob_url
+ - Model AzureFileshareProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model AzureFileshareProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model AzureFileshareProtectedItem has a new parameter is_rehydrate
+ - Model AzureFileshareProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model AzureFileshareProtectedItem has a new parameter
+ is_scheduled_for_deferred_delete
+ - Model AzureSqlProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model AzureSqlProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model AzureSqlProtectedItem has a new parameter is_rehydrate
+ - Model AzureSqlProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model AzureSqlProtectedItem has a new parameter
+ is_scheduled_for_deferred_delete
+
+**General Breaking changes**
+
+This version uses a next-generation code generator that might introduce
+breaking changes if from some import. In summary, some modules were
+incorrectly visible/importable and have been renamed. This fixed several
+issues caused by usage of classes that were not supposed to be used in
+the first place. RecoveryServicesBackupClient cannot be imported from
+azure.mgmt.recoveryservicesbackup.recovery_services_backup_client
+anymore (import from azure.mgmt.recoveryservicesbackup works like
+before) RecoveryServicesBackupClientConfiguration import has been moved
+from
+azure.mgmt.recoveryservicesbackup.recovery_services_backup_client to
+azure.mgmt.recoveryservicesbackup A model MyClass from a "models"
+sub-module cannot be imported anymore using
+azure.mgmt.recoveryservicesbackup.models.my_class (import from
+azure.mgmt.recoveryservicesbackup.models works like before) An operation
+class MyClassOperations from an operations sub-module cannot be imported
+anymore using
+azure.mgmt.recoveryservicesbackup.operations.my_class_operations
+(import from azure.mgmt.recoveryservicesbackup.operations works like
+before) Last but not least, HTTP connection pooling is now enabled by
+default. You should always use a client as a context manager, or call
+close(), or use no more than one client per process.
+
+## 0.4.0 (2019-05-21)
+
+**Features**
+
+ - Model AzureWorkloadRestoreRequest has a new parameter target_info
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectableItem has a new
+ parameter is_auto_protected
+ - Model AzureVmWorkloadSAPHanaSystemProtectableItem has a new
+ parameter is_auto_protected
+ - Model AzureIaaSVMJobTaskDetails has a new parameter
+ task_execution_details
+ - Model AzureWorkloadContainer has a new parameter operation_type
+ - Model AzureVmWorkloadSQLInstanceProtectableItem has a new parameter
+ is_auto_protected
+ - Model AzureIaaSVMJobExtendedInfo has a new parameter
+ estimated_remaining_duration
+ - Model AzureVmWorkloadSQLAvailabilityGroupProtectableItem has a new
+ parameter is_auto_protected
+ - Model AzureVmWorkloadProtectableItem has a new parameter
+ is_auto_protected
+ - Model AzureVMAppContainerProtectionContainer has a new parameter
+ operation_type
+ - Model AzureSQLAGWorkloadContainerProtectionContainer has a new
+ parameter operation_type
+ - Model AzureVmWorkloadSQLDatabaseProtectableItem has a new parameter
+ is_auto_protected
+ - Added operation BackupResourceStorageConfigsOperations.patch
+ - Added operation ProtectionIntentOperations.delete
+ - Added operation ProtectionIntentOperations.get
+ - Added operation group BackupProtectionIntentOperations
+ - Added operation group OperationOperations
+
+## 0.3.0 (2018-06-27)
+
+**Features**
+
+ - SAP HANA contract changes (new filters added to existing API's.).
+ This feature is still in development phase and not open for usage
+ yet.
+ - Instant RP field added in create policy.
+ - Comments added for some contracts.
+
+**Python details**
+
+ - Model DPMProtectedItem has a new parameter create_mode
+ - Model MabFileFolderProtectedItem has a new parameter create_mode
+ - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter
+ create_mode
+ - Model AzureWorkloadContainer has a new parameter workload_type
+ - Model AzureIaaSVMProtectionPolicy has a new parameter
+ instant_rp_retention_range_in_days
+ - Model AzureFileshareProtectedItem has a new parameter create_mode
+ - Model AzureSQLAGWorkloadContainerProtectionContainer has a new
+ parameter workload_type
+ - Model AzureSqlProtectedItem has a new parameter create_mode
+ - Model AzureIaaSVMJobExtendedInfo has a new parameter
+ internal_property_bag
+ - Model KeyAndSecretDetails has a new parameter encryption_mechanism
+ - Model AzureIaaSVMProtectedItem has a new parameter create_mode
+ - Model AzureVMAppContainerProtectionContainer has a new parameter
+ workload_type
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter
+ create_mode
+ - Model IaasVMRecoveryPoint has a new parameter os_type
+ - Model ProtectionPolicyQueryObject has a new parameter workload_type
+ - Model AzureIaaSComputeVMProtectedItem has a new parameter
+ create_mode
+ - Model Settings has a new parameter is_compression
+ - Model GenericProtectedItem has a new parameter create_mode
+ - Model AzureWorkloadJob has a new parameter workload_type
+ - Model ProtectedItem has a new parameter create_mode
+ - Operation ProtectionContainersOperations.inquire has a new "filter"
+ parameter
+
+## 0.2.0 (2018-05-25)
+
+**Features**
+
+ - Client class can be used as a context manager to keep the underlying
+ HTTP session open for performance
+
+**General Breaking changes**
+
+This version uses a next-generation code generator that *might*
+introduce breaking changes.
+
+ - Model signatures now use only keyword-argument syntax. All
+ positional arguments must be re-written as keyword-arguments. To
+ keep auto-completion in most cases, models are now generated for
+ Python 2 and Python 3. Python 3 uses the "*" syntax for
+ keyword-only arguments.
+ - Enum types now use the "str" mixin (class AzureEnum(str, Enum)) to
+ improve the behavior when unrecognized enum values are encountered.
+ While this is not a breaking change, the distinctions are important,
+ and are documented here:
+ <https://docs.python.org/3/library/enum.html#others> At a glance:
+ - "is" should not be used at all.
+ - "format" will return the string value, where "%s" string
+ formatting will return `NameOfEnum.stringvalue`. Format syntax
+ should be prefered.
+ - New Long Running Operation:
+ - Return type changes from
+ `msrestazure.azure_operation.AzureOperationPoller` to
+ `msrest.polling.LROPoller`. External API is the same.
+ - Return type is now **always** a `msrest.polling.LROPoller`,
+ regardless of the optional parameters used.
+ - The behavior has changed when using `raw=True`. Instead of
+ returning the initial call result as `ClientRawResponse`,
+ without polling, now this returns an LROPoller. After polling,
+ the final resource will be returned as a `ClientRawResponse`.
+ - New `polling` parameter. The default behavior is
+ `Polling=True` which will poll using ARM algorithm. When
+ `Polling=False`, the response of the initial call will be
+ returned without polling.
+ - `polling` parameter accepts instances of subclasses of
+ `msrest.polling.PollingMethod`.
+ - `add_done_callback` will no longer raise if called after
+ polling is finished, but will instead execute the callback right
+ away.
+
+**Bugfixes**
+
+ - Compatibility of the sdist with wheel 0.31.0
+
+## 0.1.2 (2019-03-12)
+
+ - Updating permissible versions of the msrestazure package to unblock
+ [Azure/azure-cli#6973](https://github.com/Azure/azure-cli/issues/6973).
+
+## 0.1.1 (2017-08-09)
+
+**Bug fixes**
+
+ - Fix duration parsing (#1214)
+
+## 0.1.0 (2017-06-05)
+
+ - Initial Release
+
+
+%package help
+Summary: Development documents and examples for azure-mgmt-recoveryservicesbackup
+Provides: python3-azure-mgmt-recoveryservicesbackup-doc
+%description help
+# Microsoft Azure SDK for Python
+
+This is the Microsoft Azure Recovery Services Backup 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](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.7+ is required to use this package.
+- [Azure subscription](https://azure.microsoft.com/free/)
+
+### Install the package
+
+```bash
+pip install azure-mgmt-recoveryservicesbackup
+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.recoveryservicesbackup.activestamp import RecoveryServicesBackupClient
+import os
+
+sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
+client = RecoveryServicesBackupClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
+```
+
+## Examples
+
+
+Code samples for this package can be found at [Recovery Services Backup Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com and [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.
+
+
+![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-recoveryservicesbackup%2FREADME.png)
+
+
+# Release History
+
+## 5.2.0 (2023-03-20)
+
+### Features Added
+
+ - Model BMSRPQueryObject has a new parameter include_soft_deleted_rp
+ - Model IaasVMRecoveryPoint has a new parameter is_private_access_enabled_on_any_disk
+ - Model IaasVMRecoveryPoint has a new parameter security_type
+ - Model IaasVMRestoreRequest has a new parameter extended_location
+ - Model IaasVMRestoreRequest has a new parameter secured_vm_details
+ - Model IaasVMRestoreRequest has a new parameter target_disk_network_access_settings
+ - Model IaasVMRestoreWithRehydrationRequest has a new parameter extended_location
+ - Model IaasVMRestoreWithRehydrationRequest has a new parameter secured_vm_details
+ - Model IaasVMRestoreWithRehydrationRequest has a new parameter target_disk_network_access_settings
+ - Model RecoveryPointProperties has a new parameter is_soft_deleted
+
+## 5.1.0 (2023-01-30)
+
+### Features Added
+
+ - Added operation group DeletedProtectionContainersOperations
+ - Model AzureIaaSVMProtectionPolicy has a new parameter tiering_policy
+ - Model SubProtectionPolicy has a new parameter tiering_policy
+
+## 5.1.0b3 (2023-01-03)
+
+### Other Changes
+
+ - Added generated samples in github repo
+ - Drop support for python<3.7.0
+
+## 5.1.0b2 (2022-10-19)
+
+### Features Added
+
+ - Added operation group DeletedProtectionContainersOperations
+ - Model AzureVmWorkloadSAPHanaDBInstanceProtectedItem has a new parameter soft_delete_retention_period
+
+## 5.1.0b1 (2022-08-29)
+
+### Features Added
+
+ - Model AzureIaaSVMProtectionPolicy has a new parameter tiering_policy
+ - Model SubProtectionPolicy has a new parameter tiering_policy
+
+## 5.0.0 (2022-05-16)
+
+**Breaking changes**
+
+ - Model AzureIaaSVMProtectionPolicy no longer has parameter tiering_policy
+ - Model SubProtectionPolicy no longer has parameter tiering_policy
+ - Operation ResourceGuardProxyOperations.put has a new parameter parameters
+
+## 4.2.0 (2022-05-07)
+
+**Features**
+
+ - Model AzureIaaSVMProtectionPolicy has a new parameter tiering_policy
+ - Model SubProtectionPolicy has a new parameter tiering_policy
+
+## 4.1.1 (2022-02-18)
+
+**Bug Fixes**
+
+ - Fix multi-page paging #23089
+
+## 4.1.0 (2022-02-15)
+
+**Features**
+
+ - Model AzureIaaSVMProtectionPolicy has a new parameter policy_type
+
+## 4.0.0 (2021-12-21)
+
+**Breaking changes**
+
+ - namespace splitted from `azure.mgmt.recoveryservicesbackup` to `azure.mgmt.recoveryservicesbackup.activestamp` and `azure.mgmt.recoveryservicesbackup.passivestamp`
+
+## 3.0.0 (2021-10-19)
+
+**Features**
+
+ - Model GenericProtectedItem has a new parameter resource_guard_operation_requests
+ - Model AzureSqlProtectedItem has a new parameter resource_guard_operation_requests
+ - Model AzureFileshareProtectedItem has a new parameter resource_guard_operation_requests
+ - Model AzureIaaSVMProtectionPolicy has a new parameter resource_guard_operation_requests
+ - Model BackupResourceVaultConfig has a new parameter resource_guard_operation_requests
+ - Model AzureIaaSVMProtectedItem has a new parameter resource_guard_operation_requests
+ - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter resource_guard_operation_requests
+ - Model AzureFileShareProtectionPolicy has a new parameter resource_guard_operation_requests
+ - Model DPMProtectedItem has a new parameter resource_guard_operation_requests
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter resource_guard_operation_requests
+ - Model ProtectedItem has a new parameter resource_guard_operation_requests
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new parameter resource_guard_operation_requests
+ - Model AzureVmWorkloadProtectionPolicy has a new parameter resource_guard_operation_requests
+ - Model AzureIaaSComputeVMProtectedItem has a new parameter resource_guard_operation_requests
+ - Model AzureFileshareProtectedItemAutoGenerated has a new parameter resource_guard_operation_requests
+ - Model MabProtectionPolicy has a new parameter resource_guard_operation_requests
+ - Model MabFileFolderProtectedItem has a new parameter resource_guard_operation_requests
+ - Model GenericProtectionPolicy has a new parameter resource_guard_operation_requests
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter resource_guard_operation_requests
+ - Model AzureSqlProtectionPolicy has a new parameter resource_guard_operation_requests
+ - Model ProtectionPolicy has a new parameter resource_guard_operation_requests
+ - Model AzureVmWorkloadProtectedItem has a new parameter resource_guard_operation_requests
+ - Added operation group ResourceGuardProxyOperations
+ - Added operation group BackupResourceStorageConfigsNonCRROperations
+ - Added operation group ResourceGuardProxiesOperations
+
+**Breaking changes**
+
+ - Operation SecurityPINsOperations.get has a new signature
+
+## 2.0.0 (2021-07-26)
+
+**Features**
+
+ - Model IaasVMRestoreRequest has a new parameter identity_info
+ - Model IaasVMRestoreWithRehydrationRequest has a new parameter identity_info
+
+**Breaking changes**
+
+ - Removed operation group BackupResourceStorageConfigsNonCRROperations
+
+## 1.1.0 (2021-07-22)
+
+**Features**
+
+ - Model AzureWorkloadPointInTimeRestoreRequest has a new parameter target_virtual_machine_id
+ - Model AzureWorkloadSAPHanaPointInTimeRestoreRequest has a new parameter target_virtual_machine_id
+ - Model AzureWorkloadSQLRestoreWithRehydrateRequest has a new parameter target_virtual_machine_id
+ - Model AzureWorkloadSQLPointInTimeRestoreRequest has a new parameter target_virtual_machine_id
+ - Model AzureWorkloadSQLRestoreRequest has a new parameter target_virtual_machine_id
+ - Model AzureWorkloadSAPHanaRestoreWithRehydrateRequest has a new parameter target_virtual_machine_id
+ - Model AzureWorkloadSAPHanaRestoreRequest has a new parameter target_virtual_machine_id
+ - Model AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest has a new parameter target_virtual_machine_id
+ - Model AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest has a new parameter target_virtual_machine_id
+ - Model AzureWorkloadRestoreRequest has a new parameter target_virtual_machine_id
+ - Added operation group BackupResourceStorageConfigsNonCRROperations
+
+## 1.0.0 (2021-05-26)
+
+**Features**
+
+ - Added operation group BackupUsageSummariesCRROperations
+
+**Breaking changes**
+
+ - Model AzureWorkloadSAPHanaPointInTimeRestoreRequest no longer has parameter target_virtual_machine_id
+ - Model AzureWorkloadSAPHanaRestoreWithRehydrateRequest no longer has parameter target_virtual_machine_id
+ - Model AzureWorkloadSQLRestoreWithRehydrateRequest no longer has parameter target_virtual_machine_id
+ - Model AzureWorkloadRestoreRequest no longer has parameter target_virtual_machine_id
+ - Model AzureWorkloadSAPHanaRestoreRequest no longer has parameter target_virtual_machine_id
+ - Model AzureWorkloadSQLPointInTimeRestoreRequest no longer has parameter target_virtual_machine_id
+ - Model AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest no longer has parameter target_virtual_machine_id
+ - Model AzureWorkloadSQLRestoreRequest no longer has parameter target_virtual_machine_id
+ - Model AzureWorkloadPointInTimeRestoreRequest no longer has parameter target_virtual_machine_id
+ - Model AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest no longer has parameter target_virtual_machine_id
+
+## 1.0.0b1 (2021-05-14)
+
+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.11.0 (2020-12-28)
+
+**Features**
+
+ - Model IaasVMRecoveryPoint has a new parameter zones
+ - Model IaasVMRestoreRequest has a new parameter zones
+
+## 0.10.0 (2020-12-08)
+
+**Features**
+
+ - Model IaasVMRestoreRequest has a new parameter disk_encryption_set_id
+ - Model IaasVMRestoreRequest has a new parameter restore_with_managed_disks
+ - Model BackupResourceConfig has a new parameter cross_region_restore_flag
+ - Model AzureFileshareProtectedItem has a new parameter health_status
+ - Added operation RecoveryPointsOperations.get_access_token
+ - Added operation group AadPropertiesOperations
+ - Added operation group CrossRegionRestoreOperations
+ - Added operation group BackupCrrJobDetailsOperations
+ - Added operation group PrivateEndpointOperations
+ - Added operation group BackupCrrJobsOperations
+ - Added operation group RecoveryPointsCrrOperations
+ - Added operation group CrrOperationResultsOperations
+ - Added operation group CrrOperationStatusOperations
+ - Added operation group BackupProtectedItemsCrrOperations
+
+**Breaking changes**
+
+ - Removed operation RecoveryServicesBackupClientOperationsMixin.get_operation_status1
+
+## 0.9.0 (2020-12-07)
+
+**Features**
+
+ - Model AzureFileshareProtectedItem has a new parameter kpis_healths
+ - Model AzureIaaSVMProtectedItem has a new parameter kpis_healths
+ - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter kpis_healths
+ - Model AzureVmWorkloadProtectedItem has a new parameter kpis_healths
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new parameter kpis_healths
+ - Model AzureIaaSComputeVMProtectedItem has a new parameter kpis_healths
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter kpis_healths
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter kpis_healths
+ - Added operation RecoveryServicesBackupClientOperationsMixin.bms_prepare_data_move
+ - Added operation RecoveryServicesBackupClientOperationsMixin.bms_trigger_data_move
+ - Added operation RecoveryServicesBackupClientOperationsMixin.get_operation_status1
+ - Added operation group BackupResourceEncryptionConfigsOperations
+ - Added operation group BMSPrepareDataMoveOperationResultOperations
+
+**Breaking changes**
+
+ - Model AzureFileshareProtectedItem no longer has parameter health_status
+ - Model AzureFileshareProtectedItem no longer has parameter health_details
+ - Model AzureVmWorkloadProtectedItem no longer has parameter health_status
+ - Model AzureVmWorkloadProtectedItem no longer has parameter health_details
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem no longer has parameter health_status
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem no longer has parameter health_details
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem no longer has parameter health_status
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem no longer has parameter health_details
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem no longer has parameter health_status
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem no longer has parameter health_details
+
+## 0.8.0 (2020-06-05)
+
+**Features**
+
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new parameter health_details
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new parameter health_status
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter health_details
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter health_status
+ - Model AzureFileshareProtectedItem has a new parameter health_details
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter health_details
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter health_status
+ - Model AzureVmWorkloadProtectedItem has a new parameter health_details
+ - Model AzureVmWorkloadProtectedItem has a new parameter health_status
+
+## 0.7.0 (2020-03-24)
+
+**Features**
+
+ - Added operation BackupResourceVaultConfigsOperations.put
+ - Added operation group RecoveryServicesBackupClientOperationsMixin
+ - Added operation group PrivateEndpointConnectionOperations
+
+## 0.6.0 (2020-01-14)
+
+**Features**
+
+ - Model TargetRestoreInfo has a new parameter
+ target_directory_for_file_restore
+ - Model AzureIaaSVMProtectionPolicy has a new parameter
+ instant_rp_details
+
+## 0.5.0 (2019-11-21)
+
+**Features**
+
+ - Model AzureVmWorkloadProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model AzureVmWorkloadProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model AzureVmWorkloadProtectedItem has a new parameter is_rehydrate
+ - Model AzureVmWorkloadProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model AzureVmWorkloadProtectedItem has a new parameter
+ is_scheduled_for_deferred_delete
+ - Model AzureFileshareProtectedItemExtendedInfo has a new parameter
+ resource_state
+ - Model AzureFileshareProtectedItemExtendedInfo has a new parameter
+ resource_state_sync_time
+ - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter
+ extended_properties
+ - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter
+ is_rehydrate
+ - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter
+ is_scheduled_for_deferred_delete
+ - Model AzureWorkloadSAPHanaPointInTimeRestoreRequest has a new
+ parameter recovery_mode
+ - Model AzureVmWorkloadProtectionPolicy has a new parameter
+ make_policy_consistent
+ - Model AzureIaaSVMProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model AzureIaaSVMProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model AzureIaaSVMProtectedItem has a new parameter
+ extended_properties
+ - Model AzureIaaSVMProtectedItem has a new parameter is_rehydrate
+ - Model AzureIaaSVMProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model AzureIaaSVMProtectedItem has a new parameter
+ is_scheduled_for_deferred_delete
+ - Model DPMProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model DPMProtectedItem has a new parameter is_rehydrate
+ - Model DPMProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model DPMProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model AzureWorkloadRestoreRequest has a new parameter recovery_mode
+ - Model AzureWorkloadSAPHanaRestoreRequest has a new parameter
+ recovery_mode
+ - Model ProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model ProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model ProtectedItem has a new parameter is_rehydrate
+ - Model ProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model ProtectedItem has a new parameter
+ is_scheduled_for_deferred_delete
+ - Model AzureWorkloadSQLRestoreRequest has a new parameter
+ recovery_mode
+ - Model InquiryValidation has a new parameter additional_detail
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter
+ is_rehydrate
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter
+ is_scheduled_for_deferred_delete
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter
+ is_rehydrate
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter
+ is_scheduled_for_deferred_delete
+ - Model AzureWorkloadSQLPointInTimeRestoreRequest has a new parameter
+ recovery_mode
+ - Model AzureIaaSComputeVMProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model AzureIaaSComputeVMProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model AzureIaaSComputeVMProtectedItem has a new parameter
+ extended_properties
+ - Model AzureIaaSComputeVMProtectedItem has a new parameter
+ is_rehydrate
+ - Model AzureIaaSComputeVMProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model AzureIaaSComputeVMProtectedItem has a new parameter
+ is_scheduled_for_deferred_delete
+ - Model IaasVMRestoreRequest has a new parameter
+ restore_disk_lun_list
+ - Model AzureFileShareRecoveryPoint has a new parameter
+ recovery_point_size_in_gb
+ - Model BackupResourceVaultConfig has a new parameter
+ soft_delete_feature_state
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new
+ parameter deferred_delete_time_remaining
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new
+ parameter is_deferred_delete_schedule_upcoming
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new
+ parameter is_rehydrate
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new
+ parameter deferred_delete_time_in_utc
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new
+ parameter is_scheduled_for_deferred_delete
+ - Model MabFileFolderProtectedItem has a new parameter
+ last_backup_time
+ - Model MabFileFolderProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model MabFileFolderProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model MabFileFolderProtectedItem has a new parameter is_rehydrate
+ - Model MabFileFolderProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model IaasVMRecoveryPoint has a new parameter
+ recovery_point_disk_configuration
+ - Model GenericProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model GenericProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model GenericProtectedItem has a new parameter is_rehydrate
+ - Model GenericProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model GenericProtectedItem has a new parameter
+ is_scheduled_for_deferred_delete
+ - Model AzureWorkloadPointInTimeRestoreRequest has a new parameter
+ recovery_mode
+ - Model ExportJobsOperationResultInfo has a new parameter
+ excel_file_blob_sas_key
+ - Model ExportJobsOperationResultInfo has a new parameter
+ excel_file_blob_url
+ - Model AzureFileshareProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model AzureFileshareProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model AzureFileshareProtectedItem has a new parameter is_rehydrate
+ - Model AzureFileshareProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model AzureFileshareProtectedItem has a new parameter
+ is_scheduled_for_deferred_delete
+ - Model AzureSqlProtectedItem has a new parameter
+ deferred_delete_time_remaining
+ - Model AzureSqlProtectedItem has a new parameter
+ is_deferred_delete_schedule_upcoming
+ - Model AzureSqlProtectedItem has a new parameter is_rehydrate
+ - Model AzureSqlProtectedItem has a new parameter
+ deferred_delete_time_in_utc
+ - Model AzureSqlProtectedItem has a new parameter
+ is_scheduled_for_deferred_delete
+
+**General Breaking changes**
+
+This version uses a next-generation code generator that might introduce
+breaking changes if from some import. In summary, some modules were
+incorrectly visible/importable and have been renamed. This fixed several
+issues caused by usage of classes that were not supposed to be used in
+the first place. RecoveryServicesBackupClient cannot be imported from
+azure.mgmt.recoveryservicesbackup.recovery_services_backup_client
+anymore (import from azure.mgmt.recoveryservicesbackup works like
+before) RecoveryServicesBackupClientConfiguration import has been moved
+from
+azure.mgmt.recoveryservicesbackup.recovery_services_backup_client to
+azure.mgmt.recoveryservicesbackup A model MyClass from a "models"
+sub-module cannot be imported anymore using
+azure.mgmt.recoveryservicesbackup.models.my_class (import from
+azure.mgmt.recoveryservicesbackup.models works like before) An operation
+class MyClassOperations from an operations sub-module cannot be imported
+anymore using
+azure.mgmt.recoveryservicesbackup.operations.my_class_operations
+(import from azure.mgmt.recoveryservicesbackup.operations works like
+before) Last but not least, HTTP connection pooling is now enabled by
+default. You should always use a client as a context manager, or call
+close(), or use no more than one client per process.
+
+## 0.4.0 (2019-05-21)
+
+**Features**
+
+ - Model AzureWorkloadRestoreRequest has a new parameter target_info
+ - Model AzureVmWorkloadSAPHanaDatabaseProtectableItem has a new
+ parameter is_auto_protected
+ - Model AzureVmWorkloadSAPHanaSystemProtectableItem has a new
+ parameter is_auto_protected
+ - Model AzureIaaSVMJobTaskDetails has a new parameter
+ task_execution_details
+ - Model AzureWorkloadContainer has a new parameter operation_type
+ - Model AzureVmWorkloadSQLInstanceProtectableItem has a new parameter
+ is_auto_protected
+ - Model AzureIaaSVMJobExtendedInfo has a new parameter
+ estimated_remaining_duration
+ - Model AzureVmWorkloadSQLAvailabilityGroupProtectableItem has a new
+ parameter is_auto_protected
+ - Model AzureVmWorkloadProtectableItem has a new parameter
+ is_auto_protected
+ - Model AzureVMAppContainerProtectionContainer has a new parameter
+ operation_type
+ - Model AzureSQLAGWorkloadContainerProtectionContainer has a new
+ parameter operation_type
+ - Model AzureVmWorkloadSQLDatabaseProtectableItem has a new parameter
+ is_auto_protected
+ - Added operation BackupResourceStorageConfigsOperations.patch
+ - Added operation ProtectionIntentOperations.delete
+ - Added operation ProtectionIntentOperations.get
+ - Added operation group BackupProtectionIntentOperations
+ - Added operation group OperationOperations
+
+## 0.3.0 (2018-06-27)
+
+**Features**
+
+ - SAP HANA contract changes (new filters added to existing API's.).
+ This feature is still in development phase and not open for usage
+ yet.
+ - Instant RP field added in create policy.
+ - Comments added for some contracts.
+
+**Python details**
+
+ - Model DPMProtectedItem has a new parameter create_mode
+ - Model MabFileFolderProtectedItem has a new parameter create_mode
+ - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter
+ create_mode
+ - Model AzureWorkloadContainer has a new parameter workload_type
+ - Model AzureIaaSVMProtectionPolicy has a new parameter
+ instant_rp_retention_range_in_days
+ - Model AzureFileshareProtectedItem has a new parameter create_mode
+ - Model AzureSQLAGWorkloadContainerProtectionContainer has a new
+ parameter workload_type
+ - Model AzureSqlProtectedItem has a new parameter create_mode
+ - Model AzureIaaSVMJobExtendedInfo has a new parameter
+ internal_property_bag
+ - Model KeyAndSecretDetails has a new parameter encryption_mechanism
+ - Model AzureIaaSVMProtectedItem has a new parameter create_mode
+ - Model AzureVMAppContainerProtectionContainer has a new parameter
+ workload_type
+ - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter
+ create_mode
+ - Model IaasVMRecoveryPoint has a new parameter os_type
+ - Model ProtectionPolicyQueryObject has a new parameter workload_type
+ - Model AzureIaaSComputeVMProtectedItem has a new parameter
+ create_mode
+ - Model Settings has a new parameter is_compression
+ - Model GenericProtectedItem has a new parameter create_mode
+ - Model AzureWorkloadJob has a new parameter workload_type
+ - Model ProtectedItem has a new parameter create_mode
+ - Operation ProtectionContainersOperations.inquire has a new "filter"
+ parameter
+
+## 0.2.0 (2018-05-25)
+
+**Features**
+
+ - Client class can be used as a context manager to keep the underlying
+ HTTP session open for performance
+
+**General Breaking changes**
+
+This version uses a next-generation code generator that *might*
+introduce breaking changes.
+
+ - Model signatures now use only keyword-argument syntax. All
+ positional arguments must be re-written as keyword-arguments. To
+ keep auto-completion in most cases, models are now generated for
+ Python 2 and Python 3. Python 3 uses the "*" syntax for
+ keyword-only arguments.
+ - Enum types now use the "str" mixin (class AzureEnum(str, Enum)) to
+ improve the behavior when unrecognized enum values are encountered.
+ While this is not a breaking change, the distinctions are important,
+ and are documented here:
+ <https://docs.python.org/3/library/enum.html#others> At a glance:
+ - "is" should not be used at all.
+ - "format" will return the string value, where "%s" string
+ formatting will return `NameOfEnum.stringvalue`. Format syntax
+ should be prefered.
+ - New Long Running Operation:
+ - Return type changes from
+ `msrestazure.azure_operation.AzureOperationPoller` to
+ `msrest.polling.LROPoller`. External API is the same.
+ - Return type is now **always** a `msrest.polling.LROPoller`,
+ regardless of the optional parameters used.
+ - The behavior has changed when using `raw=True`. Instead of
+ returning the initial call result as `ClientRawResponse`,
+ without polling, now this returns an LROPoller. After polling,
+ the final resource will be returned as a `ClientRawResponse`.
+ - New `polling` parameter. The default behavior is
+ `Polling=True` which will poll using ARM algorithm. When
+ `Polling=False`, the response of the initial call will be
+ returned without polling.
+ - `polling` parameter accepts instances of subclasses of
+ `msrest.polling.PollingMethod`.
+ - `add_done_callback` will no longer raise if called after
+ polling is finished, but will instead execute the callback right
+ away.
+
+**Bugfixes**
+
+ - Compatibility of the sdist with wheel 0.31.0
+
+## 0.1.2 (2019-03-12)
+
+ - Updating permissible versions of the msrestazure package to unblock
+ [Azure/azure-cli#6973](https://github.com/Azure/azure-cli/issues/6973).
+
+## 0.1.1 (2017-08-09)
+
+**Bug fixes**
+
+ - Fix duration parsing (#1214)
+
+## 0.1.0 (2017-06-05)
+
+ - Initial Release
+
+
+%prep
+%autosetup -n azure-mgmt-recoveryservicesbackup-5.2.0
+
+%build
+%py3_build
+
+%install
+%py3_install
+install -d -m755 %{buildroot}/%{_pkgdocdir}
+if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
+if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
+if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
+if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
+pushd %{buildroot}
+if [ -d usr/lib ]; then
+ find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/lib64 ]; then
+ find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/bin ]; then
+ find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/sbin ]; then
+ find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+touch doclist.lst
+if [ -d usr/share/man ]; then
+ find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
+fi
+popd
+mv %{buildroot}/filelist.lst .
+mv %{buildroot}/doclist.lst .
+
+%files -n python3-azure-mgmt-recoveryservicesbackup -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 5.2.0-1
+- Package Spec generated