v1.0.3#14
Merged
rebelinux merged 2 commits intoAsBuiltReport:devfrom Mar 16, 2026
Merged
Conversation
…tions, and update tests accordingly
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps AsBuiltReport.Diagram to v1.0.3 and continues the cmdlet renaming effort to avoid naming conflicts with Diagrammer.Core by migrating Test-Image/Test-Logo to Test-AbrImage/Test-AbrLogo.
Changes:
- Update module manifest version to
1.0.3. - Rename
Test-Image/Test-LogotoTest-AbrImage/Test-AbrLogoand update call sites. - Update Pester tests and CHANGELOG for the v1.0.3 release.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| Tests/Test-Logo.Tests.ps1 | Updates tests to dot-source and call Test-AbrLogo/Test-AbrImage. |
| Tests/Test-Image.Tests.ps1 | Updates tests to dot-source and call Test-AbrImage. |
| CHANGELOG.md | Adds the 1.0.3 release notes entry. |
| AsBuiltReport.Diagram/Src/Private/Test-AbrLogo.ps1 | Renames function to Test-AbrLogo and updates its internal dependency to Test-AbrImage. |
| AsBuiltReport.Diagram/Src/Private/Test-AbrImage.ps1 | Renames function to Test-AbrImage and updates the help example/link text. |
| AsBuiltReport.Diagram/AsBuiltReport.Diagram.psd1 | Bumps ModuleVersion to 1.0.3 and adds new function names to FunctionsToExport. |
Comments suppressed due to low confidence (1)
AsBuiltReport.Diagram/Src/Private/Test-AbrImage.ps1:13
- The help comment .LINK URL was changed to include
Test-AbrImage, but the referenced Microsoft DevBlogs article path is forpsimaging-part-1-test-imageand this new URL is likely invalid. Keep the original article URL (and don’t rename it based on the function name).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[1.0.3] - 2026-03-16
🔃 Changed