You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This cmd-let is used to post to endpoint api/2.0/jobs/runs/submit, which does not support/require JobID. However, the code makes JobID mandatory and the if conditions on it made it impossible to post a correct request.
If I remove all references to JobID then the code works, but I am not very familiar with Powershell code, so I did not want to create a pull request on this as I am not sure if the change is good enough.