azure-mgmt-recoveryservicesbackup


Nameazure-mgmt-recoveryservicesbackup JSON
Version 9.1.0 PyPI version JSON
download
home_pagehttps://github.com/Azure/azure-sdk-for-python
SummaryMicrosoft Azure Recovery Services Backup Management Client Library for Python
upload_time2024-04-22 06:40:07
maintainerNone
docs_urlNone
authorMicrosoft Corporation
requires_python>=3.8
licenseMIT License
keywords azure azure sdk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # Microsoft Azure SDK for Python

This is the Microsoft Azure Recovery Services Backup Management Client Library.
This package has been tested with Python 3.8+.
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).

## _Disclaimer_

_Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_

## Getting started

### Prerequisites

- Python 3.8+ is required to use this package.
- [Azure subscription](https://azure.microsoft.com/free/)

### Install the package

```bash
pip install azure-mgmt-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:
- [Search 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
- [Azure Python Mgmt SDK Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)


## Troubleshooting

## Next steps

## Provide Feedback

If you encounter any bugs or have suggestions, please file an issue in the
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
section of the project. 


# Release History

## 9.1.0 (2024-04-22)

### Features Added

  - Model AzureIaaSVMProtectionPolicy has a new parameter snapshot_consistency_type
  - Model AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest has a new parameter resource_guard_operation_requests
  - Model AzureWorkloadSAPHanaRestoreWithRehydrateRequest has a new parameter resource_guard_operation_requests
  - Model AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest has a new parameter resource_guard_operation_requests
  - Model AzureWorkloadSQLRestoreWithRehydrateRequest has a new parameter resource_guard_operation_requests
  - Model IaasVMRestoreWithRehydrationRequest has a new parameter resource_guard_operation_requests
  - Operation BackupResourceVaultConfigsOperations.put has a new optional parameter x_ms_authorization_auxiliary
  - Operation BackupResourceVaultConfigsOperations.update has a new optional parameter x_ms_authorization_auxiliary
  - Operation ProtectedItemsOperations.create_or_update has a new optional parameter x_ms_authorization_auxiliary
  - Operation ProtectionPoliciesOperations.create_or_update has a new optional parameter x_ms_authorization_auxiliary
  - Operation RestoresOperations.begin_trigger has a new optional parameter x_ms_authorization_auxiliary
  - Operation SecurityPINsOperations.get has a new optional parameter x_ms_authorization_auxiliary

## 9.0.0 (2024-01-24)

### Features Added

  - Added operation group FetchTieringCostOperations
  - Added operation group GetTieringCostOperationResultOperations
  - Added operation group TieringCostOperationStatusOperations
  - Model AzureFileShareProtectionPolicy has a new parameter vault_retention_policy
  - Model AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest has a new parameter snapshot_restore_parameters
  - Model AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest has a new parameter target_resource_group_name
  - Model AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest has a new parameter user_assigned_managed_identity_details
  - Model AzureWorkloadSAPHanaRestoreWithRehydrateRequest has a new parameter snapshot_restore_parameters
  - Model AzureWorkloadSAPHanaRestoreWithRehydrateRequest has a new parameter target_resource_group_name
  - Model AzureWorkloadSAPHanaRestoreWithRehydrateRequest has a new parameter user_assigned_managed_identity_details
  - Model AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest has a new parameter snapshot_restore_parameters
  - Model AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest has a new parameter target_resource_group_name
  - Model AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest has a new parameter user_assigned_managed_identity_details
  - Model AzureWorkloadSQLRestoreWithRehydrateRequest has a new parameter snapshot_restore_parameters
  - Model AzureWorkloadSQLRestoreWithRehydrateRequest has a new parameter target_resource_group_name
  - Model AzureWorkloadSQLRestoreWithRehydrateRequest has a new parameter user_assigned_managed_identity_details
  - Model SubProtectionPolicy has a new parameter snapshot_backup_additional_details

### Breaking Changes

  - Parameter resource_guard_resource_id of model ResourceGuardProxyBase is now required

## 8.0.0 (2024-01-15)

### Features Added

  - Model AzureVmWorkloadSAPHanaDBInstanceProtectedItem has a new parameter vault_id
  - Model BackupStatusResponse has a new parameter acquire_storage_account_lock
  - Model BackupStatusResponse has a new parameter protected_items_count

### Breaking Changes

  - Renamed operation ProtectionContainersOperations.register to ProtectionContainersOperations.begin_register

## 7.0.0 (2023-09-18)

### Features Added

  - Added operation RecoveryPointsCrrOperations.get
  - Model AzureVmWorkloadProtectableItem has a new parameter is_protectable
  - Model AzureVmWorkloadSAPAseSystemProtectableItem has a new parameter is_protectable
  - Model AzureVmWorkloadSAPHanaDBInstance has a new parameter is_protectable
  - Model AzureVmWorkloadSAPHanaDBInstanceProtectedItem has a new parameter nodes_list
  - Model AzureVmWorkloadSAPHanaDBInstanceProtectedItem has a new parameter soft_delete_retention_period_in_days
  - Model AzureVmWorkloadSAPHanaDatabaseProtectableItem has a new parameter is_protectable
  - Model AzureVmWorkloadSAPHanaHSRProtectableItem has a new parameter is_protectable
  - Model AzureVmWorkloadSAPHanaSystemProtectableItem has a new parameter is_protectable
  - Model AzureVmWorkloadSQLAvailabilityGroupProtectableItem has a new parameter is_protectable
  - Model AzureVmWorkloadSQLAvailabilityGroupProtectableItem has a new parameter nodes_list
  - Model AzureVmWorkloadSQLDatabaseProtectableItem has a new parameter is_protectable
  - Model AzureVmWorkloadSQLInstanceProtectableItem has a new parameter is_protectable
  - Model BackupResourceVaultConfig has a new parameter soft_delete_retention_period_in_days
  - Model DistributedNodesInfo has a new parameter source_resource_id
  - Model InquiryValidation has a new parameter protectable_item_count

### Breaking Changes

  - Model AzureVmWorkloadSAPHanaDBInstanceProtectedItem no longer has parameter soft_delete_retention_period

## 6.0.0 (2023-05-04)

### Features Added

  - Model PrivateEndpointConnection has a new parameter group_ids
  - Model PrivateLinkServiceConnectionState has a new parameter actions_required

### Breaking Changes

  - Model PrivateLinkServiceConnectionState no longer has parameter action_required

## 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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Azure/azure-sdk-for-python",
    "name": "azure-mgmt-recoveryservicesbackup",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "azure, azure sdk",
    "author": "Microsoft Corporation",
    "author_email": "azpysdkhelp@microsoft.com",
    "download_url": "https://files.pythonhosted.org/packages/d1/10/e3d49f12842a84de410f8ed9831d6dcf6ee04e993f79fe4eb33adf1a9265/azure-mgmt-recoveryservicesbackup-9.1.0.tar.gz",
    "platform": null,
    "description": "# Microsoft Azure SDK for Python\n\nThis is the Microsoft Azure Recovery Services Backup Management Client Library.\nThis package has been tested with Python 3.8+.\nFor a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).\n\n## _Disclaimer_\n\n_Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_\n\n## Getting started\n\n### Prerequisites\n\n- Python 3.8+ is required to use this package.\n- [Azure subscription](https://azure.microsoft.com/free/)\n\n### Install the package\n\n```bash\npip install azure-mgmt-recoveryservicesbackup\npip install azure-identity\n```\n\n### Authentication\n\nBy default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.\n\n- `AZURE_CLIENT_ID` for Azure client ID.\n- `AZURE_TENANT_ID` for Azure tenant ID.\n- `AZURE_CLIENT_SECRET` for Azure client secret.\n\nIn addition, Azure subscription ID can be configured via environment variable `AZURE_SUBSCRIPTION_ID`.\n\nWith above configuration, client can be authenticated by following code:\n\n```python\nfrom azure.identity import DefaultAzureCredential\nfrom azure.mgmt.recoveryservicesbackup.activestamp import RecoveryServicesBackupClient\nimport os\n\nsub_id = os.getenv(\"AZURE_SUBSCRIPTION_ID\")\nclient = RecoveryServicesBackupClient(credential=DefaultAzureCredential(), subscription_id=sub_id)\n```\n\n## Examples\n\nCode samples for this package can be found at:\n- [Search 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\n- [Azure Python Mgmt SDK Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)\n\n\n## Troubleshooting\n\n## Next steps\n\n## Provide Feedback\n\nIf you encounter any bugs or have suggestions, please file an issue in the\n[Issues](https://github.com/Azure/azure-sdk-for-python/issues)\nsection of the project. \n\n\n# Release History\n\n## 9.1.0 (2024-04-22)\n\n### Features Added\n\n  - Model AzureIaaSVMProtectionPolicy has a new parameter snapshot_consistency_type\n  - Model AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest has a new parameter resource_guard_operation_requests\n  - Model AzureWorkloadSAPHanaRestoreWithRehydrateRequest has a new parameter resource_guard_operation_requests\n  - Model AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest has a new parameter resource_guard_operation_requests\n  - Model AzureWorkloadSQLRestoreWithRehydrateRequest has a new parameter resource_guard_operation_requests\n  - Model IaasVMRestoreWithRehydrationRequest has a new parameter resource_guard_operation_requests\n  - Operation BackupResourceVaultConfigsOperations.put has a new optional parameter x_ms_authorization_auxiliary\n  - Operation BackupResourceVaultConfigsOperations.update has a new optional parameter x_ms_authorization_auxiliary\n  - Operation ProtectedItemsOperations.create_or_update has a new optional parameter x_ms_authorization_auxiliary\n  - Operation ProtectionPoliciesOperations.create_or_update has a new optional parameter x_ms_authorization_auxiliary\n  - Operation RestoresOperations.begin_trigger has a new optional parameter x_ms_authorization_auxiliary\n  - Operation SecurityPINsOperations.get has a new optional parameter x_ms_authorization_auxiliary\n\n## 9.0.0 (2024-01-24)\n\n### Features Added\n\n  - Added operation group FetchTieringCostOperations\n  - Added operation group GetTieringCostOperationResultOperations\n  - Added operation group TieringCostOperationStatusOperations\n  - Model AzureFileShareProtectionPolicy has a new parameter vault_retention_policy\n  - Model AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest has a new parameter snapshot_restore_parameters\n  - Model AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest has a new parameter target_resource_group_name\n  - Model AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest has a new parameter user_assigned_managed_identity_details\n  - Model AzureWorkloadSAPHanaRestoreWithRehydrateRequest has a new parameter snapshot_restore_parameters\n  - Model AzureWorkloadSAPHanaRestoreWithRehydrateRequest has a new parameter target_resource_group_name\n  - Model AzureWorkloadSAPHanaRestoreWithRehydrateRequest has a new parameter user_assigned_managed_identity_details\n  - Model AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest has a new parameter snapshot_restore_parameters\n  - Model AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest has a new parameter target_resource_group_name\n  - Model AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest has a new parameter user_assigned_managed_identity_details\n  - Model AzureWorkloadSQLRestoreWithRehydrateRequest has a new parameter snapshot_restore_parameters\n  - Model AzureWorkloadSQLRestoreWithRehydrateRequest has a new parameter target_resource_group_name\n  - Model AzureWorkloadSQLRestoreWithRehydrateRequest has a new parameter user_assigned_managed_identity_details\n  - Model SubProtectionPolicy has a new parameter snapshot_backup_additional_details\n\n### Breaking Changes\n\n  - Parameter resource_guard_resource_id of model ResourceGuardProxyBase is now required\n\n## 8.0.0 (2024-01-15)\n\n### Features Added\n\n  - Model AzureVmWorkloadSAPHanaDBInstanceProtectedItem has a new parameter vault_id\n  - Model BackupStatusResponse has a new parameter acquire_storage_account_lock\n  - Model BackupStatusResponse has a new parameter protected_items_count\n\n### Breaking Changes\n\n  - Renamed operation ProtectionContainersOperations.register to ProtectionContainersOperations.begin_register\n\n## 7.0.0 (2023-09-18)\n\n### Features Added\n\n  - Added operation RecoveryPointsCrrOperations.get\n  - Model AzureVmWorkloadProtectableItem has a new parameter is_protectable\n  - Model AzureVmWorkloadSAPAseSystemProtectableItem has a new parameter is_protectable\n  - Model AzureVmWorkloadSAPHanaDBInstance has a new parameter is_protectable\n  - Model AzureVmWorkloadSAPHanaDBInstanceProtectedItem has a new parameter nodes_list\n  - Model AzureVmWorkloadSAPHanaDBInstanceProtectedItem has a new parameter soft_delete_retention_period_in_days\n  - Model AzureVmWorkloadSAPHanaDatabaseProtectableItem has a new parameter is_protectable\n  - Model AzureVmWorkloadSAPHanaHSRProtectableItem has a new parameter is_protectable\n  - Model AzureVmWorkloadSAPHanaSystemProtectableItem has a new parameter is_protectable\n  - Model AzureVmWorkloadSQLAvailabilityGroupProtectableItem has a new parameter is_protectable\n  - Model AzureVmWorkloadSQLAvailabilityGroupProtectableItem has a new parameter nodes_list\n  - Model AzureVmWorkloadSQLDatabaseProtectableItem has a new parameter is_protectable\n  - Model AzureVmWorkloadSQLInstanceProtectableItem has a new parameter is_protectable\n  - Model BackupResourceVaultConfig has a new parameter soft_delete_retention_period_in_days\n  - Model DistributedNodesInfo has a new parameter source_resource_id\n  - Model InquiryValidation has a new parameter protectable_item_count\n\n### Breaking Changes\n\n  - Model AzureVmWorkloadSAPHanaDBInstanceProtectedItem no longer has parameter soft_delete_retention_period\n\n## 6.0.0 (2023-05-04)\n\n### Features Added\n\n  - Model PrivateEndpointConnection has a new parameter group_ids\n  - Model PrivateLinkServiceConnectionState has a new parameter actions_required\n\n### Breaking Changes\n\n  - Model PrivateLinkServiceConnectionState no longer has parameter action_required\n\n## 5.2.0 (2023-03-20)\n\n### Features Added\n\n  - Model BMSRPQueryObject has a new parameter include_soft_deleted_rp\n  - Model IaasVMRecoveryPoint has a new parameter is_private_access_enabled_on_any_disk\n  - Model IaasVMRecoveryPoint has a new parameter security_type\n  - Model IaasVMRestoreRequest has a new parameter extended_location\n  - Model IaasVMRestoreRequest has a new parameter secured_vm_details\n  - Model IaasVMRestoreRequest has a new parameter target_disk_network_access_settings\n  - Model IaasVMRestoreWithRehydrationRequest has a new parameter extended_location\n  - Model IaasVMRestoreWithRehydrationRequest has a new parameter secured_vm_details\n  - Model IaasVMRestoreWithRehydrationRequest has a new parameter target_disk_network_access_settings\n  - Model RecoveryPointProperties has a new parameter is_soft_deleted\n\n## 5.1.0 (2023-01-30)\n\n### Features Added\n\n  - Added operation group DeletedProtectionContainersOperations\n  - Model AzureIaaSVMProtectionPolicy has a new parameter tiering_policy\n  - Model SubProtectionPolicy has a new parameter tiering_policy\n\n## 5.1.0b3 (2023-01-03)\n\n### Other Changes\n\n  - Added generated samples in github repo\n  - Drop support for python<3.7.0\n\n## 5.1.0b2 (2022-10-19)\n\n### Features Added\n\n  - Added operation group DeletedProtectionContainersOperations\n  - Model AzureVmWorkloadSAPHanaDBInstanceProtectedItem has a new parameter soft_delete_retention_period\n\n## 5.1.0b1 (2022-08-29)\n\n### Features Added\n\n  - Model AzureIaaSVMProtectionPolicy has a new parameter tiering_policy\n  - Model SubProtectionPolicy has a new parameter tiering_policy\n\n## 5.0.0 (2022-05-16)\n\n**Breaking changes**\n\n  - Model AzureIaaSVMProtectionPolicy no longer has parameter tiering_policy\n  - Model SubProtectionPolicy no longer has parameter tiering_policy\n  - Operation ResourceGuardProxyOperations.put has a new parameter parameters\n\n## 4.2.0 (2022-05-07)\n\n**Features**\n\n  - Model AzureIaaSVMProtectionPolicy has a new parameter tiering_policy\n  - Model SubProtectionPolicy has a new parameter tiering_policy\n\n## 4.1.1 (2022-02-18)\n\n**Bug Fixes**\n\n  - Fix multi-page paging  #23089\n\n## 4.1.0 (2022-02-15)\n\n**Features**\n\n  - Model AzureIaaSVMProtectionPolicy has a new parameter policy_type\n\n## 4.0.0 (2021-12-21)\n\n**Breaking changes**\n\n  - namespace splitted from `azure.mgmt.recoveryservicesbackup` to `azure.mgmt.recoveryservicesbackup.activestamp` and `azure.mgmt.recoveryservicesbackup.passivestamp`\n\n## 3.0.0 (2021-10-19)\n\n**Features**\n\n  - Model GenericProtectedItem has a new parameter resource_guard_operation_requests\n  - Model AzureSqlProtectedItem has a new parameter resource_guard_operation_requests\n  - Model AzureFileshareProtectedItem has a new parameter resource_guard_operation_requests\n  - Model AzureIaaSVMProtectionPolicy has a new parameter resource_guard_operation_requests\n  - Model BackupResourceVaultConfig has a new parameter resource_guard_operation_requests\n  - Model AzureIaaSVMProtectedItem has a new parameter resource_guard_operation_requests\n  - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter resource_guard_operation_requests\n  - Model AzureFileShareProtectionPolicy has a new parameter resource_guard_operation_requests\n  - Model DPMProtectedItem has a new parameter resource_guard_operation_requests\n  - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter resource_guard_operation_requests\n  - Model ProtectedItem has a new parameter resource_guard_operation_requests\n  - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new parameter resource_guard_operation_requests\n  - Model AzureVmWorkloadProtectionPolicy has a new parameter resource_guard_operation_requests\n  - Model AzureIaaSComputeVMProtectedItem has a new parameter resource_guard_operation_requests\n  - Model AzureFileshareProtectedItemAutoGenerated has a new parameter resource_guard_operation_requests\n  - Model MabProtectionPolicy has a new parameter resource_guard_operation_requests\n  - Model MabFileFolderProtectedItem has a new parameter resource_guard_operation_requests\n  - Model GenericProtectionPolicy has a new parameter resource_guard_operation_requests\n  - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter resource_guard_operation_requests\n  - Model AzureSqlProtectionPolicy has a new parameter resource_guard_operation_requests\n  - Model ProtectionPolicy has a new parameter resource_guard_operation_requests\n  - Model AzureVmWorkloadProtectedItem has a new parameter resource_guard_operation_requests\n  - Added operation group ResourceGuardProxyOperations\n  - Added operation group BackupResourceStorageConfigsNonCRROperations\n  - Added operation group ResourceGuardProxiesOperations\n\n**Breaking changes**\n\n  - Operation SecurityPINsOperations.get has a new signature\n\n## 2.0.0 (2021-07-26)\n\n**Features**\n\n  - Model IaasVMRestoreRequest has a new parameter identity_info\n  - Model IaasVMRestoreWithRehydrationRequest has a new parameter identity_info\n\n**Breaking changes**\n\n  - Removed operation group BackupResourceStorageConfigsNonCRROperations\n\n## 1.1.0 (2021-07-22)\n\n**Features**\n\n  - Model AzureWorkloadPointInTimeRestoreRequest has a new parameter target_virtual_machine_id\n  - Model AzureWorkloadSAPHanaPointInTimeRestoreRequest has a new parameter target_virtual_machine_id\n  - Model AzureWorkloadSQLRestoreWithRehydrateRequest has a new parameter target_virtual_machine_id\n  - Model AzureWorkloadSQLPointInTimeRestoreRequest has a new parameter target_virtual_machine_id\n  - Model AzureWorkloadSQLRestoreRequest has a new parameter target_virtual_machine_id\n  - Model AzureWorkloadSAPHanaRestoreWithRehydrateRequest has a new parameter target_virtual_machine_id\n  - Model AzureWorkloadSAPHanaRestoreRequest has a new parameter target_virtual_machine_id\n  - Model AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest has a new parameter target_virtual_machine_id\n  - Model AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest has a new parameter target_virtual_machine_id\n  - Model AzureWorkloadRestoreRequest has a new parameter target_virtual_machine_id\n  - Added operation group BackupResourceStorageConfigsNonCRROperations\n\n## 1.0.0 (2021-05-26)\n\n**Features**\n\n  - Added operation group BackupUsageSummariesCRROperations\n\n**Breaking changes**\n\n  - Model AzureWorkloadSAPHanaPointInTimeRestoreRequest no longer has parameter target_virtual_machine_id\n  - Model AzureWorkloadSAPHanaRestoreWithRehydrateRequest no longer has parameter target_virtual_machine_id\n  - Model AzureWorkloadSQLRestoreWithRehydrateRequest no longer has parameter target_virtual_machine_id\n  - Model AzureWorkloadRestoreRequest no longer has parameter target_virtual_machine_id\n  - Model AzureWorkloadSAPHanaRestoreRequest no longer has parameter target_virtual_machine_id\n  - Model AzureWorkloadSQLPointInTimeRestoreRequest no longer has parameter target_virtual_machine_id\n  - Model AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest no longer has parameter target_virtual_machine_id\n  - Model AzureWorkloadSQLRestoreRequest no longer has parameter target_virtual_machine_id\n  - Model AzureWorkloadPointInTimeRestoreRequest no longer has parameter target_virtual_machine_id\n  - Model AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest no longer has parameter target_virtual_machine_id\n\n## 1.0.0b1 (2021-05-14)\n\nThis is beta preview version.\n\nThis version uses a next-generation code generator that introduces important breaking changes, but also important new features (like unified authentication and async programming).\n\n**General breaking changes**\n\n- Credential system has been completly revamped:\n\n  - `azure.common.credentials` or `msrestazure.azure_active_directory` instances are no longer supported, use the `azure-identity` classes instead: https://pypi.org/project/azure-identity/\n  - `credentials` parameter has been renamed `credential`\n\n- The `config` attribute no longer exists on a client, configuration should be passed as kwarg. Example: `MyClient(credential, subscription_id, enable_logging=True)`. For a complete set of\n  supported options, see the [parameters accept in init documentation of azure-core](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#available-policies)\n- You can't import a `version` module anymore, use `__version__` instead\n- Operations that used to return a `msrest.polling.LROPoller` now returns a `azure.core.polling.LROPoller` and are prefixed with `begin_`.\n- Exceptions tree have been simplified and most exceptions are now `azure.core.exceptions.HttpResponseError` (`CloudError` has been removed).\n- Most of the operation kwarg have changed. Some of the most noticeable:\n\n  - `raw` has been removed. Equivalent feature can be found using `cls`, a callback that will give access to internal HTTP response for advanced user\n  - For a complete set of\n  supported options, see the [parameters accept in Request documentation of azure-core](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#available-policies)\n\n**General new features**\n\n- Type annotations support using `typing`. SDKs are mypy ready.\n- This client has now stable and official support for async. Check the `aio` namespace of your package to find the async client.\n- This client now support natively tracing library like OpenCensus or OpenTelemetry. See this [tracing quickstart](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-core-tracing-opentelemetry) for an overview.\n\n## 0.11.0 (2020-12-28)\n\n**Features**\n\n  - Model IaasVMRecoveryPoint has a new parameter zones\n  - Model IaasVMRestoreRequest has a new parameter zones\n\n## 0.10.0 (2020-12-08)\n\n**Features**\n\n  - Model IaasVMRestoreRequest has a new parameter disk_encryption_set_id\n  - Model IaasVMRestoreRequest has a new parameter restore_with_managed_disks\n  - Model BackupResourceConfig has a new parameter cross_region_restore_flag\n  - Model AzureFileshareProtectedItem has a new parameter health_status\n  - Added operation RecoveryPointsOperations.get_access_token\n  - Added operation group AadPropertiesOperations\n  - Added operation group CrossRegionRestoreOperations\n  - Added operation group BackupCrrJobDetailsOperations\n  - Added operation group PrivateEndpointOperations\n  - Added operation group BackupCrrJobsOperations\n  - Added operation group RecoveryPointsCrrOperations\n  - Added operation group CrrOperationResultsOperations\n  - Added operation group CrrOperationStatusOperations\n  - Added operation group BackupProtectedItemsCrrOperations\n\n**Breaking changes**\n\n  - Removed operation RecoveryServicesBackupClientOperationsMixin.get_operation_status1\n\n## 0.9.0 (2020-12-07)\n\n**Features**\n\n  - Model AzureFileshareProtectedItem has a new parameter kpis_healths\n  - Model AzureIaaSVMProtectedItem has a new parameter kpis_healths\n  - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter kpis_healths\n  - Model AzureVmWorkloadProtectedItem has a new parameter kpis_healths\n  - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new parameter kpis_healths\n  - Model AzureIaaSComputeVMProtectedItem has a new parameter kpis_healths\n  - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter kpis_healths\n  - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter kpis_healths\n  - Added operation RecoveryServicesBackupClientOperationsMixin.bms_prepare_data_move\n  - Added operation RecoveryServicesBackupClientOperationsMixin.bms_trigger_data_move\n  - Added operation RecoveryServicesBackupClientOperationsMixin.get_operation_status1\n  - Added operation group BackupResourceEncryptionConfigsOperations\n  - Added operation group BMSPrepareDataMoveOperationResultOperations\n\n**Breaking changes**\n\n  - Model AzureFileshareProtectedItem no longer has parameter health_status\n  - Model AzureFileshareProtectedItem no longer has parameter health_details\n  - Model AzureVmWorkloadProtectedItem no longer has parameter health_status\n  - Model AzureVmWorkloadProtectedItem no longer has parameter health_details\n  - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem no longer has parameter health_status\n  - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem no longer has parameter health_details\n  - Model AzureVmWorkloadSAPAseDatabaseProtectedItem no longer has parameter health_status\n  - Model AzureVmWorkloadSAPAseDatabaseProtectedItem no longer has parameter health_details\n  - Model AzureVmWorkloadSQLDatabaseProtectedItem no longer has parameter health_status\n  - Model AzureVmWorkloadSQLDatabaseProtectedItem no longer has parameter health_details\n\n## 0.8.0 (2020-06-05)\n\n**Features**\n\n  - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new parameter health_details\n  - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new parameter health_status\n  - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter health_details\n  - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter health_status\n  - Model AzureFileshareProtectedItem has a new parameter health_details\n  - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter health_details\n  - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter health_status\n  - Model AzureVmWorkloadProtectedItem has a new parameter health_details\n  - Model AzureVmWorkloadProtectedItem has a new parameter health_status\n\n## 0.7.0 (2020-03-24)\n\n**Features**\n\n  - Added operation BackupResourceVaultConfigsOperations.put\n  - Added operation group RecoveryServicesBackupClientOperationsMixin\n  - Added operation group PrivateEndpointConnectionOperations\n\n## 0.6.0 (2020-01-14)\n\n**Features**\n\n  - Model TargetRestoreInfo has a new parameter\n    target_directory_for_file_restore\n  - Model AzureIaaSVMProtectionPolicy has a new parameter\n    instant_rp_details\n\n## 0.5.0 (2019-11-21)\n\n**Features**\n\n  - Model AzureVmWorkloadProtectedItem has a new parameter\n    deferred_delete_time_remaining\n  - Model AzureVmWorkloadProtectedItem has a new parameter\n    is_deferred_delete_schedule_upcoming\n  - Model AzureVmWorkloadProtectedItem has a new parameter is_rehydrate\n  - Model AzureVmWorkloadProtectedItem has a new parameter\n    deferred_delete_time_in_utc\n  - Model AzureVmWorkloadProtectedItem has a new parameter\n    is_scheduled_for_deferred_delete\n  - Model AzureFileshareProtectedItemExtendedInfo has a new parameter\n    resource_state\n  - Model AzureFileshareProtectedItemExtendedInfo has a new parameter\n    resource_state_sync_time\n  - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter\n    deferred_delete_time_remaining\n  - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter\n    is_deferred_delete_schedule_upcoming\n  - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter\n    extended_properties\n  - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter\n    is_rehydrate\n  - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter\n    deferred_delete_time_in_utc\n  - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter\n    is_scheduled_for_deferred_delete\n  - Model AzureWorkloadSAPHanaPointInTimeRestoreRequest has a new\n    parameter recovery_mode\n  - Model AzureVmWorkloadProtectionPolicy has a new parameter\n    make_policy_consistent\n  - Model AzureIaaSVMProtectedItem has a new parameter\n    deferred_delete_time_remaining\n  - Model AzureIaaSVMProtectedItem has a new parameter\n    is_deferred_delete_schedule_upcoming\n  - Model AzureIaaSVMProtectedItem has a new parameter\n    extended_properties\n  - Model AzureIaaSVMProtectedItem has a new parameter is_rehydrate\n  - Model AzureIaaSVMProtectedItem has a new parameter\n    deferred_delete_time_in_utc\n  - Model AzureIaaSVMProtectedItem has a new parameter\n    is_scheduled_for_deferred_delete\n  - Model DPMProtectedItem has a new parameter\n    deferred_delete_time_in_utc\n  - Model DPMProtectedItem has a new parameter is_rehydrate\n  - Model DPMProtectedItem has a new parameter\n    deferred_delete_time_remaining\n  - Model DPMProtectedItem has a new parameter\n    is_deferred_delete_schedule_upcoming\n  - Model AzureWorkloadRestoreRequest has a new parameter recovery_mode\n  - Model AzureWorkloadSAPHanaRestoreRequest has a new parameter\n    recovery_mode\n  - Model ProtectedItem has a new parameter\n    deferred_delete_time_remaining\n  - Model ProtectedItem has a new parameter\n    is_deferred_delete_schedule_upcoming\n  - Model ProtectedItem has a new parameter is_rehydrate\n  - Model ProtectedItem has a new parameter\n    deferred_delete_time_in_utc\n  - Model ProtectedItem has a new parameter\n    is_scheduled_for_deferred_delete\n  - Model AzureWorkloadSQLRestoreRequest has a new parameter\n    recovery_mode\n  - Model InquiryValidation has a new parameter additional_detail\n  - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter\n    deferred_delete_time_remaining\n  - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter\n    is_deferred_delete_schedule_upcoming\n  - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter\n    is_rehydrate\n  - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter\n    deferred_delete_time_in_utc\n  - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter\n    is_scheduled_for_deferred_delete\n  - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter\n    deferred_delete_time_remaining\n  - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter\n    is_deferred_delete_schedule_upcoming\n  - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter\n    is_rehydrate\n  - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter\n    deferred_delete_time_in_utc\n  - Model AzureVmWorkloadSAPAseDatabaseProtectedItem has a new parameter\n    is_scheduled_for_deferred_delete\n  - Model AzureWorkloadSQLPointInTimeRestoreRequest has a new parameter\n    recovery_mode\n  - Model AzureIaaSComputeVMProtectedItem has a new parameter\n    deferred_delete_time_remaining\n  - Model AzureIaaSComputeVMProtectedItem has a new parameter\n    is_deferred_delete_schedule_upcoming\n  - Model AzureIaaSComputeVMProtectedItem has a new parameter\n    extended_properties\n  - Model AzureIaaSComputeVMProtectedItem has a new parameter\n    is_rehydrate\n  - Model AzureIaaSComputeVMProtectedItem has a new parameter\n    deferred_delete_time_in_utc\n  - Model AzureIaaSComputeVMProtectedItem has a new parameter\n    is_scheduled_for_deferred_delete\n  - Model IaasVMRestoreRequest has a new parameter\n    restore_disk_lun_list\n  - Model AzureFileShareRecoveryPoint has a new parameter\n    recovery_point_size_in_gb\n  - Model BackupResourceVaultConfig has a new parameter\n    soft_delete_feature_state\n  - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new\n    parameter deferred_delete_time_remaining\n  - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new\n    parameter is_deferred_delete_schedule_upcoming\n  - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new\n    parameter is_rehydrate\n  - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new\n    parameter deferred_delete_time_in_utc\n  - Model AzureVmWorkloadSAPHanaDatabaseProtectedItem has a new\n    parameter is_scheduled_for_deferred_delete\n  - Model MabFileFolderProtectedItem has a new parameter\n    last_backup_time\n  - Model MabFileFolderProtectedItem has a new parameter\n    deferred_delete_time_remaining\n  - Model MabFileFolderProtectedItem has a new parameter\n    is_deferred_delete_schedule_upcoming\n  - Model MabFileFolderProtectedItem has a new parameter is_rehydrate\n  - Model MabFileFolderProtectedItem has a new parameter\n    deferred_delete_time_in_utc\n  - Model IaasVMRecoveryPoint has a new parameter\n    recovery_point_disk_configuration\n  - Model GenericProtectedItem has a new parameter\n    deferred_delete_time_remaining\n  - Model GenericProtectedItem has a new parameter\n    is_deferred_delete_schedule_upcoming\n  - Model GenericProtectedItem has a new parameter is_rehydrate\n  - Model GenericProtectedItem has a new parameter\n    deferred_delete_time_in_utc\n  - Model GenericProtectedItem has a new parameter\n    is_scheduled_for_deferred_delete\n  - Model AzureWorkloadPointInTimeRestoreRequest has a new parameter\n    recovery_mode\n  - Model ExportJobsOperationResultInfo has a new parameter\n    excel_file_blob_sas_key\n  - Model ExportJobsOperationResultInfo has a new parameter\n    excel_file_blob_url\n  - Model AzureFileshareProtectedItem has a new parameter\n    deferred_delete_time_remaining\n  - Model AzureFileshareProtectedItem has a new parameter\n    is_deferred_delete_schedule_upcoming\n  - Model AzureFileshareProtectedItem has a new parameter is_rehydrate\n  - Model AzureFileshareProtectedItem has a new parameter\n    deferred_delete_time_in_utc\n  - Model AzureFileshareProtectedItem has a new parameter\n    is_scheduled_for_deferred_delete\n  - Model AzureSqlProtectedItem has a new parameter\n    deferred_delete_time_remaining\n  - Model AzureSqlProtectedItem has a new parameter\n    is_deferred_delete_schedule_upcoming\n  - Model AzureSqlProtectedItem has a new parameter is_rehydrate\n  - Model AzureSqlProtectedItem has a new parameter\n    deferred_delete_time_in_utc\n  - Model AzureSqlProtectedItem has a new parameter\n    is_scheduled_for_deferred_delete\n\n**General Breaking changes**\n\nThis version uses a next-generation code generator that might introduce\nbreaking changes if from some import. In summary, some modules were\nincorrectly visible/importable and have been renamed. This fixed several\nissues caused by usage of classes that were not supposed to be used in\nthe first place. RecoveryServicesBackupClient cannot be imported from\nazure.mgmt.recoveryservicesbackup.recovery_services_backup_client\nanymore (import from azure.mgmt.recoveryservicesbackup works like\nbefore) RecoveryServicesBackupClientConfiguration import has been moved\nfrom\nazure.mgmt.recoveryservicesbackup.recovery_services_backup_client to\nazure.mgmt.recoveryservicesbackup A model MyClass from a \"models\"\nsub-module cannot be imported anymore using\nazure.mgmt.recoveryservicesbackup.models.my_class (import from\nazure.mgmt.recoveryservicesbackup.models works like before) An operation\nclass MyClassOperations from an operations sub-module cannot be imported\nanymore using\nazure.mgmt.recoveryservicesbackup.operations.my_class_operations\n(import from azure.mgmt.recoveryservicesbackup.operations works like\nbefore) Last but not least, HTTP connection pooling is now enabled by\ndefault. You should always use a client as a context manager, or call\nclose(), or use no more than one client per process.\n\n## 0.4.0 (2019-05-21)\n\n**Features**\n\n  - Model AzureWorkloadRestoreRequest has a new parameter target_info\n  - Model AzureVmWorkloadSAPHanaDatabaseProtectableItem has a new\n    parameter is_auto_protected\n  - Model AzureVmWorkloadSAPHanaSystemProtectableItem has a new\n    parameter is_auto_protected\n  - Model AzureIaaSVMJobTaskDetails has a new parameter\n    task_execution_details\n  - Model AzureWorkloadContainer has a new parameter operation_type\n  - Model AzureVmWorkloadSQLInstanceProtectableItem has a new parameter\n    is_auto_protected\n  - Model AzureIaaSVMJobExtendedInfo has a new parameter\n    estimated_remaining_duration\n  - Model AzureVmWorkloadSQLAvailabilityGroupProtectableItem has a new\n    parameter is_auto_protected\n  - Model AzureVmWorkloadProtectableItem has a new parameter\n    is_auto_protected\n  - Model AzureVMAppContainerProtectionContainer has a new parameter\n    operation_type\n  - Model AzureSQLAGWorkloadContainerProtectionContainer has a new\n    parameter operation_type\n  - Model AzureVmWorkloadSQLDatabaseProtectableItem has a new parameter\n    is_auto_protected\n  - Added operation BackupResourceStorageConfigsOperations.patch\n  - Added operation ProtectionIntentOperations.delete\n  - Added operation ProtectionIntentOperations.get\n  - Added operation group BackupProtectionIntentOperations\n  - Added operation group OperationOperations\n\n## 0.3.0 (2018-06-27)\n\n**Features**\n\n  - SAP HANA contract changes (new filters added to existing API's.).\n    This feature is still in development phase and not open for usage\n    yet.\n  - Instant RP field added in create policy.\n  - Comments added for some contracts.\n\n**Python details**\n\n  - Model DPMProtectedItem has a new parameter create_mode\n  - Model MabFileFolderProtectedItem has a new parameter create_mode\n  - Model AzureIaaSClassicComputeVMProtectedItem has a new parameter\n    create_mode\n  - Model AzureWorkloadContainer has a new parameter workload_type\n  - Model AzureIaaSVMProtectionPolicy has a new parameter\n    instant_rp_retention_range_in_days\n  - Model AzureFileshareProtectedItem has a new parameter create_mode\n  - Model AzureSQLAGWorkloadContainerProtectionContainer has a new\n    parameter workload_type\n  - Model AzureSqlProtectedItem has a new parameter create_mode\n  - Model AzureIaaSVMJobExtendedInfo has a new parameter\n    internal_property_bag\n  - Model KeyAndSecretDetails has a new parameter encryption_mechanism\n  - Model AzureIaaSVMProtectedItem has a new parameter create_mode\n  - Model AzureVMAppContainerProtectionContainer has a new parameter\n    workload_type\n  - Model AzureVmWorkloadSQLDatabaseProtectedItem has a new parameter\n    create_mode\n  - Model IaasVMRecoveryPoint has a new parameter os_type\n  - Model ProtectionPolicyQueryObject has a new parameter workload_type\n  - Model AzureIaaSComputeVMProtectedItem has a new parameter\n    create_mode\n  - Model Settings has a new parameter is_compression\n  - Model GenericProtectedItem has a new parameter create_mode\n  - Model AzureWorkloadJob has a new parameter workload_type\n  - Model ProtectedItem has a new parameter create_mode\n  - Operation ProtectionContainersOperations.inquire has a new \"filter\"\n    parameter\n\n## 0.2.0 (2018-05-25)\n\n**Features**\n\n  - Client class can be used as a context manager to keep the underlying\n    HTTP session open for performance\n\n**General Breaking changes**\n\nThis version uses a next-generation code generator that *might*\nintroduce breaking changes.\n\n  - Model signatures now use only keyword-argument syntax. All\n    positional arguments must be re-written as keyword-arguments. To\n    keep auto-completion in most cases, models are now generated for\n    Python 2 and Python 3. Python 3 uses the \"*\" syntax for\n    keyword-only arguments.\n  - Enum types now use the \"str\" mixin (class AzureEnum(str, Enum)) to\n    improve the behavior when unrecognized enum values are encountered.\n    While this is not a breaking change, the distinctions are important,\n    and are documented here:\n    <https://docs.python.org/3/library/enum.html#others> At a glance:\n      - \"is\" should not be used at all.\n      - \"format\" will return the string value, where \"%s\" string\n        formatting will return `NameOfEnum.stringvalue`. Format syntax\n        should be prefered.\n  - New Long Running Operation:\n      - Return type changes from\n        `msrestazure.azure_operation.AzureOperationPoller` to\n        `msrest.polling.LROPoller`. External API is the same.\n      - Return type is now **always** a `msrest.polling.LROPoller`,\n        regardless of the optional parameters used.\n      - The behavior has changed when using `raw=True`. Instead of\n        returning the initial call result as `ClientRawResponse`,\n        without polling, now this returns an LROPoller. After polling,\n        the final resource will be returned as a `ClientRawResponse`.\n      - New `polling` parameter. The default behavior is\n        `Polling=True` which will poll using ARM algorithm. When\n        `Polling=False`, the response of the initial call will be\n        returned without polling.\n      - `polling` parameter accepts instances of subclasses of\n        `msrest.polling.PollingMethod`.\n      - `add_done_callback` will no longer raise if called after\n        polling is finished, but will instead execute the callback right\n        away.\n\n**Bugfixes**\n\n  - Compatibility of the sdist with wheel 0.31.0\n\n## 0.1.2 (2019-03-12)\n\n  - Updating permissible versions of the msrestazure package to unblock\n    [Azure/azure-cli#6973](https://github.com/Azure/azure-cli/issues/6973).\n\n## 0.1.1 (2017-08-09)\n\n**Bug fixes**\n\n  - Fix duration parsing (#1214)\n\n## 0.1.0 (2017-06-05)\n\n  - Initial Release\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Microsoft Azure Recovery Services Backup Management Client Library for Python",
    "version": "9.1.0",
    "project_urls": {
        "Homepage": "https://github.com/Azure/azure-sdk-for-python"
    },
    "split_keywords": [
        "azure",
        " azure sdk"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "41bc20a928d3bc3c8b05c05f64da37c5e7868bba5abaf5d3883565e1829f2380",
                "md5": "d1a5ccb9e93f4da7165532d94c4e9be7",
                "sha256": "11fbbe249b16a506973cbae2c47e0c7ad20b12e88fbb7a08c0d0236daeb57671"
            },
            "downloads": -1,
            "filename": "azure_mgmt_recoveryservicesbackup-9.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d1a5ccb9e93f4da7165532d94c4e9be7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 570868,
            "upload_time": "2024-04-22T06:40:10",
            "upload_time_iso_8601": "2024-04-22T06:40:10.158656Z",
            "url": "https://files.pythonhosted.org/packages/41/bc/20a928d3bc3c8b05c05f64da37c5e7868bba5abaf5d3883565e1829f2380/azure_mgmt_recoveryservicesbackup-9.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d110e3d49f12842a84de410f8ed9831d6dcf6ee04e993f79fe4eb33adf1a9265",
                "md5": "d592fc8c2691b535d1d6b7c92656abb0",
                "sha256": "1e9fd406c0c9ee2627f5a371f012f877342f7fc6f33b2564fcd14d6f0663cd0f"
            },
            "downloads": -1,
            "filename": "azure-mgmt-recoveryservicesbackup-9.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d592fc8c2691b535d1d6b7c92656abb0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 311089,
            "upload_time": "2024-04-22T06:40:07",
            "upload_time_iso_8601": "2024-04-22T06:40:07.064578Z",
            "url": "https://files.pythonhosted.org/packages/d1/10/e3d49f12842a84de410f8ed9831d6dcf6ee04e993f79fe4eb33adf1a9265/azure-mgmt-recoveryservicesbackup-9.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-22 06:40:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Azure",
    "github_project": "azure-sdk-for-python",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "azure-mgmt-recoveryservicesbackup"
}
        
Elapsed time: 0.24333s