powershell/PSDSCStandardDSCFunctionsInResource is a PSScriptAnalyzer diagnostic emitted by tally for PowerShell snippets embedded in Dockerfiles.
tally disables this rule by default because Desired State Configuration resources are out
of scope for Dockerfile
RUN analysis. Re-enable it with
include = ["powershell/PSDSCStandardDSCFunctionsInResource"] or by setting
rules.powershell.PSDSCStandardDSCFunctionsInResource.severity = "warning" in .tally.toml.Description
All DSC resources are required to implement the correct functions. For non-class-based resources:Set-TargetResourceTest-TargetResourceGet-TargetResource
SetTestGet