I have to invoke POST METHOD from powershell function which is having 8-9 parameters and these parameter may contain big strings.
I am calling powershell function from Azure DevOps Yaml based pipelines and We have a configuration YAML file which contains variables which need to be passed to POWERSHELL FUNCTION.
how to read these mulitple parameters from YAML file and pass it powershell script from YAML Based pipeline?Any relevant links or snippet will help.
I am very new to Powershell so I am sorry if question has not been put in correct way.