Enhance manifest handling and add TLS certificate validation support - #5
Merged
Conversation
…reserve prerelease tags
…d update documentation
gaelcolas
enabled auto-merge (rebase)
August 10, 2026 11:41
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.
This pull request introduces support for bypassing TLS certificate validation when interacting with the PowerShell Universal server, which is especially useful for environments using self-signed certificates. It also updates the offline automation repository manifest to use a module-specific file name and preserves prerelease version tags for improved deployment accuracy. The main changes are grouped below:
Certificate Validation Bypass
UniversalSkipCertificateCheckbuild task, YAML configuration setting, and corresponding parameters throughout the codebase to allow bypassing TLS certificate validation when calling the PowerShell Universal server. This includes a newInvoke-UniversalRestMethodfunction that handles certificate validation bypass for both Windows PowerShell and PowerShell Core.Offline Repository Manifest Improvements
repository.psd1to<ModuleName>.psd1, and updated related documentation and code to reflect this. The manifest now also preserves the prerelease tag on the module version, ensuring PowerShell Universal displays the correct module name and full version during deployment.