Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions sdk/dataprotection/azure-mgmt-dataprotection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Release History

## 2.1.0b1 (2026-04-01)

### Features Added

- Client `DataProtectionMgmtClient` added operation group `deleted_backup_vaults`
- Added model `AdlsBlobBackupDatasourceParametersForAutoProtection`
- Added model `BlobBackupAutoProtectionRule`
- Added model `BlobBackupAutoProtectionSettings`
- Added model `BlobBackupDatasourceParametersForAutoProtection`
- Added enum `BlobBackupPatternType`
- Added model `BlobBackupRuleBasedAutoProtectionSettings`
- Added enum `BlobBackupRuleMode`
- Added model `DeletedBackupVault`
- Added model `DeletedBackupVaultResource`
- Added model `ResourceDeletionInfo`
- Model `BackupVaultsOperations` added parameter `x_ms_deleted_vault_id` in method `begin_create_or_update`
- Added model `DeletedBackupVaultsOperations`

## 2.0.1 (2025-10-09)

### Bugs Fixed
Expand Down
9 changes: 6 additions & 3 deletions sdk/dataprotection/azure-mgmt-dataprotection/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"apiVersion": "2025-07-01",
"commit": "6ba5680f1a58735e8f4d64ddbf8965e750cff9ee",
"apiVersion": "2026-03-01",
"apiVersions": {
"Microsoft.DataProtection": "2026-03-01"
},
"commit": "32ab0a3f798fed9517cb4026e47144251ea9331e",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/dataprotection/resource-manager/Microsoft.DataProtection/DataProtection",
"emitterVersion": "0.50.0"
"emitterVersion": "0.61.2"
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"azure.mgmt.dataprotection.models.BackupDatasourceParameters": "Microsoft.DataProtection.BackupDatasourceParameters",
"azure.mgmt.dataprotection.models.BlobBackupDatasourceParameters": "Microsoft.DataProtection.BlobBackupDatasourceParameters",
"azure.mgmt.dataprotection.models.AdlsBlobBackupDatasourceParameters": "Microsoft.DataProtection.AdlsBlobBackupDatasourceParameters",
"azure.mgmt.dataprotection.models.AdlsBlobBackupDatasourceParametersForAutoProtection": "Microsoft.DataProtection.AdlsBlobBackupDatasourceParametersForAutoProtection",
"azure.mgmt.dataprotection.models.AuthCredentials": "Microsoft.DataProtection.AuthCredentials",
"azure.mgmt.dataprotection.models.AzureBackupRecoveryPoint": "Microsoft.DataProtection.AzureBackupRecoveryPoint",
"azure.mgmt.dataprotection.models.AzureBackupDiscreteRecoveryPoint": "Microsoft.DataProtection.AzureBackupDiscreteRecoveryPoint",
Expand Down Expand Up @@ -47,6 +48,10 @@
"azure.mgmt.dataprotection.models.BackupVaultResource": "Microsoft.DataProtection.BackupVaultResource",
"azure.mgmt.dataprotection.models.BaseBackupPolicyResource": "Microsoft.DataProtection.BaseBackupPolicyResource",
"azure.mgmt.dataprotection.models.BaseResourceProperties": "Microsoft.DataProtection.BaseResourceProperties",
"azure.mgmt.dataprotection.models.BlobBackupAutoProtectionRule": "Microsoft.DataProtection.BlobBackupAutoProtectionRule",
"azure.mgmt.dataprotection.models.BlobBackupAutoProtectionSettings": "Microsoft.DataProtection.BlobBackupAutoProtectionSettings",
"azure.mgmt.dataprotection.models.BlobBackupDatasourceParametersForAutoProtection": "Microsoft.DataProtection.BlobBackupDatasourceParametersForAutoProtection",
"azure.mgmt.dataprotection.models.BlobBackupRuleBasedAutoProtectionSettings": "Microsoft.DataProtection.BlobBackupRuleBasedAutoProtectionSettings",
"azure.mgmt.dataprotection.models.CheckNameAvailabilityRequest": "Microsoft.DataProtection.CheckNameAvailabilityRequest",
"azure.mgmt.dataprotection.models.CheckNameAvailabilityResult": "Microsoft.DataProtection.CheckNameAvailabilityResult",
"azure.mgmt.dataprotection.models.CloudError": "Microsoft.DataProtection.CloudError",
Expand All @@ -68,6 +73,8 @@
"azure.mgmt.dataprotection.models.DefaultResourceProperties": "Microsoft.DataProtection.DefaultResourceProperties",
"azure.mgmt.dataprotection.models.DeletedBackupInstance": "Microsoft.DataProtection.DeletedBackupInstance",
"azure.mgmt.dataprotection.models.DeletedBackupInstanceResource": "Microsoft.DataProtection.DeletedBackupInstanceResource",
"azure.mgmt.dataprotection.models.DeletedBackupVault": "Microsoft.DataProtection.DeletedBackupVault",
"azure.mgmt.dataprotection.models.DeletedBackupVaultResource": "Microsoft.DataProtection.DeletedBackupVaultResource",
"azure.mgmt.dataprotection.models.DeletionInfo": "Microsoft.DataProtection.DeletionInfo",
"azure.mgmt.dataprotection.models.DppBaseResource": "Microsoft.DataProtection.DppBaseResource",
"azure.mgmt.dataprotection.models.DppIdentityDetails": "Microsoft.DataProtection.DppIdentityDetails",
Expand Down Expand Up @@ -115,6 +122,7 @@
"azure.mgmt.dataprotection.models.ProtectionStatusDetails": "Microsoft.DataProtection.ProtectionStatusDetails",
"azure.mgmt.dataprotection.models.RangeBasedItemLevelRestoreCriteria": "Microsoft.DataProtection.RangeBasedItemLevelRestoreCriteria",
"azure.mgmt.dataprotection.models.RecoveryPointDataStoreDetails": "Microsoft.DataProtection.RecoveryPointDataStoreDetails",
"azure.mgmt.dataprotection.models.ResourceDeletionInfo": "Microsoft.DataProtection.ResourceDeletionInfo",
"azure.mgmt.dataprotection.models.ResourceGuard": "Microsoft.DataProtection.ResourceGuard",
"azure.mgmt.dataprotection.models.ResourceGuardOperation": "Microsoft.DataProtection.ResourceGuardOperation",
"azure.mgmt.dataprotection.models.ResourceGuardOperationDetail": "Microsoft.DataProtection.ResourceGuardOperationDetail",
Expand Down Expand Up @@ -158,6 +166,8 @@
"azure.mgmt.dataprotection.models.CreatedByType": "Azure.ResourceManager.CommonTypes.createdByType",
"azure.mgmt.dataprotection.models.ResourcePropertiesObjectType": "Microsoft.DataProtection.ResourcePropertiesObjectType",
"azure.mgmt.dataprotection.models.DataStoreTypes": "Microsoft.DataProtection.DataStoreTypes",
"azure.mgmt.dataprotection.models.BlobBackupRuleMode": "Microsoft.DataProtection.BlobBackupRuleMode",
"azure.mgmt.dataprotection.models.BlobBackupPatternType": "Microsoft.DataProtection.BlobBackupPatternType",
"azure.mgmt.dataprotection.models.AKSVolumeTypes": "Microsoft.DataProtection.AKSVolumeTypes",
"azure.mgmt.dataprotection.models.Status": "Microsoft.DataProtection.Status",
"azure.mgmt.dataprotection.models.CurrentProtectionState": "Microsoft.DataProtection.CurrentProtectionState",
Expand Down Expand Up @@ -233,6 +243,10 @@
"azure.mgmt.dataprotection.aio.operations.BackupInstancesOperations.begin_validate_cross_region_restore": "Microsoft.DataProtection.BackupInstancesOperationGroup.validateCrossRegionRestore",
"azure.mgmt.dataprotection.operations.BackupVaultOperationResultsOperations.get": "Microsoft.DataProtection.BackupVaultOperationResults.get",
"azure.mgmt.dataprotection.aio.operations.BackupVaultOperationResultsOperations.get": "Microsoft.DataProtection.BackupVaultOperationResults.get",
"azure.mgmt.dataprotection.operations.DeletedBackupVaultsOperations.get": "Microsoft.DataProtection.DeletedBackupVaults.get",
"azure.mgmt.dataprotection.aio.operations.DeletedBackupVaultsOperations.get": "Microsoft.DataProtection.DeletedBackupVaults.get",
"azure.mgmt.dataprotection.operations.DeletedBackupVaultsOperations.list_by_location": "Microsoft.DataProtection.DeletedBackupVaults.listByLocation",
"azure.mgmt.dataprotection.aio.operations.DeletedBackupVaultsOperations.list_by_location": "Microsoft.DataProtection.DeletedBackupVaults.listByLocation",
"azure.mgmt.dataprotection.operations.ResourceGuardsOperations.get_default_delete_resource_guard_proxy_requests_object": "Microsoft.DataProtection.ResourceGuards.getDefaultDeleteResourceGuardProxyRequestsObject",
"azure.mgmt.dataprotection.aio.operations.ResourceGuardsOperations.get_default_delete_resource_guard_proxy_requests_object": "Microsoft.DataProtection.ResourceGuards.getDefaultDeleteResourceGuardProxyRequestsObject",
"azure.mgmt.dataprotection.operations.ResourceGuardsOperations.get_delete_resource_guard_proxy_requests_objects": "Microsoft.DataProtection.ResourceGuards.getDeleteResourceGuardProxyRequestsObjects",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
DataProtectionOperations,
DataProtectionOperationsOperations,
DeletedBackupInstancesOperations,
DeletedBackupVaultsOperations,
DppResourceGuardProxyOperations,
ExportJobsOperationResultOperations,
ExportJobsOperations,
Expand Down Expand Up @@ -60,6 +61,9 @@ class DataProtectionMgmtClient: # pylint: disable=too-many-instance-attributes
:ivar backup_vault_operation_results: BackupVaultOperationResultsOperations operations
:vartype backup_vault_operation_results:
azure.mgmt.dataprotection.operations.BackupVaultOperationResultsOperations
:ivar deleted_backup_vaults: DeletedBackupVaultsOperations operations
:vartype deleted_backup_vaults:
azure.mgmt.dataprotection.operations.DeletedBackupVaultsOperations
:ivar resource_guards: ResourceGuardsOperations operations
:vartype resource_guards: azure.mgmt.dataprotection.operations.ResourceGuardsOperations
:ivar backup_vaults: BackupVaultsOperations operations
Expand Down Expand Up @@ -119,8 +123,9 @@ class DataProtectionMgmtClient: # pylint: disable=too-many-instance-attributes
:keyword cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
None.
:paramtype cloud_setting: ~azure.core.AzureClouds
:keyword api_version: The API version to use for this operation. Default value is "2025-07-01".
Note that overriding this default value may result in unsupported behavior.
:keyword api_version: The API version to use for this operation. Known values are "2026-03-01".
Default value is "2026-03-01". Note that overriding this default value may result in
unsupported behavior.
:paramtype api_version: str
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
Retry-After header is present.
Expand Down Expand Up @@ -182,6 +187,9 @@ def __init__(
self.backup_vault_operation_results = BackupVaultOperationResultsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.deleted_backup_vaults = DeletedBackupVaultsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.resource_guards = ResourceGuardsOperations(self._client, self._config, self._serialize, self._deserialize)
self.backup_vaults = BackupVaultsOperations(self._client, self._config, self._serialize, self._deserialize)
self.operation_status_backup_vault_context = OperationStatusBackupVaultContextOperations(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ class DataProtectionMgmtClientConfiguration: # pylint: disable=too-many-instanc
:param cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
None.
:type cloud_setting: ~azure.core.AzureClouds
:keyword api_version: The API version to use for this operation. Default value is "2025-07-01".
Note that overriding this default value may result in unsupported behavior.
:keyword api_version: The API version to use for this operation. Known values are "2026-03-01".
Default value is "2026-03-01". Note that overriding this default value may result in
unsupported behavior.
:paramtype api_version: str
"""

Expand All @@ -46,7 +47,7 @@ def __init__(
cloud_setting: Optional["AzureClouds"] = None,
**kwargs: Any
) -> None:
api_version: str = kwargs.pop("api_version", "2025-07-01")
api_version: str = kwargs.pop("api_version", "2026-03-01")

if credential is None:
raise ValueError("Parameter 'credential' must not be None.")
Expand Down
Loading