Skip to content
Merged
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
1 change: 1 addition & 0 deletions src/DataProtection/DataProtection/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Added support for Data Protection Platform vault soft delete feature
Copy link

Copilot AI Jan 27, 2026

Choose a reason for hiding this comment

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

This changelog entry lacks sufficient detail for Azure PowerShell users. According to the ChangeLog guidelines:

  1. Missing GitHub issue reference: The entry should reference related GitHub issues when applicable (e.g., "[[Do not Squash][Storage] Merge latest change from master to storage preview branch #12345]")

  2. Insufficient user context: The entry should explain what the feature means for users and how it impacts their usage, not just state that it was added.

  3. Missing implementation details: Similar entries in this file include sub-bullets with additional context, such as which cmdlets were added or modified. For example, this vault soft delete feature appears to involve cmdlets like 'Undo-AzDataProtectionVaultDeletion' and 'Search-AzDataProtectionSoftDeletedVaultBackupInstanceInAzGraph'.

Consider revising to follow the pattern seen in Version 2.1.0 (line 54) which says "Added soft delete and MUA feature for Backup vaults" or Version 2.4.0 (line 45) which provides specific cmdlet names. The entry should include sub-bullets explaining what users can now do with this feature (e.g., undelete vaults, search for soft deleted instances).

Copilot generated this review using guidance from repository custom instructions.

## Version 2.8.0
* Added support for AzureDataLakeStorage workload
Expand Down