Im trying to use "Queue a new build" to start a pipeline. I wanted to pass pipeline `parameters`.
"message": "Could not queue the build because there were validation errors or warnings.\r\nAzure DevOps ActivityId: xxxxxx\r
Details: {\"ClassName\":\"Microsoft.TeamFoundation.Build.WebApi.BuildRequestValidationFailedException\",
\"Message\":\"Could not queue the build because there were validation errors or warnings.\",\"Data\":null,\"InnerException\":null,\"HelpURL\":null,\"StackTraceString\":null,
\"RemoteStackTraceString\":null,\"RemoteStackIndex\":0,\"ExceptionMethod\":null,\"HResult\":-2146232832,\"Source\":null,\"WatsonBuckets\":null,\"m_logException\":false,
\"m_reportException\":false,\"m_errorCode\":0,\"m_logLevel\":\"warning\",\"m_eventId\":3000,\"ValidationResults\":[{\"result\":\"ok\",\"message\":\"\"},{\"result\":\"ok\",\"message\":\"\"},{\"result\":\"error\",
\"message\":\"See https://aka.ms/AzPipelines/SettingVariablesAtQueueTime - You can't set the following variables (abc, xyz). If you want to be able to set these variables, then edit the pipeline and select Settable at queue time on the variables tab of the pipeline editor.\"},
{\"result\":\"ok\",\"message\":null}]}\r
clientRequestId: xxxxxxx"
*I do have parameters by name "abc" & "xyz" defined under parameters section in yml pipeline