Skip to content

Conversation

@hiaga
Copy link
Member

@hiaga hiaga commented Jan 15, 2026

Description

Added support for DPP vault soft delete feature

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • Update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

Copilot AI review requested due to automatic review settings January 15, 2026 14:13
@azure-client-tools-bot-prd
Copy link

Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request adds support for the DPP (Data Protection Platform) vault soft delete feature by upgrading the API version from 2025-02-01 to 2025-09-01 and introducing three new cmdlets for managing soft-deleted backup vaults.

Changes:

  • Upgraded API version from 2025-02-01 to 2025-09-01 across all DataProtection cmdlets
  • Added three new cmdlets: Get-AzDataProtectionSoftDeletedBackupVault, Undo-AzDataProtectionVaultDeletion, and Search-AzDataProtectionSoftDeletedVaultBackupInstanceInAzGraph
  • Updated help documentation, examples, and test files for the new functionality
  • Modified existing tests to reflect soft delete behavior changes

Reviewed changes

Copilot reviewed 157 out of 168 changed files in this pull request and generated no comments.

Show a summary per file
File Description
Az.DataProtection.psd1 Updated module metadata, Az.Accounts dependency, and exported functions list
ChangeLog.md Missing entry for the upcoming release documenting vault soft delete feature
Help/*.md Updated API version references from 2025-02-01 to 2025-09-01 in output types
Undo-AzDataProtectionVaultDeletion.md New comprehensive help documentation for vault undeletion cmdlet
Get-AzDataProtectionSoftDeletedBackupVault.md New help documentation for retrieving soft-deleted vaults
Search-AzDataProtectionSoftDeletedVaultBackupInstanceInAzGraph.md New help for searching soft-deleted backup instances
Test files Added new test files and updated existing tests for soft delete scenarios
Examples/*.md Added example documentation for new cmdlets
DataProtection.sln Updated project GUID reference
utils.ps1 Updated test environment configuration with new subscription IDs and resource details

@isra-fel
Copy link
Member

/azp run

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants