PSResourceGet
PSResourceGet copied to clipboard
Provide parameter SkipModuleValidation in Update-ModuleManifest to skip verifying required modules whether installs in environment
Summary of the new feature / enhancement
Please provide a parameter named "SkipModuleValidation" or something similar to let user skip verifying required modules whether installs in local.
I have a rollup psd1, which contains around 70 required modules. I want to update its version and release notes in each release by Update-ModuleManifest. I will update this psd1 by ADO agent, which means environment is clear and empty each time. I don't want to install all required modules in environment each time. It's time-consuming.
Is it possible to let us skip the installation verification just check whether its syntax is correct and go ahead to update information?
Proposed technical implementation details (optional)
No response