Skip to content

Commit

Permalink
Merge pull request AsBuiltReport#101 from rebelinux/dev
Browse files Browse the repository at this point in the history
v0.7.2
  • Loading branch information
rebelinux authored Jun 4, 2023
2 parents 3c39fcc + 480403c commit cfbdf52
Show file tree
Hide file tree
Showing 37 changed files with 10,677 additions and 2,229 deletions.
3 changes: 3 additions & 0 deletions AsBuiltReport.Veeam.VBR.Style.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ Style -Name 'Critical' -Size 10 -BackgroundColor 'F1655C'
Style -Name 'Warning' -Size 10 -BackgroundColor 'F4A71C'
Style -Name 'Info' -Size 10 -BackgroundColor '5AC0ED'
Style -Name 'OK' -Size 10 -BackgroundColor '81BC50'
Style -Name 'ON' -Size 8 -BackgroundColor 'C4DD90' -Color C4DD90
Style -Name 'OFF' -Size 8 -BackgroundColor 'ECEDA7' -Color ECEDA7


# Configure Table Styles
$TableDefaultProperties = @{
Expand Down
2 changes: 1 addition & 1 deletion AsBuiltReport.Veeam.VBR.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'AsBuiltReport.Veeam.VBR.psm1'

# Version number of this module.
ModuleVersion = '0.7.1'
ModuleVersion = '0.7.2'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
19 changes: 14 additions & 5 deletions AsBuiltreport.Veeam.VBR.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,20 +78,29 @@
"BR": true,
"SOBR": true,
"Server": true,
"Status": true

"Status": true,
"BestPractice": true
},
"Tape": {
"Status": true
"Status": true,
"BestPractice": true
},
"Replication": {
"Status": true,
"BestPractice": true
},
"Security": {
"BestPractice": true
},
"CloudConnect": {
"Tenants": true,
"BackupStorage": true,
"ReplicaResources": true
"ReplicaResources": true,
"BestPractice": true
},
"Jobs": {
"Status": true,
"BestPractice": true
}

}
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# :arrows_clockwise: Veeam VBR As Built Report Changelog

## [0.7.2] - 2023-06-04

### Added

- Added HealthCheck recommendations
- Added Global Notification options
- Added SOBR Capacity Tier - Offload Window Time Period information
- Updated Report Sample Files

### Changed

- Visually improved the Backup Window Time Period table

### Fixed

- Fix [#99](https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VBR/issues/99)
- Fix [#100](https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VBR/issues/100)

## [0.7.1] - 2023-03-07

### Changed
Expand Down
Binary file not shown.
4,543 changes: 2,515 additions & 2,028 deletions Samples/Sample Veeam Backup & Replication As Built Report.html

Large diffs are not rendered by default.

Binary file modified Samples/Sample Veeam Backup & Replication As Built Report.pdf
Binary file not shown.
Loading

0 comments on commit cfbdf52

Please sign in to comment.