Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Test Module Manifest
shell: pwsh
run: |
Test-ModuleManifest .\AsBuiltReport.Veeam.VB365.psd1
Test-ModuleManifest .\AsBuiltReport.Veeam.VB365\AsBuiltReport.Veeam.VB365.psd1
- name: Publish module to PowerShell Gallery
shell: pwsh
run: |
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Increase diagram label font size and enhance HTML table styling in diagram functions
- Migrate Diagram to use Veeam New Infrastructure Diagram shapes and icons
- Improved VB365 PowerShell session lifecycle handling by forcing connection errors to terminate, retrying once after clearing existing sessions, and disconnecting after each target/report run. @acgdickie
- Migrate the report folder structure to a more standard format to comply with asbuiltreport requirements

### Fixed

Expand Down
Loading