Skip to content

Commit

Permalink
Fixing Delete State for workload backup items (#12918)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiaga authored Sep 10, 2020
1 parent 204ffc7 commit 344a3ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public AzureItem(ProtectedItemResource protectedItemResource,
{
ProtectionPolicyName = policyName;
PolicyId = protectedItemResource.Properties.PolicyId;
DeleteState = ItemDeleteState.NotDeleted;
}
}
public class AzureItemExtendedInfo : ItemExtendedInfoBase
Expand Down
1 change: 1 addition & 0 deletions src/RecoveryServices/RecoveryServices/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
* fixed the Delete State for workload Backup Items.

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

0 comments on commit 344a3ee

Please sign in to comment.