MicrosoftDocs / feedback

📢 docs.microsoft.com site feedback
https://learn.microsoft.com
Creative Commons Attribution 4.0 International
239 stars 160 forks source link

propertyFilters for Releases Get Release api does not narrow down the result to just the specified properties #2548

Open tristanbarcelon opened 4 years ago

tristanbarcelon commented 4 years ago

Describe the bug When fetching a specific release using api, there's a propertyFilters parameter that can be specified to reduce the size of the result.

To Reproduce Use postman or microsoft edge to issue an http get to https://vsrm.dev.azure.com/{organization}/{project}/_apis/release/releases/{releaseId}?propertyFilters=id,name,status,artifacts&api-version=5.1. The result payload is the same as a query that did not specify propertyFilters.

Expected behavior I expected it to skip the environments properties because this is too big and we don't really need this.

Desktop (please complete the following information):

rootsmusic commented 3 years ago

@tristanbarcelon Please move this issue to https://github.com/MicrosoftDocs/azure-devops-docs/issues