Skip to content

Commit 344a3ee

Browse files
authored
Fixing Delete State for workload backup items (#12918)
1 parent 204ffc7 commit 344a3ee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/RecoveryServices/RecoveryServices.Backup.Models/AzureModels/AzureItem.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ public AzureItem(ProtectedItemResource protectedItemResource,
7373
{
7474
ProtectionPolicyName = policyName;
7575
PolicyId = protectedItemResource.Properties.PolicyId;
76+
DeleteState = ItemDeleteState.NotDeleted;
7677
}
7778
}
7879
public class AzureItemExtendedInfo : ItemExtendedInfoBase

src/RecoveryServices/RecoveryServices/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* fixed the Delete State for workload Backup Items.
2122

2223
## Version 2.12.0
2324
* Azure Backup added a new cmdlet Copy-AzRecoveryServicesVault for DS move feature.

0 commit comments

Comments
 (0)