Skip to content

Set-CcmDeploymentStep is not functional #68

@vexx32

Description

@vexx32

What You Are Seeing?

Code is incomplete for Set-CcmDeploymentStep

What is Expected?

Similar functionality to New-CcmDeploymentStep

How Did You Get This To Happen? (Steps to Reproduce)

process block for this command is not doing anything other than printing parameter values, so the deployment step is never being updated?

process {
#So many if statements, so little time
foreach($param in $PSBoundParameters){
$param.Name
$param.Value
#$existingsteps.$($param.Key) = $param.Value
}
#$existingsteps
}

System Details

N/A

Output Log

N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    0 - BacklogIssue is accepted, but is not ready to be worked on or not in current sprint.BugIssues where something has happened which was not expected or intended.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions