Documentation Index
Fetch the complete documentation index at: https://tally.wharflab.com/llms.txt
Use this file to discover all available pages before exploring further.
powershell/PSAvoidUsingDeprecatedManifestFields is a PSScriptAnalyzer diagnostic emitted by tally for PowerShell snippets embedded in Dockerfiles.
| Property | Value |
|---|---|
| Severity | Warning |
| Category | PSScriptAnalyzer |
| Auto-fix | No |
Description
In PowerShell 5.0, a number of fields in module manifest files (.psd1) have been changed.
The field ModuleToProcess has been replaced with the RootModule field.
How
ReplaceModuleToProcess with RootModule in the module manifest.