How do I get a release definition from the VSTS Rest API by release definition name?
the name query string parameter is ignored when I GET from
https://{instance}vsrm.visualstudio.com/{project}/_apis/release/definitions?api-version=4.0-preview.3&name={definition name}
I need a way to fetch the release when I don't know the release id.