Skip to content

Commit

Permalink
Get-DbaBackupInformation is not reading values for "IsCopyOnly" attri…
Browse files Browse the repository at this point in the history
…bute. (#9294)
  • Loading branch information
david-garcia-garcia authored Mar 27, 2024
1 parent 7af0e3a commit 52c23bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/Get-DbaBackupInformation.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ function Get-DbaBackupInformation {
$historyObject.LastLsn = $group.Group[0].LastLsn
$historyObject.SoftwareVersionMajor = $group.Group[0].SoftwareVersionMajor
$historyObject.RecoveryModel = $group.Group.RecoveryModel
$historyObject.IsCopyOnly = $group.Group[0].IsCopyOnly
$groupResults += $historyObject
}
}
Expand Down

0 comments on commit 52c23bb

Please sign in to comment.